com.bbn.openmap.omGraphics.grid
Class SlopeGeneratorLoader
java.lang.Object
|
+--com.bbn.openmap.MapHandlerChild
|
+--com.bbn.openmap.OMComponent
|
+--com.bbn.openmap.omGraphics.grid.GeneratorLoader
|
+--com.bbn.openmap.omGraphics.grid.SlopeGeneratorLoader
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextMembershipListener, java.util.EventListener, LightMapHandlerChild, PropertyConsumer
- public class SlopeGeneratorLoader
- extends GeneratorLoader
Methods inherited from class com.bbn.openmap.MapHandlerChild |
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorsClassProperty
public static final java.lang.String ColorsClassProperty
- See Also:
- Constant Field Values
COLORS_PROPERTY
public static final java.lang.String COLORS_PROPERTY
- See Also:
- Constant Field Values
CONTRAST_PROPERTY
public static final java.lang.String CONTRAST_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_COLORS_CLASS
public static final java.lang.String DEFAULT_COLORS_CLASS
- See Also:
- Constant Field Values
colors
protected ElevationColors colors
contrast
protected int contrast
SlopeGeneratorLoader
public SlopeGeneratorLoader()
setColors
public void setColors(ElevationColors cols)
getColors
public ElevationColors getColors()
setContrast
public void setContrast(int cont)
getContrast
public int getContrast()
getGUI
public java.awt.Component getGUI()
- Overrides:
getGUI
in class GeneratorLoader
getGenerator
public OMGridGenerator getGenerator()
- Overrides:
getGenerator
in class GeneratorLoader
setProperties
public void setProperties(java.lang.String prefix,
java.util.Properties props)
- Description copied from class:
OMComponent
- Sets the properties for the OMComponent.
- Specified by:
setProperties
in interface PropertyConsumer
- Overrides:
setProperties
in class GeneratorLoader
- Parameters:
prefix
- the token to prefix the property namesprops
- the Properties
object
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
- Description copied from class:
GeneratorLoader
- You should override this so the listener receives any
particular events that the GeneratorLoader sends out.
- Overrides:
addPropertyChangeListener
in class GeneratorLoader
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details