Module org.refcodes.graphical
Package org.refcodes.graphical
Interface GridHeightAccessor.GridHeightMutator
- All Known Subinterfaces:
GridDimension.GridDimensionMutator
,GridDimension.GridDimensionProperty
,GridHeightAccessor.GridHeightProperty
,Raster.RasterMutator
,Raster.RasterProperty
- All Known Implementing Classes:
RasterPropertyBuilder
- Enclosing interface:
- GridHeightAccessor
public static interface GridHeightAccessor.GridHeightMutator
Provides a mutator for a grid height property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setGridHeight
(int aHeight) Sets the grid height for the grid height property.
-
Method Details
-
setGridHeight
void setGridHeight(int aHeight) Sets the grid height for the grid height property.- Parameters:
aHeight
- The grid height to be stored by the grid height property.
-