net.sourceforge.plantuml.mindmap.Finger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.mindmap;
import net.sourceforge.plantuml.klimt.font.StringBounder;
import net.sourceforge.plantuml.klimt.shape.UDrawable;
public interface Finger extends UDrawable {
public double getPhalanxThickness(StringBounder stringBounder);
public double getNailThickness(StringBounder stringBounder);
public double getFullThickness(StringBounder stringBounder);
public double getPhalanxElongation(StringBounder stringBounder);
public double getNailElongation(StringBounder stringBounder);
public double getFullElongation(StringBounder stringBounder);
public void doNotDrawFirstPhalanx();
}