Package net.sourceforge.plantuml.mindmap
Class FingerImpl
- java.lang.Object
-
- net.sourceforge.plantuml.mindmap.FingerImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInNail(FingerImpl child)static FingerImplbuild(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, Direction direction)voiddoNotDrawFirstPhalanx()voiddrawU(UGraphic ug)StyleSignaturegetDefaultStyleDefinitionArrow()doublegetFullElongation(StringBounder stringBounder)doublegetFullThickness(StringBounder stringBounder)doublegetNailElongation(StringBounder stringBounder)doublegetNailThickness(StringBounder stringBounder)doublegetPhalanxElongation(StringBounder stringBounder)doublegetPhalanxThickness(StringBounder stringBounder)doublegetX12()
-
-
-
Method Detail
-
getDefaultStyleDefinitionArrow
public StyleSignature getDefaultStyleDefinitionArrow()
-
build
public static FingerImpl build(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, Direction direction)
-
addInNail
public void addInNail(FingerImpl child)
-
getX12
public double getX12()
-
getPhalanxThickness
public double getPhalanxThickness(StringBounder stringBounder)
- Specified by:
getPhalanxThicknessin interfaceFinger
-
getPhalanxElongation
public double getPhalanxElongation(StringBounder stringBounder)
- Specified by:
getPhalanxElongationin interfaceFinger
-
getNailThickness
public double getNailThickness(StringBounder stringBounder)
- Specified by:
getNailThicknessin interfaceFinger
-
getNailElongation
public double getNailElongation(StringBounder stringBounder)
- Specified by:
getNailElongationin interfaceFinger
-
getFullThickness
public double getFullThickness(StringBounder stringBounder)
- Specified by:
getFullThicknessin interfaceFinger
-
getFullElongation
public double getFullElongation(StringBounder stringBounder)
- Specified by:
getFullElongationin interfaceFinger
-
doNotDrawFirstPhalanx
public void doNotDrawFirstPhalanx()
- Specified by:
doNotDrawFirstPhalanxin interfaceFinger
-
-