Uses of Interface
com.yworks.xml.graphml.StylePropertyType
Packages that use StylePropertyType
-
Uses of StylePropertyType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return StylePropertyTypeModifier and TypeMethodDescriptionStylePropertiesType.addNewProperty()Appends and returns a new empty value (as xml) as the last "Property" elementStylePropertiesType.getPropertyArray()Gets array of all "Property" elementsStylePropertiesType.getPropertyArray(int i) Gets ith "Property" elementStylePropertiesType.insertNewProperty(int i) Inserts and returns a new empty value (as xml) as the ith "Property" elementstatic StylePropertyTypeStylePropertyType.Factory.newInstance()static StylePropertyTypeStylePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypeStylePropertyType.Factory.parse(InputStream is) static StylePropertyTypeStylePropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypestatic StylePropertyTypeStylePropertyType.Factory.parse(XMLStreamReader sr) static StylePropertyTypeStylePropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static StylePropertyTypeStylePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static StylePropertyTypeStylePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic StylePropertyTypestatic StylePropertyTypeMethods in com.yworks.xml.graphml with parameters of type StylePropertyTypeModifier and TypeMethodDescriptionvoidStylePropertiesType.setPropertyArray(int i, StylePropertyType property) Sets ith "Property" elementvoidStylePropertiesType.setPropertyArray(StylePropertyType[] propertyArray) Sets array of all "Property" element -
Uses of StylePropertyType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement StylePropertyTypeModifier and TypeClassDescriptionclassAn XML StyleProperty.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return StylePropertyTypeModifier and TypeMethodDescriptionStylePropertiesTypeImpl.addNewProperty()Appends and returns a new empty value (as xml) as the last "Property" elementStylePropertiesTypeImpl.getPropertyArray()Gets array of all "Property" elementsStylePropertiesTypeImpl.getPropertyArray(int i) Gets ith "Property" elementStylePropertiesTypeImpl.insertNewProperty(int i) Inserts and returns a new empty value (as xml) as the ith "Property" elementMethods in com.yworks.xml.graphml.impl with parameters of type StylePropertyTypeModifier and TypeMethodDescriptionvoidStylePropertiesTypeImpl.setPropertyArray(int i, StylePropertyType property) Sets ith "Property" elementvoidStylePropertiesTypeImpl.setPropertyArray(StylePropertyType[] propertyArray) Sets array of all "Property" element
XMLInputStream