Class BasicTableVisualLexicon
java.lang.Object
org.cytoscape.view.presentation.property.AbstractVisualLexicon
org.cytoscape.view.presentation.property.table.BasicTableVisualLexicon
- All Implemented Interfaces:
VisualLexicon
-
Field Summary
Modifier and TypeFieldDescriptionstatic VisualProperty<Visualizable>
static VisualProperty<Paint>
static VisualProperty<Font>
static VisualProperty<Integer>
static VisualProperty<Paint>
static VisualProperty<String>
static VisualProperty<Visualizable>
static VisualProperty<Boolean>
static VisualProperty<CellFormat>
static VisualProperty<Double>
static VisualProperty<Boolean>
static VisualProperty<Boolean>
static VisualProperty<Boolean>
static VisualProperty<Integer>
static VisualProperty<Visualizable>
static VisualProperty<Integer>
Change the height of specific rows in a table, which means this property must be used when a table requires one or more rows to have a different height.static VisualProperty<Boolean>
static VisualProperty<Visualizable>
static VisualProperty<Boolean>
static VisualProperty<Boolean>
static VisualProperty<Integer>
Can be used to set the same height to all rows in a table.static VisualProperty<TableMode>
Fields inherited from class org.cytoscape.view.presentation.property.AbstractVisualLexicon
ANGLE_DOUBLE_RANGE, ARBITRARY_DOUBLE_RANGE, ARBITRARY_STRING_RANGE, MAX_COLOR, MIN_COLOR, NONE_ZERO_POSITIVE_DOUBLE_RANGE, PAINT_RANGE, rootVisualProperty, STRING_SET
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cytoscape.view.presentation.property.AbstractVisualLexicon
addIdentifierMapping, addVisualProperty, getAllDescendants, getAllVisualProperties, getRootVisualProperty, getSupportedValueRange, getVisualLexiconNode, isSupported, lookup
-
Field Details
-
TABLE
-
ROW
-
COLUMN
-
CELL
-
TABLE_VIEW_MODE
-
TABLE_ALTERNATE_ROW_COLORS
-
TABLE_GRID_VISIBLE
-
TABLE_ROW_HEIGHT
Can be used to set the same height to all rows in a table. It can be overridden byROW_HEIGHT
. -
ROW_HEIGHT
Change the height of specific rows in a table, which means this property must be used when a table requires one or more rows to have a different height. When set, it overrides the value set toTABLE_ROW_HEIGHT
. -
ROW_SELECTED
-
COLUMN_EDITABLE
-
COLUMN_VISIBLE
-
COLUMN_SELECTED
-
COLUMN_GRAVITY
-
COLUMN_WIDTH
-
COLUMN_FORMAT
-
COLUMN_TEXT_WRAPPED
-
CELL_BACKGROUND_PAINT
-
CELL_FONT_FACE
-
CELL_FONT_SIZE
-
CELL_TEXT_COLOR
-
CELL_TOOLTIP
-
-
Constructor Details
-
BasicTableVisualLexicon
-
-
Method Details
-
getTypes
- Specified by:
getTypes
in classAbstractVisualLexicon
-
addVisualProperties
- Specified by:
addVisualProperties
in classAbstractVisualLexicon
-