Package com.yworks.xml.graphml
Interface NodeType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
GenericGroupNodeType,GenericNodeType,GroupNodeType,ImageNodeType,ShapeNodeType,TableNodeType
- All Known Implementing Classes:
GenericGroupNodeTypeImpl,GenericNodeTypeImpl,GroupNodeTypeImpl,ImageNodeTypeImpl,NodeTypeImpl,ShapeNodeTypeImpl,TableNodeTypeImpl
public interface NodeType
extends org.apache.xmlbeans.XmlObject
An XML Node.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.static interfaceAn XML Fill(@http://www.yworks.com/xml/graphml). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "BorderStyle" elementAppends and returns a new empty "Fill" elementAppends and returns a new empty "Geometry" elementAppends and returns a new empty value (as xml) as the last "NodeLabel" elementAppends and returns a new empty "NodePorts" elementGets the "BorderStyle" elementgetFill()Gets the "Fill" elementGets the "Geometry" elementGets array of all "NodeLabel" elementsgetNodeLabelArray(int i) Gets ith "NodeLabel" elementGets the "NodePorts" elementbooleanGets the "selected" attributeinsertNewNodeLabel(int i) Inserts and returns a new empty value (as xml) as the ith "NodeLabel" elementbooleanTrue if has "BorderStyle" elementbooleanTrue if has "Fill" elementbooleanTrue if has "Geometry" elementbooleanTrue if has "NodePorts" elementbooleanTrue if has "selected" attributevoidremoveNodeLabel(int i) Removes the ith "NodeLabel" elementvoidsetBorderStyle(LineStyleType borderStyle) Sets the "BorderStyle" elementvoidsetFill(NodeType.Fill fill) Sets the "Fill" elementvoidsetGeometry(GeometryType geometry) Sets the "Geometry" elementvoidsetNodeLabelArray(int i, NodeLabelType nodeLabel) Sets ith "NodeLabel" elementvoidsetNodeLabelArray(NodeLabelType[] nodeLabelArray) Sets array of all "NodeLabel" elementvoidsetNodePorts(NodePortsType nodePorts) Sets the "NodePorts" elementvoidsetSelected(boolean selected) Sets the "selected" attributeintReturns number of "NodeLabel" elementvoidUnsets the "BorderStyle" elementvoidUnsets the "Fill" elementvoidUnsets the "Geometry" elementvoidUnsets the "NodePorts" elementvoidUnsets the "selected" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "selected" attributevoidxsetSelected(org.apache.xmlbeans.XmlBoolean selected) Sets (as xml) the "selected" 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
-
getGeometry
GeometryType getGeometry()Gets the "Geometry" element -
isSetGeometry
boolean isSetGeometry()True if has "Geometry" element -
setGeometry
Sets the "Geometry" element -
addNewGeometry
GeometryType addNewGeometry()Appends and returns a new empty "Geometry" element -
unsetGeometry
void unsetGeometry()Unsets the "Geometry" element -
getFill
NodeType.Fill getFill()Gets the "Fill" element -
isSetFill
boolean isSetFill()True if has "Fill" element -
setFill
Sets the "Fill" element -
addNewFill
NodeType.Fill addNewFill()Appends and returns a new empty "Fill" element -
unsetFill
void unsetFill()Unsets the "Fill" element -
getBorderStyle
LineStyleType getBorderStyle()Gets the "BorderStyle" element -
isSetBorderStyle
boolean isSetBorderStyle()True if has "BorderStyle" element -
setBorderStyle
Sets the "BorderStyle" element -
addNewBorderStyle
LineStyleType addNewBorderStyle()Appends and returns a new empty "BorderStyle" element -
unsetBorderStyle
void unsetBorderStyle()Unsets the "BorderStyle" element -
getNodeLabelArray
NodeLabelType[] getNodeLabelArray()Gets array of all "NodeLabel" elements -
getNodeLabelArray
Gets ith "NodeLabel" element -
sizeOfNodeLabelArray
int sizeOfNodeLabelArray()Returns number of "NodeLabel" element -
setNodeLabelArray
Sets array of all "NodeLabel" element -
setNodeLabelArray
Sets ith "NodeLabel" element -
insertNewNodeLabel
Inserts and returns a new empty value (as xml) as the ith "NodeLabel" element -
addNewNodeLabel
NodeLabelType addNewNodeLabel()Appends and returns a new empty value (as xml) as the last "NodeLabel" element -
removeNodeLabel
void removeNodeLabel(int i) Removes the ith "NodeLabel" element -
getNodePorts
NodePortsType getNodePorts()Gets the "NodePorts" element -
isSetNodePorts
boolean isSetNodePorts()True if has "NodePorts" element -
setNodePorts
Sets the "NodePorts" element -
addNewNodePorts
NodePortsType addNewNodePorts()Appends and returns a new empty "NodePorts" element -
unsetNodePorts
void unsetNodePorts()Unsets the "NodePorts" element -
getSelected
boolean getSelected()Gets the "selected" attribute -
xgetSelected
org.apache.xmlbeans.XmlBoolean xgetSelected()Gets (as xml) the "selected" attribute -
isSetSelected
boolean isSetSelected()True if has "selected" attribute -
setSelected
void setSelected(boolean selected) Sets the "selected" attribute -
xsetSelected
void xsetSelected(org.apache.xmlbeans.XmlBoolean selected) Sets (as xml) the "selected" attribute -
unsetSelected
void unsetSelected()Unsets the "selected" attribute
-