Package org.refcodes.textual
Interface FontAccessor.FontMutator
-
- All Known Subinterfaces:
AsciiArtBuilder
,FontAccessor.FontProperty
- All Known Implementing Classes:
AsciiArtBuilderImpl
- Enclosing interface:
- FontAccessor
public static interface FontAccessor.FontMutator
Provides a mutator for a font property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFont(Font aFont)
Sets the font for the font property.
-
-
-
Method Detail
-
setFont
void setFont(Font aFont)
Sets the font for the font property.- Parameters:
aFont
- The font to be stored by the font property.
-
-