Class BaselineGridImpl

java.lang.Object
com.priint.pubserver.metadata.xml.spread.BaselineGridImpl
All Implemented Interfaces:
BaselineGrid, Serializable

public class BaselineGridImpl extends Object implements Serializable, BaselineGrid
See Also:
  • Constructor Details

    • BaselineGridImpl

      public BaselineGridImpl()
  • Method Details

    • getStart

      public double getStart()
      Description copied from interface: BaselineGrid
      Gets the start.
      Specified by:
      getStart in interface BaselineGrid
      Returns:
      the start
    • setStart

      public void setStart(double start)
      Description copied from interface: BaselineGrid
      Sets the start.
      Specified by:
      setStart in interface BaselineGrid
      Parameters:
      start - the new start
    • getDivision

      public double getDivision()
      Description copied from interface: BaselineGrid
      Gets the division.
      Specified by:
      getDivision in interface BaselineGrid
      Returns:
      the division
    • setDivision

      public void setDivision(double division)
      Description copied from interface: BaselineGrid
      Sets the division.
      Specified by:
      setDivision in interface BaselineGrid
      Parameters:
      division - the new division
    • getRelativeTo

      public RelativeTo getRelativeTo()
      Description copied from interface: BaselineGrid
      Gets the relative to.
      Specified by:
      getRelativeTo in interface BaselineGrid
      Returns:
      the relative to
    • setRelativeTo

      public void setRelativeTo(RelativeTo relativeTo)
      Description copied from interface: BaselineGrid
      Sets the relative to.
      Specified by:
      setRelativeTo in interface BaselineGrid
      Parameters:
      relativeTo - the new relative to
    • getColor

      public String getColor()
      Description copied from interface: BaselineGrid
      Gets the color.
      Specified by:
      getColor in interface BaselineGrid
      Returns:
      the color
    • setColor

      public void setColor(String color)
      Description copied from interface: BaselineGrid
      Sets the color.
      Specified by:
      setColor in interface BaselineGrid
      Parameters:
      color - the new color