Package org.xhtmlrenderer.render
Class CharCounts
- java.lang.Object
-
- org.xhtmlrenderer.render.CharCounts
-
public class CharCounts extends Object
-
-
Constructor Summary
Constructors Constructor Description CharCounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNonSpaceCount()intgetSpaceCount()voidsetNonSpaceCount(int nonSpaceCount)voidsetSpaceCount(int spaceCount)
-