All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.CircleObject

java.lang.Object
   |
   +----PREDATOR.ADT.DataObject
           |
           +----PREDATOR.ADT.CircleObject

public class CircleObject
extends DataObject
Encapsulates all in-memory data regarding a circle ADT object.

See Also:
ADT_circle

Constructor Index

 o CircleObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the circle

Constructors

 o CircleObject
 public CircleObject()

Methods

 o toString
 public String toString(ADTMetaInfo MetaInfo)
Prints the value of the circle

Parameters:
MetaInfo - The meta-info for this object
Returns:
A string holding the value of the circle
Overrides:
toString in class DataObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index