|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingModelCache | |
org.jdrawing | Provides JDrawing class as well as related classes and interfaces. |
Uses of DrawingModelCache in org.jdrawing |
Classes in org.jdrawing that implement DrawingModelCache | |
class |
AbstractDrawingModelCache
This abstract class provides default implementations for most of the methods in the DrawingModelCache interface. |
class |
DefaultDrawingModelCache
Default implementation of DrawingModelCache interface.
|
class |
GridDrawingModelCache
This implementation of DrawingModelCache optimizes
drawing operations by splitting all the drawing area into rectangular
cells and caching elements intersecting each cell. |
class |
QuadTreeDrawingModelCache
This implementation of DrawingModelCache optimizes
drawing operations by splitting all the drawing area into
quadrants recursively and caching elements contained in each quadrant. |
Methods in org.jdrawing that return DrawingModelCache | |
DrawingModelCache |
JDrawing.getModelCache()
Returns the DrawingModelCache that is optimizing redrawing. |
protected DrawingModelCache |
JDrawing.createDefaultModelCache()
Returns the default drawing model cache object, which is a DefaultDrawingModelCache . |
Methods in org.jdrawing with parameters of type DrawingModelCache | |
void |
JDrawing.setModelCache(DrawingModelCache cache)
Sets the DrawingModelCache that will optimize redrawing. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |