Class TerraSheetSkin.ResizeImage

  • All Implemented Interfaces:
    Visual
    Enclosing class:
    TerraSheetSkin

    protected class TerraSheetSkin.ResizeImage
    extends Image
    Resize button image.
    • Constructor Detail

      • ResizeImage

        protected ResizeImage()
    • Method Detail

      • getWidth

        public int getWidth()
        Description copied from interface: Visual
        Returns the visual's width.
        Returns:
        Current width of this visual.
      • getHeight

        public int getHeight()
        Description copied from interface: Visual
        Returns the visual's height.
        Returns:
        Current height of this visual.
      • paint

        public void paint​(java.awt.Graphics2D graphics)
        Description copied from interface: Visual
        Paints the visual.
        Parameters:
        graphics - The graphics context in which to paint the visual.