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 void
addInNail(FingerImpl child)
static FingerImpl
build(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, Direction direction)
void
doNotDrawFirstPhalanx()
void
drawU(UGraphic ug)
StyleSignature
getDefaultStyleDefinitionArrow()
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 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:
getPhalanxThickness
in interfaceFinger
-
getPhalanxElongation
public double getPhalanxElongation(StringBounder stringBounder)
- Specified by:
getPhalanxElongation
in interfaceFinger
-
getNailThickness
public double getNailThickness(StringBounder stringBounder)
- Specified by:
getNailThickness
in interfaceFinger
-
getNailElongation
public double getNailElongation(StringBounder stringBounder)
- Specified by:
getNailElongation
in interfaceFinger
-
getFullThickness
public double getFullThickness(StringBounder stringBounder)
- Specified by:
getFullThickness
in interfaceFinger
-
getFullElongation
public double getFullElongation(StringBounder stringBounder)
- Specified by:
getFullElongation
in interfaceFinger
-
doNotDrawFirstPhalanx
public void doNotDrawFirstPhalanx()
- Specified by:
doNotDrawFirstPhalanx
in interfaceFinger
-
-