Package org.jmol.api

Interface JmolRepaintManager

  • All Known Implementing Classes:
    RepaintManager

    public interface JmolRepaintManager
    • Method Detail

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