public final class Line3DRenderEvent extends LineRenderEvent implements I3DRenderEvent
DRAW, FILL, iObjIndex| 构造器和说明 |
|---|
Line3DRenderEvent(java.lang.Object oSource)
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
draw, fill, getBounds, getEnd, getLineAttributes, getStart, getZOrder, setEnd, setLineAttributes, setStart, setZOrdercompareRegular, compareTo, compareTransposed, getBackground, getDepth, getLabel, isEnabled, setDepth, setEnablesetSourceObjectpublic 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 在类中 LineRenderEventpublic Object3D getObject3D()
I3DRenderEventgetObject3D 在接口中 I3DRenderEventpublic void prepare2D(double xOffset,
double yOffset)
I3DRenderEventprepare2D 在接口中 I3DRenderEventpublic void reset()
ChartEventreset 在类中 LineRenderEventpublic Object3D getObject3DParent()
public void setObject3DParent(Object3D object3DParent)
Copyright © 2005-2008 Actuate Corp. All rights reserved.