Package com.yworks.xml.graphml
Interface FloatInsetsType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FloatInsetsTypeImpl
public interface FloatInsetsType
extends org.apache.xmlbeans.XmlObject
An XML FloatInsets.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 "bottom" attributedoublegetLeft()Gets the "left" attributedoublegetRight()Gets the "right" attributedoublegetTop()Gets the "top" attributebooleanTrue if has "bottom" attributebooleanTrue if has "left" attributebooleanTrue if has "right" attributebooleanisSetTop()True if has "top" attributevoidsetBottom(double bottom) Sets the "bottom" attributevoidsetLeft(double left) Sets the "left" attributevoidsetRight(double right) Sets the "right" attributevoidsetTop(double top) Sets the "top" attributevoidUnsets the "bottom" attributevoidUnsets the "left" attributevoidUnsets the "right" attributevoidunsetTop()Unsets the "top" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "bottom" attributeorg.apache.xmlbeans.XmlDoublexgetLeft()Gets (as xml) the "left" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "right" attributeorg.apache.xmlbeans.XmlDoublexgetTop()Gets (as xml) the "top" attributevoidxsetBottom(org.apache.xmlbeans.XmlDouble bottom) Sets (as xml) the "bottom" attributevoidxsetLeft(org.apache.xmlbeans.XmlDouble left) Sets (as xml) the "left" attributevoidxsetRight(org.apache.xmlbeans.XmlDouble right) Sets (as xml) the "right" attributevoidxsetTop(org.apache.xmlbeans.XmlDouble top) Sets (as xml) the "top" 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
-
getTop
double getTop()Gets the "top" attribute -
xgetTop
org.apache.xmlbeans.XmlDouble xgetTop()Gets (as xml) the "top" attribute -
isSetTop
boolean isSetTop()True if has "top" attribute -
setTop
void setTop(double top) Sets the "top" attribute -
xsetTop
void xsetTop(org.apache.xmlbeans.XmlDouble top) Sets (as xml) the "top" attribute -
unsetTop
void unsetTop()Unsets the "top" attribute -
getBottom
double getBottom()Gets the "bottom" attribute -
xgetBottom
org.apache.xmlbeans.XmlDouble xgetBottom()Gets (as xml) the "bottom" attribute -
isSetBottom
boolean isSetBottom()True if has "bottom" attribute -
setBottom
void setBottom(double bottom) Sets the "bottom" attribute -
xsetBottom
void xsetBottom(org.apache.xmlbeans.XmlDouble bottom) Sets (as xml) the "bottom" attribute -
unsetBottom
void unsetBottom()Unsets the "bottom" attribute -
getLeft
double getLeft()Gets the "left" attribute -
xgetLeft
org.apache.xmlbeans.XmlDouble xgetLeft()Gets (as xml) the "left" attribute -
isSetLeft
boolean isSetLeft()True if has "left" attribute -
setLeft
void setLeft(double left) Sets the "left" attribute -
xsetLeft
void xsetLeft(org.apache.xmlbeans.XmlDouble left) Sets (as xml) the "left" attribute -
unsetLeft
void unsetLeft()Unsets the "left" attribute -
getRight
double getRight()Gets the "right" attribute -
xgetRight
org.apache.xmlbeans.XmlDouble xgetRight()Gets (as xml) the "right" attribute -
isSetRight
boolean isSetRight()True if has "right" attribute -
setRight
void setRight(double right) Sets the "right" attribute -
xsetRight
void xsetRight(org.apache.xmlbeans.XmlDouble right) Sets (as xml) the "right" attribute -
unsetRight
void unsetRight()Unsets the "right" attribute
-