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

Packages that use org.faceless.publisher.type.UnicodeRange
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.UnicodeRange in org.faceless.publisher.output

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.UnicodeRange in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.UnicodeRange
    GeneralFontResource.getUnicodeRange()
     
  • Uses of org.faceless.publisher.type.UnicodeRange in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.UnicodeRange in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.UnicodeRange
    UnicodeRange.ALL
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.UnicodeRange in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.UnicodeRange
    UnicodeRange.getInstance(String val)
    Given a modified UnicodeRange string like "FF,FF00-FFFF,FF??"
    static org.faceless.publisher.type.UnicodeRange
    UnicodeRange.getInstance(BitSet b)
    Create a UnicodeRange from the BitSet
    static org.faceless.publisher.type.UnicodeRange
    UnicodeRange.getInstance(List<Integer> t)
    Create a UnicodeRange from the characters ranges in the list.
    org.faceless.publisher.type.UnicodeRange
    FontResource.getUnicodeRange()
     
    org.faceless.publisher.type.UnicodeRange
    FontResourceDescriptor.getUnicodeRange()
     
    org.faceless.publisher.type.UnicodeRange
    UnicodeRange.merge(org.faceless.publisher.type.UnicodeRange other)
    Return a UnicodeRange that is a logical-and of this UnicodeRange and the one supplied.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.UnicodeRange in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.UnicodeRange
    UnicodeRange.merge(org.faceless.publisher.type.UnicodeRange other)
    Return a UnicodeRange that is a logical-and of this UnicodeRange and the one supplied.
    void
    FontResourceDescriptor.setUnicodeRange(org.faceless.publisher.type.UnicodeRange range)