public class FilterGraphPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
FilterGraphPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
HaplotypeGraph |
filter(HaplotypeGraph graph) |
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
Integer |
minCountTaxa()
Minimun number of taxa represented in reference range for reference range to remain in graph
|
FilterGraphPlugin |
minCountTaxa(Integer value)
Set Min Count Taxa.
|
Double |
minPercentTaxa()
Minimum percent of taxa represented in reference range for reference range to remain in graph.
|
FilterGraphPlugin |
minPercentTaxa(Double value)
Set Min Percent Taxa.
|
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
List<ReferenceRange> |
refRanges()
Reference range list to remove from graph
|
FilterGraphPlugin |
refRanges(List<ReferenceRange> value)
Set Reference Ranges.
|
net.maizegenetics.taxa.TaxaList |
taxaList()
Optional list of taxa to include.
|
FilterGraphPlugin |
taxaList(String value)
Set Taxa List.
|
FilterGraphPlugin |
taxaList(net.maizegenetics.taxa.TaxaList value)
Set Taxa List.
|
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginDescription, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic FilterGraphPlugin(Frame parentFrame, boolean isInteractive)
public net.maizegenetics.plugindef.DataSet processData(net.maizegenetics.plugindef.DataSet input)
processData in interface net.maizegenetics.plugindef.PluginprocessData in class net.maizegenetics.plugindef.AbstractPluginpublic HaplotypeGraph filter(HaplotypeGraph graph)
public net.maizegenetics.taxa.TaxaList taxaList()
public FilterGraphPlugin taxaList(net.maizegenetics.taxa.TaxaList value)
value - Taxa Listpublic FilterGraphPlugin taxaList(String value)
value - Taxa Listpublic Integer minCountTaxa()
public FilterGraphPlugin minCountTaxa(Integer value)
value - Min Count Taxapublic Double minPercentTaxa()
public FilterGraphPlugin minPercentTaxa(Double value)
value - Min Percent Taxapublic List<ReferenceRange> refRanges()
public FilterGraphPlugin refRanges(List<ReferenceRange> value)
value - Reference Rangespublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
Copyright © 2018. All rights reserved.