Uses of Interface
com.bbn.openmap.tools.symbology.milStd2525.SymbolImageMaker

Packages that use SymbolImageMaker
com.bbn.openmap.tools.symbology.milStd2525 This package provides a way to create MIL-STD-2525B compliant symbols. 
 

Uses of SymbolImageMaker in com.bbn.openmap.tools.symbology.milStd2525
 

Classes in com.bbn.openmap.tools.symbology.milStd2525 that implement SymbolImageMaker
 class BasicSymbolImageMaker
           
 class GIFSymbolImageMaker
           
 class PNGSymbolImageMaker
           
 

Fields in com.bbn.openmap.tools.symbology.milStd2525 declared as SymbolImageMaker
protected  SymbolImageMaker SymbolReferenceLibrary.symbolImageMaker
           
 

Methods in com.bbn.openmap.tools.symbology.milStd2525 that return SymbolImageMaker
 SymbolImageMaker SymbolReferenceLibrary.getSymbolImageMaker()
           
 SymbolImageMaker SymbolReferenceLibrary.setSymbolImageMaker(java.lang.String classname)
           
 

Methods in com.bbn.openmap.tools.symbology.milStd2525 with parameters of type SymbolImageMaker
protected  void SymbolReferenceLibrary.initialize(java.util.Properties props, SymbolImageMaker sim)
           
 void SymbolReferenceLibrary.setSymbolImageMaker(SymbolImageMaker symbolImageMaker)
           
 

Constructors in com.bbn.openmap.tools.symbology.milStd2525 with parameters of type SymbolImageMaker
SymbolReferenceLibrary(SymbolImageMaker sim)
          Create a SymbolReferenceLibrary with a SymbolImageMaker to use to create images from a data source.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details