Package net.sourceforge.plantuml.mindmap
Interface Finger
-
- All Superinterfaces:
UDrawable
- All Known Implementing Classes:
FingerImpl
public interface Finger extends UDrawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoNotDrawFirstPhalanx()doublegetFullElongation(StringBounder stringBounder)doublegetFullThickness(StringBounder stringBounder)doublegetNailElongation(StringBounder stringBounder)doublegetNailThickness(StringBounder stringBounder)doublegetPhalanxElongation(StringBounder stringBounder)doublegetPhalanxThickness(StringBounder stringBounder)
-
-
-
Method Detail
-
getPhalanxThickness
double getPhalanxThickness(StringBounder stringBounder)
-
getNailThickness
double getNailThickness(StringBounder stringBounder)
-
getFullThickness
double getFullThickness(StringBounder stringBounder)
-
getPhalanxElongation
double getPhalanxElongation(StringBounder stringBounder)
-
getNailElongation
double getNailElongation(StringBounder stringBounder)
-
getFullElongation
double getFullElongation(StringBounder stringBounder)
-
doNotDrawFirstPhalanx
void doNotDrawFirstPhalanx()
-
-