Class GtileWithNoteOpale
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileWithNoteOpale
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
stringBounder
-
-
Constructor Summary
Constructors Constructor Description GtileWithNoteOpale(Gtile tile, PositionedNote note, ISkinParam skinParam, boolean withLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)UTranslategetCoord(java.lang.String name)StyleSignaturegetDefaultStyleDefinition()doublegetEndingX(StringBounder stringBounder, double y)doublegetStartingX(StringBounder stringBounder, double y)-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getGPoint, getIHtmlColorSet, getInnerConnections, getRose, getStringBounder, getSwimlane, getSwimlanes, getThickness, 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.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
GtileWithNoteOpale
public GtileWithNoteOpale(Gtile tile, PositionedNote note, ISkinParam skinParam, boolean withLink)
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinitionin interfaceStyleable
-
getCoord
public UTranslate getCoord(java.lang.String name)
- Specified by:
getCoordin interfaceGtile- Overrides:
getCoordin classAbstractGtile
-
calculateDimension
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getStartingX
public double getStartingX(StringBounder stringBounder, double y)
- Specified by:
getStartingXin interfaceStencil
-
getEndingX
public double getEndingX(StringBounder stringBounder, double y)
- Specified by:
getEndingXin interfaceStencil
-
-