Class BackgroundImagePaintlet

    • Field Detail

      • m_ImageFile

        protected PlaceholderFile m_ImageFile
        the image file to paint.
      • m_Image

        protected transient Image m_Image
        the image.
      • m_UseFixedSize

        protected boolean m_UseFixedSize
        whether to use fixed size or resize.
    • Constructor Detail

      • BackgroundImagePaintlet

        public BackgroundImagePaintlet()
    • Method Detail

      • setImageFile

        public void setImageFile​(PlaceholderFile value)
        Sets the image file to load.
        Parameters:
        value - the file
      • getImageFile

        public PlaceholderFile getImageFile()
        Returns the image file to load.
        Returns:
        the file
      • imageFileTipText

        public String imageFileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUseFixedSize

        public void setUseFixedSize​(boolean value)
        Sets the whether to use a fixed size image or resize according to canvas.
        Parameters:
        value - true if to use fixed size
      • getUseFixedSize

        public boolean getUseFixedSize()
        Returns the image file to load.
        Returns:
        the file
      • useFixedSizeTipText

        public String useFixedSizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.