Uses of Class
com.yworks.xml.graphml.ArcType.Enum
Packages that use ArcType.Enum
-
Uses of ArcType.Enum in com.yworks.xml.graphml
Fields in com.yworks.xml.graphml declared as ArcType.EnumModifier and TypeFieldDescriptionstatic final ArcType.EnumArcType.FIXED_HEIGHTstatic final ArcType.EnumArcType.FIXED_RATIOMethods in com.yworks.xml.graphml that return ArcType.EnumModifier and TypeMethodDescriptionstatic ArcType.EnumArcType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static ArcType.EnumReturns the enum value for a string, or null if none.ArcEdgeType.Arc.getType()Gets the "type" attributeMethods in com.yworks.xml.graphml with parameters of type ArcType.EnumModifier and TypeMethodDescriptionvoidArcEdgeType.Arc.setType(ArcType.Enum type) Sets the "type" attribute -
Uses of ArcType.Enum in com.yworks.xml.graphml.impl
Methods in com.yworks.xml.graphml.impl that return ArcType.EnumMethods in com.yworks.xml.graphml.impl with parameters of type ArcType.EnumModifier and TypeMethodDescriptionvoidArcEdgeTypeImpl.ArcImpl.setType(ArcType.Enum type) Sets the "type" attribute