Package org.jmol.render
Class RepaintManager
java.lang.Object
org.jmol.render.RepaintManager
- All Implemented Interfaces:
JmolRepaintManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear
(int iShape) boolean
void
popHoldRepaint
(boolean andRepaint, String why) void
pushHoldRepaint
(String why) void
void
boolean
repaintIfReady
(String why) void
void
set
(Viewer vwr, ShapeManager shapeManager)
-
Field Details
-
holdRepaint
public int holdRepaint
-
-
Constructor Details
-
RepaintManager
public RepaintManager()
-
-
Method Details
-
set
- Specified by:
set
in interfaceJmolRepaintManager
-
isRepaintPending
public boolean isRepaintPending()- Specified by:
isRepaintPending
in interfaceJmolRepaintManager
-
pushHoldRepaint
- Specified by:
pushHoldRepaint
in interfaceJmolRepaintManager
-
popHoldRepaint
- Specified by:
popHoldRepaint
in interfaceJmolRepaintManager
-
requestRepaintAndWait
- Specified by:
requestRepaintAndWait
in interfaceJmolRepaintManager
-
repaintIfReady
- Specified by:
repaintIfReady
in interfaceJmolRepaintManager
-
repaintDone
public void repaintDone()- Specified by:
repaintDone
in interfaceJmolRepaintManager
-
clear
public void clear(int iShape) - Specified by:
clear
in interfaceJmolRepaintManager
-
render
- Specified by:
render
in interfaceJmolRepaintManager
-
renderExport
- Specified by:
renderExport
in interfaceJmolRepaintManager
-