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