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