public class WriteFastaFromGraphPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
WriteFastaFromGraphPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
Boolean |
includeAnchors()
Whether to include anchors
|
WriteFastaFromGraphPlugin |
includeAnchors(Boolean value)
Set Include Anchors.
|
Boolean |
includeInnerAnchors()
Whether to include inner anchors
|
WriteFastaFromGraphPlugin |
includeInnerAnchors(Boolean value)
Set Include Inner Anchors.
|
String |
outputFile()
Output filename
|
WriteFastaFromGraphPlugin |
outputFile(String value)
Set Output File.
|
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
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 WriteFastaFromGraphPlugin(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 String outputFile()
public WriteFastaFromGraphPlugin outputFile(String value)
value - Output Filepublic Boolean includeAnchors()
public WriteFastaFromGraphPlugin includeAnchors(Boolean value)
value - Include Anchorspublic Boolean includeInnerAnchors()
public WriteFastaFromGraphPlugin includeInnerAnchors(Boolean value)
value - Include Inner Anchorspublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
Copyright © 2018. All rights reserved.