Uses of Class
org.apache.camel.view.NodeData

Packages that use NodeData
org.apache.camel.view Deprecated: Helper class to help with the Visualisation of Routes 
 

Uses of NodeData in org.apache.camel.view
 

Fields in org.apache.camel.view with type parameters of type NodeData
protected  Map<Object,NodeData> GraphSupport.nodeMap
          Deprecated.  
 

Methods in org.apache.camel.view that return NodeData
protected  NodeData GraphSupport.getNodeData(Object node)
          Deprecated.  
protected  NodeData RouteDotGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
          Deprecated.  
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
          Deprecated.  
 

Methods in org.apache.camel.view with parameters of type NodeData
protected  void RouteDotGenerator.printNode(PrintWriter writer, NodeData data)
          Deprecated.  
protected  void XmlGraphGenerator.printNode(PrintWriter writer, NodeData data)
          Deprecated.  
protected  NodeData RouteDotGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
          Deprecated.  
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
          Deprecated.  
protected  void XmlGraphGenerator.printRoute(PrintWriter writer, RouteDefinition route, NodeData nodeData)
          Deprecated.  
 



Apache Camel