Class Extremity
java.lang.Object
net.sourceforge.plantuml.svek.extremity.Extremity
- All Implemented Interfaces:
UDrawable
- Direct Known Subclasses:
ExtremityOther
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.awt.geom.Point2D
isTooSmallSoGiveThePointCloserToThisOne
(java.awt.geom.Point2D pt) protected double
manageround
(double angle) abstract java.awt.geom.Point2D
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Extremity
public Extremity()
-
-
Method Details
-
manageround
protected double manageround(double angle) -
somePoint
public abstract java.awt.geom.Point2D somePoint() -
isTooSmallSoGiveThePointCloserToThisOne
public java.awt.geom.Point2D isTooSmallSoGiveThePointCloserToThisOne(java.awt.geom.Point2D pt)
-