你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Point2D Class

public class Point2D
extends StructuredValue

The Point2D model.

Constructor Summary

Constructor Description
Point2D()

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.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Point2D

public Point2D()

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