Interface FontAccessor

All Known Subinterfaces:
FontAccessor.FontProperty
All Known Implementing Classes:
AsciiArtBuilder

public interface FontAccessor
Provides an accessor for a font property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a font property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a font property.
    static interface 
    Provides a font property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the font from the font property.
  • Method Details

    • getFont

      Font getFont()
      Retrieves the font from the font property.
      Returns:
      The font stored by the font property.