Class MyJmolStatusListener

  • All Implemented Interfaces:
    org.jmol.api.JmolCallbackListener, org.jmol.api.JmolStatusListener

    public class MyJmolStatusListener
    extends Object
    implements org.jmol.api.JmolStatusListener
    • Method Detail

      • eval

        public String eval​(String arg0)
        Specified by:
        eval in interface org.jmol.api.JmolStatusListener
      • functionXY

        public float[][] functionXY​(String arg0,
                                    int arg1,
                                    int arg2)
        Specified by:
        functionXY in interface org.jmol.api.JmolStatusListener
      • functionXYZ

        public float[][][] functionXYZ​(String arg0,
                                       int arg1,
                                       int arg2,
                                       int arg3)
        Specified by:
        functionXYZ in interface org.jmol.api.JmolStatusListener
      • showUrl

        public void showUrl​(String arg0)
        Specified by:
        showUrl in interface org.jmol.api.JmolStatusListener
      • setCallbackFunction

        public void setCallbackFunction​(String arg0,
                                        String arg1)
        Specified by:
        setCallbackFunction in interface org.jmol.api.JmolCallbackListener
      • showConsole

        public void showConsole​(boolean arg0)
      • notifyCallback

        public void notifyCallback​(org.jmol.c.CBK message,
                                   Object[] data)
        Specified by:
        notifyCallback in interface org.jmol.api.JmolCallbackListener
      • notifyEnabled

        public boolean notifyEnabled​(org.jmol.c.CBK type)
        Specified by:
        notifyEnabled in interface org.jmol.api.JmolCallbackListener
      • resizeInnerPanel

        public int[] resizeInnerPanel​(String data)
        Specified by:
        resizeInnerPanel in interface org.jmol.api.JmolStatusListener