Class DimensionsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.DimensionsImpl
-
- All Implemented Interfaces:
Dimensions,java.io.Serializable
public class DimensionsImpl extends java.lang.Object implements java.io.Serializable, Dimensions
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DimensionsImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public Size getSize()
Description copied from interface:DimensionsGets the size.- Specified by:
getSizein interfaceDimensions- Returns:
- the size
-
setSize
public void setSize(Size size)
Description copied from interface:DimensionsSets the size.- Specified by:
setSizein interfaceDimensions- Parameters:
size- the new size
-
getBleed
public Bleed getBleed()
Description copied from interface:DimensionsGets the bleed.- Specified by:
getBleedin interfaceDimensions- Returns:
- the bleed
-
setBleed
public void setBleed(Bleed bleed)
Description copied from interface:DimensionsSets the bleed.- Specified by:
setBleedin interfaceDimensions- Parameters:
bleed- the new bleed
-
getSlug
public Slug getSlug()
Description copied from interface:DimensionsGets the slug.- Specified by:
getSlugin interfaceDimensions- Returns:
- the slug
-
setSlug
public void setSlug(Slug slug)
Description copied from interface:DimensionsSets the slug.- Specified by:
setSlugin interfaceDimensions- Parameters:
slug- the new slug
-
getMargins
public Margin getMargins()
Description copied from interface:DimensionsGets the margins.- Specified by:
getMarginsin interfaceDimensions- Returns:
- the margins
-
setMargins
public void setMargins(Margin margins)
Description copied from interface:DimensionsSets the margins.- Specified by:
setMarginsin interfaceDimensions- Parameters:
margins- the new margins
-
-