JPlanner Programmer's Guide
Point.withY Method
See Also
 






Creates a new point with y-coordinate set to the specified value and x-coordinate equal to that of the current point.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Point withY (
    int y
)

 Parameters

y

The y-coordinate of the new point.

 Return Value

A Point object.

 See Also

Point Members
Point Class
com.mindfusion.common Namespace