Uses of Interface
com.yworks.xml.graphml.PathType.Point
Packages that use PathType.Point
-
Uses of PathType.Point in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return PathType.PointModifier and TypeMethodDescriptionPathType.addNewPoint()Appends and returns a new empty value (as xml) as the last "Point" elementPathType.getPointArray()Gets array of all "Point" elementsPathType.getPointArray(int i) Gets ith "Point" elementPathType.insertNewPoint(int i) Inserts and returns a new empty value (as xml) as the ith "Point" elementstatic PathType.PointPathType.Point.Factory.newInstance()static PathType.PointPathType.Point.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Methods in com.yworks.xml.graphml with parameters of type PathType.PointModifier and TypeMethodDescriptionvoidPathType.setPointArray(int i, PathType.Point point) Sets ith "Point" elementvoidPathType.setPointArray(PathType.Point[] pointArray) Sets array of all "Point" element -
Uses of PathType.Point in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement PathType.PointModifier and TypeClassDescriptionstatic classAn XML Point(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return PathType.PointModifier and TypeMethodDescriptionPathTypeImpl.addNewPoint()Appends and returns a new empty value (as xml) as the last "Point" elementPathTypeImpl.getPointArray()Gets array of all "Point" elementsPathTypeImpl.getPointArray(int i) Gets ith "Point" elementPathTypeImpl.insertNewPoint(int i) Inserts and returns a new empty value (as xml) as the ith "Point" elementMethods in com.yworks.xml.graphml.impl with parameters of type PathType.PointModifier and TypeMethodDescriptionvoidPathTypeImpl.setPointArray(int i, PathType.Point point) Sets ith "Point" elementvoidPathTypeImpl.setPointArray(PathType.Point[] pointArray) Sets array of all "Point" element