Class UPolygon
java.lang.Object
net.sourceforge.plantuml.ugraphic.UPolygon
- All Implemented Interfaces:
Shadowable,UShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPoint(double x, double y) voidvoidaffine(AffineTransform rotate) final CompressionModedoubledoubledoublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()double[]getPointArray(double x, double y) doublegetWidth()voidrotate(double theta) final voidsetCompressionMode(CompressionMode compressionMode) voidsetDeltaShadow(double deltaShadow) toString()translate(double dx, double dy)
-
Constructor Details
-
UPolygon
public UPolygon() -
UPolygon
-
UPolygon
-
-
Method Details
-
checkMiddleContactForSpecificTriangle
-
addPoint
public void addPoint(double x, double y) -
addPoint
-
getPoints
-
translate
-
rotate
public void rotate(double theta) -
affine
-
toString
-
getHeight
public double getHeight() -
getWidth
public double getWidth() -
getMinX
public double getMinX() -
getMinY
public double getMinY() -
getMaxX
public double getMaxX() -
getMaxY
public double getMaxY() -
getMinMax
-
getPointArray
public double[] getPointArray(double x, double y) -
getCompressionMode
-
setCompressionMode
-
getDeltaShadow
public double getDeltaShadow()- Specified by:
getDeltaShadowin interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow) - Specified by:
setDeltaShadowin interfaceShadowable
-