Uses of Class
org.refcodes.textual.AsciiArtBuilder
-
Uses of AsciiArtBuilder in org.refcodes.textual
Modifier and TypeMethodDescriptionAsciiArtBuilder.withAsciiArtMode
(AsciiArtMode aAsciiArtMode) Sets the ASCII-Art mode for the ASCII_HEADER_ASCII_BODY art mode property.AsciiArtBuilder.withAsciiColorPalette
(org.refcodes.data.AsciiColorPalette aAsciiColorPalette) Sets the ASCII_HEADER_ASCII_BODY color palette for the ASCII_HEADER_ASCII_BODY color palette property.AsciiArtBuilder.withAsciiColors
(char... aAsciiColors) Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.AsciiArtBuilder.withAsciiColors
(String aAsciiColors) Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.AsciiArtBuilder.withColumnWidth
(int aColumnWidth) Sets the font for the font property.AsciiArtBuilder.withFontFamily
(FontFamily aFontName) Sets the font family for the font family property.AsciiArtBuilder.withFontName
(String aFontName) Sets the font name for the font name property.AsciiArtBuilder.withFontSize
(int aFontSize) Sets the font style for the font style property.AsciiArtBuilder.withFontStyle
(FontStyle aFontStyle) Sets the font style for the font style property.AsciiArtBuilder.withImageFile
(File aImageFile) Sets the image file for thePixmap
property.AsciiArtBuilder.withImageInputStream
(InputStream aImageStream) Sets the image'sInputStream
for thePixmap
property.AsciiArtBuilder.withPixmapRatioMode
(PixmapRatioMode aPixmapRatioMode) Sets thePixmap
ratio mode for thePixmap
ratio mode property.AsciiArtBuilder.withRgbPixmap
(org.refcodes.graphical.RgbPixmap aPixmap) Sets thePixmap
for thePixmap
property.