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