|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DrawingModelCache | |
| org.jdrawing | |
| 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. |
| Methods in org.jdrawing that return DrawingModelCache | |
DrawingModelCache |
JDrawing.getModelCache()
Returns the DrawingModelCache that is optimizing redrawing. |
| 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 | ||||||||||