- All Known Subinterfaces:
FontFamilyAccessor.FontFamilyProperty
- All Known Implementing Classes:
AsciiArtBuilder
public interface FontFamilyAccessor
Provides an accessor for a font family property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a font family property returning the builder for applying multiple build operations.static interface
Provides a mutator for a font family property.static interface
Provides a font family property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the font family from the font family property.
-
Method Details
-
getFontFamily
FontFamily getFontFamily()Retrieves the font family from the font family property.- Returns:
- The font family stored by the font family property.
-