|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.graph.CompositeTrack
Description of the Class
| Field Summary | |
protected javax.swing.JPanel |
component
Description of the Field |
protected java.awt.GridLayout |
layout
Description of the Field |
protected java.util.Collection |
tracks
Description of the Field |
| Constructor Summary | |
CompositeTrack()
Constructor for the Track object |
|
| Method Summary | |
void |
addTrack(Track t)
Adds a feature to the Track attribute of the CompositeTrack object |
void |
clear()
Description of the Method |
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 |
javax.swing.JComponent |
getComponent()
Gets the component attribute of the LabelElement object |
Range |
getXRange()
Gets the xRange attribute of the GraphModel object |
Range |
getYRange()
Gets the yRange attribute of the GraphModel object |
void |
removeTrack(Track t)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.JPanel component
protected java.awt.GridLayout layout
protected java.util.Collection tracks
| Constructor Detail |
public CompositeTrack()
| Method Detail |
public void addTrack(Track t)
t - The feature to be added to the Track attributepublic void clear()
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 javax.swing.JComponent getComponent()
LabelElement
getComponent in interface LabelElementpublic Range getXRange()
GraphElement
getXRange in interface GraphElementpublic Range getYRange()
GraphElement
getYRange in interface GraphElementpublic void removeTrack(Track t)
t - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||