Documentation of 'visad.RemoteSlaveDisplay' Java class
RemoteSlaveDisplay
visad

Interface RemoteSlaveDisplay

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    RemoteSlaveDisplayImpl, SocketSlaveDisplay


    public interface RemoteSlaveDisplay
    extends java.rmi.Remote
    RemoteSlaveDisplay is the interface for "slave" displays that receive their images from another source, instead of doing the rendering themselves.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void sendImage(int[] pixels, int width, int height, int type)
      Update this slave display with the given RLE-encoded image pixels
      void sendMessage(java.lang.String message)
      Send the given message to this slave display
    • Method Detail

      • sendImage

        void sendImage(int[] pixels,
                       int width,
                       int height,
                       int type)
                throws java.rmi.RemoteException
        Update this slave display with the given RLE-encoded image pixels
        Throws:
        java.rmi.RemoteException
      • sendMessage

        void sendMessage(java.lang.String message)
                  throws java.rmi.RemoteException
        Send the given message to this slave display
        Throws:
        java.rmi.RemoteException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.