|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.PrimitiveRenderEvent
org.eclipse.birt.chart.event.LineRenderEvent
org.eclipse.birt.chart.event.Line3DRenderEvent
public final class Line3DRenderEvent
A rendering event type for rendering 3D Line object.
Field Summary |
---|
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent |
---|
DRAW, FILL, iObjIndex |
Constructor Summary | |
---|---|
Line3DRenderEvent(java.lang.Object oSource)
The constructor. |
Method Summary | |
---|---|
PrimitiveRenderEvent |
copy()
|
Location3D |
getEnd3D()
Returns the 3D end location of this line. |
Object3D |
getObject3D()
Returns the 3D object associated with this event. |
Object3D |
getObject3DParent()
|
Location3D |
getStart3D()
Returns the 3D start location of this line. |
void |
prepare2D(double xOffset,
double yOffset)
Prepares the coordinates to render on 2D plane. |
void |
reset()
Resets the inner state of current event. |
void |
setEnd3D(double x,
double y,
double z)
Sets the 3D end location of the line. |
void |
setEnd3D(Location3D end)
Sets the 3D end location of the line. |
void |
setObject3DParent(Object3D object3DParent)
|
void |
setStart3D(double x,
double y,
double z)
Sets the 3D start location of the line. |
void |
setStart3D(Location3D start)
Sets the 3D start location of the line. |
Methods inherited from class org.eclipse.birt.chart.event.LineRenderEvent |
---|
draw, fill, getBounds, getEnd, getLineAttributes, getStart, getZOrder, setEnd, setLineAttributes, setStart, setZOrder |
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent |
---|
compareRegular, compareTo, compareTransposed, getBackground, getDepth, getLabel, isEnabled, setDepth, setEnable |
Methods inherited from class org.eclipse.birt.chart.event.ChartEvent |
---|
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 |
---|
public Line3DRenderEvent(java.lang.Object oSource)
Method Detail |
---|
public void setStart3D(Location3D start)
public void setStart3D(double x, double y, double z)
public Location3D getStart3D()
public void setEnd3D(Location3D end)
public void setEnd3D(double x, double y, double z)
public Location3D getEnd3D()
public PrimitiveRenderEvent copy()
copy
in class LineRenderEvent
public Object3D getObject3D()
I3DRenderEvent
getObject3D
in interface I3DRenderEvent
public void prepare2D(double xOffset, double yOffset)
I3DRenderEvent
prepare2D
in interface I3DRenderEvent
public void reset()
ChartEvent
reset
in class LineRenderEvent
public Object3D getObject3DParent()
public void setObject3DParent(Object3D object3DParent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |