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 StringBounder
stringBounder
-
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 void
drawU(UGraphic ug)
protected abstract void
drawUInternal(UGraphic ug)
UTranslate
getCoord(String name)
protected abstract UTranslate
getCoordImpl(String name)
GPoint
getGPoint(String name)
HColorSet
getIHtmlColorSet()
StringBounder
getStringBounder()
ISkinParam
skinParam()
-
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:
getStringBounder
in 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)
-
-