com.gmail.thejcwk.semantics.gui.couplings
Class TopicMapComponentGenerator

java.lang.Object
  extended by com.gmail.thejcwk.semantics.gui.couplings.TopicMapComponentGenerator

public class TopicMapComponentGenerator
extends java.lang.Object


Field Summary
 java.awt.Color PHRASE_CELL_COLOUR
           
 int PHRASE_SECTION_END
           
 int PHRASE_SECTION_START
           
 double PHRASE_X_OFFSET
           
 int SECTION_COUNT
           
 java.awt.Color SEMANTIC_CELL_COLOUR
           
 int SEMANTIC_SECTION_END
           
 int SEMANTIC_SECTION_START
           
 double SEMANTIC_X_OFFSET
           
 java.awt.Color SYNTACTIC_CELL_COLOUR
           
 int SYNTACTIC_SECTION_END
           
 int SYNTACTIC_SECTION_START
           
 double SYNTACTIC_X_OFFSET
           
 double Y_OFFSET
           
 
Constructor Summary
TopicMapComponentGenerator(PhraseCollection somePhrases, double width, double height)
           
 
Method Summary
 TopicMapComponent generate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECTION_COUNT

public final int SECTION_COUNT
See Also:
Constant Field Values

SEMANTIC_SECTION_START

public final int SEMANTIC_SECTION_START
See Also:
Constant Field Values

SEMANTIC_SECTION_END

public final int SEMANTIC_SECTION_END
See Also:
Constant Field Values

SYNTACTIC_SECTION_START

public final int SYNTACTIC_SECTION_START
See Also:
Constant Field Values

SYNTACTIC_SECTION_END

public final int SYNTACTIC_SECTION_END
See Also:
Constant Field Values

PHRASE_SECTION_START

public final int PHRASE_SECTION_START
See Also:
Constant Field Values

PHRASE_SECTION_END

public final int PHRASE_SECTION_END
See Also:
Constant Field Values

SEMANTIC_CELL_COLOUR

public final java.awt.Color SEMANTIC_CELL_COLOUR

SYNTACTIC_CELL_COLOUR

public final java.awt.Color SYNTACTIC_CELL_COLOUR

PHRASE_CELL_COLOUR

public final java.awt.Color PHRASE_CELL_COLOUR

SEMANTIC_X_OFFSET

public final double SEMANTIC_X_OFFSET
See Also:
Constant Field Values

SYNTACTIC_X_OFFSET

public final double SYNTACTIC_X_OFFSET
See Also:
Constant Field Values

PHRASE_X_OFFSET

public final double PHRASE_X_OFFSET
See Also:
Constant Field Values

Y_OFFSET

public final double Y_OFFSET
See Also:
Constant Field Values
Constructor Detail

TopicMapComponentGenerator

public TopicMapComponentGenerator(PhraseCollection somePhrases,
                                  double width,
                                  double height)
Method Detail

generate

public TopicMapComponent generate()