|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.brook.ascape.view.SeriesView
Information needed by views to display a data series.
| Constructor Summary | |
SeriesView()
Constructs a new Series View with a random color, and assuming continuous data. |
|
| Method Summary | |
java.awt.Color |
getColor()
Returns a color for the object as defined irrespective of object by setColor. |
boolean |
isContinuous()
Should the series be protrayed as continuous? Used for time series. |
void |
setColor(java.awt.Color color)
Sets the color of the series. |
void |
setContinuous(boolean continuous)
Sets whether the series is protrayed as continuous. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SeriesView()
| Method Detail |
public java.awt.Color getColor()
object - Ignored; normally, the object the object to get a color from.public void setColor(java.awt.Color color)
color - the color this feature should always returnpublic boolean isContinuous()
object - Ignored; normally, the object the object to get a color from.public void setContinuous(boolean continuous)
color - the color this feature should always return
|
(c) 1998-2000 The Brookings Insitution Webpage |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||