public class LineRenderEvent extends PrimitiveRenderEvent
DRAW, FILL, iObjIndex| 构造器和说明 |
|---|
LineRenderEvent(java.lang.Object oSource)
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PrimitiveRenderEvent |
copy() |
void |
draw(IDeviceRenderer idr)
Causes this instruction to 'draw' itself on the device renderer
|
void |
fill(IDeviceRenderer idr)
Causes this instruction to 'fill' itself on the device renderer
|
Bounds |
getBounds()
Returns the mimimum bounds required to contain the rendering area for
current event.
|
Location |
getEnd() |
LineAttributes |
getLineAttributes() |
Location |
getStart() |
int |
getZOrder() |
void |
reset()
Resets the inner state of current event.
|
void |
setEnd(Location _loEnd)
Sets the end location of the line.
|
void |
setLineAttributes(LineAttributes _lia)
Sets the line attributes of this event.
|
void |
setStart(Location _loStart)
Sets the start location of the line.
|
void |
setZOrder(int _zOrder)
Sets the zOrder of the line.
|
compareRegular, compareTo, compareTransposed, getBackground, getDepth, getLabel, isEnabled, setDepth, setEnablesetSourceObjectpublic final void setStart(Location _loStart)
public final Location getStart()
public final void setEnd(Location _loEnd)
public final Location getEnd()
public final void setLineAttributes(LineAttributes _lia)
public final LineAttributes getLineAttributes()
getLineAttributes 在类中 PrimitiveRenderEventpublic final Bounds getBounds()
PrimitiveRenderEventgetBounds 在类中 PrimitiveRenderEventpublic PrimitiveRenderEvent copy()
copy 在类中 PrimitiveRenderEventpublic void fill(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventfill 在类中 PrimitiveRenderEventChartExceptionpublic final void draw(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventdraw 在类中 PrimitiveRenderEventChartExceptionpublic void reset()
ChartEventreset 在类中 ChartEventpublic final void setZOrder(int _zOrder)
public final int getZOrder()
Copyright © 2005-2008 Actuate Corp. All rights reserved.