Class BaselineGridImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.BaselineGridImpl
-
- All Implemented Interfaces:
BaselineGrid,java.io.Serializable
public class BaselineGridImpl extends java.lang.Object implements java.io.Serializable, BaselineGrid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaselineGridImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColor()Gets the color.doublegetDivision()Gets the division.RelativeTogetRelativeTo()Gets the relative to.doublegetStart()Gets the start.voidsetColor(java.lang.String color)Sets the color.voidsetDivision(double division)Sets the division.voidsetRelativeTo(RelativeTo relativeTo)Sets the relative to.voidsetStart(double start)Sets the start.
-
-
-
Method Detail
-
getStart
public double getStart()
Description copied from interface:BaselineGridGets the start.- Specified by:
getStartin interfaceBaselineGrid- Returns:
- the start
-
setStart
public void setStart(double start)
Description copied from interface:BaselineGridSets the start.- Specified by:
setStartin interfaceBaselineGrid- Parameters:
start- the new start
-
getDivision
public double getDivision()
Description copied from interface:BaselineGridGets the division.- Specified by:
getDivisionin interfaceBaselineGrid- Returns:
- the division
-
setDivision
public void setDivision(double division)
Description copied from interface:BaselineGridSets the division.- Specified by:
setDivisionin interfaceBaselineGrid- Parameters:
division- the new division
-
getRelativeTo
public RelativeTo getRelativeTo()
Description copied from interface:BaselineGridGets the relative to.- Specified by:
getRelativeToin interfaceBaselineGrid- Returns:
- the relative to
-
setRelativeTo
public void setRelativeTo(RelativeTo relativeTo)
Description copied from interface:BaselineGridSets the relative to.- Specified by:
setRelativeToin interfaceBaselineGrid- Parameters:
relativeTo- the new relative to
-
getColor
public java.lang.String getColor()
Description copied from interface:BaselineGridGets the color.- Specified by:
getColorin interfaceBaselineGrid- Returns:
- the color
-
setColor
public void setColor(java.lang.String color)
Description copied from interface:BaselineGridSets the color.- Specified by:
setColorin interfaceBaselineGrid- Parameters:
color- the new color
-
-