Class AttributeTable
- Object
-
- AttributeTable
-
public class AttributeTable extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AttributeTable.CellAttribute
-
Constructor Summary
Constructors Constructor Description AttributeTable()
Creates a new instance of AttributeTable
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttribute(float cat0, float cat1, String value)
void
addAttribute(float cat, String value)
Iterator<AttributeTable.CellAttribute>
getCategories()
int
size()
-
-
-
Method Detail
-
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)
-
-