Package com.yworks.xml.graphml
Interface EdgeLabelType
- All Superinterfaces:
LabelType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EdgeLabelTypeImpl
An XML EdgeLabel.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 TypeMethodDescriptiondoubleGets the "distance" attributeGets the "modelName" attributeGets the "modelPosition" attributeGets the "preferredPlacement" attributedoublegetRatio()Gets the "ratio" attributebooleanTrue if has "distance" attributebooleanTrue if has "modelName" attributebooleanTrue if has "modelPosition" attributebooleanTrue if has "preferredPlacement" attributebooleanTrue if has "ratio" attributevoidsetDistance(double distance) Sets the "distance" attributevoidsetModelName(EdgeLabelModelType.Enum modelName) Sets the "modelName" attributevoidsetModelPosition(EdgeLabelPositionType.Enum modelPosition) Sets the "modelPosition" attributevoidsetPreferredPlacement(PreferredPlacementType.Enum preferredPlacement) Sets the "preferredPlacement" attributevoidsetRatio(double ratio) Sets the "ratio" attributevoidUnsets the "distance" attributevoidUnsets the "modelName" attributevoidUnsets the "modelPosition" attributevoidUnsets the "preferredPlacement" attributevoidUnsets the "ratio" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "distance" attributeGets (as xml) the "modelName" attributeGets (as xml) the "modelPosition" attributeGets (as xml) the "preferredPlacement" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "ratio" attributevoidxsetDistance(org.apache.xmlbeans.XmlDouble distance) Sets (as xml) the "distance" attributevoidxsetModelName(EdgeLabelModelType modelName) Sets (as xml) the "modelName" attributevoidxsetModelPosition(EdgeLabelPositionType modelPosition) Sets (as xml) the "modelPosition" attributevoidxsetPreferredPlacement(PreferredPlacementType preferredPlacement) Sets (as xml) the "preferredPlacement" attributevoidxsetRatio(org.apache.xmlbeans.XmlDouble ratio) Sets (as xml) the "ratio" 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
EdgeLabelModelType.Enum getModelName()Gets the "modelName" attribute -
xgetModelName
EdgeLabelModelType 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
EdgeLabelPositionType.Enum getModelPosition()Gets the "modelPosition" attribute -
xgetModelPosition
EdgeLabelPositionType 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 -
getPreferredPlacement
PreferredPlacementType.Enum getPreferredPlacement()Gets the "preferredPlacement" attribute -
xgetPreferredPlacement
PreferredPlacementType xgetPreferredPlacement()Gets (as xml) the "preferredPlacement" attribute -
isSetPreferredPlacement
boolean isSetPreferredPlacement()True if has "preferredPlacement" attribute -
setPreferredPlacement
Sets the "preferredPlacement" attribute -
xsetPreferredPlacement
Sets (as xml) the "preferredPlacement" attribute -
unsetPreferredPlacement
void unsetPreferredPlacement()Unsets the "preferredPlacement" attribute -
getDistance
double getDistance()Gets the "distance" attribute -
xgetDistance
org.apache.xmlbeans.XmlDouble xgetDistance()Gets (as xml) the "distance" attribute -
isSetDistance
boolean isSetDistance()True if has "distance" attribute -
setDistance
void setDistance(double distance) Sets the "distance" attribute -
xsetDistance
void xsetDistance(org.apache.xmlbeans.XmlDouble distance) Sets (as xml) the "distance" attribute -
unsetDistance
void unsetDistance()Unsets the "distance" 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
-