Interface Dimensions
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DimensionsImpl
public interface Dimensions extends java.io.SerializableThe Interface Dimensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BleedgetBleed()Gets the bleed.MargingetMargins()Gets the margins.SizegetSize()Gets the size.SluggetSlug()Gets the slug.voidsetBleed(Bleed bleed)Sets the bleed.voidsetMargins(Margin margins)Sets the margins.voidsetSize(Size size)Sets the size.voidsetSlug(Slug slug)Sets the slug.
-
-
-
Method Detail
-
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
-
-