Uses of Interface
org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable
Packages that use IPrintable
Package
Description
-
Uses of IPrintable in org.gvsig.fmap.mapcontext.rendering.symbols
Subinterfaces of IPrintable 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,...interfaceInterface for symbols.It is the most general one which is implemented by other specific symbols.For this reason this interface has a method to obtain the derived version of a common symbol(apart from others).interfaceinterfaceITextSymbol.java
Represents an ISymbol that draws a text.interface -
Uses of IPrintable in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl
Classes in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl that implement IPrintableModifier 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)