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

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

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.MeshGradientTypeProp 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.MeshGradientTypeProp in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.MeshGradientTypeProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.MeshGradientTypeProp
    MeshGradientTypeProp.valueOf(String name)
     
    static org.faceless.publisher.type.MeshGradientTypeProp[]
    MeshGradientTypeProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.MeshGradientTypeProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.MeshGradientTypeProp>
    MeshGradientTypeProp.getParser()