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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.LengthPair in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.LengthPair
    LengthPair.AUTO
     
    static final org.faceless.publisher.type.LengthPair
    LengthPair.AUTO_LANDSCAPE
     
    static final org.faceless.publisher.type.LengthPair
    RadialGradientResource.CLOSEST_CORNER
     
    static final org.faceless.publisher.type.LengthPair
    RadialGradientResource.CLOSEST_SIDE
     
    static final org.faceless.publisher.type.LengthPair
    RadialGradientResource.FARTHEST_CORNER
     
    static final org.faceless.publisher.type.LengthPair
    RadialGradientResource.FARTHEST_SIDE
     
    static final org.faceless.publisher.type.LengthPair
    LengthPair.ZERO
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.LengthPair in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBFOTrimSize()
     
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBFOTrimSize()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBorderBottomLeftRadius()
    Returns the value of the border-bottom-left-radius property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBorderBottomLeftRadius()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBorderBottomRightRadius()
    Returns the value of the border-bottom-right-radius property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBorderBottomRightRadius()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBorderSpacing()
    Returns the value of the border-spacing property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBorderSpacing()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBorderTopLeftRadius()
    Returns the value of the border-top-left-radius property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBorderTopLeftRadius()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getBorderTopRightRadius()
    Returns the value of the border-top-right-radius property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getBorderTopRightRadius()
     
    org.faceless.publisher.type.LengthPair
    CSSStyle.getSize()
    Return the value of the size property.
    org.faceless.publisher.type.LengthPair
    FilterCSSStyle.getSize()
     
    abstract org.faceless.publisher.type.LengthPair
    RadialGradientResource.getSize()
     
    static org.faceless.publisher.type.LengthPair
    LengthPair.resolveAutoPageSize(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.Document document)
    Work out what "auto" means.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.LengthPair in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BasicShape
    BasicShape.createInset(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left, org.faceless.publisher.type.LengthPair tlr, org.faceless.publisher.type.LengthPair trr, org.faceless.publisher.type.LengthPair brr, org.faceless.publisher.type.LengthPair blr)
    Create a BasicShape from an inset()
    Method parameters in org.faceless.publisher.type with type arguments of type org.faceless.publisher.type.LengthPair in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BasicShape
    BasicShape.createPolygon(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, int windingRule, List<org.faceless.publisher.type.LengthPair> pairs)
    Create a BasicShape from a polygon()