org.eclipse.birt.chart.event
Class LineRenderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.birt.chart.event.PrimitiveRenderEvent
          extended byorg.eclipse.birt.chart.event.LineRenderEvent
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
Line3DRenderEvent

public class LineRenderEvent
extends PrimitiveRenderEvent

LineRenderEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
 
Constructor Summary
LineRenderEvent(java.lang.Object oSource)
           
 
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()
           
 Location getEnd()
           
 LineAttributes getLineAttributes()
           
 Location getStart()
           
 void setEnd(Location _loEnd)
           
 void setLineAttributes(LineAttributes _lia)
           
 void setStart(Location _loStart)
           
 
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, getDepth, reset, setDepth, 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

LineRenderEvent

public LineRenderEvent(java.lang.Object oSource)
Parameters:
oSource -
Method Detail

setStart

public final void setStart(Location _loStart)
Parameters:
_loStart -

getStart

public final Location getStart()
Returns:

setEnd

public final void setEnd(Location _loEnd)
Parameters:
_loEnd -

getEnd

public final Location getEnd()
Returns:

setLineAttributes

public final void setLineAttributes(LineAttributes _lia)
Parameters:
_lia -

getLineAttributes

public final LineAttributes getLineAttributes()
Returns:

getBounds

public final Bounds getBounds()
Overrides:
getBounds in class PrimitiveRenderEvent
Returns:

copy

public PrimitiveRenderEvent copy()
Overrides:
copy in class PrimitiveRenderEvent
Returns:
A copy of this primitive rendering instruction implemented by subclasses

fill

public void fill(IDeviceRenderer idr)
          throws ChartException
Description copied from class: PrimitiveRenderEvent
Causes this instruction to 'fill' itself on the device renderer

Overrides:
fill in class PrimitiveRenderEvent
Parameters:
idr -
Throws:
ChartException

draw

public final void draw(IDeviceRenderer idr)
                throws ChartException
Description copied from class: PrimitiveRenderEvent
Causes this instruction to 'draw' itself on the device renderer

Overrides:
draw in class PrimitiveRenderEvent
Parameters:
idr -
Throws:
ChartException


Copyright © 2005 Actuate Corp. All rights reserved.