public class IcyColorMapEvent extends java.lang.Object implements CollapsibleEvent
Modifier and Type | Class and Description |
---|---|
static class |
IcyColorMapEvent.IcyColorMapEventType |
Constructor and Description |
---|
IcyColorMapEvent(IcyColorMap colormap,
IcyColorMapEvent.IcyColorMapEventType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
collapse(CollapsibleEvent event)
Collapse current object/event with specified one.
|
boolean |
equals(java.lang.Object obj)
Returns
true if the current event is equivalent to the specified one. |
IcyColorMap |
getColormap() |
IcyColorMapEvent.IcyColorMapEventType |
getType() |
int |
hashCode()
Returns hash code for current event.
|
public IcyColorMapEvent(IcyColorMap colormap, IcyColorMapEvent.IcyColorMapEventType type)
public IcyColorMap getColormap()
public IcyColorMapEvent.IcyColorMapEventType getType()
public boolean collapse(CollapsibleEvent event)
CollapsibleEvent
collapse
in interface CollapsibleEvent
false
if collapse operation failed (object are not 'equals')public int hashCode()
CollapsibleEvent
Object.hashCode()
contract.hashCode
in interface CollapsibleEvent
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
CollapsibleEvent
true
if the current event is equivalent to the specified one.Object.equals(Object)
method as we use an HashMap to store
these event
in the UpdateEventHandler
class.equals
in interface CollapsibleEvent
equals
in class java.lang.Object