org.jplot2d.element.impl
Interface IntermediateCacheEx
-
- All Known Implementing Classes:
- ImageGraphImpl, RGBImageGraphImpl
public interface IntermediateCacheExClass implements this interface means it maintains a intermediate cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ObjectcreateCacheHolder()Create a cache holder to keep intermediate calculation result.
-
-
-
Method Detail
-
createCacheHolder
java.lang.Object createCacheHolder()
Create a cache holder to keep intermediate calculation result. This method is called by PlotEnvironment.commit(), before create thread-safe copy for renderers. The PlotEnvironment will keep hard reference to the returned Object. Usually the returned object is used as key of WeakHashMap.- Returns:
- an object to that PlotEnvironment should keep reference
-
-
DMelt 3.0 © DataMelt by jWork.ORG