Class CloudMatrix

java.lang.Object
org.eclipse.zest.cloudio.util.CloudMatrix

public class CloudMatrix extends Object
This class contains all global information about the drawable area and the layouted words in form of a RectTree.
  • Constructor Details

    • CloudMatrix

      public CloudMatrix(int maxSize, int minResolution)
  • Method Details

    • getMinResolution

      public int getMinResolution()
    • get

      public short get(int x, int y)
    • isEmpty

      public boolean isEmpty(int x, int y)
    • reset

      public void reset()
    • set

      public void set(org.eclipse.zest.cloudio.util.RectTree.RectNode node, short id, short xOffset, short yOffset, int minResolution)