Uses of Class
org.hortonmachine.gears.utils.colors.EColorTables
-
Packages that use EColorTables Package Description org.hortonmachine.gears.libs.modules org.hortonmachine.gears.utils.colors -
-
Uses of EColorTables in org.hortonmachine.gears.libs.modules
Methods in org.hortonmachine.gears.libs.modules with parameters of type EColorTables Modifier and Type Method Description protected voidHMModelIM. makeStyle(EColorTables colorTable, double min, double max) -
Uses of EColorTables in org.hortonmachine.gears.utils.colors
Methods in org.hortonmachine.gears.utils.colors that return EColorTables Modifier and Type Method Description static EColorTablesEColorTables. valueOf(String name)Returns the enum constant of this type with the specified name.static EColorTables[]EColorTables. values()Returns an array containing the constants of this enum type, in the order they are declared.
-