Uses of Class
org.graphdrawing.graphml.xmlns.KeyTypeType.Enum
Packages that use KeyTypeType.Enum
-
Uses of KeyTypeType.Enum in org.graphdrawing.graphml.xmlns
Fields in org.graphdrawing.graphml.xmlns declared as KeyTypeType.EnumModifier and TypeFieldDescriptionstatic final KeyTypeType.EnumKeyTypeType.BOOLEANstatic final KeyTypeType.EnumKeyTypeType.COMPLEXstatic final KeyTypeType.EnumKeyTypeType.DOUBLEstatic final KeyTypeType.EnumKeyTypeType.FLOATstatic final KeyTypeType.EnumKeyTypeType.INTstatic final KeyTypeType.EnumKeyTypeType.LONGstatic final KeyTypeType.EnumKeyTypeType.STRINGMethods in org.graphdrawing.graphml.xmlns that return KeyTypeType.EnumModifier and TypeMethodDescriptionstatic KeyTypeType.EnumKeyTypeType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static KeyTypeType.EnumReturns the enum value for a string, or null if none.KeyType.getAttrType()Gets the "attr.type" attributeMethods in org.graphdrawing.graphml.xmlns with parameters of type KeyTypeType.EnumModifier and TypeMethodDescriptionvoidKeyType.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.EnumMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyTypeType.EnumModifier and TypeMethodDescriptionvoidKeyTypeImpl.setAttrType(KeyTypeType.Enum attrType) Sets the "attr.type" attribute