Class AttributeTable
- java.lang.Object
-
- org.hortonmachine.gears.io.grasslegacy.map.attribute.AttributeTable
-
public class AttributeTable extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAttributeTable.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 voidaddAttribute(float cat0, float cat1, String value)voidaddAttribute(float cat, String value)Stringget(float cat)EnumerationgetCategories()intsize()
-
-
-
Method Detail
-
size
public int size()
-
getCategories
public Enumeration getCategories()
-
addAttribute
public void addAttribute(float cat, String value)
-
addAttribute
public void addAttribute(float cat0, float cat1, String value)
-
get
public String get(float cat)
-
-