Package com.yworks.xml.graphml
Interface NodeScaledPortLocationModelType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NodeScaledPortLocationModelTypeImpl
public interface NodeScaledPortLocationModelType
extends org.apache.xmlbeans.XmlObject
An XML NodeScaledPortLocationModel.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 TypeMethodDescriptionGets the "portLocationPolicy" attributedoubleGets the "ratioX" attributedoubleGets the "ratioY" attributebooleanTrue if has "portLocationPolicy" attributebooleanTrue if has "ratioX" attributebooleanTrue if has "ratioY" attributevoidsetPortLocationPolicy(NodeScaledPortLocationModelPortLocationPolicyType.Enum portLocationPolicy) Sets the "portLocationPolicy" attributevoidsetRatioX(double ratioX) Sets the "ratioX" attributevoidsetRatioY(double ratioY) Sets the "ratioY" attributevoidUnsets the "portLocationPolicy" attributevoidUnsets the "ratioX" attributevoidUnsets the "ratioY" attributeGets (as xml) the "portLocationPolicy" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "ratioX" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "ratioY" attributevoidxsetPortLocationPolicy(NodeScaledPortLocationModelPortLocationPolicyType portLocationPolicy) Sets (as xml) the "portLocationPolicy" attributevoidxsetRatioX(org.apache.xmlbeans.XmlDouble ratioX) Sets (as xml) the "ratioX" attributevoidxsetRatioY(org.apache.xmlbeans.XmlDouble ratioY) Sets (as xml) the "ratioY" 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
-
getPortLocationPolicy
NodeScaledPortLocationModelPortLocationPolicyType.Enum getPortLocationPolicy()Gets the "portLocationPolicy" attribute -
xgetPortLocationPolicy
NodeScaledPortLocationModelPortLocationPolicyType xgetPortLocationPolicy()Gets (as xml) the "portLocationPolicy" attribute -
isSetPortLocationPolicy
boolean isSetPortLocationPolicy()True if has "portLocationPolicy" attribute -
setPortLocationPolicy
void setPortLocationPolicy(NodeScaledPortLocationModelPortLocationPolicyType.Enum portLocationPolicy) Sets the "portLocationPolicy" attribute -
xsetPortLocationPolicy
Sets (as xml) the "portLocationPolicy" attribute -
unsetPortLocationPolicy
void unsetPortLocationPolicy()Unsets the "portLocationPolicy" attribute -
getRatioX
double getRatioX()Gets the "ratioX" attribute -
xgetRatioX
org.apache.xmlbeans.XmlDouble xgetRatioX()Gets (as xml) the "ratioX" attribute -
isSetRatioX
boolean isSetRatioX()True if has "ratioX" attribute -
setRatioX
void setRatioX(double ratioX) Sets the "ratioX" attribute -
xsetRatioX
void xsetRatioX(org.apache.xmlbeans.XmlDouble ratioX) Sets (as xml) the "ratioX" attribute -
unsetRatioX
void unsetRatioX()Unsets the "ratioX" attribute -
getRatioY
double getRatioY()Gets the "ratioY" attribute -
xgetRatioY
org.apache.xmlbeans.XmlDouble xgetRatioY()Gets (as xml) the "ratioY" attribute -
isSetRatioY
boolean isSetRatioY()True if has "ratioY" attribute -
setRatioY
void setRatioY(double ratioY) Sets the "ratioY" attribute -
xsetRatioY
void xsetRatioY(org.apache.xmlbeans.XmlDouble ratioY) Sets (as xml) the "ratioY" attribute -
unsetRatioY
void unsetRatioY()Unsets the "ratioY" attribute
-