|
|||||||||||
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
A rendering event type for rendering Line object.
Field Summary |
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent |
DRAW, FILL, iObjIndex |
Constructor Summary | |
LineRenderEvent(java.lang.Object oSource)
The constructor. |
Method Summary | |
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()
|
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. |
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent |
compareRegular, compareTo, compareTransposed, getBackground, getDepth, getLabel, setDepth |
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 LineRenderEvent(java.lang.Object oSource)
Method Detail |
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 PrimitiveRenderEvent
public final Bounds getBounds()
PrimitiveRenderEvent
getBounds
in class PrimitiveRenderEvent
public PrimitiveRenderEvent copy()
copy
in class PrimitiveRenderEvent
public void fill(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEvent
fill
in class PrimitiveRenderEvent
idr
-
ChartException
public final void draw(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEvent
draw
in class PrimitiveRenderEvent
idr
-
ChartException
public void reset()
ChartEvent
reset
in class ChartEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |