Class SheetBlock2
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.klimt.creole.SheetBlock2
-
-
Constructor Summary
Constructors Constructor Description SheetBlock2(SheetBlock1 block, Stencil stencil, UStroke defaultStroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)SheetBlock2enlargeMe(double delta1, double delta2)XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)java.util.List<Neutron>getNeutrons()PortsgetPorts(StringBounder stringBounder)doublegetStartingAltitude(StringBounder stringBounder)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
-
SheetBlock2
public SheetBlock2(SheetBlock1 block, Stencil stencil, UStroke defaultStroke)
-
-
Method Detail
-
enlargeMe
public SheetBlock2 enlargeMe(double delta1, double delta2)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceAtom- Specified by:
calculateDimensionin interfaceTextBlock
-
drawU
public void drawU(UGraphic ug)
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitudein interfaceAtom
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getNeutrons
public java.util.List<Neutron> getNeutrons()
- Specified by:
getNeutronsin interfaceAtom
-
-