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

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

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.TransformType in in
    Modifier and Type
    Method
    Description
    void
    MeshGradientBuilder.init(org.faceless.publisher.type.Length x, org.faceless.publisher.type.Length y, org.faceless.publisher.type.UnitsProp units, org.faceless.publisher.type.MeshGradientTypeProp type, org.faceless.publisher.type.TransformType transform, AffineTransform t, org.faceless.publisher.type.LengthEvaluationContext[] ctx, int rows, int cols)
     
  • Uses of org.faceless.publisher.type.TransformType in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.TransformType in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.TransformType
    TransformType.NONE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TransformType in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.TransformType
    TransformType.concatenate(org.faceless.publisher.type.TransformType... all)
     
    static org.faceless.publisher.type.TransformType
    TransformType.getInstance(AffineTransform t)
     
    org.faceless.publisher.type.TransformType
    CSSStyle.getPerspective()
    Returns the value of the perspective property as a transform.
    org.faceless.publisher.type.TransformType
    FilterCSSStyle.getPerspective()
     
    static org.faceless.publisher.type.TransformType
    TransformType.getPerspective(org.faceless.publisher.type.Length l)
     
    org.faceless.publisher.type.TransformType
    CSSStyle.getTransform()
    Returns the value of the transform property.
    org.faceless.publisher.type.TransformType
    FilterCSSStyle.getTransform()
     
    org.faceless.publisher.type.TransformType
    TransformType.inverse()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.TransformType in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.TransformType
    TransformType.concatenate(org.faceless.publisher.type.TransformType... all)