Package org.jmol.api
Interface JmolRepaintManager
-
- All Known Implementing Classes:
RepaintManager
public interface JmolRepaintManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(int iShape)booleanisRepaintPending()voidpopHoldRepaint(boolean andRepaint, String why)voidpushHoldRepaint(String why)voidrender(GData gdata, ModelSet modelSet, boolean isFirstPass, int[] navMinMax)StringrenderExport(GData gdata, ModelSet modelSet, Map<String,Object> params)voidrepaintDone()booleanrepaintIfReady(String why)voidrequestRepaintAndWait(String why)voidset(Viewer vwr, ShapeManager shapeManager)
-
-
-
Method Detail
-
set
void set(Viewer vwr, ShapeManager shapeManager)
-
isRepaintPending
boolean isRepaintPending()
-
popHoldRepaint
void popHoldRepaint(boolean andRepaint, String why)
-
repaintIfReady
boolean repaintIfReady(String why)
-
pushHoldRepaint
void pushHoldRepaint(String why)
-
repaintDone
void repaintDone()
-
requestRepaintAndWait
void requestRepaintAndWait(String why)
-
clear
void clear(int iShape)
-
-