|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeAttribute.Type.Enum | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl | |
org.w3.x1999.xlink | |
org.w3.x1999.xlink.impl |
Uses of TypeAttribute.Type.Enum in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return TypeAttribute.Type.Enum | |
---|---|
TypeAttribute.Type.Enum |
LocatorType.getType()
Gets the "type" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type TypeAttribute.Type.Enum | |
---|---|
void |
LocatorType.setType(TypeAttribute.Type.Enum type)
Sets the "type" attribute |
Uses of TypeAttribute.Type.Enum in org.graphdrawing.graphml.xmlns.impl |
---|
Methods in org.graphdrawing.graphml.xmlns.impl that return TypeAttribute.Type.Enum | |
---|---|
TypeAttribute.Type.Enum |
LocatorTypeImpl.getType()
Gets the "type" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type TypeAttribute.Type.Enum | |
---|---|
void |
LocatorTypeImpl.setType(TypeAttribute.Type.Enum type)
Sets the "type" attribute |
Uses of TypeAttribute.Type.Enum in org.w3.x1999.xlink |
---|
Fields in org.w3.x1999.xlink declared as TypeAttribute.Type.Enum | |
---|---|
static TypeAttribute.Type.Enum |
TypeAttribute.Type.ARC
|
static TypeAttribute.Type.Enum |
TypeAttribute.Type.EXTENDED
|
static TypeAttribute.Type.Enum |
TypeAttribute.Type.LOCATOR
|
static TypeAttribute.Type.Enum |
TypeAttribute.Type.SIMPLE
|
Methods in org.w3.x1999.xlink that return TypeAttribute.Type.Enum | |
---|---|
static TypeAttribute.Type.Enum |
TypeAttribute.Type.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static TypeAttribute.Type.Enum |
TypeAttribute.Type.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
TypeAttribute.Type.Enum |
TypeAttribute.getType()
Gets the "type" attribute |
Methods in org.w3.x1999.xlink with parameters of type TypeAttribute.Type.Enum | |
---|---|
void |
TypeAttribute.setType(TypeAttribute.Type.Enum type)
Sets the "type" attribute |
Uses of TypeAttribute.Type.Enum in org.w3.x1999.xlink.impl |
---|
Methods in org.w3.x1999.xlink.impl that return TypeAttribute.Type.Enum | |
---|---|
TypeAttribute.Type.Enum |
TypeAttributeImpl.getType()
Gets the "type" attribute |
Methods in org.w3.x1999.xlink.impl with parameters of type TypeAttribute.Type.Enum | |
---|---|
void |
TypeAttributeImpl.setType(TypeAttribute.Type.Enum type)
Sets the "type" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |