public class ShapePoints extends Object
| Constructor and Description |
|---|
ShapePoints() |
| Modifier and Type | Method and Description |
|---|---|
static ShapePoints |
decode(String encodedShapePoints)
Build a
ShapePoints from its JSON string. |
String |
encode()
Create a JSON string from a
ShapePoints. |
List<Point> |
getPoints() |
void |
setPoints(List<Point> points) |
public static ShapePoints decode(String encodedShapePoints)
ShapePoints from its JSON string.encodedShapePoints - the JSON string of the classShapePoints or null if the JSON is invalidpublic String encode()
ShapePoints.Copyright © 2019 TIBCO Software Inc.. All rights reserved.