Interface Gtile
-
- All Known Implementing Classes:
AbstractGtile,AbstractGtileRoot,GtileAssembly,GtileBox,GtileBreak,GtileCircleSpot,GtileCircleStart,GtileColumns,GtileEmpty,GtileGoto,GtileGroup,GtileHexagonInside,GtileHexagonInsideLabelled,GtileIfAlone,GtileIfHexagon,GtileLabel,GtileRepeat,GtileSplit,GtileTopDown,GtileTopDown3,GtileWhile,GtileWithIncomingArrow,GtileWithMargin,GtileWithNoteOpale,GtileWithNotes,GtileWithOutgoingArrow
public interface Gtile extends Swimable2, TextBlock
-
-
Field Summary
Fields Modifier and Type Field Description static booleanUSE_GTILE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UTranslategetCoord(java.lang.String name)GPointgetGPoint(java.lang.String name)java.util.Collection<GConnection>getInnerConnections()StringBoundergetStringBounder()ISkinParamskinParam()-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.gtile.Swimable2
getSwimlane, getSwimlanes
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
calculateDimension, getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Field Detail
-
USE_GTILE
static final boolean USE_GTILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
skinParam
ISkinParam skinParam()
-
getStringBounder
StringBounder getStringBounder()
-
getCoord
UTranslate getCoord(java.lang.String name)
-
getGPoint
GPoint getGPoint(java.lang.String name)
-
getInnerConnections
java.util.Collection<GConnection> getInnerConnections()
-
-