Class Extremity
- java.lang.Object
-
- net.sourceforge.plantuml.svek.extremity.Extremity
-
- All Implemented Interfaces:
UDrawable
- Direct Known Subclasses:
ExtremityArrow
,ExtremityOther
public abstract class Extremity extends Object implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description Extremity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UTranslate
getDeltaForKal()
XPoint2D
isTooSmallSoGiveThePointCloserToThisOne(XPoint2D pt)
protected double
manageround(double angle)
abstract XPoint2D
somePoint()
-
-
-
Method Detail
-
manageround
protected double manageround(double angle)
-
somePoint
public abstract XPoint2D somePoint()
-
isTooSmallSoGiveThePointCloserToThisOne
public XPoint2D isTooSmallSoGiveThePointCloserToThisOne(XPoint2D pt)
-
getDeltaForKal
public UTranslate getDeltaForKal()
-
-