Package | Description |
---|---|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
SequenceEvent.SequenceEventSourceType |
SequenceEvent.getSourceType()
SourceType define the object type of
source The following source types are available: SEQUENCE_TYPE --> source object is nullSEQUENCE_META --> source object define the meta data id (String)It can be null (consider global metadata change) SEQUENCE_COLORMAP --> source object is an instance of IcyColorModelSEQUENCE_COMPONENTBOUNDS --> source object is an instance of IcyColorModelSEQUENCE_DATA --> source object is an instance of IcyBufferedImagesource object can be null when severals images has been modified SEQUENCE_ROI --> source object is an instance of ROIsource object can be null when severals images has been modified SEQUENCE_OVERLAY --> source object is an instance of Overlaysource object can be null when severals images has been modified SEQUENCE_PAINTER --> source object is an instance of Paintersource object can be null when severals images has been modified |
static SequenceEvent.SequenceEventSourceType |
SequenceEvent.SequenceEventSourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SequenceEvent.SequenceEventSourceType[] |
SequenceEvent.SequenceEventSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType) |
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType,
java.lang.Object source) |
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType,
java.lang.Object source,
int param) |
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType,
java.lang.Object source,
SequenceEvent.SequenceEventType type) |
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType,
java.lang.Object source,
SequenceEvent.SequenceEventType type,
int param) |
SequenceEvent(Sequence sequence,
SequenceEvent.SequenceEventSourceType sourceType,
SequenceEvent.SequenceEventType type) |