|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymbolReferenceLibrary | |
|---|---|
| com.bbn.openmap.layer | Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. |
| com.bbn.openmap.tools.symbology.milStd2525 | This package provides a way to create MIL-STD-2525B compliant symbols. |
| Uses of SymbolReferenceLibrary in com.bbn.openmap.layer |
|---|
| Fields in com.bbn.openmap.layer declared as SymbolReferenceLibrary | |
|---|---|
protected SymbolReferenceLibrary |
DemoLayer.srl
Found in the findAndInit() method, in the MapHandler. |
| Methods in com.bbn.openmap.layer that return SymbolReferenceLibrary | |
|---|---|
SymbolReferenceLibrary |
DemoLayer.getSymbolReferenceLibrary()
|
| Methods in com.bbn.openmap.layer with parameters of type SymbolReferenceLibrary | |
|---|---|
void |
DemoLayer.setSymbolReferenceLibrary(SymbolReferenceLibrary library)
Set the MilStd2525 SymbolReferenceLibrary object used to create symbols. |
| Uses of SymbolReferenceLibrary in com.bbn.openmap.tools.symbology.milStd2525 |
|---|
| Fields in com.bbn.openmap.tools.symbology.milStd2525 declared as SymbolReferenceLibrary | |
|---|---|
protected static SymbolReferenceLibrary |
SymbolReferenceLibrary.library
|
protected SymbolReferenceLibrary |
SymbolChooser.library
|
| Methods in com.bbn.openmap.tools.symbology.milStd2525 with parameters of type SymbolReferenceLibrary | |
|---|---|
protected java.util.List |
SymbolChooser.createNodes(SymbolReferenceLibrary srl)
Initialization method to create the SymbolTreeHolders from the SymbolReferenceLibrary. |
protected void |
SymbolChooser.init(SymbolReferenceLibrary srl,
java.util.List trees)
Create the GUI based on the contents of the SymbolReferenceLibrary and the SymbolPartTrees created from the options. |
static javax.swing.ImageIcon |
SymbolChooser.showDialog(java.awt.Component component,
java.lang.String title,
SymbolReferenceLibrary srl,
java.lang.String defaultSymbolCode)
|
| Constructors in com.bbn.openmap.tools.symbology.milStd2525 with parameters of type SymbolReferenceLibrary | |
|---|---|
SymbolChooser(SymbolReferenceLibrary srl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||