Package com.yworks.xml.graphml
Interface ArcEdgeType.Arc
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ArcEdgeTypeImpl.ArcImpl
- Enclosing interface:
ArcEdgeType
public static interface ArcEdgeType.Arc
extends org.apache.xmlbeans.XmlObject
An XML Arc(@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. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the "height" attributedoublegetRatio()Gets the "ratio" attributegetType()Gets the "type" attributebooleanTrue if has "height" attributebooleanTrue if has "ratio" attributebooleanTrue if has "type" attributevoidsetHeight(double height) Sets the "height" attributevoidsetRatio(double ratio) Sets the "ratio" attributevoidsetType(ArcType.Enum type) Sets the "type" attributevoidUnsets the "height" attributevoidUnsets the "ratio" attributevoidUnsets the "type" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "height" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "ratio" attributexgetType()Gets (as xml) the "type" attributevoidxsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attributevoidxsetRatio(org.apache.xmlbeans.XmlDouble ratio) Sets (as xml) the "ratio" attributevoidSets (as xml) the "type" 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
-
getType
ArcType.Enum getType()Gets the "type" attribute -
xgetType
ArcType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getHeight
double getHeight()Gets the "height" attribute -
xgetHeight
org.apache.xmlbeans.XmlDouble xgetHeight()Gets (as xml) the "height" attribute -
isSetHeight
boolean isSetHeight()True if has "height" attribute -
setHeight
void setHeight(double height) Sets the "height" attribute -
xsetHeight
void xsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attribute -
unsetHeight
void unsetHeight()Unsets the "height" attribute -
getRatio
double getRatio()Gets the "ratio" attribute -
xgetRatio
org.apache.xmlbeans.XmlDouble xgetRatio()Gets (as xml) the "ratio" attribute -
isSetRatio
boolean isSetRatio()True if has "ratio" attribute -
setRatio
void setRatio(double ratio) Sets the "ratio" attribute -
xsetRatio
void xsetRatio(org.apache.xmlbeans.XmlDouble ratio) Sets (as xml) the "ratio" attribute -
unsetRatio
void unsetRatio()Unsets the "ratio" attribute
-