Interface BaselineGrid

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaselineGridImpl

public interface BaselineGrid extends Serializable
The Interface BaselineGrid.
  • Method Details

    • getStart

      double getStart()
      Gets the start.
      Returns:
      the start
    • setStart

      void setStart(double start)
      Sets the start.
      Parameters:
      start - the new start
    • getDivision

      double getDivision()
      Gets the division.
      Returns:
      the division
    • setDivision

      void setDivision(double division)
      Sets the division.
      Parameters:
      division - the new division
    • getRelativeTo

      RelativeTo getRelativeTo()
      Gets the relative to.
      Returns:
      the relative to
    • setRelativeTo

      void setRelativeTo(RelativeTo relativeTo)
      Sets the relative to.
      Parameters:
      relativeTo - the new relative to
    • getColor

      String getColor()
      Gets the color.
      Returns:
      the color
    • setColor

      void setColor(String color)
      Sets the color.
      Parameters:
      color - the new color