|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.swri.swiftvis.filters.AbstractSingleSourceFilter
edu.swri.swiftvis.filters.ThinningFilter
public class ThinningFilter
Field Summary | |
---|---|
private DataFormula |
groupFormula
|
private static long |
serialVersionUID
|
private EditableInt |
thinFactor
|
private EditableBoolean |
useGroups
|
Fields inherited from class edu.swri.swiftvis.filters.AbstractSingleSourceFilter |
---|
bounds, changed, dataVect, input, propPanel, sinkVector |
Constructor Summary | |
---|---|
|
ThinningFilter()
|
private |
ThinningFilter(ThinningFilter c,
java.util.List<GraphElement> l)
|
Method Summary | |
---|---|
ThinningFilter |
copy(java.util.List<GraphElement> l)
|
private int |
doGroupSelection(int startIndex,
int maxIndex,
DataFormula sortFormula)
Returns the elements after the group that begins at startIndex. |
java.lang.String |
getDescription()
|
int |
getNumParameters()
|
int |
getNumValues()
|
java.lang.String |
getParameterDescription(int which)
Tells you what a particular parameter is used for. |
java.lang.String |
getParameterName(int which,
int paramVal)
Tells you the text that should be used to describe a particular value of a given parameter. |
static java.lang.String |
getTypeDescription()
|
java.lang.String |
getValueDescription(int which)
Tells you what a particular value is used for. |
protected void |
redoAllElements()
This method is intended to reprocess all the input elements to redo the output. |
protected void |
setupSpecificPanelProperties()
This method should add any tabbed panes to the propPanel that are specific to the given filter. |
boolean |
useParameterNameString(int which)
If this returns true then the value of a parameter for this type should be listed as the strong value returned by getParameterName. |
Methods inherited from class edu.swri.swiftvis.filters.AbstractSingleSourceFilter |
---|
abstractRedoAllElements, addInput, addOutput, clearData, getBounds, getElement, getNumElements, getNumOutputs, getNumSources, getOutput, getOutputInfoPanel, getPaint, getPropertiesPanel, getSource, getSourceInfoPanel, relink, removeInput, removeOutput, setBounds, sourceAltered, validInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EditableInt thinFactor
private EditableBoolean useGroups
private DataFormula groupFormula
private static final long serialVersionUID
Constructor Detail |
---|
public ThinningFilter()
private ThinningFilter(ThinningFilter c, java.util.List<GraphElement> l)
Method Detail |
---|
public java.lang.String getDescription()
public static java.lang.String getTypeDescription()
protected void setupSpecificPanelProperties()
AbstractSingleSourceFilter
setupSpecificPanelProperties
in class AbstractSingleSourceFilter
public java.lang.String getParameterDescription(int which)
public boolean useParameterNameString(int which)
public java.lang.String getParameterName(int which, int paramVal)
public java.lang.String getValueDescription(int which)
public int getNumParameters()
public int getNumValues()
public ThinningFilter copy(java.util.List<GraphElement> l)
protected void redoAllElements()
AbstractSingleSourceFilter
redoAllElements
in class AbstractSingleSourceFilter
private int doGroupSelection(int startIndex, int maxIndex, DataFormula sortFormula)
startIndex
- The index to start the group at.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |