Class AbstractGtileRoot
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
-
- Direct Known Subclasses:
AbstractGtile,GtileGroup,GtileWithMargin
public abstract class AbstractGtileRoot extends AbstractTextBlock implements Gtile
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBounderstringBounder
-
Constructor Summary
Constructors Constructor Description AbstractGtileRoot(StringBounder stringBounder, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug)protected abstract voiddrawUInternal(UGraphic ug)UTranslategetCoord(String name)protected abstract UTranslategetCoordImpl(String name)GPointgetGPoint(String name)HColorSetgetIHtmlColorSet()StringBoundergetStringBounder()ISkinParamskinParam()-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.gtile.Gtile
getInnerConnections
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.gtile.Swimable2
getSwimlane, getSwimlanes
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
-
-
-
Field Detail
-
stringBounder
protected final StringBounder stringBounder
-
-
Constructor Detail
-
AbstractGtileRoot
public AbstractGtileRoot(StringBounder stringBounder, ISkinParam skinParam)
-
-
Method Detail
-
getStringBounder
public final StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceGtile
-
skinParam
public final ISkinParam skinParam()
-
getIHtmlColorSet
public final HColorSet getIHtmlColorSet()
-
getCoord
public final UTranslate getCoord(String name)
-
getCoordImpl
protected abstract UTranslate getCoordImpl(String name)
-
drawUInternal
protected abstract void drawUInternal(UGraphic ug)
-
-