edu.swri.swiftvis.filters
Class BinnedFilter.BinValueSpec
java.lang.Object
edu.swri.swiftvis.filters.BinnedFilter.BinValueSpec
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- BinnedFilter
private class BinnedFilter.BinValueSpec
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Mark Lewis
This class gives the specification for how to calculate a certain value for
each bin. It includes a DataFormula and a method of combining things. The
methods are things like sum and average. A density can be found by using "1"
for the formula and doing a sum.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
desc
public java.lang.String desc
formula
public DataFormula formula
combineStyle
public int combineStyle
defaultValue
public float defaultValue
SUM
public static final int SUM
- See Also:
- Constant Field Values
AVERAGE
public static final int AVERAGE
- See Also:
- Constant Field Values
propPanel
private transient javax.swing.JPanel propPanel
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
BinnedFilter.BinValueSpec
public BinnedFilter.BinValueSpec()
BinnedFilter.BinValueSpec
public BinnedFilter.BinValueSpec(BinnedFilter.BinValueSpec c)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getPropertiesPanel
public javax.swing.JPanel getPropertiesPanel()
checkFormula
private void checkFormula(java.awt.event.FocusEvent e)