|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvQuadtree
public final class IlvQuadtree
The quadtree is used by the manager to store the objects.
| Method Summary | |
|---|---|
static boolean |
isOptimizeMode()
Returns true if you use the optimize mode for quadtrees. |
static void |
setOptimizeMode(boolean set)
Changes the optimize mode for quadtrees. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isOptimizeMode()
true. When the quadtree is not
in optimize mode, it will check each add/remove operation
to verify its validity. You can use the non-optimize mode
to debug the application.
public static void setOptimizeMode(boolean set)
true. When the quadtree is not
in the optimize mode, it will check each add/remove operation
to verify its validity. You can use the non-optimize mode
to debug the application.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||