Class AttributeTable

Object
AttributeTable

public class AttributeTable extends Object
  • Constructor Details

    • AttributeTable

      public AttributeTable()
      Creates a new instance of AttributeTable
  • Method Details

    • size

      public int size()
    • getCategories

      public Iterator<AttributeTable.CellAttribute> getCategories()
    • addAttribute

      public void addAttribute(float cat, String value)
    • addAttribute

      public void addAttribute(float cat0, float cat1, String value)