| org.netbeans.modules.sql.framework.ui.graph.IGuiInfo
IGuiInfo | public interface IGuiInfo (Code) | | author: radval |
getHeight | public int getHeight()(Code) | | get height
height |
getWidth | public int getWidth()(Code) | | get width
width |
getX | public int getX()(Code) | | get x coordinate
x coordinate |
getY | public int getY()(Code) | | get y coordinate
y coordinate |
setHeight | public void setHeight(int height)(Code) | | set height
Parameters: height - height |
setWidth | public void setWidth(int width)(Code) | | set width
Parameters: width - width |
setX | public void setX(int x)(Code) | | set the x coordinate
Parameters: x - x corrdinate |
setY | public void setY(int y)(Code) | | set y coordinate
Parameters: y - y coordinate |
|
|