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 void
doNotDrawFirstPhalanx()
double
getFullElongation(StringBounder stringBounder)
double
getFullThickness(StringBounder stringBounder)
double
getNailElongation(StringBounder stringBounder)
double
getNailThickness(StringBounder stringBounder)
double
getPhalanxElongation(StringBounder stringBounder)
double
getPhalanxThickness(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()
-
-