|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chartable
A Chartable class has a getX()
and a getY()
method that together lend an object to being
chartable in a two-dimensional chart.
The comparison of Chartable points uses the x axis values, so that a natural sort results them being ordered in ascending order.
Method Summary | |
---|---|
Positionable |
getX()
Gets the x coordinate of the Chartable object |
Positionable |
getY()
Gets the y coordinate of the Chartable object |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
Positionable getX()
Positionable getY()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |