Uses of Interface
org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol
Packages that use ISymbol
Package
Description
-
Uses of ISymbol in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return ISymbolModifier and TypeMethodDescriptionMapContextManager.createSymbol(int shapeType) MapContextManager.createSymbol(int shapeType, Color color) MapContextManager.createSymbol(String symbolName) MapContextManager.createSymbol(String symbolName, Color color) -
Uses of ISymbol in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that return ISymbolModifier and TypeMethodDescriptionDefaultMapContextManager.createSymbol(int shapeType) DefaultMapContextManager.createSymbol(int shapeType, Color color) DefaultMapContextManager.createSymbol(String symbolName) DefaultMapContextManager.createSymbol(String symbolName, Color color) ISymbol[]DefaultMapContextManager.loadSymbols(File folder) ISymbol[]DefaultMapContextManager.loadSymbols(File folder, FileFilter filter) Methods in org.gvsig.fmap.mapcontext.impl with parameters of type ISymbolModifier and TypeMethodDescriptionvoidDefaultMapContextManager.saveSymbol(ISymbol symbol, String fileName, File folder) voidDefaultMapContextManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite) -
Uses of ISymbol in org.gvsig.fmap.mapcontext.layers.vectorial
Methods in org.gvsig.fmap.mapcontext.layers.vectorial that return ISymbolModifier and TypeMethodDescriptionGraphicLayer.getSymbol(int symbolId) Returns theISymbolof the layer with the given identifier.Methods in org.gvsig.fmap.mapcontext.layers.vectorial with parameters of type ISymbolModifier and TypeMethodDescriptionintAdds a newISymbolto the layer to be used to render theGeometryobjects.intGraphicLayer.getSymbolId(ISymbol symbol) Returns the identifier of the symbol into the layer. -
Uses of ISymbol in org.gvsig.fmap.mapcontext.layers.vectorial.impl
Methods in org.gvsig.fmap.mapcontext.layers.vectorial.impl that return ISymbolMethods in org.gvsig.fmap.mapcontext.layers.vectorial.impl with parameters of type ISymbol -
Uses of ISymbol in org.gvsig.fmap.mapcontext.rendering.legend
Methods in org.gvsig.fmap.mapcontext.rendering.legend that return ISymbolModifier and TypeMethodDescriptionILegend.getDefaultSymbol()Obtains the default symbol of the legend.IVectorLegend.getDefaultSymbol()Obtains the default symbol of the legend.IVectorLegend.getSymbolByFeature(org.gvsig.fmap.dal.feature.Feature feat) Returns a symbol starting from an IFeature.IVectorialIntervalLegend.getSymbolByInterval(IInterval key) Returns the symbol starting from an intervalIVectorialUniqueValueLegend.getSymbolByValue(Object key) Returns the symbols starting from its key.ISymbol[]IClassifiedLegend.getSymbols()Obtains the symbols of each class of the classification for the user.ISymbol[]ZSort.getSymbols()Methods in org.gvsig.fmap.mapcontext.rendering.legend that return types with arguments of type ISymbolMethods in org.gvsig.fmap.mapcontext.rendering.legend with parameters of type ISymbolModifier and TypeMethodDescriptionvoidInserts a symbol.int[]IVectorialUniqueValueLegend.getSymbolKey(ISymbol symbol) Returns the key related to a registeredISymbolor null if it is not registered.voidRemoves oldSymbol from the Legend and substitutes it with the newSymbolvoidIVectorialIntervalLegend.setDefaultSymbol(ISymbol s) voidIVectorLegend.setDefaultSymbol(ISymbol s) Establishes the default symbol of a legend.voidvoidIVectorialUniqueValueLegend.setValueSymbolByID(int id, ISymbol symbol) Establishes the symbol for the value which is the argument of the function. -
Uses of ISymbol in org.gvsig.fmap.mapcontext.rendering.legend.events
Methods in org.gvsig.fmap.mapcontext.rendering.legend.events that return ISymbolModifier and TypeMethodDescriptionSymbolLegendEvent.getNewSymbol()Gets the new symbol style.SymbolLegendEvent.getOldSymbol()Gets the previous symbol style.ISymbol[]LegendClearEvent.getOldSymbols()Obtains the old symbols of the legendConstructors in org.gvsig.fmap.mapcontext.rendering.legend.events with parameters of type ISymbolModifierConstructorDescriptionLegendClearEvent(ISymbol[] oldSymbols) Constructor methodSymbolLegendEvent(ISymbol oldSymbol, ISymbol newSymbol) Creates a new symbol legend event. -
Uses of ISymbol in org.gvsig.fmap.mapcontext.rendering.symbols
Subinterfaces of ISymbol in org.gvsig.fmap.mapcontext.rendering.symbolsModifier and TypeInterfaceDescriptioninterfaceAllows to create multi layer symbols using the composition of several symbols of the same type.Depending on the type of the symbols that are used to compose the final symbol, the user will have MultiLayerMarkerSymbol, MultiLayerLineSymbol,...interfaceinterfaceITextSymbol.java
Represents an ISymbol that draws a text.interfaceMethods in org.gvsig.fmap.mapcontext.rendering.symbols that return ISymbolModifier and TypeMethodDescriptionSymbolManager.createSymbol(int geomType) Creates a newISymbolwhich can be used to render the givenGeometrytype.SymbolManager.createSymbol(int geomType, Color color) SymbolManager.createSymbol(String symbolName) Creates a newISymbol.SymbolManager.createSymbol(String symbolName, Color color) IMultiLayerSymbol.getLayer(int layerIndex) Obtains the symbol that "contains" a layer whose index is the argument of the method.ISymbol.getSymbolForSelection()Returns the derived version of the symbol that will be used to draw the feature when it is selected.ISymbol.getSymbolForSelection(Color selectionColor) SymbolManager.loadSymbol(File file) ISymbol[]SymbolManager.loadSymbols(File folder) Loads the symbols persisted into a folder.ISymbol[]SymbolManager.loadSymbols(File folder, FileFilter filter) Loads the symbols persisted into a folder.Methods in org.gvsig.fmap.mapcontext.rendering.symbols with parameters of type ISymbolModifier and TypeMethodDescriptionvoidStacks a new symbol to the symbol list.voidStacks a new symbol to the symbol list.booleanIMultiLayerSymbol.removeLayer(ISymbol layer) TODO maybe push it up to ISymbolvoidSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder) Persists aISymbolinto the given folder, with the given file name.voidSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite) Persists aISymbolinto the given folder, with the given file name.voidEstablishes a concret symbol for a layer -
Uses of ISymbol in org.gvsig.fmap.mapcontext.rendering.symbols.impl
Methods in org.gvsig.fmap.mapcontext.rendering.symbols.impl that return ISymbolModifier and TypeMethodDescriptionDefaultSymbolManager.createSymbol(int shapeType) DefaultSymbolManager.createSymbol(int shapeType, Color color) DefaultSymbolManager.createSymbol(String symbolName) DefaultSymbolManager.createSymbol(String symbolName, Color color) DefaultSymbolManager.loadSymbol(File file) Loads a persisted symbol from the given file.ISymbol[]DefaultSymbolManager.loadSymbols(File folder) ISymbol[]DefaultSymbolManager.loadSymbols(File folder, FileFilter fileFilter) Methods in org.gvsig.fmap.mapcontext.rendering.symbols.impl with parameters of type ISymbolModifier and TypeMethodDescriptionvoidDefaultSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder) voidDefaultSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite) -
Uses of ISymbol in org.gvsig.fmap.mapcontext.rendering.symbols.styles
Methods in org.gvsig.fmap.mapcontext.rendering.symbols.styles with parameters of type ISymbolModifier and TypeMethodDescriptionbooleanIStyle.isSuitableFor(ISymbol symbol) True if this symbol is ok for the style or class. -
Uses of ISymbol in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl
Classes in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl that implement ISymbolModifier and TypeClassDescriptionclassAbstract class that implements the interface the interface for symbols.It is considered as the father of all XXXSymbols and will implement all the methods that these classes had not developed (and correspond with one of the methods of AbstractSymbol class)Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl that return ISymbolModifier and TypeMethodDescriptionprotected ISymbolAbstractSymbol.cloneForSelection()protected ISymbolAbstractSymbol.cloneForSelection(Color selectionColor) AbstractSymbol.getSymbolForSelection()AbstractSymbol.getSymbolForSelection(Color selectionColor)