Uses of Class
mil.nga.grid.GridStyle
-
Packages that use GridStyle Package Description mil.nga.grid -
-
Uses of GridStyle in mil.nga.grid
Methods in mil.nga.grid that return GridStyle Modifier and Type Method Description protected GridStyle
BaseGrids. getGridStyle(Color color, Double width, TGrid grid)
Get a combined grid style from the provided color, width, and gridGridStyle
BaseGrid. getStyle()
Get the grid line stylestatic GridStyle
GridStyle. style(Color color, double width)
Create a new styleMethods in mil.nga.grid with parameters of type GridStyle Modifier and Type Method Description void
BaseGrid. setStyle(GridStyle style)
Set the grid line style
-