Class FloatingNote
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FloatingNote
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)static FloatingNotecreate(Display note, ISkinParam skinParam, SName sname)static FloatingNotecreateOpale(Display note, ISkinParam skinParam, SName sname)voiddrawU(UGraphic ug)doublegetEndingX(StringBounder stringBounder, double y)doublegetStartingX(StringBounder stringBounder, double y)voidsetOpale(Direction strategy, XPoint2D pp1, XPoint2D pp2)-
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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Method Detail
-
create
public static FloatingNote create(Display note, ISkinParam skinParam, SName sname)
-
createOpale
public static FloatingNote createOpale(Display note, ISkinParam skinParam, SName sname)
-
calculateDimension
public XDimension2D 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
-
-