Search
JsonContext.readPointString Method
See Also
 






Reads a list of points.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public List<Point2D.Float> readPointString (
    JsonValue value
)

 Parameters

value

JsonValue

 Return Value

List<Point2D.Float>

 See Also