|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyTypeType.Enum | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of KeyTypeType.Enum in org.graphdrawing.graphml.xmlns |
---|
Fields in org.graphdrawing.graphml.xmlns declared as KeyTypeType.Enum | |
---|---|
static KeyTypeType.Enum |
KeyTypeType.BOOLEAN
|
static KeyTypeType.Enum |
KeyTypeType.DOUBLE
|
static KeyTypeType.Enum |
KeyTypeType.FLOAT
|
static KeyTypeType.Enum |
KeyTypeType.INT
|
static KeyTypeType.Enum |
KeyTypeType.LONG
|
static KeyTypeType.Enum |
KeyTypeType.STRING
|
Methods in org.graphdrawing.graphml.xmlns that return KeyTypeType.Enum | |
---|---|
static KeyTypeType.Enum |
KeyTypeType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static KeyTypeType.Enum |
KeyTypeType.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
KeyTypeType.Enum |
KeyType.getAttrType()
Gets the "attr.type" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type KeyTypeType.Enum | |
---|---|
void |
KeyType.setAttrType(KeyTypeType.Enum attrType)
Sets the "attr.type" attribute |
Uses of KeyTypeType.Enum in org.graphdrawing.graphml.xmlns.impl |
---|
Methods in org.graphdrawing.graphml.xmlns.impl that return KeyTypeType.Enum | |
---|---|
KeyTypeType.Enum |
KeyTypeImpl.getAttrType()
Gets the "attr.type" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyTypeType.Enum | |
---|---|
void |
KeyTypeImpl.setAttrType(KeyTypeType.Enum attrType)
Sets the "attr.type" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |