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

net.sourceforge.plantuml.activitydiagram3.gtile.Gtile 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.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();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy