Package net.sourceforge.plantuml.creole
Class SheetBlock1
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.creole.SheetBlock1
-
Constructor Summary
ConstructorsConstructorDescriptionSheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding) SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding, double marginX1, double marginX2) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) voiddoublegetEndingX(StringBounder stringBounder, double y) getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) doublegetStartingAltitude(StringBounder stringBounder) doublegetStartingX(StringBounder stringBounder, double y) splitInTwo(StringBounder stringBounder, double width) toString()Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
Constructor Details
-
SheetBlock1
-
SheetBlock1
public SheetBlock1(Sheet sheet, LineBreakStrategy maxWidth, double padding, double marginX1, double marginX2)
-
-
Method Details
-
splitInTwo
- Specified by:
splitInTwoin interfaceAtom
-
toString
-
getCellAlignment
-
calculateDimension
- Specified by:
calculateDimensionin interfaceAtom- Specified by:
calculateDimensionin interfaceTextBlock
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
drawU
-
getStartingAltitude
- Specified by:
getStartingAltitudein interfaceAtom
-
getStartingX
- Specified by:
getStartingXin interfaceStencil
-
getEndingX
- Specified by:
getEndingXin interfaceStencil
-