Uses of Interface
com.yworks.xml.graphml.DropShadowType
Packages that use DropShadowType
-
Uses of DropShadowType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return DropShadowTypeModifier and TypeMethodDescriptionGroupNodeType.addNewDropShadow()Appends and returns a new empty "DropShadow" elementShapeNodeType.addNewDropShadow()Appends and returns a new empty "DropShadow" elementGroupNodeType.getDropShadow()Gets the "DropShadow" elementShapeNodeType.getDropShadow()Gets the "DropShadow" elementstatic DropShadowTypeDropShadowType.Factory.newInstance()static DropShadowTypeDropShadowType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static DropShadowTypestatic DropShadowTypestatic DropShadowTypeDropShadowType.Factory.parse(InputStream is) static DropShadowTypeDropShadowType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static DropShadowTypestatic DropShadowTypestatic DropShadowTypestatic DropShadowTypestatic DropShadowTypestatic DropShadowTypestatic DropShadowTypeDropShadowType.Factory.parse(XMLStreamReader sr) static DropShadowTypeDropShadowType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static DropShadowTypeDropShadowType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static DropShadowTypeDropShadowType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic DropShadowTypestatic DropShadowTypeMethods in com.yworks.xml.graphml with parameters of type DropShadowTypeModifier and TypeMethodDescriptionvoidGroupNodeType.setDropShadow(DropShadowType dropShadow) Sets the "DropShadow" elementvoidShapeNodeType.setDropShadow(DropShadowType dropShadow) Sets the "DropShadow" element -
Uses of DropShadowType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement DropShadowTypeModifier and TypeClassDescriptionclassAn XML DropShadow.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return DropShadowTypeModifier and TypeMethodDescriptionGroupNodeTypeImpl.addNewDropShadow()Appends and returns a new empty "DropShadow" elementShapeNodeTypeImpl.addNewDropShadow()Appends and returns a new empty "DropShadow" elementGroupNodeTypeImpl.getDropShadow()Gets the "DropShadow" elementShapeNodeTypeImpl.getDropShadow()Gets the "DropShadow" elementMethods in com.yworks.xml.graphml.impl with parameters of type DropShadowTypeModifier and TypeMethodDescriptionvoidGroupNodeTypeImpl.setDropShadow(DropShadowType dropShadow) Sets the "DropShadow" elementvoidShapeNodeTypeImpl.setDropShadow(DropShadowType dropShadow) Sets the "DropShadow" element
XMLInputStream