![JAR search and dependency download from the Maven repository](/logo.png)
net.sourceforge.plantuml.activitydiagram3.ftile.Ftile 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.activitydiagram3.ftile;
import java.util.Collection;
import java.util.List;
import net.sourceforge.plantuml.activitydiagram3.LinkRendering;
import net.sourceforge.plantuml.klimt.UStroke;
import net.sourceforge.plantuml.klimt.UTranslate;
import net.sourceforge.plantuml.klimt.font.StringBounder;
import net.sourceforge.plantuml.klimt.geom.HorizontalAlignment;
import net.sourceforge.plantuml.klimt.shape.TextBlock;
import net.sourceforge.plantuml.style.ISkinParam;
import net.sourceforge.plantuml.style.Style;
public interface Ftile extends Swimable, TextBlock {
public UStroke getThickness(Style style);
public ISkinParam skinParam();
public LinkRendering getInLinkRendering();
public LinkRendering getOutLinkRendering();
public FtileGeometry calculateDimension(StringBounder stringBounder);
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder);
public Collection getMyChildren();
public Collection getInnerConnections();
public List getWeldingPoints();
public HorizontalAlignment arrowHorizontalAlignment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy