com.mindbright.terminal.tandem6530
public class FieldVideoAttributeMap extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
FieldVideoAttributeMap.Attrib |
Modifier and Type | Field and Description |
---|---|
protected FieldVideoAttributeMap.Attrib[] |
attribs |
protected int |
defaultAttrib |
protected int |
numAttribs |
Constructor and Description |
---|
FieldVideoAttributeMap(int defaultAttrib) |
Modifier and Type | Method and Description |
---|---|
void |
clearAt(int pos) |
void |
clearFrom(int pos) |
protected void |
delete(int index) |
void |
deleteAt(int pos) |
protected int |
find(int pos) |
int |
get(int pos) |
protected int |
getAttrib(int pos) |
void |
insertAt(int pos) |
boolean |
isAttrib(int pos) |
void |
set(int pos,
int attrib) |
void |
setDefaultAttrib(int defaultAttrib) |
java.lang.String |
toString() |
protected int defaultAttrib
protected int numAttribs
protected FieldVideoAttributeMap.Attrib[] attribs
public void setDefaultAttrib(int defaultAttrib)
public boolean isAttrib(int pos)
public int get(int pos)
public void set(int pos, int attrib)
public void clearAt(int pos)
public void clearFrom(int pos)
protected void delete(int index)
public void insertAt(int pos)
public void deleteAt(int pos)
public java.lang.String toString()
toString
in class java.lang.Object
protected int getAttrib(int pos)
protected int find(int pos)