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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final double
protected final AbstractGtileRoot
protected final double
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
stringBounder
-
Constructor Summary
ConstructorsConstructorDescriptionGtileWithMargin
(AbstractGtileRoot orig, double north, double south, double east) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) protected void
protected UTranslate
getCoordImpl
(java.lang.String name) java.util.Collection<GConnection>
getSwimlane
(java.lang.String point) java.util.Set<Swimlane>
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 Details
-
orig
-
north
protected final double north -
south
protected final double south
-
-
Constructor Details
-
GtileWithMargin
-
-
Method Details
-
getSwimlanes
- Specified by:
getSwimlanes
in interfaceSwimable2
-
getSwimlane
- Specified by:
getSwimlane
in interfaceSwimable2
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawUInternal
- Specified by:
drawUInternal
in classAbstractGtileRoot
-
getCoordImpl
- Specified by:
getCoordImpl
in classAbstractGtileRoot
-
getInnerConnections
- Specified by:
getInnerConnections
in interfaceGtile
-