Class OctBox
Class OctBox
java.lang.Object
|
+----PersistentObject
|
+----OctObject
|
+----OctBox
- public class OctBox
- extends OctObject
Declaration for OctBox object
-
className
-
-
lowerLeft
-
-
objFields
-
-
octFields
-
-
upperRight
-
-
OctBox(OctCell)
-
Constructor of an OctBox (for loading from data back-end server)
-
OctBox(OctCell, OctPoint, OctPoint)
-
Constructor of an OctBox (for dynamic creation)
-
GetObjFields()
- Filled if any of the fields are objects
-
Load(int)
-
Loads the fields of an OctBag from data back-end
-
Load(String)
- Should not be called
-
SetObjFields()
-
Performs the neccessary overhead to allow this object to be
manipulated over the network
className
public final static String className
octFields
public final static int octFields
objFields
public final static int objFields
lowerLeft
public OctPoint lowerLeft
upperRight
public OctPoint upperRight
OctBox
public OctBox(OctCell octCell,
OctPoint lowerLeft,
OctPoint upperRight)
- Constructor of an OctBox (for dynamic creation)
- Parameters:
- octCell - The OctCell that the object resides in
- lowerLeft - Lower left point of the box
- upperRight - Upper right point of the box
OctBox
public OctBox(OctCell octCell)
- Constructor of an OctBox (for loading from data back-end server)
- Parameters:
- octCell - The OctCell that the object resides in
SetObjFields
protected void SetObjFields()
- Performs the neccessary overhead to allow this object to be
manipulated over the network
- Overrides:
- SetObjFields in class PersistentObject
Load
public boolean Load(int intId)
- Loads the fields of an OctBag from data back-end
- Parameters:
- intId - The integer (unique) Id for the object
- Overrides:
- Load in class PersistentObject
GetObjFields
protected int GetObjFields()
- Filled if any of the fields are objects
- Overrides:
- GetObjFields in class PersistentObject
Load
public boolean Load(String strId)
- Should not be called
- Overrides:
- Load in class PersistentObject