Package net.sourceforge.plantuml.mindmap
Class FingerImpl
java.lang.Object
net.sourceforge.plantuml.mindmap.FingerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInNail
(FingerImpl child) static FingerImpl
build
(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, boolean direction) void
void
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()
-
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:
getPhalanxThickness
in interfaceFinger
-
getPhalanxElongation
- Specified by:
getPhalanxElongation
in interfaceFinger
-
getNailThickness
- Specified by:
getNailThickness
in interfaceFinger
-
getNailElongation
- Specified by:
getNailElongation
in interfaceFinger
-
getFullThickness
- Specified by:
getFullThickness
in interfaceFinger
-
getFullElongation
- Specified by:
getFullElongation
in interfaceFinger
-
doNotDrawFirstPhalanx
public void doNotDrawFirstPhalanx()- Specified by:
doNotDrawFirstPhalanx
in interfaceFinger
-