Package hec.util

Class PhotoViewerInfo

java.lang.Object
hec.io.DataContainer
hec.util.PhotoViewerInfo
All Implemented Interfaces:
Serializable, Cloneable

public class PhotoViewerInfo extends DataContainer implements Cloneable, Serializable
See Also:
  • Field Details

    • name

      public String name
    • url

      public String url
    • refreshInterval

      public double refreshInterval
    • showing

      public boolean showing
    • fade

      public boolean fade
    • hasFrame

      public boolean hasFrame
    • xSize

      public double xSize
    • ySize

      public double ySize
    • remote

      public boolean remote
    • bufferedImage

      public BufferedImage bufferedImage
    • modeNames

      public String[] modeNames
    • modeUsed

      public boolean[] modeUsed
  • Constructor Details

    • PhotoViewerInfo

      public PhotoViewerInfo()
    • PhotoViewerInfo

      public PhotoViewerInfo(String[] modenames, boolean initialValue, boolean makeSetupFalse)
  • Method Details

    • loadFromMemory

      public void loadFromMemory(byte[] memoryImage) throws Exception
      Throws:
      Exception
    • addModes

      public void addModes(String[] modenames, boolean initialValue, boolean makeSetupFalse)
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • clone

      public void clone(PhotoViewerInfo pvInfo)