net.sourceforge.squirrel_sql.plugins.graph.xmlbeans
Class TableFrameXmlBean

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.graph.xmlbeans.TableFrameXmlBean

public class TableFrameXmlBean
extends java.lang.Object


Constructor Summary
TableFrameXmlBean()
           
 
Method Summary
 int getHeight()
           
 int getWidht()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidht(int widht)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFrameXmlBean

public TableFrameXmlBean()
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

getWidht

public int getWidht()

setWidht

public void setWidht(int widht)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)


Copyright © 2001-2010. All Rights Reserved.