org.eclipse.birt.chart.event
Class Text3DRenderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.birt.chart.event.PrimitiveRenderEvent
          extended byorg.eclipse.birt.chart.event.TextRenderEvent
              extended byorg.eclipse.birt.chart.event.Text3DRenderEvent
All Implemented Interfaces:
java.lang.Comparable, I3DRenderEvent, java.io.Serializable

public final class Text3DRenderEvent
extends TextRenderEvent
implements I3DRenderEvent

Text3DRenderEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.birt.chart.event.TextRenderEvent
ABOVE, BELOW, LEFT, RENDER_SHADOW_AT_LOCATION, RENDER_TEXT_AT_LOCATION, RENDER_TEXT_IN_BLOCK, RIGHT, UNDEFINED
 
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
 
Constructor Summary
Text3DRenderEvent(java.lang.Object oSource)
           
 
Method Summary
 PrimitiveRenderEvent copy()
           
 Location3D getLocation3D()
           
 Object3D getObject3D()
          Returns the 3D object associated with this event.
 void prepare2D(double xOffset, double yOffset)
          Prepares the coordinates to render on 2D plane.
 void reset()
          Resets all fields to default value.
 void setLocation3D(Location3D loc)
           
 
Methods inherited from class org.eclipse.birt.chart.event.TextRenderEvent
draw, fill, getAction, getBlockAlignment, getBlockBounds, getLabel, getLocation, getTextPosition, setAction, setBlockAlignment, setBlockBounds, setLabel, setLocation, setTextPosition, updateFrom
 
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, getBounds, getDepth, setDepth, setSourceObject
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Text3DRenderEvent

public Text3DRenderEvent(java.lang.Object oSource)
Parameters:
oSource -
Method Detail

setLocation3D

public void setLocation3D(Location3D loc)
Parameters:
loc -

getLocation3D

public Location3D getLocation3D()
Returns:

copy

public PrimitiveRenderEvent copy()
Overrides:
copy in class TextRenderEvent

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 -

reset

public void reset()
Description copied from class: PrimitiveRenderEvent
Resets all fields to default value.

Overrides:
reset in class PrimitiveRenderEvent


Copyright © 2005 Actuate Corp. All rights reserved.