Package com.yworks.xml.graphml
Interface DropShadowType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DropShadowTypeImpl
public interface DropShadowType
extends org.apache.xmlbeans.XmlObject
An XML DropShadow.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 TypeMethodDescriptiongetColor()Gets the "color" attributebyteGets the "offsetX" attributebyteGets the "offsetY" attributebooleanTrue if has "color" attributebooleanTrue if has "offsetX" attributebooleanTrue if has "offsetY" attributevoidSets the "color" attributevoidsetOffsetX(byte offsetX) Sets the "offsetX" attributevoidsetOffsetY(byte offsetY) Sets the "offsetY" attributevoidUnsets the "color" attributevoidUnsets the "offsetX" attributevoidUnsets the "offsetY" attributeGets (as xml) the "color" attributeorg.apache.xmlbeans.XmlByteGets (as xml) the "offsetX" attributeorg.apache.xmlbeans.XmlByteGets (as xml) the "offsetY" attributevoidSets (as xml) the "color" attributevoidxsetOffsetX(org.apache.xmlbeans.XmlByte offsetX) Sets (as xml) the "offsetX" attributevoidxsetOffsetY(org.apache.xmlbeans.XmlByte offsetY) Sets (as xml) the "offsetY" 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
-
getColor
String getColor()Gets the "color" attribute -
xgetColor
ColorType xgetColor()Gets (as xml) the "color" attribute -
isSetColor
boolean isSetColor()True if has "color" attribute -
setColor
Sets the "color" attribute -
xsetColor
Sets (as xml) the "color" attribute -
unsetColor
void unsetColor()Unsets the "color" attribute -
getOffsetX
byte getOffsetX()Gets the "offsetX" attribute -
xgetOffsetX
org.apache.xmlbeans.XmlByte xgetOffsetX()Gets (as xml) the "offsetX" attribute -
isSetOffsetX
boolean isSetOffsetX()True if has "offsetX" attribute -
setOffsetX
void setOffsetX(byte offsetX) Sets the "offsetX" attribute -
xsetOffsetX
void xsetOffsetX(org.apache.xmlbeans.XmlByte offsetX) Sets (as xml) the "offsetX" attribute -
unsetOffsetX
void unsetOffsetX()Unsets the "offsetX" attribute -
getOffsetY
byte getOffsetY()Gets the "offsetY" attribute -
xgetOffsetY
org.apache.xmlbeans.XmlByte xgetOffsetY()Gets (as xml) the "offsetY" attribute -
isSetOffsetY
boolean isSetOffsetY()True if has "offsetY" attribute -
setOffsetY
void setOffsetY(byte offsetY) Sets the "offsetY" attribute -
xsetOffsetY
void xsetOffsetY(org.apache.xmlbeans.XmlByte offsetY) Sets (as xml) the "offsetY" attribute -
unsetOffsetY
void unsetOffsetY()Unsets the "offsetY" attribute
-