edu.swri.swiftvis.filters
Class BinnedFilter.BinValueSpec

java.lang.Object
  extended by 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.

Field Summary
static int AVERAGE
           
 int combineStyle
           
 float defaultValue
           
 java.lang.String desc
           
 DataFormula formula
           
private  javax.swing.JPanel propPanel
           
private static long serialVersionUID
           
static int SUM
           
 
Constructor Summary
BinnedFilter.BinValueSpec()
           
BinnedFilter.BinValueSpec(BinnedFilter.BinValueSpec c)
           
 
Method Summary
private  void checkFormula(java.awt.event.FocusEvent e)
           
 javax.swing.JPanel getPropertiesPanel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

BinnedFilter.BinValueSpec

public BinnedFilter.BinValueSpec()

BinnedFilter.BinValueSpec

public BinnedFilter.BinValueSpec(BinnedFilter.BinValueSpec c)
Method Detail

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)