- All Known Subinterfaces:
FontNameAccessor.FontNameProperty
- All Known Implementing Classes:
AsciiArtBuilder
- Enclosing interface:
- FontNameAccessor
public static interface FontNameAccessor.FontNameMutator
Provides a mutator for a font name property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFontName
(String aFontName) Sets the font name for the font name property.
-
Method Details
-
setFontName
Sets the font name for the font name property.- Parameters:
aFontName
- The font name to be stored by the font name property.
-