public class DefaultFontStatistics extends Object implements FontStatisticsCollecting
| Constructor and Description |
|---|
DefaultFontStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String fontName,
int fontSize,
String fontColor)
Increments the font style occurrence.
|
static void |
adjust(ScroogeXHTMLBase converter,
Map<FontDef,Integer> map) |
Map<FontDef,Integer> |
getMap() |
public void add(String fontName, int fontSize, String fontColor)
add in interface FontStatisticsCollectingfontName - the current font namefontSize - the current font sizefontColor - the current font colorpublic static void adjust(ScroogeXHTMLBase converter, Map<FontDef,Integer> map)
Copyright © 2019 Habarisoft. All rights reserved.