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 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 "color" attribute
    boolean
    Gets the "hasColor" attribute
    Gets the "type" attribute
    double
    Gets the "width" attribute
    boolean
    True if has "color" attribute
    boolean
    True if has "hasColor" attribute
    boolean
    True if has "type" attribute
    boolean
    True if has "width" attribute
    void
    Sets the "color" attribute
    void
    setHasColor(boolean hasColor)
    Sets the "hasColor" attribute
    void
    Sets the "type" attribute
    void
    setWidth(double width)
    Sets the "width" attribute
    void
    Unsets the "color" attribute
    void
    Unsets the "hasColor" attribute
    void
    Unsets the "type" attribute
    void
    Unsets the "width" attribute
    Gets (as xml) the "color" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "hasColor" attribute
    Gets (as xml) the "type" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "width" attribute
    void
    Sets (as xml) the "color" attribute
    void
    xsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor)
    Sets (as xml) the "hasColor" attribute
    void
    Sets (as xml) the "type" attribute
    void
    xsetWidth(org.apache.xmlbeans.XmlDouble width)
    Sets (as xml) the "width" 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

    • 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

      void setColor(String color)
      Sets the "color" attribute
    • xsetColor

      void xsetColor(ColorType color)
      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

      Gets the "type" attribute
    • xgetType

      LineTypeType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(LineTypeType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(LineTypeType type)
      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