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

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

public class FoldingPointXmlBean
extends java.lang.Object


Constructor Summary
FoldingPointXmlBean()
           
 
Method Summary
 int getX()
           
 int getY()
           
 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

FoldingPointXmlBean

public FoldingPointXmlBean()
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)


Copyright © 2001-2010. All Rights Reserved.