org.otvl.sbxbsamp.simple
Class Circle

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

public class Circle
extends Shape

A circle.

Version:
Author:

Constructor Summary
Circle()
           
 
Method Summary
 java.lang.String getCenter()
          Returns the center.
 java.lang.String getRadius()
          Returns the radius.
 void setCenter(java.lang.String center)
          Sets the center.
 void setRadius(java.lang.String radius)
          Sets the radius.
 
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

Circle

public Circle()
Method Detail

getCenter

public java.lang.String getCenter()
Returns the center.

Returns:
String

setCenter

public void setCenter(java.lang.String center)
Sets the center.

Parameters:
center - The center to set

getRadius

public java.lang.String getRadius()
Returns the radius.

Returns:
String

setRadius

public void setRadius(java.lang.String radius)
Sets the radius.

Parameters:
radius - The radius to set


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