jsynoptic.plugins.jfreechart
Class CategoryClassifier
java.lang.Object
jsynoptic.plugins.jfreechart.CategoryClassifier
- All Implemented Interfaces:
- java.io.Serializable, MapperListener
public class CategoryClassifier
- extends java.lang.Object
- implements java.io.Serializable, MapperListener
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
categories
public java.util.List categories
mapper
protected TextMapper mapper
listeners
protected transient ListenerManager listeners
CategoryClassifier
public CategoryClassifier(java.lang.String name)
- Parameters:
name
- index
-
CategoryClassifier
public CategoryClassifier(TextMapper mapper)
- Parameters:
name
- index
-
addListener
public void addListener(CategoryClassifierListener l)
removeListener
public void removeListener(CategoryClassifierListener l)
notifyListeners
protected void notifyListeners()
getMapper
public TextMapper getMapper()
- Returns:
- Returns the mapper.
setMapper
public void setMapper(TextMapper mapper)
- Parameters:
mapper
- The mapper to set.
mappingChanged
public void mappingChanged(GenericMapper mapper)
- Description copied from interface:
MapperListener
- Called when the mapping of the specified mapper changed
- Specified by:
mappingChanged
in interface MapperListener