Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
static WritePrecedence |
WritePrecedence.fromOrdinal(int ordinal) |
WritePrecedence |
IOutputHandler.getPrecedence()
Gets the write precedence that is associated with this instance.
|
WritePrecedence |
AbstractOutputHandler.getPrecedence()
Gets the write precedence for the handler.
|
static WritePrecedence |
WritePrecedence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritePrecedence[] |
WritePrecedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutputHandler.setPrecedence(WritePrecedence value)
Sets the write precedence for the handler.
|