org.eclipse.birt.chart.event
Class Oval3DRenderEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.PrimitiveRenderEvent
org.eclipse.birt.chart.event.OvalRenderEvent
org.eclipse.birt.chart.event.Oval3DRenderEvent
- All Implemented Interfaces:
- java.lang.Comparable, I3DRenderEvent, java.io.Serializable
- public class Oval3DRenderEvent
- extends OvalRenderEvent
- implements I3DRenderEvent
A rendering event type for rendering 3D Oval object.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Oval3DRenderEvent
public Oval3DRenderEvent(java.lang.Object oSource)
- The constructor.
setLocation3D
public void setLocation3D(Location3D[] loa)
- Set 3D location of the event.
getLocation3D
public Location3D[] getLocation3D()
- Returns:
- Returns the 3D location of the event.
copy
public PrimitiveRenderEvent copy()
- Overrides:
copy
in class OvalRenderEvent
getObject3D
public Object3D getObject3D()
- Description copied from interface:
I3DRenderEvent
- Returns the 3D object associated with this event.
- Specified by:
getObject3D
in interface I3DRenderEvent
- 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 interface I3DRenderEvent
- Parameters:
xOffset
- yOffset
-
Copyright © 2005-2007 Actuate Corp. All rights reserved.