public class

SpreadDocument

com.priint.comet.metadata.spread.SpreadDocument

Class Overview

The Class SpreadDocument.

Summary

Public Constructors
SpreadDocument()
Public Methods
BaselineGrid getBaselineGrid()
Gets the baseline grid.
Grid getGrid()
Gets the grid.
List<Layer> getLayers()
Gets the layers of the document
List<ParentSpread> getParentSpreads()
Gets the masterspreads.
List<Spread> getSpreads()
Gets the spreads.
void setBaselineGrid(BaselineGrid baselineGrid)
Sets the baseline grid.
void setGrid(Grid grid)
Sets the grid.
void setLayers(List<Layer> layers)
Sets the layers of the document
void setParentSpreads(List<ParentSpread> parentSpreads)
Sets the masterspreads.
void setSpreads(List<Spread> spreads)
Sets the spreads.

Public Constructors

public SpreadDocument ()

Public Methods

public BaselineGrid getBaselineGrid ()

Gets the baseline grid.

Returns

public Grid getGrid ()

Gets the grid.

Returns

public List<Layer> getLayers ()

Gets the layers of the document

Returns
  • layers of document

public List<ParentSpread> getParentSpreads ()

Gets the masterspreads.

Returns

public List<Spread> getSpreads ()

Gets the spreads.

Returns
  • the spreads as List of Spread

public void setBaselineGrid (BaselineGrid baselineGrid)

Sets the baseline grid.

Parameters
baselineGrid the new baseline grid

public void setGrid (Grid grid)

Sets the grid.

Parameters
grid the new grid

public void setLayers (List<Layer> layers)

Sets the layers of the document

Parameters
layers new layers of the document

public void setParentSpreads (List<ParentSpread> parentSpreads)

Sets the masterspreads.

Parameters
parentSpreads the new masterspreads

public void setSpreads (List<Spread> spreads)

Sets the spreads.

Parameters
spreads the new spreads