Package com.evopdf
Class PolygonElement
java.lang.Object
com.evopdf.PageElement
com.evopdf.PageGraphicElement
com.evopdf.PolygonElement
Represents a polygon in a PDF document
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionpoints()Gets the polygon pointsvoidsetPoints(PointFloat[] points) Sets the polygon pointsMethods inherited from class com.evopdf.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
 
 -