Uses of Interface
org.gvsig.app.gui.styling.TypeSymbolEditor
Packages that use TypeSymbolEditor
Package
Description
Symbology swing library API.
-
Uses of TypeSymbolEditor in org.gvsig.app.gui.styling
Classes in org.gvsig.app.gui.styling that implement TypeSymbolEditorModifier and TypeClassDescriptionclassAbstract class that all the Symbol settings GUI's must extend.classMarkerFill allows the user to store and modify the properties that fills a polygon with a padding made of markers and an outlineclassPictureFill allows to store and modify the properties that fills a polygon with a padding and an outlineclassPictureLine initializes the properties that define a picture marker symbol and are showed in the tab created by PictureMarker which is called simple marker.classPictureMarker allows the user to store and modify the properties that define a picture marker symbol.classSimpleFill allows to store and modify the properties that fills a polygon with a padding and an outlineclassSimpleLine allows the user to store and modify the main properties that define a simple line.classSimpleMarker allows the user to store and modify the main properties that define a simple marker.classSimpleText allows the user to store and modify the main properties that define a simple text.Method parameters in org.gvsig.app.gui.styling with type arguments of type TypeSymbolEditorModifier and TypeMethodDescriptionstatic voidSymbolEditor.addSymbolEditorPanel(Class<? extends TypeSymbolEditor> symbolEditor, int shapeType) -
Uses of TypeSymbolEditor in org.gvsig.symbology.swing
Methods in org.gvsig.symbology.swing that return types with arguments of type TypeSymbolEditorModifier and TypeMethodDescriptionList<Class<? extends TypeSymbolEditor>> SymbologySwingManager.getSymbolEditorClassesByGeometryType(org.gvsig.fmap.geom.type.GeometryType geometryType) Method parameters in org.gvsig.symbology.swing with type arguments of type TypeSymbolEditorModifier and TypeMethodDescriptionvoidSymbologySwingManager.registerSymbolEditor(Class<? extends TypeSymbolEditor> symbolEditor, int shapeType)