public interface ILcdPOLTypeTable
Modifier and Type | Method and Description |
---|---|
boolean |
containsType(java.lang.String aType)
Returns whether this table contains a given type.
|
java.lang.String |
getType(int index)
Gets the type at the given index.
|
int |
getTypeColorIndex(java.lang.String aType)
Get the default color index for a given type.
|
int |
getTypeCount()
Get the number of types in this type table.
|
boolean containsType(java.lang.String aType)
aType
- the type to check the table for.int getTypeColorIndex(java.lang.String aType)
aType
- the type to retrieve the default color index for.int getTypeCount()
java.lang.String getType(int index)
index
-