| Modifier and Type | Method and Description |
|---|---|
void |
addInNail(FingerImpl child) |
static FingerImpl |
build(net.sourceforge.plantuml.mindmap.Idea idea,
ISkinParam skinParam,
boolean direction) |
void |
doNotDrawFirstPhalanx() |
void |
drawU(UGraphic ug) |
double |
getFullElongation(StringBounder stringBounder) |
double |
getFullThickness(StringBounder stringBounder) |
double |
getNailElongation(StringBounder stringBounder) |
double |
getNailThickness(StringBounder stringBounder) |
double |
getPhalanxElongation(StringBounder stringBounder) |
double |
getPhalanxThickness(StringBounder stringBounder) |
double |
getX12() |
public static FingerImpl build(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, boolean direction)
public void addInNail(FingerImpl child)
public double getX12()
public double getPhalanxThickness(StringBounder stringBounder)
getPhalanxThickness in interface Fingerpublic double getPhalanxElongation(StringBounder stringBounder)
getPhalanxElongation in interface Fingerpublic double getNailThickness(StringBounder stringBounder)
getNailThickness in interface Fingerpublic double getNailElongation(StringBounder stringBounder)
getNailElongation in interface Fingerpublic double getFullThickness(StringBounder stringBounder)
getFullThickness in interface Fingerpublic double getFullElongation(StringBounder stringBounder)
getFullElongation in interface Fingerpublic void doNotDrawFirstPhalanx()
doNotDrawFirstPhalanx in interface Finger