Class ClientRepaintManager
java.lang.Object
javax.swing.RepaintManager
com.inductiveautomation.ignition.client.util.ClientRepaintManager
- Direct Known Subclasses:
- DesignableRepaintManager
This repaint manager lets use have components opt-into a coalesced repaint mode, where their repaint requests
 are translated as repaint requests on their parent for their location. Can speed up repainting with containers
 with large numbers of children.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDirtyRegion(JComponent c, int x, int y, int w, int h) static voidinstall()Methods inherited from class javax.swing.RepaintManageraddDirtyRegion, addDirtyRegion, addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, removeInvalidComponent, setCurrentManager, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents
- 
Field Details- 
COALESCE_CHILD_REPAINTS
 
- 
- 
Constructor Details- 
ClientRepaintManagerpublic ClientRepaintManager()
 
- 
- 
Method Details- 
installpublic static void install()
- 
addDirtyRegion- Overrides:
- addDirtyRegionin class- RepaintManager
 
 
-