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 boolean
isHorizontalVisible()
Whether or not horizontal grid lines are rendered.boolean
isVerticalVisible()
Whether or not vertical grid lines are rendered.void
setHorizontalVisible(boolean horizontalVisible)
Whether or not horizontal grid lines are rendered.void
setVerticalVisible(boolean verticalVisible)
Whether or not vertical grid lines are rendered.java.awt.Shape
toShape(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.
-
-