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

public class GridImpl extends Object implements Serializable, Grid
See Also:
  • Constructor Details

    • GridImpl

      public GridImpl()
  • Method Details

    • getHorizontalDivision

      public double getHorizontalDivision()
      Description copied from interface: Grid
      Gets the horizontal division.
      Specified by:
      getHorizontalDivision in interface Grid
      Returns:
      the horizontal division
    • setHorizontalDivision

      public void setHorizontalDivision(double horizontalDivision)
      Description copied from interface: Grid
      Sets the horizontal division.
      Specified by:
      setHorizontalDivision in interface Grid
      Parameters:
      horizontalDivision - the new horizontal division
    • getVerticalDivision

      public double getVerticalDivision()
      Description copied from interface: Grid
      Gets the vertical division.
      Specified by:
      getVerticalDivision in interface Grid
      Returns:
      the vertical division
    • setVerticalDivision

      public void setVerticalDivision(double verticalDivision)
      Description copied from interface: Grid
      Sets the vertical division.
      Specified by:
      setVerticalDivision in interface Grid
      Parameters:
      verticalDivision - the new vertical division
    • getHorizontalSubdivisions

      public int getHorizontalSubdivisions()
      Description copied from interface: Grid
      Gets the horizontal subdivisions.
      Specified by:
      getHorizontalSubdivisions in interface Grid
      Returns:
      the horizontal subdivisions
    • setHorizontalSubdivisions

      public void setHorizontalSubdivisions(int horizontalSubdivisions)
      Description copied from interface: Grid
      Sets the horizontal subdivisions.
      Specified by:
      setHorizontalSubdivisions in interface Grid
      Parameters:
      horizontalSubdivisions - the new horizontal subdivisions
    • getVerticalSubdivisions

      public int getVerticalSubdivisions()
      Description copied from interface: Grid
      Gets the vertical subdivisions.
      Specified by:
      getVerticalSubdivisions in interface Grid
      Returns:
      the vertical subdivisions
    • setVerticalSubdivisions

      public void setVerticalSubdivisions(int verticalSubdivisions)
      Description copied from interface: Grid
      Sets the vertical subdivisions.
      Specified by:
      setVerticalSubdivisions in interface Grid
      Parameters:
      verticalSubdivisions - the new vertical subdivisions
    • getColor

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

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