Interface Style

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    StyleImpl

    public interface Style
    extends java.io.Serializable
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name
      • setName

        void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getUid

        int getUid()
        Returns:
        the uid
      • setUid

        void setUid​(int uid)
        Parameters:
        uid - the uid to set
      • getIsDefault

        int getIsDefault()
        Returns:
        the isDefault
      • setIsDefault

        void setIsDefault​(int isDefault)
        Parameters:
        isDefault - the isDefault to set
      • getIsRoot

        int getIsRoot()
        Returns:
        the isRoot
      • setIsRoot

        void setIsRoot​(int isRoot)
        Parameters:
        isRoot - the isRoot to set
      • setBasedOn

        void setBasedOn​(StyleReferenceImpl basedOn)
        Parameters:
        basedOn - the basedOn to set
      • setCharstyle

        void setCharstyle​(StyleReferenceImpl charstyle)
        Parameters:
        charstyle - the charstyle to set
      • setProperties

        void setProperties​(StyleProperties properties)
        Parameters:
        properties - the properties to set