Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.render
Class CharCounts

java.lang.Object
  extended by org.xhtmlrenderer.render.CharCounts

public class CharCounts
extends java.lang.Object


Constructor Summary
CharCounts()
           
 
Method Summary
 int getNonSpaceCount()
           
 int getSpaceCount()
           
 void setNonSpaceCount(int nonSpaceCount)
           
 void setSpaceCount(int spaceCount)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharCounts

public CharCounts()
Method Detail

getSpaceCount

public int getSpaceCount()

setSpaceCount

public void setSpaceCount(int spaceCount)

getNonSpaceCount

public int getNonSpaceCount()

setNonSpaceCount

public void setNonSpaceCount(int nonSpaceCount)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home