|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.hex.HexRow
public class HexRow
Field Summary | |
---|---|
static int |
DEFAULT_LENGTH
|
Method Summary | |
---|---|
String |
getAsString()
|
byte |
getCellValue(int column)
|
String |
getCellValueAsString(int column)
|
int |
getLength()
|
int |
getOffset()
|
void |
setCellValue(int column,
byte value)
|
void |
setCellValue(int column,
String value)
|
void |
setLength(int width)
|
void |
setOffset(int offset)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int DEFAULT_LENGTH
Method Detail |
---|
public String getAsString()
public byte getCellValue(int column)
public String getCellValueAsString(int column)
public int getLength()
public int getOffset()
public void setCellValue(int column, byte value)
public void setCellValue(int column, String value)
public void setLength(int width)
public void setOffset(int offset)
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |