Class GtileWithMargin
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileWithMargin
-
- Direct Known Subclasses:
GtileHexagonInsideLabelled
,GtileWithIncomingArrow
,GtileWithOutgoingArrow
public class GtileWithMargin extends AbstractGtileRoot implements Gtile
-
-
Field Summary
Fields Modifier and Type Field Description protected double
north
protected AbstractGtileRoot
orig
protected double
south
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
stringBounder
-
-
Constructor Summary
Constructors Constructor Description GtileWithMargin(AbstractGtileRoot orig, double north, double south, double east)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
protected void
drawUInternal(UGraphic ug)
protected UTranslate
getCoordImpl(String name)
Collection<GConnection>
getInnerConnections()
Swimlane
getSwimlane(String point)
Set<Swimlane>
getSwimlanes()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
drawU, 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
getInnerPosition, getMinMax
-
-
-
-
Field Detail
-
orig
protected final AbstractGtileRoot orig
-
north
protected final double north
-
south
protected final double south
-
-
Constructor Detail
-
GtileWithMargin
public GtileWithMargin(AbstractGtileRoot orig, double north, double south, double east)
-
-
Method Detail
-
getSwimlanes
public Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable2
-
getSwimlane
public Swimlane getSwimlane(String point)
- Specified by:
getSwimlane
in interfaceSwimable2
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawUInternal
protected void drawUInternal(UGraphic ug)
- Specified by:
drawUInternal
in classAbstractGtileRoot
-
getCoordImpl
protected UTranslate getCoordImpl(String name)
- Specified by:
getCoordImpl
in classAbstractGtileRoot
-
getInnerConnections
public Collection<GConnection> getInnerConnections()
- Specified by:
getInnerConnections
in interfaceGtile
-
-