|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.graph.frame.ControlCompositeTrack
| Field Summary | |
protected javax.swing.JPanel |
component
Description of the Field |
protected GraphConsumer |
consumer
Description of the Field |
protected java.awt.GridLayout |
layout
Description of the Field |
protected java.util.Hashtable |
producers
Description of the Field |
protected java.util.List |
tracks
Description of the Field |
| Constructor Summary | |
ControlCompositeTrack(GraphConsumer consumer)
Constructor for the Track object |
|
| Method Summary | |
void |
addTrack(GraphProducer producer,
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 |
java.lang.StringBuffer |
getPointsAsText()
Gets the pointsAsText attribute of the ControlCompositeTrack object |
Range |
getXRange()
Gets the xRange attribute of the GraphModel object |
Range |
getYRange()
Gets the yRange attribute of the GraphModel object |
void |
removeTrack(GraphProducer producer,
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 GraphConsumer consumer
protected java.awt.GridLayout layout
protected java.util.Hashtable producers
protected java.util.List tracks
| Constructor Detail |
public ControlCompositeTrack(GraphConsumer consumer)
consumer - Description of the Parameter| Method Detail |
public void addTrack(GraphProducer producer,
Track t)
t - The feature to be added to the Track attributeproducer - 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 java.lang.StringBuffer getPointsAsText()
public Range getXRange()
GraphElement
getXRange in interface GraphElementpublic Range getYRange()
GraphElement
getYRange in interface GraphElement
public void removeTrack(GraphProducer producer,
Track t)
t - Description of the Parameterproducer - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||