public class ColorChangeEvent extends EventObject implements Serializable
source
Constructor and Description |
---|
ColorChangeEvent(Object source,
float start,
float end)
Construct a colorChangeEvent object to notify any ColorChangeListeners
|
Modifier and Type | Method and Description |
---|---|
float |
getEnd()
Get the end of the modified region of the map
|
float |
getStart()
Get the start of the modified region of the map
|
String |
toString()
Return a string representation of this object
|
getSource
public ColorChangeEvent(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 modifiedpublic float getStart()
public float getEnd()
public String toString()
toString
in class EventObject
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.