org.eclipse.birt.chart.event
Class AreaRenderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.birt.chart.event.PrimitiveRenderEvent
          extended byorg.eclipse.birt.chart.event.AreaRenderEvent
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public final class AreaRenderEvent
extends PrimitiveRenderEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
 
Constructor Summary
AreaRenderEvent(java.lang.Object oSource)
           
 
Method Summary
 void add(PrimitiveRenderEvent pre)
           
 void clear()
           
 Fill getBackground()
           
 Bounds getBounds()
          Returns the bounds of all combined elements in this 'area'
 PrimitiveRenderEvent getElement(int i)
           
 int getElementCount()
           
 LineAttributes getOutline()
           
 void setBackground(Fill fill)
           
 void setOutline(LineAttributes outline)
           
 
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, copy, draw, fill, 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

AreaRenderEvent

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

clear

public final void clear()

add

public final void add(PrimitiveRenderEvent pre)
Parameters:
pre -

getElementCount

public final int getElementCount()
Returns:

getElement

public final PrimitiveRenderEvent getElement(int i)
Parameters:
i -
Returns:

getBackground

public final Fill getBackground()
Returns:
Returns the fill.

setBackground

public final void setBackground(Fill fill)
Parameters:
fill - The fill to set.

getBounds

public final Bounds getBounds()
Returns the bounds of all combined elements in this 'area'

Overrides:
getBounds in class PrimitiveRenderEvent
Returns:

getOutline

public final LineAttributes getOutline()
Returns:
Returns the outline.

setOutline

public final void setOutline(LineAttributes outline)
Parameters:
outline - The outline to set.


Copyright © 2005 Actuate Corp. All rights reserved.