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 XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
SheetBlock2
enlargeMe(double delta1, double delta2)
XRectangle2D
getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
java.util.List<Neutron>
getNeutrons()
Ports
getPorts(StringBounder stringBounder)
double
getStartingAltitude(StringBounder stringBounder)
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceAtom
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
public void drawU(UGraphic ug)
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitude
in interfaceAtom
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getNeutrons
public java.util.List<Neutron> getNeutrons()
- Specified by:
getNeutrons
in interfaceAtom
-
-