Class GridImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.GridImpl
- All Implemented Interfaces:
Grid,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the color.doubleGets the horizontal division.intGets the horizontal subdivisions.doubleGets the vertical division.intGets the vertical subdivisions.voidSets 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.
-
Constructor Details
-
GridImpl
public GridImpl()
-
-
Method Details
-
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
Description copied from interface:GridGets the color. -
setColor
Description copied from interface:GridSets the color.
-