Interface IEventData
-
- All Known Implementing Classes:
AbstractRenderInfo
,ClippingPathInfo
,ImageRenderInfo
,PathRenderInfo
,TextRenderInfo
public interface IEventData
Marker interface for the set of classes used to combine parameters required for different types of events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CanvasGraphicsState
getGraphicsState()
-
-
-
Method Detail
-
getGraphicsState
CanvasGraphicsState getGraphicsState()
-
-