|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
visad.util.ColorChangeEvent
public class ColorChangeEvent
An event to be dispatched when the color widget has been changed
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ColorChangeEvent(java.lang.Object source,
float start,
float end)
Construct a colorChangeEvent object to notify any ColorChangeListeners |
|
| Method Summary | |
|---|---|
float |
getEnd()
Get the end of the modified region of the map |
float |
getStart()
Get the start of the modified region of the map |
java.lang.String |
toString()
Return a string representation of this object |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColorChangeEvent(java.lang.Object source,
float start,
float end)
source - the map that generated the eventstart - the start of the region of the map that has been modifiedend - the end of the region of the map that has been modified| Method Detail |
|---|
public float getStart()
public float getEnd()
public java.lang.String toString()
toString in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||