Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
static TableRenderingOrder |
TableRenderingOrder.fromOrdinal(int ordinal) |
protected TableRenderingOrder |
TableNodeStyleRenderer.getTableRenderingOrder()
Get the
TableRenderingOrder that is currently used by this renderer. |
TableRenderingOrder |
TableNodeStyle.getTableRenderingOrder()
Gets the order in which rows and columns are rendered.
|
static TableRenderingOrder |
TableRenderingOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableRenderingOrder[] |
TableRenderingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableNodeStyle.setTableRenderingOrder(TableRenderingOrder value)
Sets the order in which rows and columns are rendered.
|
Modifier and Type | Method and Description |
---|---|
TableRenderingOrder |
StripeHitTester.getTableRenderingOrder()
Return the hit test order that is currently used by this instance.
|
Constructor and Description |
---|
StripeHitTester(ITable table,
TableRenderingOrder tableRenderingOrder)
Create a new instance for a specific table instance that use the order specified by
tableRenderingOrder to
determine the order of the hit test results. |