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 doublegetDecorationLength()UTranslategetDeltaForKal()protected doublemanageround(double angle)abstract XPoint2DsomePoint()
-
-
-
Method Detail
-
manageround
protected double manageround(double angle)
-
somePoint
public abstract XPoint2D somePoint()
-
getDeltaForKal
public UTranslate getDeltaForKal()
-
getDecorationLength
public double getDecorationLength()
-
-