Point2D.Double, Point2D.Float| Modifier and Type | Field and Description |
|---|---|
static double |
NO_CURVE |
| Constructor and Description |
|---|
MyPoint2D(StringTokenizer st) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0) |
static MyPoint2D |
from(double x,
double y) |
double |
getCurvation(double def) |
double |
getX() |
double |
getY() |
boolean |
hasCurvation() |
MyPoint2D |
rotateZoom(RotationZoom rotationZoom) |
void |
setLocation(double arg0,
double arg1) |
String |
toString() |
MyPoint2D |
withCurvation(double curvation) |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocationpublic static final double NO_CURVE
public MyPoint2D(StringTokenizer st)
public static MyPoint2D from(double x, double y)
public MyPoint2D withCurvation(double curvation)
public double getCurvation(double def)
public void setLocation(double arg0,
double arg1)
setLocation in class Point2Dpublic MyPoint2D rotateZoom(RotationZoom rotationZoom)
public boolean hasCurvation()
Copyright © 2017. All rights reserved.