Class Format.Builder

  • Enclosing class:
    Format

    public static final class Format.Builder
    extends Object
    Builds Format instances.

    Use Format#buildUpon() to obtain a builder representing an existing Format.

    When building formats, populate all fields whose values are known and relevant to the type of format being constructed. See the Format Javadoc for information about which fields should be set for different types of format.