Package net.sourceforge.plantuml.mindmap
Class FingerImpl
java.lang.Object
net.sourceforge.plantuml.mindmap.FingerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddInNail(FingerImpl child) static FingerImplbuild(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, boolean direction) voidvoiddoublegetFullElongation(StringBounder stringBounder) doublegetFullThickness(StringBounder stringBounder) doublegetNailElongation(StringBounder stringBounder) doublegetNailThickness(StringBounder stringBounder) doublegetPhalanxElongation(StringBounder stringBounder) doublegetPhalanxThickness(StringBounder stringBounder) doublegetX12()
-
Method Details
-
build
public static FingerImpl build(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, boolean direction) -
addInNail
-
drawU
-
getX12
public double getX12() -
getPhalanxThickness
- Specified by:
getPhalanxThicknessin interfaceFinger
-
getPhalanxElongation
- Specified by:
getPhalanxElongationin interfaceFinger
-
getNailThickness
- Specified by:
getNailThicknessin interfaceFinger
-
getNailElongation
- Specified by:
getNailElongationin interfaceFinger
-
getFullThickness
- Specified by:
getFullThicknessin interfaceFinger
-
getFullElongation
- Specified by:
getFullElongationin interfaceFinger
-
doNotDrawFirstPhalanx
public void doNotDrawFirstPhalanx()- Specified by:
doNotDrawFirstPhalanxin interfaceFinger
-