Uses of Interface
com.googlecode.sarasvati.visual.process.VisualProcessNode

Packages that use VisualProcessNode
com.googlecode.sarasvati.visual   
com.googlecode.sarasvati.visual.process   
 

Uses of VisualProcessNode in com.googlecode.sarasvati.visual
 

Methods in com.googlecode.sarasvati.visual with parameters of type VisualProcessNode
 String ProcessToImageMap.hoverForNode(VisualProcessNode node)
          Every node in a generated image of a graph process may have associated text which will pop-up when the node is hovered over.
 String ProcessToImageMapAdapter.hoverForNode(VisualProcessNode node)
           
 String ProcessToImageMap.hrefForNode(VisualProcessNode node)
          Every node in a generated image of a graph process may have a link for when the node is clicked.
 String ProcessToImageMapAdapter.hrefForNode(VisualProcessNode node)
           
 Icon ProcessToImageMap.iconForNode(VisualProcessNode node)
          Each node may have a different Icon representing it in the generated image map.
 Icon ProcessToImageMapAdapter.iconForNode(VisualProcessNode node)
          Returns a RectangularNodeIcon for nodes with type of 'task' and a OvalNodeIcon for all other nodes.
 Icon DefaultProcessLookAndFeel.newIconForNode(VisualProcessNode node)
           
 org.netbeans.api.visual.widget.Widget DefaultProcessLookAndFeel.newWidget(VisualProcessNode node, SarasvatiProcessScene scene)
           
 org.netbeans.api.visual.widget.Widget ProcessLookAndFeel.newWidget(VisualProcessNode node, SarasvatiProcessScene scene)
          Returns a new Widget to represent the given VisualProcessNode.
 

Uses of VisualProcessNode in com.googlecode.sarasvati.visual.process
 

Classes in com.googlecode.sarasvati.visual.process that implement VisualProcessNode
 class ProcessTreeNode
           
 



Copyright © 2012. All Rights Reserved.