Interface BaselineGrid
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BaselineGridImpl
The Interface BaselineGrid.
-
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.
-
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
Sets the relative to.- Parameters:
relativeTo- the new relative to
-
getColor
String getColor()Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color
-