Class GtileHexagonInside
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
net.sourceforge.plantuml.activitydiagram3.gtile.GtileHexagonInside
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HColor
protected final HColor
protected final Dimension2D
protected final TextBlock
protected final double
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
singleSwimlane
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
stringBounder
-
Constructor Summary
ConstructorsConstructorDescriptionGtileHexagonInside
(StringBounder stringBounder, TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) protected void
final StyleSignatureBasic
withEastLabel
(TextBlock eastLabel) withSouthLabel
(TextBlock southLabel) withWestLabel
(TextBlock westLabel) Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getCoordImpl, getInnerConnections, getRose, getSwimlane, getSwimlanes, getThickness
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
-
backColor
-
borderColor
-
label
-
dimLabel
-
shadowing
protected final double shadowing
-
-
Constructor Details
-
GtileHexagonInside
public GtileHexagonInside(StringBounder stringBounder, TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane)
-
-
Method Details
-
getDefaultStyleDefinition
-
withEastLabel
-
withWestLabel
-
withSouthLabel
-
calculateDimension
-
drawUInternal
- Specified by:
drawUInternal
in classAbstractGtileRoot
-