Package | Description |
---|---|
org.eclipse.gef4.dot.internal |
Modifier and Type | Field and Description |
---|---|
static DotLanguageSupport.IPrimitiveValueParser<java.lang.Boolean> |
DotLanguageSupport.BOOL_PARSER
A parser used to parse DOT bool values.
|
static DotLanguageSupport.IPrimitiveValueParser<org.eclipse.gef4.dot.internal.parser.dir.DirType> |
DotLanguageSupport.DIRTYPE_PARSER
Parses the given value as a DOT dirType.
|
static DotLanguageSupport.IPrimitiveValueParser<java.lang.Double> |
DotLanguageSupport.DOUBLE_PARSER
A parser used to parse DOT double values.
|
static DotLanguageSupport.IPrimitiveValueParser<java.lang.Integer> |
DotLanguageSupport.INT_PARSER
A parser used to parse DOT int values.
|
static DotLanguageSupport.IPrimitiveValueParser<org.eclipse.gef4.dot.internal.parser.rankdir.Rankdir> |
DotLanguageSupport.RANKDIR_PARSER
Parses the given value as a DOT rankdir.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
DotLanguageSupport.parseAttributeValue(DotLanguageSupport.IPrimitiveValueParser<T> parser,
java.lang.String attributeValue)
Parses the given (unquoted) attribute, using the given
DotLanguageSupport.IPrimitiveValueParser . |
Copyright (c) 2014 itemis AG and others. All rights reserved.