net.sourceforge.plantuml.activitydiagram3.gtile.Gtile 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.gtile;
import java.util.Collection;
import net.sourceforge.plantuml.klimt.UTranslate;
import net.sourceforge.plantuml.klimt.font.StringBounder;
import net.sourceforge.plantuml.klimt.shape.TextBlock;
import net.sourceforge.plantuml.style.ISkinParam;
public interface Gtile extends Swimable2, TextBlock {
// ::remove folder when __CORE__
public static final boolean USE_GTILE = false;
public ISkinParam skinParam();
public StringBounder getStringBounder();
public UTranslate getCoord(String name);
public GPoint getGPoint(String name);
public Collection getInnerConnections();
// public UTranslate getTranslateFor(Gtile child);
// public Collection getMyChildren();
// public List getWeldingPoints();
// public HorizontalAlignment arrowHorizontalAlignment();
}