jInfer

cz.cuni.mff.ksi.jinfer.iss
Class JFCWrapper

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.iss.JFCWrapper

public final class JFCWrapper
extends Object

Library class encapsulating the JFreeChart logic.


Method Summary
static JPanel createGraphPanel(List<AttributeTreeNode> nodes)
          Creates a JPanel containing a pie chart describing the content of the provided Attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGraphPanel

public static JPanel createGraphPanel(List<AttributeTreeNode> nodes)
Creates a JPanel containing a pie chart describing the content of the provided Attributes.

Parameters:
nodes - List of attribute nodes to display.
Returns:
Panel containing the requested graph.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011