Package com.winnovative_software
Class PolygonElement
java.lang.Object
com.winnovative_software.PageElement
com.winnovative_software.PageGraphicElement
com.winnovative_software.PolygonElement
Represents a polygon in a PDF document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpoints()
Gets the polygon pointsvoid
setPoints
(PointFloat[] points) Sets the polygon pointsMethods inherited from class com.winnovative_software.PageGraphicElement
backColor, blending, clipRectangle, foreColor, gradient, lineStyle, opacity, rotate, scale, setBackColor, setBlending, setClipRectangle, setForeColor, setGradient, setLineStyle, setOpacity, skew, translate
-
Constructor Details
-
PolygonElement
Constructs a polygon element- Parameters:
points
- the points to be connected
-
-
Method Details
-
points
Gets the polygon points- Returns:
- the polygon points
-
setPoints
Sets the polygon points- Parameters:
points
- the polygon points
-