Uses of Class
org.geotools.swing.JMapFrame.Tool
-
Packages that use JMapFrame.Tool Package Description org.geotools.swing Simple Swing widgets for map display. -
-
Uses of JMapFrame.Tool in org.geotools.swing
Methods in org.geotools.swing that return JMapFrame.Tool Modifier and Type Method Description static JMapFrame.Tool
JMapFrame.Tool. valueOf(String name)
Returns the enum constant of this type with the specified name.static JMapFrame.Tool[]
JMapFrame.Tool. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.swing with parameters of type JMapFrame.Tool Modifier and Type Method Description void
JMapFrame. enableTool(JMapFrame.Tool... tool)
This method is an alternative toJMapFrame.enableToolBar(boolean)
.
-