Uses of Enum Class
org.faceless.publisher.type.TextTransform.Math

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TextTransform.Math in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.TextTransform.Math
    TextTransform.Math.fromString(String s)
     
    static org.faceless.publisher.type.TextTransform.Math
    TextTransform.Math.valueOf(String name)
     
    static org.faceless.publisher.type.TextTransform.Math[]
    TextTransform.Math.values()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.TextTransform.Math in in
    Modifier
    Constructor
    Description
     
    TextTransform(org.faceless.publisher.type.TextTransform.Math math)