public static interface FlowPaneMargin.Insets
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
FlowPaneMargin.Insets.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
float |
getBottom()
Gets the "bottom" attribute
|
float |
getLeft()
Gets the "left" attribute
|
float |
getRight()
Gets the "right" attribute
|
float |
getTop()
Gets the "top" attribute
|
boolean |
isSetBottom()
True if has "bottom" attribute
|
boolean |
isSetLeft()
True if has "left" attribute
|
boolean |
isSetRight()
True if has "right" attribute
|
boolean |
isSetTop()
True if has "top" attribute
|
void |
setBottom(float bottom)
Sets the "bottom" attribute
|
void |
setLeft(float left)
Sets the "left" attribute
|
void |
setRight(float right)
Sets the "right" attribute
|
void |
setTop(float top)
Sets the "top" attribute
|
void |
unsetBottom()
Unsets the "bottom" attribute
|
void |
unsetLeft()
Unsets the "left" attribute
|
void |
unsetRight()
Unsets the "right" attribute
|
void |
unsetTop()
Unsets the "top" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetBottom()
Gets (as xml) the "bottom" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetLeft()
Gets (as xml) the "left" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetRight()
Gets (as xml) the "right" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetTop()
Gets (as xml) the "top" attribute
|
void |
xsetBottom(org.apache.xmlbeans.XmlFloat bottom)
Sets (as xml) the "bottom" attribute
|
void |
xsetLeft(org.apache.xmlbeans.XmlFloat left)
Sets (as xml) the "left" attribute
|
void |
xsetRight(org.apache.xmlbeans.XmlFloat right)
Sets (as xml) the "right" attribute
|
void |
xsetTop(org.apache.xmlbeans.XmlFloat top)
Sets (as xml) the "top" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
float getBottom()
org.apache.xmlbeans.XmlFloat xgetBottom()
boolean isSetBottom()
void setBottom(float bottom)
void xsetBottom(org.apache.xmlbeans.XmlFloat bottom)
void unsetBottom()
float getLeft()
org.apache.xmlbeans.XmlFloat xgetLeft()
boolean isSetLeft()
void setLeft(float left)
void xsetLeft(org.apache.xmlbeans.XmlFloat left)
void unsetLeft()
float getRight()
org.apache.xmlbeans.XmlFloat xgetRight()
boolean isSetRight()
void setRight(float right)
void xsetRight(org.apache.xmlbeans.XmlFloat right)
void unsetRight()
float getTop()
org.apache.xmlbeans.XmlFloat xgetTop()
boolean isSetTop()
void setTop(float top)
void xsetTop(org.apache.xmlbeans.XmlFloat top)
void unsetTop()
Copyright © 2014. All Rights Reserved.