| Package | Description |
|---|---|
| org.eclipse.gef4.cloudio.ui |
This package provides a
Canvas dedicated to visualizing
word clouds (TagCloud), as well as a related
ContentViewer (TagCloudViewer). |
| org.eclipse.gef4.cloudio.ui.layout |
This package defines the contract (
ILayouter)
for algorithms that perform placement of words within a TagCloud,
as well as a related default implementation (DefaultLayouter). |
| Modifier and Type | Method and Description |
|---|---|
ILayouter |
TagCloud.getLayouter() |
ILayouter |
TagCloudViewer.getLayouter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagCloud.setLayouter(ILayouter layouter) |
void |
TagCloudViewer.setLayouter(ILayouter layouter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLayouter |
Copyright (c) 2000, 2012 itemis AG and others. All rights reserved.