Uses of Class
com.yworks.xml.graphml.LineTypeType.Enum
Packages that use LineTypeType.Enum
-
Uses of LineTypeType.Enum in com.yworks.xml.graphml
Fields in com.yworks.xml.graphml declared as LineTypeType.EnumModifier and TypeFieldDescriptionstatic final LineTypeType.EnumLineTypeType.DASHEDstatic final LineTypeType.EnumLineTypeType.DASHED_DOTTEDstatic final LineTypeType.EnumLineTypeType.DOTTEDstatic final LineTypeType.EnumLineTypeType.LINEMethods in com.yworks.xml.graphml that return LineTypeType.EnumModifier and TypeMethodDescriptionstatic LineTypeType.EnumLineTypeType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static LineTypeType.EnumReturns the enum value for a string, or null if none.SimpleStyleDocument.SimpleStyle.getLineType()Gets the "lineType" attributeLineStyleType.getType()Gets the "type" attributeMethods in com.yworks.xml.graphml with parameters of type LineTypeType.EnumModifier and TypeMethodDescriptionvoidSimpleStyleDocument.SimpleStyle.setLineType(LineTypeType.Enum lineType) Sets the "lineType" attributevoidLineStyleType.setType(LineTypeType.Enum type) Sets the "type" attribute -
Uses of LineTypeType.Enum in com.yworks.xml.graphml.impl
Methods in com.yworks.xml.graphml.impl that return LineTypeType.EnumModifier and TypeMethodDescriptionSimpleStyleDocumentImpl.SimpleStyleImpl.getLineType()Gets the "lineType" attributeLineStyleTypeImpl.getType()Gets the "type" attributeMethods in com.yworks.xml.graphml.impl with parameters of type LineTypeType.EnumModifier and TypeMethodDescriptionvoidSimpleStyleDocumentImpl.SimpleStyleImpl.setLineType(LineTypeType.Enum lineType) Sets the "lineType" attributevoidLineStyleTypeImpl.setType(LineTypeType.Enum type) Sets the "type" attribute