org.knime.base.node.viz.pie.node.interactive
Class InteractivePieNodeFactory
java.lang.Object
org.knime.core.node.NodeFactory<M>
org.knime.base.node.viz.pie.node.PieNodeFactory<InteractivePieVizModel,InteractivePieNodeModel,InteractivePieNodeView>
org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
public class InteractivePieNodeFactory
- extends PieNodeFactory<InteractivePieVizModel,InteractivePieNodeModel,InteractivePieNodeView>
Factory class of the interactive pie chart implementation.
- Author:
- Tobias Koetter, University of Konstanz
Methods inherited from class org.knime.core.node.NodeFactory |
addLoadedFactory, createAbstractNodeView, getDefaultIcon, getIcon, getInportDescription, getInportName, getLoadedNodeFactories, getNodeName, getNodeViewName, getOutportDescription, getOutportName, getType, getViewDescription, getXMLDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractivePieNodeFactory
public InteractivePieNodeFactory()
createNodeModel
public InteractivePieNodeModel createNodeModel()
- Creates and returns a new instance of the node's corresponding model.
- Specified by:
createNodeModel
in class PieNodeFactory<InteractivePieVizModel,InteractivePieNodeModel,InteractivePieNodeView>
- Returns:
- A new NodeModel for this node. Never
null
!
createNodeView
public InteractivePieNodeView createNodeView(int viewIndex,
InteractivePieNodeModel nodeModel)
- Creates and returns a new node view for the given index.
- Specified by:
createNodeView
in class PieNodeFactory<InteractivePieVizModel,InteractivePieNodeModel,InteractivePieNodeView>
- Parameters:
viewIndex
- The index for the view to create.nodeModel
- the underlying model
- Returns:
- a new node view for the given index
- See Also:
NodeFactory.getNrNodeViews()
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.