Package org.eclipse.zest.cloudio.util
Class CloudMatrix
java.lang.Object
org.eclipse.zest.cloudio.util.CloudMatrix
This class contains all global information about the drawable area and the
 layouted words in form of a 
RectTree.- 
Constructor Details- 
CloudMatrixpublic CloudMatrix(int maxSize, int minResolution) 
 
- 
- 
Method Details- 
getMinResolutionpublic int getMinResolution()
- 
getpublic short get(int x, int y) 
- 
isEmptypublic boolean isEmpty(int x, int y) 
- 
resetpublic void reset()
- 
setpublic void set(org.eclipse.zest.cloudio.util.RectTree.RectNode node, short id, short xOffset, short yOffset, int minResolution) 
 
-