org.otvl.sbxbsamp.simple
Class Shape

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Shape
Direct Known Subclasses:
Circle, Rectangle

public abstract class Shape
extends java.lang.Object

An abstract shape.

Version:
Author:

Constructor Summary
Shape()
           
 
Method Summary
 java.lang.String getPosition()
          Returns the position.
 java.lang.String getType()
          Returns the type.
 void setPosition(java.lang.String position)
          Sets the position.
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shape

public Shape()
Method Detail

getPosition

public java.lang.String getPosition()
Returns the position.

Returns:
String

setPosition

public void setPosition(java.lang.String position)
Sets the position.

Parameters:
position - The position to set

getType

public java.lang.String getType()
Returns the type.

Returns:
String

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - The type to set


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