Uses of Class
mil.nga.gars.grid.GridLabeler
-
Packages that use GridLabeler Package Description mil.nga.gars.grid -
-
Uses of GridLabeler in mil.nga.gars.grid
Subclasses of GridLabeler in mil.nga.gars.grid Modifier and Type Class Description class
GARSLabeler
GARS grid labelerMethods in mil.nga.gars.grid that return GridLabeler Modifier and Type Method Description GridLabeler
Grid. getLabeler()
Get the grid labelerGridLabeler
Grids. getLabeler(GridType type)
Get the labeler for the grid typeMethods in mil.nga.gars.grid with parameters of type GridLabeler Modifier and Type Method Description void
Grid. setLabeler(GridLabeler labeler)
Set the grid labelervoid
Grids. setLabeler(GridType type, GridLabeler labeler)
Set the labeler for the grid type
-