|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineStyleTypeType | |
---|---|
net.ogdf.ogml | |
net.ogdf.ogml.impl |
Uses of LineStyleTypeType in net.ogdf.ogml |
---|
Fields in net.ogdf.ogml with type parameters of type LineStyleTypeType | |
---|---|
static List<LineStyleTypeType> |
LineStyleTypeType.VALUES
A public read-only list of all the 'Line Style Type Type' enumerators. |
Methods in net.ogdf.ogml that return LineStyleTypeType | |
---|---|
static LineStyleTypeType |
LineStyleTypeType.get(int value)
Returns the 'Line Style Type Type' literal with the specified integer value. |
static LineStyleTypeType |
LineStyleTypeType.get(String literal)
Returns the 'Line Style Type Type' literal with the specified literal value. |
static LineStyleTypeType |
LineStyleTypeType.getByName(String name)
Returns the 'Line Style Type Type' literal with the specified name. |
LineStyleTypeType |
DocumentRoot.getLineStyleType()
Returns the value of the 'Line Style Type' attribute. |
LineStyleTypeType |
LineStyleType.getStyle()
Returns the value of the 'Style' attribute. |
LineStyleTypeType |
LineType.getType()
Returns the value of the 'Type' attribute. |
static LineStyleTypeType |
LineStyleTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineStyleTypeType[] |
LineStyleTypeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.ogdf.ogml with parameters of type LineStyleTypeType | |
---|---|
void |
DocumentRoot.setLineStyleType(LineStyleTypeType value)
Sets the value of the ' Line Style Type ' attribute. |
void |
LineStyleType.setStyle(LineStyleTypeType value)
Sets the value of the ' Style ' attribute. |
void |
LineType.setType(LineStyleTypeType value)
Sets the value of the ' Type ' attribute. |
Uses of LineStyleTypeType in net.ogdf.ogml.impl |
---|
Fields in net.ogdf.ogml.impl declared as LineStyleTypeType | |
---|---|
protected static LineStyleTypeType |
DocumentRootImpl.LINE_STYLE_TYPE_EDEFAULT
The default value of the ' Line Style Type ' attribute. |
protected LineStyleTypeType |
LineStyleTypeImpl.style
The cached value of the ' Style ' attribute. |
protected static LineStyleTypeType |
LineStyleTypeImpl.STYLE_EDEFAULT
The default value of the ' Style ' attribute. |
protected LineStyleTypeType |
LineTypeImpl.type
The cached value of the ' Type ' attribute. |
protected static LineStyleTypeType |
LineTypeImpl.TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
Methods in net.ogdf.ogml.impl that return LineStyleTypeType | |
---|---|
LineStyleTypeType |
OgmlFactoryImpl.createLineStyleTypeTypeFromString(EDataType eDataType,
String initialValue)
|
LineStyleTypeType |
OgmlFactoryImpl.createLineStyleTypeTypeObjectFromString(EDataType eDataType,
String initialValue)
|
LineStyleTypeType |
DocumentRootImpl.getLineStyleType()
|
LineStyleTypeType |
LineStyleTypeImpl.getStyle()
|
LineStyleTypeType |
LineTypeImpl.getType()
|
Methods in net.ogdf.ogml.impl with parameters of type LineStyleTypeType | |
---|---|
void |
DocumentRootImpl.setLineStyleType(LineStyleTypeType newLineStyleType)
|
void |
LineStyleTypeImpl.setStyle(LineStyleTypeType newStyle)
|
void |
LineTypeImpl.setType(LineStyleTypeType newType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |