| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 xvalue. | 
|  void | setY(double y)Specifies the object's yvalue. | 
| Method Detail | 
|---|
void setX(double x)
x value.
x - the object's new x value.void setY(double y)
y value.
y - the object's new y value.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||