SandMark version 2.1


sandmark.watermark.objectwm
Class Config

java.lang.Object
  |
  +--sandmark.watermark.objectwm.Config

public class Config
extends java.lang.Object

This class contains all the configuration information required by the watermarking algorithm


Field Summary
 java.util.Vector origVector
           
 
Constructor Summary
Config()
           
 
Method Summary
 int getExtractLengthThreshold()
           
 int getMaxCodeInstructions()
           
 int getNumberOfEmbeddingOptions()
           
 int getRecognitionThreshold()
           
 int getThresholdValue()
           
 java.lang.String getWatermarkValue()
           
 void setWatermarkValue(java.lang.String watermark)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origVector

public java.util.Vector origVector
Constructor Detail

Config

public Config()
Method Detail

getThresholdValue

public int getThresholdValue()

getExtractLengthThreshold

public int getExtractLengthThreshold()

getRecognitionThreshold

public int getRecognitionThreshold()

setWatermarkValue

public void setWatermarkValue(java.lang.String watermark)

getWatermarkValue

public java.lang.String getWatermarkValue()

getNumberOfEmbeddingOptions

public int getNumberOfEmbeddingOptions()

getMaxCodeInstructions

public int getMaxCodeInstructions()

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002