org.otvl.sbxbsamp.simple
Class Rectangle

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Shape
      extended byorg.otvl.sbxbsamp.simple.Rectangle

public class Rectangle
extends Shape

A Rectangle.

Version:
Author:

Constructor Summary
Rectangle()
           
 
Method Summary
 java.lang.String getHeight()
          Returns the height.
 java.lang.String getWidth()
          Returns the width.
 void setHeight(java.lang.String height)
          Sets the height.
 void setWidth(java.lang.String width)
          Sets the width.
 
Methods inherited from class org.otvl.sbxbsamp.simple.Shape
getPosition, getType, setPosition, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle

public Rectangle()
Method Detail

getWidth

public java.lang.String getWidth()
Returns the width.

Returns:
String

setWidth

public void setWidth(java.lang.String width)
Sets the width.

Parameters:
width - The width to set

getHeight

public java.lang.String getHeight()
Returns the height.

Returns:
String

setHeight

public void setHeight(java.lang.String height)
Sets the height.

Parameters:
height - The height to set


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