public interface JmolRepaintManager
Modifier and Type | Method and Description |
---|---|
void |
clear(int iShape) |
boolean |
isRepaintPending() |
void |
popHoldRepaint(boolean andRepaint,
String why) |
void |
pushHoldRepaint(String why) |
void |
render(GData gdata,
ModelSet modelSet,
boolean isFirstPass,
int[] navMinMax) |
String |
renderExport(GData gdata,
ModelSet modelSet,
Map<String,Object> params) |
void |
repaintDone() |
boolean |
repaintIfReady(String why) |
void |
requestRepaintAndWait(String why) |
void |
set(Viewer vwr,
ShapeManager shapeManager) |
void set(Viewer vwr, ShapeManager shapeManager)
boolean isRepaintPending()
void popHoldRepaint(boolean andRepaint, String why)
boolean repaintIfReady(String why)
void pushHoldRepaint(String why)
void repaintDone()
void requestRepaintAndWait(String why)
void clear(int iShape)