![]() |
Bridges-Java 3.5.0-dev1
Bridges(Java API)
|
This class defines a polygon and can be used as a part of a SymbolCollection. More...
Additional Inherited Members | |
![]() | |
String | label = null |
Color | fillColor = null |
Float | opacity = null |
Color | strokeColor = null |
Float | strokeWidth = null |
Integer | strokeDash = null |
Integer | layer = null |
float[] | transform = null |
![]() | |
Boolean | xform_flag = false |
This class defines a polygon and can be used as a part of a SymbolCollection.
A polygon has a sequence of 2D points (x, y coordinate pairs)
Basic styling such as stroke, fill, color are defined in the superclass Symbol.
bridges.base.Polygon.Polygon | ( | ) |
Construct a default polygon structure
Construct a polygon with the give set of points
pts | the array of 2D points |
String bridges.base.Polygon.getShapeType | ( | ) |
This method gets the name of the shape
Reimplemented from bridges.base.Polyline.