Uses of Interface
com.yworks.xml.graphml.EdgeType.Arrows
Packages that use EdgeType.Arrows
-
Uses of EdgeType.Arrows in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return EdgeType.ArrowsModifier and TypeMethodDescriptionEdgeType.addNewArrows()Appends and returns a new empty "Arrows" elementEdgeType.getArrows()Gets the "Arrows" elementstatic EdgeType.ArrowsEdgeType.Arrows.Factory.newInstance()static EdgeType.ArrowsEdgeType.Arrows.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Methods in com.yworks.xml.graphml with parameters of type EdgeType.ArrowsModifier and TypeMethodDescriptionvoidEdgeType.setArrows(EdgeType.Arrows arrows) Sets the "Arrows" element -
Uses of EdgeType.Arrows in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement EdgeType.ArrowsModifier and TypeClassDescriptionstatic classAn XML Arrows(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return EdgeType.ArrowsModifier and TypeMethodDescriptionEdgeTypeImpl.addNewArrows()Appends and returns a new empty "Arrows" elementEdgeTypeImpl.getArrows()Gets the "Arrows" elementMethods in com.yworks.xml.graphml.impl with parameters of type EdgeType.ArrowsModifier and TypeMethodDescriptionvoidEdgeTypeImpl.setArrows(EdgeType.Arrows arrows) Sets the "Arrows" element