Search this API

y.util
Interface Value2D

All Known Subinterfaces:
MutableValue2D
All Known Implementing Classes:
DefaultMutableValue2D

public interface Value2D

Specifies the contract of a general purpose 2-dimensional read-only value object. The object's data is labeled (x,y).

 

Method Summary
 double getX()
          Returns the view's x data.
 double getY()
          Returns the view's y data.
 

Method Detail

getX

double getX()
Returns the view's x data.

Returns:
the view's x data.

getY

double getY()
Returns the view's y data.

Returns:
the view's y data.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.