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 java.lang.Object implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description Extremity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UTranslategetDeltaForKal()XPoint2DisTooSmallSoGiveThePointCloserToThisOne(XPoint2D pt)protected doublemanageround(double angle)abstract XPoint2DsomePoint()
-
-
-
Method Detail
-
manageround
protected double manageround(double angle)
-
somePoint
public abstract XPoint2D somePoint()
-
isTooSmallSoGiveThePointCloserToThisOne
public XPoint2D isTooSmallSoGiveThePointCloserToThisOne(XPoint2D pt)
-
getDeltaForKal
public UTranslate getDeltaForKal()
-
-