org.eclipse.birt.chart.event
Class PolygonRenderEvent

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

public class PolygonRenderEvent
extends PrimitiveRenderEvent

PolygonRenderEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
 
Constructor Summary
PolygonRenderEvent(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
 Fill getBackground()
           
 Bounds getBounds()
           
 LineAttributes getOutline()
           
 Location[] getPoints()
           
 void setBackground(Fill ifBackground)
           
 void setOutline(LineAttributes lia)
           
 void setPoints(Location[] la)
           
 
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

PolygonRenderEvent

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

setPoints

public final void setPoints(Location[] la)
Parameters:
la - Sets the co-ordinates for each point that defines the polygon

getPoints

public final Location[] getPoints()
Returns:
Returns the co-ordinates for each point in the polygon

getBackground

public Fill getBackground()
Returns:
Returns the background fill attributes for the polygon

setBackground

public void setBackground(Fill ifBackground)

getOutline

public LineAttributes getOutline()
Returns:
Returns the polygon outline attributes.

setOutline

public void setOutline(LineAttributes lia)

getBounds

public Bounds getBounds()
                 throws ChartException
Overrides:
getBounds in class PrimitiveRenderEvent
Returns:
Throws:
ChartException

copy

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

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

fill

public final 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


Copyright © 2005 Actuate Corp. All rights reserved.