public class MyPoint2D
extends java.awt.geom.Point2D
Modifier and Type | Field and Description |
---|---|
static double |
NO_CURVE |
Constructor and Description |
---|
MyPoint2D(java.util.StringTokenizer st) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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) |
java.lang.String |
toString() |
MyPoint2D |
withCurvation(double curvation) |
public static final double NO_CURVE
public boolean equals(java.lang.Object arg0)
equals
in class java.awt.geom.Point2D
public static MyPoint2D from(double x, double y)
public MyPoint2D withCurvation(double curvation)
public java.lang.String toString()
toString
in class java.lang.Object
public double getCurvation(double def)
public double getX()
getX
in class java.awt.geom.Point2D
public double getY()
getY
in class java.awt.geom.Point2D
public void setLocation(double arg0, double arg1)
setLocation
in class java.awt.geom.Point2D
public MyPoint2D rotateZoom(RotationZoom rotationZoom)
public boolean hasCurvation()