Package org.jmol.api

Interface JmolStatusListener

    • Method Detail

      • functionXY

        float[][] functionXY​(String functionName,
                             int x,
                             int y)
        for isosurface FUNCTIONXY
        Parameters:
        functionName -
        x -
        y -
        Returns:
        2D array or null
      • functionXYZ

        float[][][] functionXYZ​(String functionName,
                                int nx,
                                int ny,
                                int nz)
        for isosurface FUNCTIONXYZ
        Parameters:
        functionName -
        nx -
        ny -
        nz -
        Returns:
        3D array or null
      • createImage

        String createImage​(String fileName,
                           String type,
                           Object text_or_bytes,
                           int quality)
        Starting with Jmol 11.8.RC5, for a context where the Jmol application is embedded in another application simply to send the returned message to the application. In this way any application can have access to the WRITE command.
        Parameters:
        fileName -
        type -
        text_or_bytes - information or null indicates message AFTER Jmol creates the image
        quality -
        Returns:
        null (canceled) or a message starting with OK or an error message
      • showUrl

        void showUrl​(String url)
      • resizeInnerPanel

        int[] resizeInnerPanel​(String data)