Class SheetBlock1
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.klimt.creole.SheetBlock1
-
-
Constructor Summary
Constructors Constructor Description SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding)SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding, double marginX1, double marginX2)SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, ClockwiseTopRightBottomLeft padding, double marginX1, double marginX2)SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, Style style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)HorizontalAlignmentgetCellAlignment()doublegetEndingX(StringBounder stringBounder, double y)HorizontalAlignmentgetHorizontalAlignment()XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)doublegetMinimumWidth()java.util.List<Neutron>getNeutrons()doublegetStartingAltitude(StringBounder stringBounder)doublegetStartingX(StringBounder stringBounder, double y)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getMagneticBorder, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
SheetBlock1
public SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding)
-
SheetBlock1
public SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, Style style)
-
SheetBlock1
public SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding, double marginX1, double marginX2)
-
SheetBlock1
public SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, ClockwiseTopRightBottomLeft padding, double marginX1, double marginX2)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCellAlignment
public HorizontalAlignment getCellAlignment()
-
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceAtom- Specified by:
calculateDimensionin interfaceTextBlock
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
drawU
public void drawU(UGraphic ug)
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitudein interfaceAtom
-
getStartingX
public double getStartingX(StringBounder stringBounder, double y)
- Specified by:
getStartingXin interfaceStencil
-
getEndingX
public double getEndingX(StringBounder stringBounder, double y)
- Specified by:
getEndingXin interfaceStencil
-
getMinimumWidth
public final double getMinimumWidth()
-
getNeutrons
public java.util.List<Neutron> getNeutrons()
- Specified by:
getNeutronsin interfaceAtom
-
-