Uses of Interface
com.yworks.xml.graphml.LineStyleType
Packages that use LineStyleType
-
Uses of LineStyleType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return LineStyleTypeModifier and TypeMethodDescriptionNodeType.addNewBorderStyle()Appends and returns a new empty "BorderStyle" elementEdgeType.addNewLineStyle()Appends and returns a new empty "LineStyle" elementNodeType.getBorderStyle()Gets the "BorderStyle" elementEdgeType.getLineStyle()Gets the "LineStyle" elementstatic LineStyleTypeLineStyleType.Factory.newInstance()static LineStyleTypeLineStyleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static LineStyleTypestatic LineStyleTypestatic LineStyleTypeLineStyleType.Factory.parse(InputStream is) static LineStyleTypeLineStyleType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static LineStyleTypestatic LineStyleTypestatic LineStyleTypestatic LineStyleTypestatic LineStyleTypestatic LineStyleTypestatic LineStyleTypeLineStyleType.Factory.parse(XMLStreamReader sr) static LineStyleTypeLineStyleType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static LineStyleTypeLineStyleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static LineStyleTypeLineStyleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic LineStyleTypestatic LineStyleTypeMethods in com.yworks.xml.graphml with parameters of type LineStyleTypeModifier and TypeMethodDescriptionvoidNodeType.setBorderStyle(LineStyleType borderStyle) Sets the "BorderStyle" elementvoidEdgeType.setLineStyle(LineStyleType lineStyle) Sets the "LineStyle" element -
Uses of LineStyleType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement LineStyleTypeModifier and TypeClassDescriptionclassAn XML LineStyle.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return LineStyleTypeModifier and TypeMethodDescriptionNodeTypeImpl.addNewBorderStyle()Appends and returns a new empty "BorderStyle" elementEdgeTypeImpl.addNewLineStyle()Appends and returns a new empty "LineStyle" elementNodeTypeImpl.getBorderStyle()Gets the "BorderStyle" elementEdgeTypeImpl.getLineStyle()Gets the "LineStyle" elementMethods in com.yworks.xml.graphml.impl with parameters of type LineStyleTypeModifier and TypeMethodDescriptionvoidNodeTypeImpl.setBorderStyle(LineStyleType borderStyle) Sets the "BorderStyle" elementvoidEdgeTypeImpl.setLineStyle(LineStyleType lineStyle) Sets the "LineStyle" element
XMLInputStream