Uses of Enum Class
org.faceless.publisher.type.BaselineProp

Packages that use org.faceless.publisher.type.BaselineProp
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.BaselineProp in org.faceless.publisher.output

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.BaselineProp in in
    Modifier and Type
    Method
    Description
    float
    GeneralText.getShapeBaseline(org.faceless.publisher.type.BaselineProp baseline)
     
  • Uses of org.faceless.publisher.type.BaselineProp in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BaselineProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BaselineProp[]
    BaselineProp.alignmentBaselineValues()
     
    static org.faceless.publisher.type.BaselineProp[]
    BaselineProp.dominantBaselineValues()
     
    org.faceless.publisher.type.BaselineProp
    Strut.getAlign()
    Return the baseline property for this strut
    org.faceless.publisher.type.BaselineProp
    CSSStyle.getAlignmentBaseline()
    Returns the value of the alignment-baseline property.
    org.faceless.publisher.type.BaselineProp
    FilterCSSStyle.getAlignmentBaseline()
     
    org.faceless.publisher.type.BaselineProp
    CSSStyle.getDominantBaseline()
    Returns the value of the dominant-baseline property.
    org.faceless.publisher.type.BaselineProp
    FilterCSSStyle.getDominantBaseline()
     
    static org.faceless.publisher.type.BaselineProp
    BaselineProp.valueOf(String name)
     
    static org.faceless.publisher.type.BaselineProp[]
    BaselineProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.BaselineProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.BaselineProp>
    BaselineProp.getParser()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BaselineProp in in
    Modifier and Type
    Method
    Description
    float
    Strut.get(org.faceless.publisher.type.BaselineProp a)
    Get a value from this Strut
    float
    ReplacedInline.getShapeBaseline(org.faceless.publisher.type.BaselineProp baseline)
    Return the position of the specified baseline on the Shape that would be returned from getShape.
    void
    Strut.set(org.faceless.publisher.type.BaselineProp v, float f)
    Set a value in this Strut