public class Polygon extends AbstractShape
| Constructor and Description |
|---|
Polygon(String... keyValuePairs)
Creates a polygon shape.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValues() |
getTransitionTime, transitionTimepublic Polygon(String... keyValuePairs)
keyValuePairs - the key value pairs (x1,y1,x2,y2,x3,y3,..) - the number must be even and there has
to be at least 3 pairsCopyright © 2015. All rights reserved.