Package com.yworks.xml.graphml
Interface NodeLabelType
- All Superinterfaces:
LabelType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NodeLabelTypeImpl
An XML NodeLabel.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.Nested classes/interfaces inherited from interface com.yworks.xml.graphml.LabelType
LabelType.LabelModel, LabelType.ModelParameter -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "autoSizePolicy" attributedoubleGets the "borderDistance" attributeGets the "modelName" attributeGets the "modelPosition" attributebooleanTrue if has "autoSizePolicy" attributebooleanTrue if has "borderDistance" attributebooleanTrue if has "modelName" attributebooleanTrue if has "modelPosition" attributevoidsetAutoSizePolicy(AutoSizePolicyType.Enum autoSizePolicy) Sets the "autoSizePolicy" attributevoidsetBorderDistance(double borderDistance) Sets the "borderDistance" attributevoidsetModelName(NodeLabelModelType.Enum modelName) Sets the "modelName" attributevoidsetModelPosition(NodeLabelPositionType.Enum modelPosition) Sets the "modelPosition" attributevoidUnsets the "autoSizePolicy" attributevoidUnsets the "borderDistance" attributevoidUnsets the "modelName" attributevoidUnsets the "modelPosition" attributeGets (as xml) the "autoSizePolicy" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "borderDistance" attributeGets (as xml) the "modelName" attributeGets (as xml) the "modelPosition" attributevoidxsetAutoSizePolicy(AutoSizePolicyType autoSizePolicy) Sets (as xml) the "autoSizePolicy" attributevoidxsetBorderDistance(org.apache.xmlbeans.XmlDouble borderDistance) Sets (as xml) the "borderDistance" attributevoidxsetModelName(NodeLabelModelType modelName) Sets (as xml) the "modelName" attributevoidxsetModelPosition(NodeLabelPositionType modelPosition) Sets (as xml) the "modelPosition" attributeMethods inherited from interface com.yworks.xml.graphml.LabelType
addNewLabelModel, addNewModelParameter, getAlignment, getBackgroundColor, getConfiguration, getFontFamily, getFontSize, getFontStyle, getHasBackgroundColor, getHasLineColor, getHasText, getHeight, getHorizontalTextPosition, getIcon, getIconData, getIconTextGap, getImage, getLabelModel, getLineColor, getModelParameter, getRotationAngle, getTextColor, getUnderlinedText, getVerticalTextPosition, getVisible, getWidth, getX, getY, isSetAlignment, isSetBackgroundColor, isSetConfiguration, isSetFontFamily, isSetFontSize, isSetFontStyle, isSetHasBackgroundColor, isSetHasLineColor, isSetHasText, isSetHeight, isSetHorizontalTextPosition, isSetIcon, isSetIconData, isSetIconTextGap, isSetImage, isSetLabelModel, isSetLineColor, isSetModelParameter, isSetRotationAngle, isSetTextColor, isSetUnderlinedText, isSetVerticalTextPosition, isSetVisible, isSetWidth, isSetX, isSetY, setAlignment, setBackgroundColor, setConfiguration, setFontFamily, setFontSize, setFontStyle, setHasBackgroundColor, setHasLineColor, setHasText, setHeight, setHorizontalTextPosition, setIcon, setIconData, setIconTextGap, setImage, setLabelModel, setLineColor, setModelParameter, setRotationAngle, setTextColor, setUnderlinedText, setVerticalTextPosition, setVisible, setWidth, setX, setY, unsetAlignment, unsetBackgroundColor, unsetConfiguration, unsetFontFamily, unsetFontSize, unsetFontStyle, unsetHasBackgroundColor, unsetHasLineColor, unsetHasText, unsetHeight, unsetHorizontalTextPosition, unsetIcon, unsetIconData, unsetIconTextGap, unsetImage, unsetLabelModel, unsetLineColor, unsetModelParameter, unsetRotationAngle, unsetTextColor, unsetUnderlinedText, unsetVerticalTextPosition, unsetVisible, unsetWidth, unsetX, unsetY, xgetAlignment, xgetBackgroundColor, xgetConfiguration, xgetFontFamily, xgetFontSize, xgetFontStyle, xgetHasBackgroundColor, xgetHasLineColor, xgetHasText, xgetHeight, xgetHorizontalTextPosition, xgetIcon, xgetIconData, xgetIconTextGap, xgetImage, xgetLineColor, xgetRotationAngle, xgetTextColor, xgetUnderlinedText, xgetVerticalTextPosition, xgetVisible, xgetWidth, xgetX, xgetY, xsetAlignment, xsetBackgroundColor, xsetConfiguration, xsetFontFamily, xsetFontSize, xsetFontStyle, xsetHasBackgroundColor, xsetHasLineColor, xsetHasText, xsetHeight, xsetHorizontalTextPosition, xsetIcon, xsetIconData, xsetIconTextGap, xsetImage, xsetLineColor, xsetRotationAngle, xsetTextColor, xsetUnderlinedText, xsetVerticalTextPosition, xsetVisible, xsetWidth, xsetX, xsetYMethods 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
-
getModelName
NodeLabelModelType.Enum getModelName()Gets the "modelName" attribute -
xgetModelName
NodeLabelModelType xgetModelName()Gets (as xml) the "modelName" attribute -
isSetModelName
boolean isSetModelName()True if has "modelName" attribute -
setModelName
Sets the "modelName" attribute -
xsetModelName
Sets (as xml) the "modelName" attribute -
unsetModelName
void unsetModelName()Unsets the "modelName" attribute -
getModelPosition
NodeLabelPositionType.Enum getModelPosition()Gets the "modelPosition" attribute -
xgetModelPosition
NodeLabelPositionType xgetModelPosition()Gets (as xml) the "modelPosition" attribute -
isSetModelPosition
boolean isSetModelPosition()True if has "modelPosition" attribute -
setModelPosition
Sets the "modelPosition" attribute -
xsetModelPosition
Sets (as xml) the "modelPosition" attribute -
unsetModelPosition
void unsetModelPosition()Unsets the "modelPosition" attribute -
getAutoSizePolicy
AutoSizePolicyType.Enum getAutoSizePolicy()Gets the "autoSizePolicy" attribute -
xgetAutoSizePolicy
AutoSizePolicyType xgetAutoSizePolicy()Gets (as xml) the "autoSizePolicy" attribute -
isSetAutoSizePolicy
boolean isSetAutoSizePolicy()True if has "autoSizePolicy" attribute -
setAutoSizePolicy
Sets the "autoSizePolicy" attribute -
xsetAutoSizePolicy
Sets (as xml) the "autoSizePolicy" attribute -
unsetAutoSizePolicy
void unsetAutoSizePolicy()Unsets the "autoSizePolicy" attribute -
getBorderDistance
double getBorderDistance()Gets the "borderDistance" attribute -
xgetBorderDistance
org.apache.xmlbeans.XmlDouble xgetBorderDistance()Gets (as xml) the "borderDistance" attribute -
isSetBorderDistance
boolean isSetBorderDistance()True if has "borderDistance" attribute -
setBorderDistance
void setBorderDistance(double borderDistance) Sets the "borderDistance" attribute -
xsetBorderDistance
void xsetBorderDistance(org.apache.xmlbeans.XmlDouble borderDistance) Sets (as xml) the "borderDistance" attribute -
unsetBorderDistance
void unsetBorderDistance()Unsets the "borderDistance" attribute
-