edu.indiana.iucbrf.feature.format
Class DisplayMapFeatureValueFormat

java.lang.Object
  extended by edu.indiana.iucbrf.feature.format.DisplayMapFeatureValueFormat
All Implemented Interfaces:
FeatureValueFormat, java.io.Serializable

public class DisplayMapFeatureValueFormat
extends java.lang.Object
implements FeatureValueFormat

See Also:
Serialized Form

Field Summary
protected  java.util.HashMap valueToDisplayMap
           
 
Constructor Summary
protected DisplayMapFeatureValueFormat()
           
  DisplayMapFeatureValueFormat(java.util.HashMap valueToDisplayMap)
          Creates a new instance of DisplayMapFeatureValueFormat
 
Method Summary
 java.lang.String format(java.lang.Object value)
          Format the given feature value for visual presentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueToDisplayMap

protected java.util.HashMap valueToDisplayMap
Constructor Detail

DisplayMapFeatureValueFormat

protected DisplayMapFeatureValueFormat()

DisplayMapFeatureValueFormat

public DisplayMapFeatureValueFormat(java.util.HashMap valueToDisplayMap)
Creates a new instance of DisplayMapFeatureValueFormat

Method Detail

format

public java.lang.String format(java.lang.Object value)
Format the given feature value for visual presentation.

Specified by:
format in interface FeatureValueFormat