public class ROIEvent extends java.lang.Object implements EventHierarchicalChecker
Modifier and Type | Class and Description |
---|---|
static class |
ROIEvent.ROIEventType |
static class |
ROIEvent.ROIPointEventType
Deprecated.
|
Constructor and Description |
---|
ROIEvent(ROI source,
ROIEvent.ROIEventType type) |
ROIEvent(ROI source,
ROIEvent.ROIEventType type,
ROIEvent.ROIPointEventType pointEventType,
java.lang.Object point)
Deprecated.
Use
ROIEvent(ROI, ROIEventType) constructor instead |
ROIEvent(ROI source,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPoint()
Deprecated.
|
ROIEvent.ROIPointEventType |
getPointEventType()
Deprecated.
|
java.lang.String |
getPropertyName() |
ROI |
getSource() |
ROIEvent.ROIEventType |
getType() |
boolean |
isEventRedundantWith(EventHierarchicalChecker event) |
@Deprecated public ROIEvent(ROI source, ROIEvent.ROIEventType type, ROIEvent.ROIPointEventType pointEventType, java.lang.Object point)
ROIEvent(ROI, ROIEventType)
constructor insteadpublic ROIEvent(ROI source, ROIEvent.ROIEventType type)
public ROIEvent.ROIEventType getType()
public java.lang.String getPropertyName()
@Deprecated public java.lang.Object getPoint()
@Deprecated public ROIEvent.ROIPointEventType getPointEventType()
public boolean isEventRedundantWith(EventHierarchicalChecker event)
isEventRedundantWith
in interface EventHierarchicalChecker