Uses of Class
org.faceless.publisher.type.LineStyle

Packages that use org.faceless.publisher.type.LineStyle
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.LineStyle in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.LineStyle in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.LineStyle[]
    LineStyle.ALL
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.AUTO
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.DASHED
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.DOTTED
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.DOUBLE
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.GROOVE
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.HIDDEN
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.INSET
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.NONE
     
    static final org.faceless.publisher.type.LineStyle[]
    LineStyle.OUTLINEVALUES
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.OUTSET
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.RIDGE
     
    static final org.faceless.publisher.type.LineStyle
    LineStyle.SOLID
     
    static final org.faceless.publisher.type.LineStyle[]
    LineStyle.VALUES
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.LineStyle in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.LineStyle
    LineStyle.fromString(String ident, org.faceless.publisher.type.LineStyle[] values)
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getBorderBottomStyle()
    Returns the value of the border-bottom-style property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getBorderBottomStyle()
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getBorderLeftStyle()
    Returns the value of the border-left-style property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getBorderLeftStyle()
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getBorderRightStyle()
    Returns the value of the border-right-style property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getBorderRightStyle()
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getBorderTopStyle()
    Returns the value of the border-top-style property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getBorderTopStyle()
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getColumnRuleStyle()
    Return the value of the column-rule-style property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getColumnRuleStyle()
     
    org.faceless.publisher.type.LineStyle
    CSSStyle.getOutlineStyle()
    Returns the value of the outline-style CSS property.
    org.faceless.publisher.type.LineStyle
    FilterCSSStyle.getOutlineStyle()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.LineStyle in in
    Modifier and Type
    Method
    Description
    int
    LineStyle.compareTo(org.faceless.publisher.type.LineStyle other)
     
    static org.faceless.publisher.type.LineStyle
    LineStyle.fromString(String ident, org.faceless.publisher.type.LineStyle[] values)