Interface GraphicalMedium

All Superinterfaces:
BinaryMedium

public interface GraphicalMedium extends BinaryMedium
Definition of the value container for a picture based editor.
Since:
4.0
See Also:
  • Method Details

    • getHeight

      Integer getHeight()
      Provides the image's height.
      Returns:
      The height.
      Since:
      4.0
    • setHeight

      void setHeight(Integer height)
      Sets the image's height.
      Parameters:
      height - The height.
      Since:
      4.0
    • getWidth

      Integer getWidth()
      Provides the image's width.
      Returns:
      The width.
      Since:
      4.0
    • setWidth

      void setWidth(Integer width)
      Sets the images width.
      Parameters:
      width - The width.
      Since:
      4.0
    • getBorderWidth

      Integer getBorderWidth()
      Provides the border width to be used.
      Returns:
      The border width.
      Since:
      4.0
    • setBorderWidth

      void setBorderWidth(Integer borderWidth)
      Defines the border width to be used.
      Parameters:
      borderWidth - The border width.
      Since:
      4.0
    • getHorizontalSpace

      Integer getHorizontalSpace()
      Provides the horizontal spacing for the image.
      Returns:
      The horizontal spacing.
      Since:
      4.0
    • setHorizontalSpace

      void setHorizontalSpace(Integer horizontalSpace)
      Sets the horizontal spacing for the image.
      Parameters:
      horizontalSpace - The horizontal spacing.
      Since:
      4.0
    • getVerticalSpace

      Integer getVerticalSpace()
      Provides the vertical spacing for the image.
      Returns:
      The vertical spacing.
      Since:
      4.0
    • setVerticalSpace

      void setVerticalSpace(Integer verticalSpace)
      Sets the vertical spacing for the image.
      Parameters:
      verticalSpace - The spacing.
      Since:
      4.0