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 Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "fillColor" attribute
    Gets the "lineColor" attribute
    Gets the "lineType" attribute
    double
    Gets the "lineWidth" attribute
    boolean
    True if has "fillColor" attribute
    boolean
    True if has "lineColor" attribute
    boolean
    True if has "lineType" attribute
    boolean
    True if has "lineWidth" attribute
    void
    setFillColor(String fillColor)
    Sets the "fillColor" attribute
    void
    setLineColor(String lineColor)
    Sets the "lineColor" attribute
    void
    Sets the "lineType" attribute
    void
    setLineWidth(double lineWidth)
    Sets the "lineWidth" attribute
    void
    Unsets the "fillColor" attribute
    void
    Unsets the "lineColor" attribute
    void
    Unsets the "lineType" attribute
    void
    Unsets the "lineWidth" attribute
    Gets (as xml) the "fillColor" attribute
    Gets (as xml) the "lineColor" attribute
    Gets (as xml) the "lineType" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "lineWidth" attribute
    void
    Sets (as xml) the "fillColor" attribute
    void
    Sets (as xml) the "lineColor" attribute
    void
    Sets (as xml) the "lineType" attribute
    void
    xsetLineWidth(org.apache.xmlbeans.XmlDouble lineWidth)
    Sets (as xml) the "lineWidth" attribute

    Methods 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, valueHashCode

    Methods 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

      void setFillColor(String fillColor)
      Sets the "fillColor" attribute
    • xsetFillColor

      void xsetFillColor(ColorType fillColor)
      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

      void setLineColor(String lineColor)
      Sets the "lineColor" attribute
    • xsetLineColor

      void xsetLineColor(ColorType lineColor)
      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

      void setLineType(LineTypeType.Enum lineType)
      Sets the "lineType" attribute
    • xsetLineType

      void xsetLineType(LineTypeType lineType)
      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