Interface Dimensions
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DimensionsImpl
The Interface Dimensions.
-
Method Summary
Modifier and TypeMethodDescriptiongetBleed()Gets the bleed.Gets the margins.getSize()Gets the size.getSlug()Gets the slug.voidSets the bleed.voidsetMargins(Margin margins) Sets the margins.voidSets the size.voidSets the slug.
-
Method Details
-
getSize
Size getSize()Gets the size.- Returns:
- the size
-
setSize
Sets the size.- Parameters:
size- the new size
-
getBleed
Bleed getBleed()Gets the bleed.- Returns:
- the bleed
-
setBleed
Sets the bleed.- Parameters:
bleed- the new bleed
-
getSlug
Slug getSlug()Gets the slug.- Returns:
- the slug
-
setSlug
Sets the slug.- Parameters:
slug- the new slug
-
getMargins
Margin getMargins()Gets the margins.- Returns:
- the margins
-
setMargins
Sets the margins.- Parameters:
margins- the new margins
-