Package org.jzy3d.junit.replay.events
Interface IComponentEventLog
-
- All Superinterfaces:
IEventLog
- All Known Implementing Classes:
ComponentEventLog
public interface IComponentEventLog extends IEventLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIComponentEventLog.ComponentEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RectanglegetBounds()DimensiongetSize()IComponentEventLog.ComponentEventTypegetType()ObjectgetValue()
-
-
-
Method Detail
-
getType
IComponentEventLog.ComponentEventType getType()
-
getValue
Object getValue()
-
getSize
Dimension getSize()
-
getBounds
Rectangle getBounds()
-
-