Package org.loboevolution.img
Class PaintManager
java.lang.Object
org.loboevolution.img.PaintManager
Helper class that manages the actual painting.
-
Constructor Summary
ConstructorDescriptionPaintManager
(org.loboevolution.img.ImageComponent ic) Constructor for PaintManager. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a property which affects how the component is painted changes.void
paintComponent.
-
Constructor Details
-
PaintManager
public PaintManager(org.loboevolution.img.ImageComponent ic) Constructor for PaintManager.
- Parameters:
ic
- aImageComponent
object.
-
-
Method Details
-
notifyChanged
public void notifyChanged()Called when a property which affects how the component is painted changes. This invalidates the cache and causes it to be redrawn upon the next paint request. -
paintComponent
paintComponent.
- Parameters:
g
- aGraphics
object.
-