public class IcyColorSpaceEvent extends java.lang.Object implements CollapsibleEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
IcyColorSpaceEvent.IcyColorSpaceEventType
Deprecated.
|
| Constructor and Description |
|---|
IcyColorSpaceEvent(IcyColorSpace colorSpace,
int component) |
| 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. |
IcyColorSpace |
getColorSpace() |
int |
getComponent() |
IcyColorSpaceEvent.IcyColorSpaceEventType |
getType() |
int |
hashCode()
Returns hash code for current event.
|
public IcyColorSpaceEvent(IcyColorSpace colorSpace, int component)
public IcyColorSpace getColorSpace()
public IcyColorSpaceEvent.IcyColorSpaceEventType getType()
public int getComponent()
public boolean collapse(CollapsibleEvent event)
CollapsibleEventcollapse in interface CollapsibleEventfalse if collapse operation failed (object are not 'equals')public int hashCode()
CollapsibleEventObject.hashCode()
contract.hashCode in interface CollapsibleEventhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
CollapsibleEventtrue 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 CollapsibleEventequals in class java.lang.Object