Class FrameDirtyInfo

java.lang.Object
edu.wisc.ssec.mcidasv.data.FrameDirtyInfo

public class FrameDirtyInfo extends Object
Class FrameDirtyInfo Holds the state of the frame components from McIdas-X
  • Field Details

  • Constructor Details

    • FrameDirtyInfo

      public FrameDirtyInfo()
      Constructor
    • FrameDirtyInfo

      Copy constructor
      Parameters:
      that - The FrameDirtyInfo to copy
    • FrameDirtyInfo

      public FrameDirtyInfo(int frameNumber, boolean isDirtyImage, boolean isDirtyGraphics, boolean isDirtyColorTable)
      Constructor
  • Method Details

    • getFrameNumber

      public int getFrameNumber()
      Get the frameNumber property.
      Returns:
      The frameNumber property.
    • getDirtyImage

      public boolean getDirtyImage()
      Get the dirtyImage property.
      Returns:
      The dirtyImage property.
    • getDirtyGraphics

      public boolean getDirtyGraphics()
      Get the dirtyGraphics property.
      Returns:
      The dirtyGraphics property.
    • getDirtyColorTable

      public boolean getDirtyColorTable()
      Get the dirtyColorTable property.
      Returns:
      The dirtyColorTable property.
    • setFrameNumber

      public void setFrameNumber(int newValue)
      Set the frameNumber property.
      Parameters:
      newValue - The new vaue for the frameNumber property.
    • setDirtyImage

      public void setDirtyImage(boolean newValue)
      Set the dirtyImage property.
      Parameters:
      newValue - The new vaue for the dirtyImage property.
    • setDirtyGraphics

      public void setDirtyGraphics(boolean newValue)
      Set the dirtyGraphics property.
      Parameters:
      newValue - The new vaue for the dirtyGraphics property.
    • setDirtyColorTable

      public void setDirtyColorTable(boolean newValue)
      Set the dirtyColorTable property.
      Parameters:
      newValue - The new vaue for the dirtyColorTable property.
    • toString

      public String toString()
      Get a String representation of this object
      Overrides:
      toString in class Object
      Returns:
      a string representation