org.jasen.config
Class JasenParserConfiguration

java.lang.Object
  extended byorg.jasen.config.JasenParserConfiguration
All Implemented Interfaces:
Serializable

public class JasenParserConfiguration
extends Object
implements Serializable

Holds the configuration data for the native HTML parse used in jASEN.

See Also:
Serialized Form

Constructor Summary
JasenParserConfiguration()
          Default constructor
 
Method Summary
 String getContrastThreshold()
           
 String getMicroElementSize()
           
 String getMicroFontSize()
           
 void setContrastThreshold(String contrastThreshold)
           
 void setMicroElementSize(String microElementSize)
           
 void setMicroFontSize(String microFontSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasenParserConfiguration

public JasenParserConfiguration()
Default constructor

Method Detail

getContrastThreshold

public String getContrastThreshold()

setContrastThreshold

public void setContrastThreshold(String contrastThreshold)

getMicroElementSize

public String getMicroElementSize()

setMicroElementSize

public void setMicroElementSize(String microElementSize)

getMicroFontSize

public String getMicroFontSize()

setMicroFontSize

public void setMicroFontSize(String microFontSize)