public class RectTree extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BACKGROUND |
static short |
EMPTY |
static short |
MISC |
Constructor and Description |
---|
RectTree(SmallRect root,
int minResolution) |
Modifier and Type | Method and Description |
---|---|
boolean |
fits(CloudMatrix mainTree) |
org.eclipse.gef.cloudio.internal.ui.util.RectTree.RectNode |
getRoot() |
void |
insert(SmallRect r,
short id) |
void |
move(int x,
int y) |
void |
place(CloudMatrix mainTree,
short id) |
void |
releaseRects() |
void |
reset() |
public static short EMPTY
public static short MISC
public static short BACKGROUND
public RectTree(SmallRect root, int minResolution)
public void insert(SmallRect r, short id)
public void move(int x, int y)
public boolean fits(CloudMatrix mainTree)
public void place(CloudMatrix mainTree, short id)
public void releaseRects()
public org.eclipse.gef.cloudio.internal.ui.util.RectTree.RectNode getRoot()
public void reset()
Copyright (c) 2000, 2012 itemis AG and others. All rights reserved.