Package org.jmol.api

Interface JmolRepaintManager

All Known Implementing Classes:
RepaintManager

public interface JmolRepaintManager
  • Method Details

    • 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)
    • render

      void render(GData gdata, ModelSet modelSet, boolean isFirstPass, int[] navMinMax)
    • renderExport

      String renderExport(GData gdata, ModelSet modelSet, Map<String,Object> params)