Package com.yworks.xml.graphml
Interface LineStyleType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LineStyleTypeImpl
public interface LineStyleType
extends org.apache.xmlbeans.XmlObject
An XML LineStyle.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" attributebooleanGets the "hasColor" attributegetType()Gets the "type" attributedoublegetWidth()Gets the "width" attributebooleanTrue if has "color" attributebooleanTrue if has "hasColor" attributebooleanTrue if has "type" attributebooleanTrue if has "width" attributevoidSets the "color" attributevoidsetHasColor(boolean hasColor) Sets the "hasColor" attributevoidsetType(LineTypeType.Enum type) Sets the "type" attributevoidsetWidth(double width) Sets the "width" attributevoidUnsets the "color" attributevoidUnsets the "hasColor" attributevoidUnsets the "type" attributevoidUnsets the "width" attributeGets (as xml) the "color" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "hasColor" attributexgetType()Gets (as xml) the "type" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "width" attributevoidSets (as xml) the "color" attributevoidxsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor) Sets (as xml) the "hasColor" attributevoidxsetType(LineTypeType type) Sets (as xml) the "type" attributevoidxsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" 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 -
getHasColor
boolean getHasColor()Gets the "hasColor" attribute -
xgetHasColor
org.apache.xmlbeans.XmlBoolean xgetHasColor()Gets (as xml) the "hasColor" attribute -
isSetHasColor
boolean isSetHasColor()True if has "hasColor" attribute -
setHasColor
void setHasColor(boolean hasColor) Sets the "hasColor" attribute -
xsetHasColor
void xsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor) Sets (as xml) the "hasColor" attribute -
unsetHasColor
void unsetHasColor()Unsets the "hasColor" attribute -
getType
LineTypeType.Enum getType()Gets the "type" attribute -
xgetType
LineTypeType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getWidth
double getWidth()Gets the "width" attribute -
xgetWidth
org.apache.xmlbeans.XmlDouble xgetWidth()Gets (as xml) the "width" attribute -
isSetWidth
boolean isSetWidth()True if has "width" attribute -
setWidth
void setWidth(double width) Sets the "width" attribute -
xsetWidth
void xsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" attribute -
unsetWidth
void unsetWidth()Unsets the "width" attribute
-