Package com.yworks.xml.graphml
Interface PathType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PathTypeImpl
public interface PathType
extends org.apache.xmlbeans.XmlObject
An XML Path.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type.static interfaceAn XML Point(@http://www.yworks.com/xml/graphml). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "Point" elementGets array of all "Point" elementsgetPointArray(int i) Gets ith "Point" elementbooleanGets the "reversedPathRendering" attributedoublegetSx()Gets the "sx" attributedoublegetSy()Gets the "sy" attributedoublegetTx()Gets the "tx" attributedoublegetTy()Gets the "ty" attributeinsertNewPoint(int i) Inserts and returns a new empty value (as xml) as the ith "Point" elementbooleanTrue if has "reversedPathRendering" attributebooleanisSetSx()True if has "sx" attributebooleanisSetSy()True if has "sy" attributebooleanisSetTx()True if has "tx" attributebooleanisSetTy()True if has "ty" attributevoidremovePoint(int i) Removes the ith "Point" elementvoidsetPointArray(int i, PathType.Point point) Sets ith "Point" elementvoidsetPointArray(PathType.Point[] pointArray) Sets array of all "Point" elementvoidsetReversedPathRendering(boolean reversedPathRendering) Sets the "reversedPathRendering" attributevoidsetSx(double sx) Sets the "sx" attributevoidsetSy(double sy) Sets the "sy" attributevoidsetTx(double tx) Sets the "tx" attributevoidsetTy(double ty) Sets the "ty" attributeintReturns number of "Point" elementvoidUnsets the "reversedPathRendering" attributevoidunsetSx()Unsets the "sx" attributevoidunsetSy()Unsets the "sy" attributevoidunsetTx()Unsets the "tx" attributevoidunsetTy()Unsets the "ty" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "reversedPathRendering" attributeorg.apache.xmlbeans.XmlDoublexgetSx()Gets (as xml) the "sx" attributeorg.apache.xmlbeans.XmlDoublexgetSy()Gets (as xml) the "sy" attributeorg.apache.xmlbeans.XmlDoublexgetTx()Gets (as xml) the "tx" attributeorg.apache.xmlbeans.XmlDoublexgetTy()Gets (as xml) the "ty" attributevoidxsetReversedPathRendering(org.apache.xmlbeans.XmlBoolean reversedPathRendering) Sets (as xml) the "reversedPathRendering" attributevoidxsetSx(org.apache.xmlbeans.XmlDouble sx) Sets (as xml) the "sx" attributevoidxsetSy(org.apache.xmlbeans.XmlDouble sy) Sets (as xml) the "sy" attributevoidxsetTx(org.apache.xmlbeans.XmlDouble tx) Sets (as xml) the "tx" attributevoidxsetTy(org.apache.xmlbeans.XmlDouble ty) Sets (as xml) the "ty" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getPointArray
PathType.Point[] getPointArray()Gets array of all "Point" elements -
getPointArray
Gets ith "Point" element -
sizeOfPointArray
int sizeOfPointArray()Returns number of "Point" element -
setPointArray
Sets array of all "Point" element -
setPointArray
Sets ith "Point" element -
insertNewPoint
Inserts and returns a new empty value (as xml) as the ith "Point" element -
addNewPoint
PathType.Point addNewPoint()Appends and returns a new empty value (as xml) as the last "Point" element -
removePoint
void removePoint(int i) Removes the ith "Point" element -
getReversedPathRendering
boolean getReversedPathRendering()Gets the "reversedPathRendering" attribute -
xgetReversedPathRendering
org.apache.xmlbeans.XmlBoolean xgetReversedPathRendering()Gets (as xml) the "reversedPathRendering" attribute -
isSetReversedPathRendering
boolean isSetReversedPathRendering()True if has "reversedPathRendering" attribute -
setReversedPathRendering
void setReversedPathRendering(boolean reversedPathRendering) Sets the "reversedPathRendering" attribute -
xsetReversedPathRendering
void xsetReversedPathRendering(org.apache.xmlbeans.XmlBoolean reversedPathRendering) Sets (as xml) the "reversedPathRendering" attribute -
unsetReversedPathRendering
void unsetReversedPathRendering()Unsets the "reversedPathRendering" attribute -
getSx
double getSx()Gets the "sx" attribute -
xgetSx
org.apache.xmlbeans.XmlDouble xgetSx()Gets (as xml) the "sx" attribute -
isSetSx
boolean isSetSx()True if has "sx" attribute -
setSx
void setSx(double sx) Sets the "sx" attribute -
xsetSx
void xsetSx(org.apache.xmlbeans.XmlDouble sx) Sets (as xml) the "sx" attribute -
unsetSx
void unsetSx()Unsets the "sx" attribute -
getSy
double getSy()Gets the "sy" attribute -
xgetSy
org.apache.xmlbeans.XmlDouble xgetSy()Gets (as xml) the "sy" attribute -
isSetSy
boolean isSetSy()True if has "sy" attribute -
setSy
void setSy(double sy) Sets the "sy" attribute -
xsetSy
void xsetSy(org.apache.xmlbeans.XmlDouble sy) Sets (as xml) the "sy" attribute -
unsetSy
void unsetSy()Unsets the "sy" attribute -
getTx
double getTx()Gets the "tx" attribute -
xgetTx
org.apache.xmlbeans.XmlDouble xgetTx()Gets (as xml) the "tx" attribute -
isSetTx
boolean isSetTx()True if has "tx" attribute -
setTx
void setTx(double tx) Sets the "tx" attribute -
xsetTx
void xsetTx(org.apache.xmlbeans.XmlDouble tx) Sets (as xml) the "tx" attribute -
unsetTx
void unsetTx()Unsets the "tx" attribute -
getTy
double getTy()Gets the "ty" attribute -
xgetTy
org.apache.xmlbeans.XmlDouble xgetTy()Gets (as xml) the "ty" attribute -
isSetTy
boolean isSetTy()True if has "ty" attribute -
setTy
void setTy(double ty) Sets the "ty" attribute -
xsetTy
void xsetTy(org.apache.xmlbeans.XmlDouble ty) Sets (as xml) the "ty" attribute -
unsetTy
void unsetTy()Unsets the "ty" attribute
-