Uses of Interface
org.eclipse.birt.chart.event.I3DRenderEvent
-
Packages that use I3DRenderEvent Package Description org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package.org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. -
-
Uses of I3DRenderEvent in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation with parameters of type I3DRenderEvent Modifier and Type Method Description WrappedInstruction
Engine3D. getSharedEdge(I3DRenderEvent event1, I3DRenderEvent event2, double xOffset, double yOffset)
-
Uses of I3DRenderEvent in org.eclipse.birt.chart.event
Classes in org.eclipse.birt.chart.event that implement I3DRenderEvent Modifier and Type Class Description class
Arc3DRenderEvent
A rendering event type for rendering 3D Arc object.class
Area3DRenderEvent
A rendering event type for rendering 3D Area object.class
Image3DRenderEvent
A rendering event type for rendering 3D Image object.class
Line3DRenderEvent
A rendering event type for rendering 3D Line object.class
Oval3DRenderEvent
A rendering event type for rendering 3D Oval object.class
Polygon3DRenderEvent
A rendering event type for rendering 3D Polygon object.class
Text3DRenderEvent
A rendering event type for rendering 3D text object.
-