Uses of Class
applications.cryptotoolj.AnalyzerFrame

Packages that use AnalyzerFrame
hcrypto.analyzer   
hcrypto.analyzer.evolutionary   
hcrypto.analyzer.tool   
pluginanalyzers   
 

Uses of AnalyzerFrame in hcrypto.analyzer
 

Methods in hcrypto.analyzer with parameters of type AnalyzerFrame
 void CryptoAnalyzer.setup(java.lang.String text, AnalyzerFrame f)
          setup() -- this version of setup was added to make the analyzer compatible with CryptoToolJ.
 

Constructors in hcrypto.analyzer with parameters of type AnalyzerFrame
AffineAnalyzer(AnalyzerFrame f)
           
CaesarAnalyzer(AnalyzerFrame f)
           
DigramAnalyzer(AnalyzerFrame f)
           
VigenereAnalyzer(AnalyzerFrame f)
           
WordBasedAnalyzer(GaParameters params, AnalyzerFrame f)
          WordBasedAnalyzer() -- this constructor is given an object containing parameter settings
 

Uses of AnalyzerFrame in hcrypto.analyzer.evolutionary
 

Methods in hcrypto.analyzer.evolutionary with parameters of type AnalyzerFrame
 void GaPopulation.setDisplay(AnalyzerFrame d)
           
 

Constructors in hcrypto.analyzer.evolutionary with parameters of type AnalyzerFrame
GaAnalyzer(GaParameters params, AnalyzerFrame f)
          GaAnalyzer() -- this constructor is given an object containing parameter settings
NgramGaAnalyzer(GaParameters params, AnalyzerFrame f)
          NgramGaAnalyzer() -- this constructor is given an object containing parameter settings
NgramGaPopulation(AnalyzerFrame f, java.lang.String text, java.lang.String solution, GaParameters params)
          NgramGaPopulation() constructor
WordBasedGaAnalyzer(GaParameters params, AnalyzerFrame f)
          WordBasedGaAnalyzer() -- this constructor is given an object containing parameter settings
WordBasedGaPopulation(AnalyzerFrame f, java.lang.String text, java.lang.String solution, GaParameters params)
          WordBasedGaPopulation() constructor
 

Uses of AnalyzerFrame in hcrypto.analyzer.tool
 

Subclasses of AnalyzerFrame in hcrypto.analyzer.tool
 class PatternWordSearcher
          This analyzer displays pattern words.
 class TextAnalyzer
          Creates a frame in which frequency data are displayed.
 

Constructors in hcrypto.analyzer.tool with parameters of type AnalyzerFrame
EnglishFacts(AnalyzerFrame f)
          Constructor for use with CryptoToolJ
 

Uses of AnalyzerFrame in pluginanalyzers
 

Constructors in pluginanalyzers with parameters of type AnalyzerFrame
NullAnalyzer(AnalyzerFrame f)
           
TestAnalyzer(AnalyzerFrame f)