net.sourceforge.squirrel_sql.plugins.graph
Class EdgesGraphComponent

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.graph.EdgesGraphComponent
All Implemented Interfaces:
GraphComponent

public class EdgesGraphComponent
extends java.lang.Object
implements GraphComponent


Field Summary
static double CM_BY_INCH
           
 
Constructor Summary
EdgesGraphComponent()
           
 
Method Summary
 java.awt.Dimension getRequiredSize()
           
 void init(FormatXmlBean format, double sldValue, boolean valueIsAdjusting)
           
 void paint(java.awt.Graphics g, boolean isPrinting)
           
 void setBounds(int widht, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CM_BY_INCH

public static final double CM_BY_INCH
See Also:
Constant Field Values
Constructor Detail

EdgesGraphComponent

public EdgesGraphComponent()
Method Detail

init

public void init(FormatXmlBean format,
                 double sldValue,
                 boolean valueIsAdjusting)

setBounds

public void setBounds(int widht,
                      int height)

paint

public void paint(java.awt.Graphics g,
                  boolean isPrinting)
Specified by:
paint in interface GraphComponent

getRequiredSize

public java.awt.Dimension getRequiredSize()
Specified by:
getRequiredSize in interface GraphComponent


Copyright © 2001-2010. All Rights Reserved.