org.eclipse.birt.chart.event
Class EventObjectCache

java.lang.Object
  extended byorg.eclipse.birt.chart.event.EventObjectCache
Direct Known Subclasses:
DeviceAdapter

public class EventObjectCache
extends java.lang.Object

An internal cache that provides reusable primitive (and block) rendering event objects A local cache is created per generation sequence so issues with multithreaded access shouldn't arise.


Constructor Summary
EventObjectCache()
          The constructor.
 
Method Summary
 PrimitiveRenderEvent getEventObject(java.lang.Object oSource, java.lang.Class cType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventObjectCache

public EventObjectCache()
The constructor.

Method Detail

getEventObject

public final PrimitiveRenderEvent getEventObject(java.lang.Object oSource,
                                                 java.lang.Class cType)
Parameters:
oSource -
cType -
Returns:
An instance of the requested event object that encapsulates rendering attributes


Copyright © 2005 Actuate Corp. All rights reserved.