|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.graph.DefaultGraphElement
| Field Summary | |
protected Range |
xr
Description of the Field |
protected Range |
yr
Description of the Field |
| Constructor Summary | |
DefaultGraphElement()
Constructor for DefaultElement. |
|
| Method Summary | |
void |
draw(java.awt.Graphics graphics,
double scaleX,
double offsetX,
double scaleY,
double offsetY)
Description of the Method |
java.awt.Color |
getColor()
Gets the color attribute of the Element object |
Range |
getXRange()
Gets the xRange attribute of the GraphModel object |
Range |
getYRange()
Gets the yRange attribute of the GraphModel object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Range xr
protected Range yr
| Constructor Detail |
public DefaultGraphElement()
| Method Detail |
public void draw(java.awt.Graphics graphics,
double scaleX,
double offsetX,
double scaleY,
double offsetY)
GraphElement
draw in interface GraphElementgraphics - Description of the ParameterscaleX - Description of the ParameteroffsetX - Description of the ParameterscaleY - Description of the ParameteroffsetY - Description of the Parameterpublic java.awt.Color getColor()
GraphElement
getColor in interface GraphElementpublic Range getXRange()
GraphElement
getXRange in interface GraphElementpublic Range getYRange()
GraphElement
getYRange in interface GraphElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||