Class BaselineGridImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.BaselineGridImpl
- All Implemented Interfaces:
BaselineGrid,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the color.doubleGets the division.Gets the relative to.doublegetStart()Gets the start.voidSets the color.voidsetDivision(double division) Sets the division.voidsetRelativeTo(RelativeTo relativeTo) Sets the relative to.voidsetStart(double start) Sets the start.
-
Constructor Details
-
BaselineGridImpl
public BaselineGridImpl()
-
-
Method Details
-
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
Description copied from interface:BaselineGridGets the relative to.- Specified by:
getRelativeToin interfaceBaselineGrid- Returns:
- the relative to
-
setRelativeTo
Description copied from interface:BaselineGridSets the relative to.- Specified by:
setRelativeToin interfaceBaselineGrid- Parameters:
relativeTo- the new relative to
-
getColor
Description copied from interface:BaselineGridGets the color.- Specified by:
getColorin interfaceBaselineGrid- Returns:
- the color
-
setColor
Description copied from interface:BaselineGridSets the color.- Specified by:
setColorin interfaceBaselineGrid- Parameters:
color- the new color
-