Uses of Class
mil.nga.mgrs.color.Color
-
Packages that use Color Package Description mil.nga.mgrs.color mil.nga.mgrs.grid mil.nga.mgrs.gzd -
-
Uses of Color in mil.nga.mgrs.color
Methods in mil.nga.mgrs.color that return Color Modifier and Type Method Description static ColorColor. black()Create a black colorstatic ColorColor. blue()Create a blue colorstatic ColorColor. brown()Create a brown colorstatic ColorColor. color(float[] hsl)Create the color with HSL (hue, saturation, lightness) or HSL (alpha) valuesstatic ColorColor. color(float[] hsl, float alpha)Create the color with HSLA (hue, saturation, lightness, alpha) valuesstatic ColorColor. color(float red, float green, float blue)Create the color with arithmetic RGB valuesstatic ColorColor. color(float red, float green, float blue, float opacity)Create the color with arithmetic RGB valuesstatic ColorColor. color(int color)Create the color as a single integerstatic ColorColor. color(int red, int green, int blue)Create the color with RGB valuesstatic ColorColor. color(int red, int green, int blue, float opacity)Create the color with RGBA valuesstatic ColorColor. color(int red, int green, int blue, int alpha)Create the color with RGBA valuesstatic ColorColor. color(String color)Create the color in hexstatic ColorColor. color(String color, float opacity)Create the color in hex with an opacitystatic ColorColor. color(String color, int alpha)Create the color in hex with an alphastatic ColorColor. color(String red, String green, String blue)Create the color with individual hex colorsstatic ColorColor. color(String red, String green, String blue, float opacity)Create the color with individual hex colors and opacitystatic ColorColor. color(String red, String green, String blue, String alpha)Create the color with individual hex colors and alphaColorColor. copy()Copy the colorstatic ColorColor. cyan()Create a cyan colorstatic ColorColor. darkGray()Create a dark gray colorstatic ColorColor. gray()Create a gray colorstatic ColorColor. green()Create a green colorstatic ColorColor. lightGray()Create a light gray colorstatic ColorColor. magenta()Create a magenta colorstatic ColorColor. orange()Create an orange colorstatic ColorColor. pink()Create a pink colorstatic ColorColor. purple()Create a purple colorstatic ColorColor. red()Create a red colorstatic ColorColor. violet()Create a violet colorstatic ColorColor. white()Create a white colorstatic ColorColor. yellow()Create a yellow colorConstructors in mil.nga.mgrs.color with parameters of type Color Constructor Description Color(Color color)Copy constructor -
Uses of Color in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return Color Modifier and Type Method Description ColorGrid. getColor()Get the grid line colorColorGrid. getColor(GridType gridType)Get the grid type precision line colorColorGridStyle. getColor()Get the grid line colorColorLabeler. getColor()Get the label colorMethods in mil.nga.mgrs.grid with parameters of type Color Modifier and Type Method Description voidGrids. setAllColors(Color color)Set all grid line colorsvoidGrids. setAllLabelColors(Color color)Set all label colorsvoidGrid. setColor(Color color)Set the grid line colorvoidGrid. setColor(GridType gridType, Color color)Set the grid type precision line colorvoidGrids. setColor(Collection<GridType> types, Color color)Set the grid line color for the grid typesvoidGrids. setColor(Collection<GridType> types, GridType precisionType, Color color)Set the grid type precision line color for the grid typesvoidGrids. setColor(Color color, GridType... types)Set the grid line color for the grid typesvoidGrids. setColor(GridType type, Collection<GridType> precisionTypes, Color color)Set the grid type precision line colors for the grid typevoidGrids. setColor(GridType type, Color color)Set the grid line color for the grid typevoidGrids. setColor(GridType type, Color color, GridType... precisionTypes)Set the grid type precision line colors for the grid typevoidGrids. setColor(GridType type, GridType precisionType, Color color)Set the grid type precision line color for the grid typevoidGridStyle. setColor(Color color)Set the grid line colorvoidLabeler. setColor(Color color)Set the label colorvoidGrids. setLabelColor(Collection<GridType> types, Color color)Set the label color for the grid typesvoidGrids. setLabelColor(Color color, GridType... types)Set the label color for the grid typesvoidGrids. setLabelColor(GridType type, Color color)Set the label colorstatic GridStyleGridStyle. style(Color color, double width)Create a new styleConstructors in mil.nga.mgrs.grid with parameters of type Color Constructor Description GridLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color)ConstructorGridLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize)ConstructorGridLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorGridLabeler(int minZoom, Integer maxZoom, Color color)ConstructorGridLabeler(int minZoom, Integer maxZoom, Color color, double textSize)ConstructorGridLabeler(int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorGridLabeler(int minZoom, Color color)ConstructorGridLabeler(int minZoom, Color color, double textSize)ConstructorGridLabeler(int minZoom, Color color, double textSize, double buffer)ConstructorGridStyle(Color color, double width)ConstructorLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color)ConstructorLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize)ConstructorLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorLabeler(int minZoom, Integer maxZoom, Color color)ConstructorLabeler(int minZoom, Integer maxZoom, Color color, double textSize)ConstructorLabeler(int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorLabeler(int minZoom, Color color)ConstructorLabeler(int minZoom, Color color, double textSize)ConstructorLabeler(int minZoom, Color color, double textSize, double buffer)Constructor -
Uses of Color in mil.nga.mgrs.gzd
Constructors in mil.nga.mgrs.gzd with parameters of type Color Constructor Description GZDLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color)ConstructorGZDLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize)ConstructorGZDLabeler(boolean enabled, int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorGZDLabeler(int minZoom, Integer maxZoom, Color color)ConstructorGZDLabeler(int minZoom, Integer maxZoom, Color color, double textSize)ConstructorGZDLabeler(int minZoom, Integer maxZoom, Color color, double textSize, double buffer)ConstructorGZDLabeler(int minZoom, Color color)ConstructorGZDLabeler(int minZoom, Color color, double textSize)ConstructorGZDLabeler(int minZoom, Color color, double textSize, double buffer)Constructor
-