Point2D Class

public class Point2D extends StructuredValue

The Point2D model.

Method Summary

Modifier and Type Method and Description
Point2D withX(double x)

Set the x value.

Point2D withY(double y)

Set the y value.

double x()

Get the x value.

double y()

Get the y value.

Inherited Members

Method Details

withX

public Point2D withX(double x)

Set the x value.

Parameters:

x - the x value to set

Returns:

the Point2D object itself.

withY

public Point2D withY(double y)

Set the y value.

Parameters:

y - the y value to set

Returns:

the Point2D object itself.

x

public double x()

Get the x value.

Returns:

the x value

y

public double y()

Get the y value.

Returns:

the y value

Applies to