Package com.yworks.xml.graphml
Interface SimpleStyleDocument.SimpleStyle
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SimpleStyleDocumentImpl.SimpleStyleImpl
- Enclosing interface:
SimpleStyleDocument
public static interface SimpleStyleDocument.SimpleStyle
extends org.apache.xmlbeans.XmlObject
An XML SimpleStyle(@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 TypeMethodDescriptionGets the "fillColor" attributeGets the "lineColor" attributeGets the "lineType" attributedoubleGets the "lineWidth" attributebooleanTrue if has "fillColor" attributebooleanTrue if has "lineColor" attributebooleanTrue if has "lineType" attributebooleanTrue if has "lineWidth" attributevoidsetFillColor(String fillColor) Sets the "fillColor" attributevoidsetLineColor(String lineColor) Sets the "lineColor" attributevoidsetLineType(LineTypeType.Enum lineType) Sets the "lineType" attributevoidsetLineWidth(double lineWidth) Sets the "lineWidth" attributevoidUnsets the "fillColor" attributevoidUnsets the "lineColor" attributevoidUnsets the "lineType" attributevoidUnsets the "lineWidth" attributeGets (as xml) the "fillColor" attributeGets (as xml) the "lineColor" attributeGets (as xml) the "lineType" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "lineWidth" attributevoidxsetFillColor(ColorType fillColor) Sets (as xml) the "fillColor" attributevoidxsetLineColor(ColorType lineColor) Sets (as xml) the "lineColor" attributevoidxsetLineType(LineTypeType lineType) Sets (as xml) the "lineType" attributevoidxsetLineWidth(org.apache.xmlbeans.XmlDouble lineWidth) Sets (as xml) the "lineWidth" 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
-
getFillColor
String getFillColor()Gets the "fillColor" attribute -
xgetFillColor
ColorType xgetFillColor()Gets (as xml) the "fillColor" attribute -
isSetFillColor
boolean isSetFillColor()True if has "fillColor" attribute -
setFillColor
Sets the "fillColor" attribute -
xsetFillColor
Sets (as xml) the "fillColor" attribute -
unsetFillColor
void unsetFillColor()Unsets the "fillColor" attribute -
getLineColor
String getLineColor()Gets the "lineColor" attribute -
xgetLineColor
ColorType xgetLineColor()Gets (as xml) the "lineColor" attribute -
isSetLineColor
boolean isSetLineColor()True if has "lineColor" attribute -
setLineColor
Sets the "lineColor" attribute -
xsetLineColor
Sets (as xml) the "lineColor" attribute -
unsetLineColor
void unsetLineColor()Unsets the "lineColor" attribute -
getLineType
LineTypeType.Enum getLineType()Gets the "lineType" attribute -
xgetLineType
LineTypeType xgetLineType()Gets (as xml) the "lineType" attribute -
isSetLineType
boolean isSetLineType()True if has "lineType" attribute -
setLineType
Sets the "lineType" attribute -
xsetLineType
Sets (as xml) the "lineType" attribute -
unsetLineType
void unsetLineType()Unsets the "lineType" attribute -
getLineWidth
double getLineWidth()Gets the "lineWidth" attribute -
xgetLineWidth
org.apache.xmlbeans.XmlDouble xgetLineWidth()Gets (as xml) the "lineWidth" attribute -
isSetLineWidth
boolean isSetLineWidth()True if has "lineWidth" attribute -
setLineWidth
void setLineWidth(double lineWidth) Sets the "lineWidth" attribute -
xsetLineWidth
void xsetLineWidth(org.apache.xmlbeans.XmlDouble lineWidth) Sets (as xml) the "lineWidth" attribute -
unsetLineWidth
void unsetLineWidth()Unsets the "lineWidth" attribute
-