org.otvl.sbxbsamp.simple
Class Frame

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Frame

public class Frame
extends java.lang.Object

A frame in a page.

Version:
Author:

Constructor Summary
Frame()
           
 
Method Summary
 java.lang.String getName()
          Returns the name.
 int getX()
          Returns the x.
 int getY()
          Returns the y.
 void setName(java.lang.String name)
          Sets the name.
 void setX(int x)
          Sets the x.
 void setY(int y)
          Sets the y.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame()
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
String

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

getX

public int getX()
Returns the x.

Returns:
int

setX

public void setX(int x)
Sets the x.

Parameters:
x - The x to set

getY

public int getY()
Returns the y.

Returns:
int

setY

public void setY(int y)
Sets the y.

Parameters:
y - The y to set


Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.