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