Package net.sourceforge.plantuml.svek
Class PointAndAngle
java.lang.Object
net.sourceforge.plantuml.svek.PointAndAngle
public class PointAndAngle
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PointAndAngle
public PointAndAngle(java.awt.geom.Point2D pt, double angle)
-
-
Method Details
-
getPt
public java.awt.geom.Point2D getPt() -
getAngle
public double getAngle() -
getX
public double getX() -
getY
public double getY()
-