public class WordCloudGroup extends Object implements com.google.gwt.core.client.EntryPoint
| Constructor and Description |
|---|
WordCloudGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createVisualisations(String divID,
String width,
String height) |
static void |
createVisualisationsJS(String divID,
String width,
String height) |
void |
createWordcloud(String divID,
String width,
String height) |
static void |
createWordcloudJS(String divID,
String width,
String height) |
void |
onModuleLoad() |
static String |
transformFilterStopwordsJS(String originalJSON) |
void |
visualiseCollections(String collectionsJSON,
String wordcloudDataJSON,
String width,
String height)
Use this for a group of visualisations (wordcloud with surrounding ring)
|
static void |
visualiseCollectionsJS(String divID,
String collectionsJSON,
String wordsJSON,
String width,
String height,
boolean createnew) |
void |
visualiseWordcloud(String wordcloudDataJSON,
String width,
String height)
Use this for a single cloud visualisation (just a wordcloud)
|
static void |
visualiseWordCloudJS(String divID,
String wordsJSON,
String width,
String height,
boolean createnew) |
public void onModuleLoad()
onModuleLoad in interface com.google.gwt.core.client.EntryPointpublic void visualiseWordcloud(String wordcloudDataJSON, String width, String height)
wordcloudDataJSON - width - height - public static void visualiseWordCloudJS(String divID, String wordsJSON, String width, String height, boolean createnew)
public static String transformFilterStopwordsJS(String originalJSON)
originalJSON - the json as output by the gCube indexpublic void visualiseCollections(String collectionsJSON, String wordcloudDataJSON, String width, String height)
collectionsJSON - wordcloudDataJSON - width - height - public static void createVisualisationsJS(String divID, String width, String height)
Copyright © 2014. All Rights Reserved.