@KFStep(name="ImageViewer", category="Visualization", toolTipText="View images", iconPath="weka/gui/knowledgeflow/icons/StripChart.gif") public class ImageViewer extends BaseStep
| Constructor and Description |
|---|
ImageViewer() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BufferedImage> |
getImages()
Get a map of named images that this step has collected
|
List<String> |
getIncomingConnectionTypes()
Get a list of acceptable incoming connections - only StepManager.CON_IMAGE
in this case
|
Map<String,String> |
getInteractiveViewers()
Gets a list of classes of viewers that can be popped up in the GUI
Knowledge Flow from this step, given that we have received and stored
some image data.
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connections that can be generated given the current
state of the step - will produce StepManager.CON_IMAGE data if we have at
least one incoming image connection connection
|
void |
processIncoming(Data data)
Process incoming image data
|
void |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, start, stoppublic void stepInit()
public List<String> getIncomingConnectionTypes()
public List<String> getOutgoingConnectionTypes()
public void processIncoming(Data data) throws WekaException
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the data to processWekaException - if a problem occurspublic Map<String,BufferedImage> getImages()
public Map<String,String> getInteractiveViewers()
getInteractiveViewers in interface StepgetInteractiveViewers in class BaseStepCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.