org.geotools.gui.swing.sldeditor.symbolizer
Class SymbolizerEditorFactory
java.lang.Object
org.geotools.gui.swing.sldeditor.symbolizer.SymbolizerEditorFactory
- All Implemented Interfaces:
- Factory
- Direct Known Subclasses:
- DefaultSymbolizerEditorFactory
- public abstract class SymbolizerEditorFactory
- extends java.lang.Object
- implements Factory
DOCUMENT ME!
- Author:
- wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inExpertMode
protected boolean inExpertMode
SymbolizerEditorFactory
public SymbolizerEditorFactory()
createPropertyEditorFactory
public static SymbolizerEditorFactory createPropertyEditorFactory()
throws FactoryConfigurationError
- Create an instance of the factory.
- Returns:
- An instance of the Factory, or null if the Factory could not be
created.
- Throws:
FactoryConfigurationError
createLineSymbolizerEditor
public abstract SymbolizerEditor createLineSymbolizerEditor(FeatureType featureType)
createPointSymbolizerEditor
public abstract SymbolizerEditor createPointSymbolizerEditor(FeatureType featureType)
createPolygonSymbolizerEditor
public abstract SymbolizerEditor createPolygonSymbolizerEditor(FeatureType featureType)
createTextSymbolizerEditor
public abstract SymbolizerEditor createTextSymbolizerEditor(FeatureType featureType)
createRasterSymbolizerEditor
public abstract SymbolizerEditor createRasterSymbolizerEditor(FeatureType featureType)
createSymbolizerChooserDialog
public abstract SymbolizerChooserDialog createSymbolizerChooserDialog(java.awt.Component parent,
FeatureType featureType)
getImplementationHints
public java.util.Map getImplementationHints()
- Returns the implementation hints. The default implementation returns en empty map.
- Specified by:
getImplementationHints
in interface Factory
- Returns:
- The map of hints, or an empty map
if none.
Copyright © GeoTools. All Rights Reserved.