Package com.yworks.xml.graphml
Interface InsetsType
- All Superinterfaces:
IntInsetsType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
InsetsTypeImpl
An XML Insets.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. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the "bottomF" attributedoublegetLeftF()Gets the "leftF" attributedoubleGets the "rightF" attributedoublegetTopF()Gets the "topF" attributebooleanTrue if has "bottomF" attributebooleanTrue if has "leftF" attributebooleanTrue if has "rightF" attributebooleanTrue if has "topF" attributevoidsetBottomF(double bottomF) Sets the "bottomF" attributevoidsetLeftF(double leftF) Sets the "leftF" attributevoidsetRightF(double rightF) Sets the "rightF" attributevoidsetTopF(double topF) Sets the "topF" attributevoidUnsets the "bottomF" attributevoidUnsets the "leftF" attributevoidUnsets the "rightF" attributevoidUnsets the "topF" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "bottomF" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "leftF" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "rightF" attributeorg.apache.xmlbeans.XmlDoublexgetTopF()Gets (as xml) the "topF" attributevoidxsetBottomF(org.apache.xmlbeans.XmlDouble bottomF) Sets (as xml) the "bottomF" attributevoidxsetLeftF(org.apache.xmlbeans.XmlDouble leftF) Sets (as xml) the "leftF" attributevoidxsetRightF(org.apache.xmlbeans.XmlDouble rightF) Sets (as xml) the "rightF" attributevoidxsetTopF(org.apache.xmlbeans.XmlDouble topF) Sets (as xml) the "topF" attributeMethods inherited from interface com.yworks.xml.graphml.IntInsetsType
getBottom, getLeft, getRight, getTop, isSetBottom, isSetLeft, isSetRight, isSetTop, setBottom, setLeft, setRight, setTop, unsetBottom, unsetLeft, unsetRight, unsetTop, xgetBottom, xgetLeft, xgetRight, xgetTop, xsetBottom, xsetLeft, xsetRight, xsetTopMethods 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
-
getTopF
double getTopF()Gets the "topF" attribute -
xgetTopF
org.apache.xmlbeans.XmlDouble xgetTopF()Gets (as xml) the "topF" attribute -
isSetTopF
boolean isSetTopF()True if has "topF" attribute -
setTopF
void setTopF(double topF) Sets the "topF" attribute -
xsetTopF
void xsetTopF(org.apache.xmlbeans.XmlDouble topF) Sets (as xml) the "topF" attribute -
unsetTopF
void unsetTopF()Unsets the "topF" attribute -
getBottomF
double getBottomF()Gets the "bottomF" attribute -
xgetBottomF
org.apache.xmlbeans.XmlDouble xgetBottomF()Gets (as xml) the "bottomF" attribute -
isSetBottomF
boolean isSetBottomF()True if has "bottomF" attribute -
setBottomF
void setBottomF(double bottomF) Sets the "bottomF" attribute -
xsetBottomF
void xsetBottomF(org.apache.xmlbeans.XmlDouble bottomF) Sets (as xml) the "bottomF" attribute -
unsetBottomF
void unsetBottomF()Unsets the "bottomF" attribute -
getLeftF
double getLeftF()Gets the "leftF" attribute -
xgetLeftF
org.apache.xmlbeans.XmlDouble xgetLeftF()Gets (as xml) the "leftF" attribute -
isSetLeftF
boolean isSetLeftF()True if has "leftF" attribute -
setLeftF
void setLeftF(double leftF) Sets the "leftF" attribute -
xsetLeftF
void xsetLeftF(org.apache.xmlbeans.XmlDouble leftF) Sets (as xml) the "leftF" attribute -
unsetLeftF
void unsetLeftF()Unsets the "leftF" attribute -
getRightF
double getRightF()Gets the "rightF" attribute -
xgetRightF
org.apache.xmlbeans.XmlDouble xgetRightF()Gets (as xml) the "rightF" attribute -
isSetRightF
boolean isSetRightF()True if has "rightF" attribute -
setRightF
void setRightF(double rightF) Sets the "rightF" attribute -
xsetRightF
void xsetRightF(org.apache.xmlbeans.XmlDouble rightF) Sets (as xml) the "rightF" attribute -
unsetRightF
void unsetRightF()Unsets the "rightF" attribute
-