Class GtileWithNoteOpale
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileWithNoteOpale
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
singleSwimlane
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
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 XDimension2DcalculateDimension(StringBounder stringBounder)protected voiddrawUInternal(UGraphic ug)protected UTranslategetCoordImpl(java.lang.String name)doublegetEndingX(StringBounder stringBounder, double y)doublegetStartingX(StringBounder stringBounder, double y)StyleSignatureBasicgetStyleSignature()SwimlanegetSwimlane(java.lang.String point)java.util.Set<Swimlane>getSwimlanes()-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getInnerConnections, getRose, getThickness
-
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
-
-
-
-
Constructor Detail
-
GtileWithNoteOpale
public GtileWithNoteOpale(Gtile tile, PositionedNote note, ISkinParam skinParam, boolean withLink)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getSwimlane
public Swimlane getSwimlane(java.lang.String point)
- Specified by:
getSwimlanein interfaceSwimable2- Overrides:
getSwimlanein classAbstractGtile
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable2- Overrides:
getSwimlanesin classAbstractGtile
-
getCoordImpl
protected UTranslate getCoordImpl(java.lang.String name)
- Overrides:
getCoordImplin classAbstractGtile
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
drawUInternal
protected void drawUInternal(UGraphic ug)
- Specified by:
drawUInternalin classAbstractGtileRoot
-
getStartingX
public double getStartingX(StringBounder stringBounder, double y)
- Specified by:
getStartingXin interfaceStencil
-
getEndingX
public double getEndingX(StringBounder stringBounder, double y)
- Specified by:
getEndingXin interfaceStencil
-
-