Class AbstractGtile
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- Direct Known Subclasses:
GtileBox
,GtileCircleStart
,GtileColumns
,GtileEmpty
,GtileHexagonInside
,GtileTopDown
,GtileTopDown3
,GtileWithNoteOpale
public abstract class AbstractGtile extends AbstractGtileRoot implements Gtile
-
-
Field Summary
Fields Modifier and Type Field Description protected Swimlane
singleSwimlane
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
stringBounder
-
-
Constructor Summary
Constructors Constructor Description AbstractGtile(StringBounder stringBounder, ISkinParam skinParam)
AbstractGtile(StringBounder stringBounder, ISkinParam skinParam, Swimlane singleSwimlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UTranslate
getCoordImpl(java.lang.String name)
java.util.Collection<GConnection>
getInnerConnections()
protected Rose
getRose()
Swimlane
getSwimlane(java.lang.String point)
java.util.Set<Swimlane>
getSwimlanes()
UStroke
getThickness()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
drawU, drawUInternal, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, 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
getCoord, getGPoint, getStringBounder, skinParam
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
-
-
-
Field Detail
-
singleSwimlane
protected final Swimlane singleSwimlane
-
-
Constructor Detail
-
AbstractGtile
public AbstractGtile(StringBounder stringBounder, ISkinParam skinParam, Swimlane singleSwimlane)
-
AbstractGtile
public AbstractGtile(StringBounder stringBounder, ISkinParam skinParam)
-
-
Method Detail
-
getCoordImpl
protected UTranslate getCoordImpl(java.lang.String name)
- Specified by:
getCoordImpl
in classAbstractGtileRoot
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable2
-
getSwimlane
public Swimlane getSwimlane(java.lang.String point)
- Specified by:
getSwimlane
in interfaceSwimable2
-
getInnerConnections
public java.util.Collection<GConnection> getInnerConnections()
- Specified by:
getInnerConnections
in interfaceGtile
-
getThickness
public final UStroke getThickness()
-
getRose
protected final Rose getRose()
-
-