Class Index | File Index

Classes


Built-In Namespace _global_

Method Summary
Method Attributes Method Name and Description
 
addWord(word, listm, mapm, map, stopWords)
Add a single word in a given text to a list and map.
 
addWords(text, listm, mapm, map, stopWords)
Add all words in a given text to a list and map.
 
generateWordList(multiWordList)
Generiert die aktulle Wortliste abh�ngig von de Kapiteln
 
Gibt die Anzahl der aktiven Kapitel retour
 
getColor(size)
Returniert die Farbe Abh�ngig von der gr��e der Schrift
 
Returniert Wortvorkommen �ber aktuelle Kapitel
 
merge(map, left, right)
mergt zwei Sublisten nach gr��e
 
mergeSort(map, list)
Zerlegt Liste in Sublisten f�r Sortierung
 
Zeichenfunktion mit canvas f�r W�rter und Sparklines
 
WordCloud(container)
Konstruktor
Method Detail
addWord(word, listm, mapm, map, stopWords)
Add a single word in a given text to a list and map. list is a list of unique words. map is a set of all found words. stopWords is a set of all words to ignore.
Defined in: ws.js.
Parameters:
word
listm
mapm
map
stopWords

addWords(text, listm, mapm, map, stopWords)
Add all words in a given text to a list and map. list is a list of unique words. map is a set of all found words. stopWords is a set of all words to ignore.
Defined in: ws.js.
Parameters:
text
listm
mapm
map
stopWords

generateWordList(multiWordList)
Generiert die aktulle Wortliste abh�ngig von de Kapiteln
Defined in: ws.js.
Parameters:
multiWordList

getActiveChapters()
Gibt die Anzahl der aktiven Kapitel retour
Defined in: ws.js.

getColor(size)
Returniert die Farbe Abh�ngig von der gr��e der Schrift
Defined in: ws.js.
Parameters:
size

getMaxCount(wort)
Returniert Wortvorkommen �ber aktuelle Kapitel
Defined in: ws.js.
Parameters:
wort

merge(map, left, right)
mergt zwei Sublisten nach gr��e
Defined in: ws.js.
Parameters:
map
left
right

mergeSort(map, list)
Zerlegt Liste in Sublisten f�r Sortierung
Defined in: ws.js.
Parameters:
map
list

redraw()
Zeichenfunktion mit canvas f�r W�rter und Sparklines
Defined in: ws.js.

WordCloud(container)
Konstruktor
Defined in: ws.js.
Parameters:
container

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 14 2012 18:15:56 GMT+0200 (MESZ)