Interface Dimensions

All Superinterfaces:
Serializable
All Known Implementing Classes:
DimensionsImpl

public interface Dimensions extends Serializable
The Interface Dimensions.
  • Method Details

    • getSize

      Size getSize()
      Gets the size.
      Returns:
      the size
    • setSize

      void setSize(Size size)
      Sets the size.
      Parameters:
      size - the new size
    • getBleed

      Bleed getBleed()
      Gets the bleed.
      Returns:
      the bleed
    • setBleed

      void setBleed(Bleed bleed)
      Sets the bleed.
      Parameters:
      bleed - the new bleed
    • getSlug

      Slug getSlug()
      Gets the slug.
      Returns:
      the slug
    • setSlug

      void setSlug(Slug slug)
      Sets the slug.
      Parameters:
      slug - the new slug
    • getMargins

      Margin getMargins()
      Gets the margins.
      Returns:
      the margins
    • setMargins

      void setMargins(Margin margins)
      Sets the margins.
      Parameters:
      margins - the new margins