org.eclipse.birt.chart.event
Class ClipRenderEvent

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

public final class ClipRenderEvent
extends PrimitiveRenderEvent

This class encapsulates clipping information required for clip implementation in a device. Support for clipped areas is limited to polygons. In the future, it may be upgraded to support additional arbitrary shape definitions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
 
Constructor Summary
ClipRenderEvent(java.lang.Object oSource)
           
 
Method Summary
 Location[] getVertices()
           
 void setVertices(Location[] loa)
           
 
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, copy, draw, fill, getBounds, 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

ClipRenderEvent

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

getVertices

public final Location[] getVertices()
Returns:
Returns the vertices associated with a polygon.

setVertices

public final void setVertices(Location[] loa)
Parameters:
loa - The vertices associated with the polygon area to be clipped


Copyright © 2005 Actuate Corp. All rights reserved.