Uses of Class
org.eclipse.birt.chart.event.PrimitiveRenderEvent
Packages that use PrimitiveRenderEvent
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains classes that represent the core plot rendering framework.
-
Uses of PrimitiveRenderEvent in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return PrimitiveRenderEventModifier and TypeMethodDescriptionEngine3D.processEvent
(PrimitiveRenderEvent event, double xOffset, double yOffset) Engine3D.processEvent_noclip
(PrimitiveRenderEvent event, double xOffset, double yOffset) Methods in org.eclipse.birt.chart.computation with parameters of type PrimitiveRenderEventModifier and TypeMethodDescriptionEngine3D.processEvent
(PrimitiveRenderEvent event, double xOffset, double yOffset) Engine3D.processEvent_noclip
(PrimitiveRenderEvent event, double xOffset, double yOffset) -
Uses of PrimitiveRenderEvent in org.eclipse.birt.chart.event
Subclasses of PrimitiveRenderEvent in org.eclipse.birt.chart.eventModifier and TypeClassDescriptionclass
A rendering event type for rendering 3D Arc object.class
A rendering event type for rendering Arc object.class
A rendering event type for rendering 3D Area object.class
A rendering event type for rendering Area object.final class
This class encapsulates clipping information required for clip implementation in a device.final class
A rendering event type for rendering 3D Image object.class
A rendering event type for rendering Image object.final class
A rendering event type for rendering 3D Line object.class
A rendering event type for rendering Line object.class
A rendering event type for rendering 3D Oval object.class
A rendering event type for rendering Oval object.final class
A rendering event type for rendering 3D Polygon object.class
A rendering event type for rendering Polygon object.final class
A rendering event type for rendering Rectangle object.final class
A rendering event type for rendering 3D text object.class
A rendering event type for rendering text object.final class
An event type for transformation.Methods in org.eclipse.birt.chart.event that return PrimitiveRenderEventModifier and TypeMethodDescriptionArc3DRenderEvent.copy()
ArcRenderEvent.copy()
Area3DRenderEvent.copy()
AreaRenderEvent.copy()
Image3DRenderEvent.copy()
ImageRenderEvent.copy()
Line3DRenderEvent.copy()
LineRenderEvent.copy()
Oval3DRenderEvent.copy()
OvalRenderEvent.copy()
Polygon3DRenderEvent.copy()
PolygonRenderEvent.copy()
PrimitiveRenderEvent.copy()
RectangleRenderEvent.copy()
Text3DRenderEvent.copy()
TextRenderEvent.copy()
final PrimitiveRenderEvent
AreaRenderEvent.getElement
(int i) Returns the specific sub event by given index.IRenderInstruction.getEvent()
Returns the associated event.final PrimitiveRenderEvent
MarkerInstruction.getEvent()
Returns the associated event.WrappedInstruction.getEvent()
Returns the associated event.InteractionEvent.getHotSpot()
Methods in org.eclipse.birt.chart.event that return types with arguments of type PrimitiveRenderEventModifier and TypeMethodDescriptionfinal Iterator<PrimitiveRenderEvent>
AreaRenderEvent.iterator()
Returns the iterator for the subordinate event list.Methods in org.eclipse.birt.chart.event with parameters of type PrimitiveRenderEventModifier and TypeMethodDescriptionfinal void
AreaRenderEvent.add
(PrimitiveRenderEvent pre) Add a sub event to this area.void
InteractionEvent.setHotSpot
(PrimitiveRenderEvent pre) Sets the hotspot area defined by given rendering event for current event.Constructors in org.eclipse.birt.chart.event with parameters of type PrimitiveRenderEventModifierConstructorDescriptionMarkerInstruction
(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction, double iMarkerSize, int zOrder) WrappedInstruction
(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction) WrappedInstruction
(DeferredCache dc, PrimitiveRenderEvent pre, int iInstruction, long zorder) The constructor. -
Uses of PrimitiveRenderEvent in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return PrimitiveRenderEventMethods in org.eclipse.birt.chart.render with parameters of type PrimitiveRenderEventModifier and TypeMethodDescriptionvoid
DeferredCache.addMarker
(PrimitiveRenderEvent pre, int iInstruction, double iMarkerSize, int zOrder) Adds marker rendering event to cache.DeferredCache.addPlane
(PrimitiveRenderEvent pre, int iInstruction) Adds rendering Plane event to cache.DeferredCache.addPlane
(PrimitiveRenderEvent pre, int iInstruction, int zorder_hint) void
DeferredCache.addPlaneShadow
(PrimitiveRenderEvent pre, int iInstruction) Adds rendering Plane event to cache.void
DeferredCache.addPlaneShadow
(PrimitiveRenderEvent pre, int iInstruction, int zorder_hint) void
InteractiveRenderer.modifyEvent
(PrimitiveRenderEvent event)