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

All Superinterfaces:
PropertyConsumer
All Known Implementing Classes:
BasicSymbolImageMaker, GIFSymbolImageMaker, PNGSymbolImageMaker

public interface SymbolImageMaker
extends PropertyConsumer


Field Summary
static java.lang.String BackgroundPaintProperty
           
static java.lang.String DataPathProperty
           
 
Fields inherited from interface com.bbn.openmap.PropertyConsumer
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
 
Method Summary
 javax.swing.ImageIcon getIcon(java.lang.String code, java.awt.Dimension di)
           
 void setBackground(java.awt.Paint p)
           
 void setDataPath(java.lang.String dataPath)
           
 
Methods inherited from interface com.bbn.openmap.PropertyConsumer
getProperties, getPropertyInfo, getPropertyPrefix, setProperties, setProperties, setPropertyPrefix
 

Field Detail

BackgroundPaintProperty

static final java.lang.String BackgroundPaintProperty
See Also:
Constant Field Values

DataPathProperty

static final java.lang.String DataPathProperty
See Also:
Constant Field Values
Method Detail

getIcon

javax.swing.ImageIcon getIcon(java.lang.String code,
                              java.awt.Dimension di)

setDataPath

void setDataPath(java.lang.String dataPath)

setBackground

void setBackground(java.awt.Paint p)


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