maltcms.commands.fragments2d.visualization
Class Chromatogram2DVisualizer

java.lang.Object
  extended by cross.commands.fragments.AFragmentCommand
      extended by maltcms.commands.fragments2d.visualization.Chromatogram2DVisualizer
All Implemented Interfaces:
cross.commands.fragments.IFragmentCommand, cross.commands.ICommand<cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment>,cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment>>, cross.datastructures.workflow.IWorkflowElement, cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>, cross.IConfigurable, cross.io.xml.IXMLSerializable, Serializable

public class Chromatogram2DVisualizer
extends cross.commands.fragments.AFragmentCommand

Creates an image.

Author:
Mathias Wilhelm(mwilhelm A T TechFak.Uni-Bielefeld.DE)
See Also:
Serialized Form

Constructor Summary
Chromatogram2DVisualizer()
           
 
Method Summary
 cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> apply(cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> t)
          
 void configure(org.apache.commons.configuration.Configuration cfg)
          
 String getDescription()
          
 cross.datastructures.workflow.WorkflowSlot getWorkflowSlot()
          
 String toString()
           
 
Methods inherited from class cross.commands.fragments.AFragmentCommand
addListener, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResults, addWorkflowResults, appendXML, canEqual, createBlockingCompletionService, createCompletionService, createNonBlockingCompletionService, createWorkFragment, createWorkFragments, equals, fireEvent, getProgress, getWorkflow, hashCode, initProgress, initSubCommand, mapToInput, postProcess, removeListener, setProgress, setWorkflow
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Chromatogram2DVisualizer

public Chromatogram2DVisualizer()
Method Detail

toString

public String toString()
Overrides:
toString in class cross.commands.fragments.AFragmentCommand

apply

public cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> apply(cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> t)


configure

public void configure(org.apache.commons.configuration.Configuration cfg)

Specified by:
configure in interface cross.IConfigurable
Overrides:
configure in class cross.commands.fragments.AFragmentCommand

getDescription

public String getDescription()

Specified by:
getDescription in class cross.commands.fragments.AFragmentCommand

getWorkflowSlot

public cross.datastructures.workflow.WorkflowSlot getWorkflowSlot()



Copyright © 2007-2012. All Rights Reserved.