Uses of Interface
viewer.symbols.SymbolFactory
Package | Description |
---|---|
viewer.base | |
viewer.symbols |
-
Uses of SymbolFactory in viewer.base
Fields in viewer.base declared as SymbolFactory Modifier and Type Field Description protected SymbolFactory
Layer. mySymbolFactory
the factory used to transform features to drawable map objectsMethods in viewer.base with parameters of type SymbolFactory Modifier and Type Method Description void
ListLayer. setSymbolFactory(SymbolFactory factory)
sets symbol factoryConstructors in viewer.base with parameters of type SymbolFactory Constructor Description DatabaseLayer(java.sql.Statement st, SymbolFactory factory, java.lang.String tablename, java.lang.String geocolumnname)
Layer(SymbolFactory symbolFactory)
ListLayer(SymbolFactory factory)
Constructs a new empty Layer -
Uses of SymbolFactory in viewer.symbols
Classes in viewer.symbols that implement SymbolFactory Modifier and Type Class Description class
BasicSymbolFactory
Basic symbol factory with a stroke and fill colorFields in viewer.symbols declared as SymbolFactory Modifier and Type Field Description static SymbolFactory
SymbolFactory. DEFAULT_FACTORY