public class Area3DPtg extends Ptg
Description: Defined a area in Extern Sheet.
REFERENCE:
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Constructor and Description |
---|
Area3DPtg()
Creates new AreaPtg
|
Area3DPtg(RecordInputStream in) |
Area3DPtg(String arearef,
short externIdx) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o) |
byte |
getDefaultOperandClass() |
short |
getExternSheetIndex() |
short |
getFirstColumn() |
short |
getFirstColumnRaw() |
short |
getFirstRow() |
short |
getLastColumn() |
short |
getLastColumnRaw() |
short |
getLastRow() |
int |
getSize() |
int |
hashCode() |
boolean |
isFirstColRelative() |
boolean |
isFirstRowRelative() |
boolean |
isLastColRelative() |
boolean |
isLastRowRelative() |
void |
setArea(String ref) |
void |
setExternSheetIndex(short index) |
void |
setFirstColRelative(boolean rel)
set whether the first column is relative
|
void |
setFirstColumn(short column) |
void |
setFirstColumnRaw(short column) |
void |
setFirstRow(short row) |
void |
setFirstRowRelative(boolean rel)
sets the first row to relative or not
|
void |
setLastColRelative(boolean rel)
set whether the last column should be relative or not
|
void |
setLastColumn(short column) |
void |
setLastColumnRaw(short column) |
void |
setLastRow(short row) |
void |
setLastRowRelative(boolean rel)
set whether the last row is relative or not
|
String |
toFormulaString(Workbook book)
return a string representation of this token alone
|
String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array
|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
public static final byte sid
public Area3DPtg()
public Area3DPtg(String arearef, short externIdx)
public Area3DPtg(RecordInputStream in)
public String toString()
Ptg
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public short getExternSheetIndex()
public void setExternSheetIndex(short index)
public short getFirstRow()
public void setFirstRow(short row)
public short getLastRow()
public void setLastRow(short row)
public short getFirstColumn()
public short getFirstColumnRaw()
public boolean isFirstRowRelative()
public boolean isFirstColRelative()
public void setFirstColumn(short column)
public void setFirstColumnRaw(short column)
public short getLastColumn()
public short getLastColumnRaw()
public boolean isLastRowRelative()
public boolean isLastColRelative()
public void setLastColumn(short column)
public void setLastColumnRaw(short column)
public void setFirstRowRelative(boolean rel)
rel
- FIXME: Document this!public void setFirstColRelative(boolean rel)
public void setLastRowRelative(boolean rel)
rel
- FIXME: Document this!public void setLastColRelative(boolean rel)
public void setArea(String ref)
public String toFormulaString(Workbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
Copyright © 2014 Open Microscopy Environment