Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
static ParsePrecedence |
ParsePrecedence.fromOrdinal(int ordinal) |
ParsePrecedence |
IInputHandler.getPrecedence()
Gets the parse precedence that is associated with this instance.
|
ParsePrecedence |
AbstractInputHandler.getPrecedence()
Gets the parse precedence that is associated with this handler.
|
static ParsePrecedence |
ParsePrecedence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsePrecedence[] |
ParsePrecedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInputHandler.setPrecedence(ParsePrecedence value)
Sets the parse precedence that is associated with this handler.
|
Constructor and Description |
---|
AbstractInputHandler(Class<TKey> keyType,
ParsePrecedence precedence)
Initializes a new instance of the
AbstractInputHandler class. |