Uses of Interface
org.faceless.publisher.type.AlignmentContext

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

    Methods in org.faceless.publisher.type with parameters of type AlignmentContext
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Alignment
    Alignment.getUsedAlignOrJustifyContent(AlignmentContext ctx)
    Return the used value for this Alignment if it were the value of "align-content" or "justify-content" (logic is the same).
    org.faceless.publisher.type.Alignment
    Alignment.getUsedAlignSelf(AlignmentContext ctx)
    Return the used value for this Alignment if it were the value of "align-self" The value returned will never be normal or auto.
    org.faceless.publisher.type.Alignment
    Alignment.getUsedJustifySelf(AlignmentContext ctx)
    Return the used value for this Alignment if it were the value of "justify-self" The value returned will never be normal or auto.
    boolean
    Alignment.isEffectivelyRight(AlignmentContext ctx)
    Return true if this alignment is "right" or a start/end value that computes to right.