|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.elj.chart.stripchart.StripChartEvent
StripChartEvent
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
StripChartEvent(java.lang.Object source,
boolean high,
boolean low,
boolean normal)
Constructs the StripChartEvent |
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StripChartEvent(java.lang.Object source,
boolean high,
boolean low,
boolean normal)
source - The source of the eventhigh - The wheather high or notlow - The wheather low or notnormal - The wheather normal or not
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||