Search this API

y.util
Interface Value2DSettable

All Known Subinterfaces:
MutableValue2D
All Known Implementing Classes:
DefaultMutableValue2D

public interface Value2DSettable

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

 

Method Summary
 void setX(double x)
          Specifies the object's x value.
 void setY(double y)
          Specifies the object's y value.
 

Method Detail

setX

void setX(double x)
Specifies the object's x value.

Parameters:
x - the object's new x value.

setY

void setY(double y)
Specifies the object's y value.

Parameters:
y - the object's new y value.

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