Class GridImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.GridImpl
-
- All Implemented Interfaces:
Grid,java.io.Serializable
public class GridImpl extends java.lang.Object implements java.io.Serializable, Grid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColor()Gets the color.doublegetHorizontalDivision()Gets the horizontal division.intgetHorizontalSubdivisions()Gets the horizontal subdivisions.doublegetVerticalDivision()Gets the vertical division.intgetVerticalSubdivisions()Gets the vertical subdivisions.voidsetColor(java.lang.String color)Sets the color.voidsetHorizontalDivision(double horizontalDivision)Sets the horizontal division.voidsetHorizontalSubdivisions(int horizontalSubdivisions)Sets the horizontal subdivisions.voidsetVerticalDivision(double verticalDivision)Sets the vertical division.voidsetVerticalSubdivisions(int verticalSubdivisions)Sets the vertical subdivisions.
-
-
-
Method Detail
-
getHorizontalDivision
public double getHorizontalDivision()
Description copied from interface:GridGets the horizontal division.- Specified by:
getHorizontalDivisionin interfaceGrid- Returns:
- the horizontal division
-
setHorizontalDivision
public void setHorizontalDivision(double horizontalDivision)
Description copied from interface:GridSets the horizontal division.- Specified by:
setHorizontalDivisionin interfaceGrid- Parameters:
horizontalDivision- the new horizontal division
-
getVerticalDivision
public double getVerticalDivision()
Description copied from interface:GridGets the vertical division.- Specified by:
getVerticalDivisionin interfaceGrid- Returns:
- the vertical division
-
setVerticalDivision
public void setVerticalDivision(double verticalDivision)
Description copied from interface:GridSets the vertical division.- Specified by:
setVerticalDivisionin interfaceGrid- Parameters:
verticalDivision- the new vertical division
-
getHorizontalSubdivisions
public int getHorizontalSubdivisions()
Description copied from interface:GridGets the horizontal subdivisions.- Specified by:
getHorizontalSubdivisionsin interfaceGrid- Returns:
- the horizontal subdivisions
-
setHorizontalSubdivisions
public void setHorizontalSubdivisions(int horizontalSubdivisions)
Description copied from interface:GridSets the horizontal subdivisions.- Specified by:
setHorizontalSubdivisionsin interfaceGrid- Parameters:
horizontalSubdivisions- the new horizontal subdivisions
-
getVerticalSubdivisions
public int getVerticalSubdivisions()
Description copied from interface:GridGets the vertical subdivisions.- Specified by:
getVerticalSubdivisionsin interfaceGrid- Returns:
- the vertical subdivisions
-
setVerticalSubdivisions
public void setVerticalSubdivisions(int verticalSubdivisions)
Description copied from interface:GridSets the vertical subdivisions.- Specified by:
setVerticalSubdivisionsin interfaceGrid- Parameters:
verticalSubdivisions- the new vertical subdivisions
-
getColor
public java.lang.String getColor()
Description copied from interface:GridGets the color.
-
-