Package org.eclipse.birt.chart.event
Class Arc3DRenderEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.eclipse.birt.chart.event.ChartEvent
-
- org.eclipse.birt.chart.event.PrimitiveRenderEvent
-
- org.eclipse.birt.chart.event.ArcRenderEvent
-
- org.eclipse.birt.chart.event.Arc3DRenderEvent
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
,I3DRenderEvent
public class Arc3DRenderEvent extends ArcRenderEvent implements I3DRenderEvent
A rendering event type for rendering 3D Arc object.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.birt.chart.event.ArcRenderEvent
CLOSED, OPEN, SECTOR
-
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
-
-
Constructor Summary
Constructors Constructor Description Arc3DRenderEvent(java.lang.Object oSource)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrimitiveRenderEvent
copy()
Object3D
getObject3D()
Returns the 3D object associated with this event.Location3D
getTopLeft3D()
void
prepare2D(double xOffset, double yOffset)
Prepares the coordinates to render on 2D plane.void
setTopLeft3D(Location3D loc)
Sets the 3D top-left location of the arc bounds.-
Methods inherited from class org.eclipse.birt.chart.event.ArcRenderEvent
draw, fill, getAngleExtent, getBackground, getBounds, getEllipseBounds, getHeight, getInnerRadius, getLineAttributes, getOuterRadius, getOutline, getStartAngle, getStyle, getTopLeft, getWidth, reset, setAngleExtent, setBackground, setBounds, setEndAngle, setHeight, setInnerRadius, setOuterRadius, setOutline, setStartAngle, setStyle, setTopLeft, setWidth
-
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, getDepth, getLabel, isEnabled, setDepth, setEnable
-
Methods inherited from class org.eclipse.birt.chart.event.ChartEvent
setSourceObject
-
-
-
-
Method Detail
-
setTopLeft3D
public void setTopLeft3D(Location3D loc)
Sets the 3D top-left location of the arc bounds.- Parameters:
loc
-
-
getTopLeft3D
public Location3D getTopLeft3D()
- Returns:
- Returns the 3D top-left location of the arc bounds.
-
copy
public PrimitiveRenderEvent copy()
- Overrides:
copy
in classArcRenderEvent
- Returns:
- A copy of this primitive rendering instruction implemented by subclasses
-
getObject3D
public Object3D getObject3D()
Description copied from interface:I3DRenderEvent
Returns the 3D object associated with this event.- Specified by:
getObject3D
in interfaceI3DRenderEvent
- Returns:
-
prepare2D
public void prepare2D(double xOffset, double yOffset)
Description copied from interface:I3DRenderEvent
Prepares the coordinates to render on 2D plane.- Specified by:
prepare2D
in interfaceI3DRenderEvent
-
-