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 TypeMethodDescriptionbytegetCellValue(int column) getCellValueAsString(int column) intintvoidsetCellValue(int column, byte value) voidsetCellValue(int column, String value) voidsetLength(int width) voidsetOffset(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)
-