Uses of Class
com.yworks.xml.graphml.ArrowTypeType.Enum
Packages that use ArrowTypeType.Enum
-
Uses of ArrowTypeType.Enum in com.yworks.xml.graphml
Fields in com.yworks.xml.graphml declared as ArrowTypeType.EnumModifier and TypeFieldDescriptionstatic final ArrowTypeType.EnumArrowTypeType.CIRCLEstatic final ArrowTypeType.EnumArrowTypeType.CONCAVEstatic final ArrowTypeType.EnumArrowTypeType.CONVEXstatic final ArrowTypeType.EnumArrowTypeType.DASHstatic final ArrowTypeType.EnumArrowTypeType.DELTAstatic final ArrowTypeType.EnumArrowTypeType.DIAMONDstatic final ArrowTypeType.EnumArrowTypeType.NONEstatic final ArrowTypeType.EnumArrowTypeType.PLAINstatic final ArrowTypeType.EnumArrowTypeType.SKEWED_DASHstatic final ArrowTypeType.EnumArrowTypeType.STANDARDstatic final ArrowTypeType.EnumArrowTypeType.T_SHAPEstatic final ArrowTypeType.EnumArrowTypeType.TRANSPARENT_CIRCLEstatic final ArrowTypeType.EnumArrowTypeType.WHITE_DELTAstatic final ArrowTypeType.EnumArrowTypeType.WHITE_DIAMONDMethods in com.yworks.xml.graphml that return ArrowTypeType.EnumModifier and TypeMethodDescriptionstatic ArrowTypeType.EnumArrowTypeType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static ArrowTypeType.EnumReturns the enum value for a string, or null if none.EdgeType.Arrows.getSource()Gets the "source" attributeEdgeType.Arrows.getTarget()Gets the "target" attributeMethods in com.yworks.xml.graphml with parameters of type ArrowTypeType.EnumModifier and TypeMethodDescriptionvoidEdgeType.Arrows.setSource(ArrowTypeType.Enum source) Sets the "source" attributevoidEdgeType.Arrows.setTarget(ArrowTypeType.Enum target) Sets the "target" attribute -
Uses of ArrowTypeType.Enum in com.yworks.xml.graphml.impl
Methods in com.yworks.xml.graphml.impl that return ArrowTypeType.EnumModifier and TypeMethodDescriptionEdgeTypeImpl.ArrowsImpl.getSource()Gets the "source" attributeEdgeTypeImpl.ArrowsImpl.getTarget()Gets the "target" attributeMethods in com.yworks.xml.graphml.impl with parameters of type ArrowTypeType.EnumModifier and TypeMethodDescriptionvoidEdgeTypeImpl.ArrowsImpl.setSource(ArrowTypeType.Enum source) Sets the "source" attributevoidEdgeTypeImpl.ArrowsImpl.setTarget(ArrowTypeType.Enum targetValue) Sets the "target" attribute