JPlanner Programmer's Guide
Point.withX Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Point withX (
    int x
)

 Parameters

x

The x-coordinate of the new point.

 Return Value

A Point object.

 See Also

Point Members
Point Class
com.mindfusion.common Namespace