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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.FontStretch in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.FontStretch
    FontStretch.CONDENSED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.EXPANDED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.EXTRA_CONDENSED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.EXTRA_EXPANDED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.NORMAL
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.SEMI_CONDENSED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.SEMI_EXPANDED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.ULTRA_CONDENSED
     
    static final org.faceless.publisher.type.FontStretch
    FontStretch.ULTRA_EXPANDED
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.FontStretch in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.FontStretch
    CSSStyle.getFontStretch()
    Get the "font-stretch property.
    org.faceless.publisher.type.FontStretch
    FilterCSSStyle.getFontStretch()
     
    static org.faceless.publisher.type.FontStretch
    FontStretch.getInstance(float f)
    Return an instance matching the value
    static org.faceless.publisher.type.FontStretch
    FontStretch.getInstance(float f0, float f1)
    Return an instance matching the value range
    static org.faceless.publisher.type.FontStretch
    FontStretch.getInstance(String name)
    Return an instance matching the name, or null if no match
    org.faceless.publisher.type.FontStretch
    FontResourceDescriptor.getStretch()
    Return the font-stretch
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.FontStretch in in
    Modifier and Type
    Method
    Description
    int
    FontStretch.compareTo(org.faceless.publisher.type.FontStretch f)
    Presumption is that this is a single item and the other item is the range.
    void
    FontResourceDescriptor.setStretch(org.faceless.publisher.type.FontStretch stretch)
    Set the font-stretch