Class GtileWithMargin
java.lang.Object
net.sourceforge.plantuml.klimt.shape.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
(String name) getSwimlane
(String point) Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
drawU, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, skinParam
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, 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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, 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
-