|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gui.tools.ToolFactory
Factory for constructing Tool classes.
Constructor Summary | |
ToolFactory()
|
Method Summary | |
abstract ToolList |
createDefaultToolList()
Creates an empty ToolList with selectedTool=null. |
static ToolFactory |
createFactory()
Create an instance of the factory. |
static ToolFactory |
createFactory(java.lang.String factoryClass)
Create an instance of the factory. |
abstract PanTool |
createPanTool()
Create an instance of PanTool. |
abstract ToolList |
createToolList()
Creates an empty ToolList with selectedTool=null. |
abstract ZoomTool |
createZoomTool()
Create an instance of ZoomTool. |
abstract ZoomTool |
createZoomTool(double zoomFactor)
Create an instance of ZoomTool |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ToolFactory()
Method Detail |
public static ToolFactory createFactory()
public static ToolFactory createFactory(java.lang.String factoryClass)
factoryClass
- The name of the factory, eg:
"org.geotools.gui.tools.ToolFactoryImpl".
public abstract PanTool createPanTool()
public abstract ZoomTool createZoomTool()
public abstract ZoomTool createZoomTool(double zoomFactor)
zoomFactor
- he factor to zoom in/out by, zoomFactor=0.5 means zoom
in, zoomFactor=2 means zoom out.
public abstract ToolList createToolList()
public abstract ToolList createDefaultToolList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |