Package de.intarsys.tools.hex
Class HexRow
java.lang.Object
de.intarsys.tools.hex.HexRow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
getCellValue
(int column) getCellValueAsString
(int column) int
int
void
setCellValue
(int column, byte value) void
setCellValue
(int column, String value) void
setLength
(int width) void
setOffset
(int offset)
-
Field Details
-
DEFAULT_LENGTH
public static int DEFAULT_LENGTH
-
-
Constructor Details
-
HexRow
-
-
Method Details
-
getAsString
-
getCellValue
public byte getCellValue(int column) -
getCellValueAsString
-
getLength
public int getLength() -
getOffset
public int getOffset() -
setCellValue
public void setCellValue(int column, byte value) -
setCellValue
-
setLength
public void setLength(int width) -
setOffset
public void setOffset(int offset)
-