Subclasses of AbstractDrawingModelCache in org.jdrawing |
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. |