public class LineRenderEvent extends PrimitiveRenderEvent
DRAW, FILL, iObjIndex| Constructor and Description |
|---|
LineRenderEvent(java.lang.Object oSource)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 LineRenderEvent(java.lang.Object oSource)
public 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 in class PrimitiveRenderEventpublic final Bounds getBounds()
PrimitiveRenderEventgetBounds in class PrimitiveRenderEventpublic PrimitiveRenderEvent copy()
copy in class PrimitiveRenderEventpublic void fill(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventfill in class PrimitiveRenderEventChartExceptionpublic final void draw(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventdraw in class PrimitiveRenderEventChartExceptionpublic void reset()
ChartEventreset in class ChartEventpublic final void setZOrder(int _zOrder)
public final int getZOrder()
Copyright © 2005-2008 Actuate Corp. All rights reserved.