|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.table.CellVectorStyle
public class CellVectorStyle
A customizable set of column and row properties.
See CellStyle for more details.
ColumnStyle,
RowStyle,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ALIGN_CELLS
String used to identify the alignCells property in the bag. |
static java.lang.String |
CELLS_TO_SIZE_COUNT
String used to identify the cellsToSizeCount property in the bag. |
static java.lang.String |
DEFAULT_CELL_STYLE
String used to identify the defaultCellStyle property in the bag. |
static java.lang.String |
DEFAULT_LABEL_STYLE
String used to identify the defaultLabelStyle property in the bag. |
static java.lang.String |
MAX_SIZE
String used to identify the maxSize property in the bag. |
static java.lang.String |
MIN_SIZE
String used to identify the minSize property in the bag. |
static java.lang.String |
RESIZABLE
String used to identify the resizable property in the bag. |
static java.lang.String |
SIZE
String used to identify the size property in the bag. |
| Constructor Summary | |
|---|---|
CellVectorStyle()
|
|
| Method Summary | |
|---|---|
int |
getCellsToSizeCount()
Returns the number of cells to measure when calculating the size of the cell vector. |
CellStyle |
getDefaultCellStyle()
Returns the default style for data cells. |
CellStyle |
getDefaultLabelStyle()
Returns the default style for label cells. |
com.sas.measures.Length |
getMaxSize()
Returns the maximum size to enforce. |
com.sas.measures.Length |
getMinSize()
Returns the minimum size to enforce. |
com.sas.measures.Length |
getSize()
Returns the size to apply. |
boolean |
isAlignCells()
Returns whether cells should be aligned. |
boolean |
isAlignCellsSet()
Determines if the alignCells property is in the bag. |
boolean |
isCellsToSizeCountSet()
Determines if the cellsToSizedCount property is in the bag. |
boolean |
isDefaultCellStyleSet()
Determines if the defaultCellStyle property is in the bag. |
boolean |
isDefaultLabelStyleSet()
Determines if the defaultLabelStyle property is in the bag. |
boolean |
isMaxSizeSet()
Determines if the maximumSize property is in the bag. |
boolean |
isMinSizeSet()
Determines if the minimumSize property is in the bag. |
boolean |
isResizable()
Returns whether interactive resizing can occur. |
boolean |
isResizableSet()
Determines if the resizable property is in the bag. |
boolean |
isSizeSet()
Determines if the size property is in the bag. |
void |
setAlignCells(boolean newValue)
Specifies whether cells should be aligned. |
void |
setCellsToSizeCount(int newValue)
Specifies the number of cells to measure when calculating the size of the cell vector. |
void |
setDefaultCellStyle(CellStyle newValue)
Specifies the default style for cells. |
void |
setDefaultLabelStyle(CellStyle newValue)
Specifies the default style for label cells. |
void |
setMaxSize(com.sas.measures.Length newValue)
Specifies the maximum size to enforce. |
void |
setMinSize(com.sas.measures.Length newValue)
Specifies the minimum size to enforce. |
void |
setResizable(boolean newValue)
Specifies whether interactive resizing can occur. |
void |
setSize(com.sas.measures.Length newValue)
Specifies the size to apply. |
void |
unsetAlignCells()
Removes the alignCells property from the bag. |
void |
unsetCellsToSizeCount()
Removes the cellsToSize property from the bag. |
void |
unsetDefaultCellStyle()
Removes the defaultCellStyle property from the bag. |
void |
unsetDefaultLabelStyle()
Removes the defaultLabelStyle property from the bag. |
void |
unsetMaxSize()
Removes the minimumSize property from the bag. |
void |
unsetMinSize()
Removes the minimumSize property from the bag. |
void |
unsetResizable()
Removes the resizable property from the bag. |
void |
unsetSize()
Removes the size property from the bag. |
| Field Detail |
|---|
public static final java.lang.String ALIGN_CELLS
public static final java.lang.String CELLS_TO_SIZE_COUNT
public static final java.lang.String DEFAULT_CELL_STYLE
public static final java.lang.String DEFAULT_LABEL_STYLE
public static final java.lang.String MIN_SIZE
public static final java.lang.String MAX_SIZE
public static final java.lang.String RESIZABLE
public static final java.lang.String SIZE
| Constructor Detail |
|---|
public CellVectorStyle()
| Method Detail |
|---|
public boolean isAlignCells()
true if aligning,
and false otherwise.isAlignCellsSet(),
setAlignCells(boolean),
unsetAlignCells()public void setAlignCells(boolean newValue)
newValue - The new value to assign the alignCells property.isAlignCells(),
isAlignCellsSet(),
unsetAlignCells()public boolean isAlignCellsSet()
true if alignCells has been set,
and false otherwise.isAlignCells(),
setAlignCells(boolean),
unsetAlignCells()public void unsetAlignCells()
isAlignCells(),
isAlignCellsSet(),
setAlignCells(boolean)public int getCellsToSizeCount()
isCellsToSizeCountSet(),
setCellsToSizeCount(int),
unsetCellsToSizeCount()public void setCellsToSizeCount(int newValue)
newValue - The new value to assign the cellsToSizeCount property.getCellsToSizeCount(),
isCellsToSizeCountSet(),
unsetCellsToSizeCount()public boolean isCellsToSizeCountSet()
true if cellsToSizeCount has been set,
and false otherwise.getCellsToSizeCount(),
setCellsToSizeCount(int),
unsetCellsToSizeCount()public void unsetCellsToSizeCount()
getCellsToSizeCount(),
isCellsToSizeCountSet(),
setCellsToSizeCount(int)public CellStyle getDefaultCellStyle()
isDefaultCellStyleSet(),
setDefaultCellStyle(com.sas.table.CellStyle),
unsetDefaultCellStyle()public void setDefaultCellStyle(CellStyle newValue)
newValue - The new value to assign the defaultCellStyle property.getDefaultCellStyle(),
isDefaultCellStyleSet(),
unsetDefaultCellStyle()public boolean isDefaultCellStyleSet()
true if defaultCellStyle has been set,
and false otherwise.getDefaultCellStyle(),
setDefaultCellStyle(com.sas.table.CellStyle),
unsetDefaultCellStyle()public void unsetDefaultCellStyle()
getDefaultCellStyle(),
isDefaultCellStyleSet(),
setDefaultCellStyle(com.sas.table.CellStyle)public CellStyle getDefaultLabelStyle()
isDefaultLabelStyleSet(),
setDefaultLabelStyle(com.sas.table.CellStyle),
unsetDefaultLabelStyle()public void setDefaultLabelStyle(CellStyle newValue)
newValue - The new value to assign the defaultLabelStyle property.getDefaultLabelStyle(),
isDefaultLabelStyleSet(),
unsetDefaultLabelStyle()public boolean isDefaultLabelStyleSet()
true if defaultLabelStyle has been set,
and false otherwise.getDefaultLabelStyle(),
setDefaultLabelStyle(com.sas.table.CellStyle),
unsetDefaultLabelStyle()public void unsetDefaultLabelStyle()
getDefaultLabelStyle(),
isDefaultLabelStyleSet(),
setDefaultLabelStyle(com.sas.table.CellStyle)public com.sas.measures.Length getMinSize()
isMinSizeSet(),
setMinSize(com.sas.measures.Length),
unsetMinSize()public void setMinSize(com.sas.measures.Length newValue)
newValue - The new value to assign the minSize property.getMinSize(),
isMinSizeSet(),
unsetMinSize()public boolean isMinSizeSet()
true if minimumSize has been set,
and false otherwise.getMinSize(),
setMinSize(com.sas.measures.Length),
unsetMinSize()public void unsetMinSize()
getMinSize(),
isMinSizeSet(),
setMinSize(com.sas.measures.Length)public com.sas.measures.Length getMaxSize()
public void setMaxSize(com.sas.measures.Length newValue)
newValue - The new value to assign the maxSize property.public boolean isMaxSizeSet()
true if maximumSize has been set,
and false otherwise.getMaxSize(),
setMaxSize(com.sas.measures.Length),
unsetMaxSize()public void unsetMaxSize()
getMaxSize(),
isMaxSizeSet(),
setMaxSize(com.sas.measures.Length)public com.sas.measures.Length getSize()
isSizeSet(),
setSize(com.sas.measures.Length),
unsetSize()public void setSize(com.sas.measures.Length newValue)
newValue - The new value to assign the size property.getSize(),
isSizeSet(),
unsetSize()public boolean isSizeSet()
true if size has been set,
and false otherwise.getSize(),
setSize(com.sas.measures.Length),
unsetSize()public void unsetSize()
getSize(),
isSizeSet(),
setSize(com.sas.measures.Length)public boolean isResizable()
true if CellVectors can be resized interactively,
and false otherwise.isResizableSet(),
setResizable(boolean),
unsetResizable()public void setResizable(boolean newValue)
newValue - The new value to assign the resizable property.isResizable(),
isResizableSet(),
unsetResizable()public boolean isResizableSet()
true if resizable has been set,
and false otherwise.isResizable(),
setResizable(boolean),
unsetResizable()public void unsetResizable()
isResizable(),
isResizableSet(),
setResizable(boolean)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||