Uses of Class
org.eclipse.gef.cloudio.internal.ui.TagCloud
-
Packages that use TagCloud Package Description org.eclipse.gef.cloudio.internal.ui This package provides aCanvas
dedicated to visualizing word clouds (TagCloud
), as well as a relatedContentViewer
(TagCloudViewer
). -
-
Uses of TagCloud in org.eclipse.gef.cloudio.internal.ui
Methods in org.eclipse.gef.cloudio.internal.ui that return TagCloud Modifier and Type Method Description TagCloud
TagCloudViewer. getCloud()
Returns theTagCloud
managed by this viewer.Constructors in org.eclipse.gef.cloudio.internal.ui with parameters of type TagCloud Constructor Description TagCloudViewer(TagCloud cloud)
Create a new TagCloudViewer for the givenTagCloud
, which must not benull
.
-