Class URectangle
java.lang.Object
net.sourceforge.plantuml.ugraphic.URectangle
- All Implemented Interfaces:
Shadowable,UShape,UShapeIgnorableForCompression,UShapeSized
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondiagonalCorner(double diagonalCorner) voiddrawWhenCompressed(UGraphic ug, CompressionMode mode) final StringdoubledoubledoublegetRx()doublegetRy()doublegetWidth()final URectanglefinal URectanglebooleanrounded(double round) voidsetDeltaShadow(double deltaShadow) toString()withCommentAndCodeLine(String comment, String codeLine) withHeight(double newHeight) withWidth(double newWidth)
-
Constructor Details
-
URectangle
public URectangle(double width, double height) -
URectangle
-
-
Method Details
-
withHeight
-
withWidth
-
withCommentAndCodeLine
-
rounded
-
diagonalCorner
-
ignoreForCompressionOnX
-
ignoreForCompressionOnY
-
toString
-
getWidth
public double getWidth()- Specified by:
getWidthin interfaceUShapeSized
-
getHeight
public double getHeight()- Specified by:
getHeightin interfaceUShapeSized
-
getRx
public double getRx() -
getRy
public double getRy() -
clip
-
getMinMax
-
getComment
-
getCodeLine
-
drawWhenCompressed
- Specified by:
drawWhenCompressedin interfaceUShapeIgnorableForCompression
-
isIgnoreForCompressionOn
- Specified by:
isIgnoreForCompressionOnin interfaceUShapeIgnorableForCompression
-
getDeltaShadow
public double getDeltaShadow()- Specified by:
getDeltaShadowin interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow) - Specified by:
setDeltaShadowin interfaceShadowable
-