Class UPolygon
java.lang.Object
net.sourceforge.plantuml.klimt.AbstractShadowable
net.sourceforge.plantuml.klimt.shape.UPolygon
- All Implemented Interfaces:
Shadowable,UShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPoint(double x, double y) voidvoidaffine(AffineTransform rotate) final CompressionModedoubledoublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()getPoint(int idx) double[]getPointArray(double x, double y) doublegetWidth()voidrotate(double theta) final voidsetCompressionMode(CompressionMode compressionMode) toString()translate(double dx, double dy) Methods inherited from class net.sourceforge.plantuml.klimt.AbstractShadowable
getDeltaShadow, setDeltaShadow
-
Constructor Details
-
UPolygon
public UPolygon() -
UPolygon
-
UPolygon
-
-
Method Details
-
getPoint
-
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
-