Package org.refcodes.textual
Interface FontStyleAccessor.FontStyleMutator
-
- All Known Subinterfaces:
AsciiArtBuilder
,Font
,FontStyleAccessor.FontStyleProperty
- All Known Implementing Classes:
AsciiArtBuilderImpl
,FontImpl
- Enclosing interface:
- FontStyleAccessor
public static interface FontStyleAccessor.FontStyleMutator
Provides a mutator for a font style property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFontStyle(FontStyle aFontStyle)
Sets the font style for the font style property.
-
-
-
Method Detail
-
setFontStyle
void setFontStyle(FontStyle aFontStyle)
Sets the font style for the font style property.- Parameters:
aFontStyle
- The font style to be stored by the font style property.
-
-