Package com.treasure.hunt.jts.geom
Class Grid
- java.lang.Object
-
- com.treasure.hunt.jts.geom.Grid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHorizontalVisible()Whether or not horizontal grid lines are rendered.booleanisVerticalVisible()Whether or not vertical grid lines are rendered.voidsetHorizontalVisible(boolean horizontalVisible)Whether or not horizontal grid lines are rendered.voidsetVerticalVisible(boolean verticalVisible)Whether or not vertical grid lines are rendered.java.awt.ShapetoShape(AdvancedShapeWriter shapeWriter)Get a shape of the grid.
-
-
-
Method Detail
-
toShape
public java.awt.Shape toShape(AdvancedShapeWriter shapeWriter)
Get a shape of the grid.
-
isHorizontalVisible
public boolean isHorizontalVisible()
Whether or not horizontal grid lines are rendered.
-
setHorizontalVisible
public void setHorizontalVisible(boolean horizontalVisible)
Whether or not horizontal grid lines are rendered.
-
isVerticalVisible
public boolean isVerticalVisible()
Whether or not vertical grid lines are rendered.
-
setVerticalVisible
public void setVerticalVisible(boolean verticalVisible)
Whether or not vertical grid lines are rendered.
-
-