org.eclipse.birt.chart.event
Class Area3DRenderEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.PrimitiveRenderEvent
org.eclipse.birt.chart.event.AreaRenderEvent
org.eclipse.birt.chart.event.Area3DRenderEvent
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, I3DRenderEvent
public class Area3DRenderEvent
- extends AreaRenderEvent
- implements I3DRenderEvent
A rendering event type for rendering 3D Area object.
- See Also:
- Serialized Form
Method Summary |
PrimitiveRenderEvent |
copy()
|
org.eclipse.birt.chart.computation.Object3D |
getObject3D()
Returns the 3D object associated with this event. |
void |
prepare2D(double xOffset,
double yOffset)
Prepares the coordinates to render on 2D plane. |
Methods inherited from class org.eclipse.birt.chart.event.AreaRenderEvent |
add, clear, draw, fill, getBackground, getBounds, getElement, getElementCount, getLineAttributes, getOutline, iterator, reset, setBackground, setOutline |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Area3DRenderEvent
public Area3DRenderEvent(java.lang.Object oSource)
- The constructor.
getObject3D
public org.eclipse.birt.chart.computation.Object3D getObject3D()
- Description copied from interface:
I3DRenderEvent
- Returns the 3D object associated with this event.
- Specified by:
getObject3D
in interface I3DRenderEvent
- Returns:
copy
public PrimitiveRenderEvent copy()
throws ChartException
- Overrides:
copy
in class AreaRenderEvent
- Returns:
- A copy of this primitive rendering instruction implemented by
subclasses
- Throws:
ChartException
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 interface I3DRenderEvent
Copyright © 2005-2008 Actuate Corp. All rights reserved.