Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Field and Description |
---|---|
static EventType<RenderContextEvent> |
RenderContextEvent.ANY
Common supertype for all render context event types.
|
static EventType<RenderContextEvent> |
RenderContextEvent.PREPARE
Event type for the event that can be used to modify the
getContext()
during com.yworks.yfiles.canvas.CanvasControl#createContentVisual(com.yworks.yfiles.drawing.IRenderContext)
and com.yworks.yfiles.canvas.CanvasControl#update() . |
Modifier and Type | Method and Description |
---|---|
protected void |
CanvasControl.onPrepareRenderContextEvent(RenderContextEvent args)
Raises the
PREPARE event. |