All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.plantuml.mindmap.Finger Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// 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();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy