Uses of Class
com.vividsolutions.jump.plugin.edit.NoderPlugIn.Processor
-
Packages that use NoderPlugIn.Processor Package Description com.vividsolutions.jump.plugin.edit -
-
Uses of NoderPlugIn.Processor in com.vividsolutions.jump.plugin.edit
Methods in com.vividsolutions.jump.plugin.edit that return NoderPlugIn.Processor Modifier and Type Method Description static NoderPlugIn.Processor
NoderPlugIn.Processor. valueOf(String name)
Returns the enum constant of this type with the specified name.static NoderPlugIn.Processor[]
NoderPlugIn.Processor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vividsolutions.jump.plugin.edit with parameters of type NoderPlugIn.Processor Modifier and Type Method Description void
NoderPlugIn. setLineProcessor(NoderPlugIn.Processor processor)
void
NoderPlugIn. setPolygonProcessor(NoderPlugIn.Processor processor)
-