public class IcyColorModelEvent extends java.lang.Object implements EventHierarchicalChecker
Modifier and Type | Class and Description |
---|---|
static class |
IcyColorModelEvent.IcyColorModelEventType |
Constructor and Description |
---|
IcyColorModelEvent(IcyColorModel colorModel,
IcyColorModelEvent.IcyColorModelEventType type,
int component) |
Modifier and Type | Method and Description |
---|---|
IcyColorModel |
getColorModel() |
int |
getComponent() |
IcyColorModelEvent.IcyColorModelEventType |
getType() |
boolean |
isEventRedundantWith(EventHierarchicalChecker event) |
public IcyColorModelEvent(IcyColorModel colorModel, IcyColorModelEvent.IcyColorModelEventType type, int component)
colorModel
- type
- public IcyColorModel getColorModel()
public IcyColorModelEvent.IcyColorModelEventType getType()
public int getComponent()
public boolean isEventRedundantWith(EventHierarchicalChecker event)
isEventRedundantWith
in interface EventHierarchicalChecker