Class ImagePreview

All Implemented Interfaces:
Serializable

public class ImagePreview extends Preview
The type Image preview.
See Also:
  • Constructor Details

    • ImagePreview

      public ImagePreview()
  • Method Details

    • getImagePath

      public String getImagePath()
      Gets image path.
      Returns:
      the image path
    • setImagePath

      public void setImagePath(String imagepath)
      Sets image path.
      Parameters:
      imagepath - the imagepath
    • getImageFormat

      public String getImageFormat()
      Gets image format.
      Returns:
      the image format
    • setImageFormat

      public void setImageFormat(String imageformat)
      Sets image format.
      Parameters:
      imageformat - the imageformat
    • getImageWidth

      public int getImageWidth()
      Gets image width.
      Returns:
      the image width
    • setImageWidth

      public void setImageWidth(int imageWidth)
      Sets image width.
      Parameters:
      imageWidth - the image width
    • getImageHeight

      public int getImageHeight()
      Gets image height.
      Returns:
      the image height
    • setImageHeight

      public void setImageHeight(int imageHeight)
      Sets image height.
      Parameters:
      imageHeight - the image height
    • getImageResolution

      public int getImageResolution()
      Gets image resolution.
      Returns:
      the image resolution
    • setImageResolution

      public void setImageResolution(int imageResolution)
      Sets image resolution.
      Parameters:
      imageResolution - the image resolution
    • getImageColorDepth

      public int getImageColorDepth()
      Gets image color depth.
      Returns:
      the image color depth
    • setImageColorDepth

      public void setImageColorDepth(int imageColorDepth)
      Sets image color depth.
      Parameters:
      imageColorDepth - the image color depth
    • getButtonState

      public Preview.ButtonState getButtonState()
      Gets button state.
      Returns:
      the button state
    • setButtonState

      public void setButtonState(Preview.ButtonState buttonState)
      Sets button state.
      Parameters:
      buttonState - the button state
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getContent

      public String getContent()
      Description copied from class: Comet3EntityData
      Gets content.
      Specified by:
      getContent in class Comet3EntityData
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Description copied from class: Comet3EntityData
      Sets content.
      Specified by:
      setContent in class Comet3EntityData
      Parameters:
      content - the content