public class IndexVisualisationPanel
extends com.google.gwt.user.client.ui.FlowPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
IndexVisualisationPanel(int width,
int height,
String elementID)
A sample jsonVisData is:
|
| Modifier and Type | Method and Description |
|---|---|
void |
visualiseData(Map<String,String> collectionKeyValues,
Map<String,String> wordcloudKeyValues)
Visualise Collections and Words of collections
If collectionKeyValues is null, it visualises only the words in a wordcloud
|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic IndexVisualisationPanel(int width,
int height,
String elementID)
jsonVisData - width - height - public void visualiseData(Map<String,String> collectionKeyValues, Map<String,String> wordcloudKeyValues)
collectionKeyValues - should contain (collection_name, a_number) pairswordcloudKeyValues - should contain (a_word, number_of_occurrences) pairsCopyright © 2014. All Rights Reserved.