Uses of Class
org.eclipse.gef.cloudio.internal.ui.Word
-
Packages that use Word Package Description org.eclipse.gef.cloudio.internal.ui This package provides aCanvas
dedicated to visualizing word clouds (TagCloud
), as well as a relatedContentViewer
(TagCloudViewer
).org.eclipse.gef.cloudio.internal.ui.layout -
-
Uses of Word in org.eclipse.gef.cloudio.internal.ui
Methods in org.eclipse.gef.cloudio.internal.ui that return types with arguments of type Word Modifier and Type Method Description java.util.Set<Word>
TagCloud. getSelection()
Returns the set of selected elements.java.util.List<Word>
TagCloud. getWords()
Method parameters in org.eclipse.gef.cloudio.internal.ui with type arguments of type Word Modifier and Type Method Description protected int
TagCloud. layoutWords(java.util.Collection<Word> wordsToUse, IProgressMonitor monitor)
Generates the layout of the given words.void
TagCloud. setSelection(java.util.Set<Word> words)
Marks the set of elements as selected.int
TagCloud. setWords(java.util.List<Word> values, IProgressMonitor monitor)
Sets the given list as input of the tag cloud, replacing any previous content. -
Uses of Word in org.eclipse.gef.cloudio.internal.ui.layout
Methods in org.eclipse.gef.cloudio.internal.ui.layout with parameters of type Word Modifier and Type Method Description Point
DefaultLayouter. getInitialOffset(Word word, Rectangle cloudArea)
Point
ILayouter. getInitialOffset(Word word, Rectangle cloudArea)
Calculates the initial offset of the given word, within the bounds of the specified rectangle.boolean
DefaultLayouter. layout(Point offset, Word word, Rectangle cloudArea, CloudMatrix mainTree)
Tries to position the given word in the given area.boolean
ILayouter. layout(Point initial, Word word, Rectangle cloudArea, CloudMatrix cloudMatrix)
Places the given word within the defined rectangle, starting at the initial position.
-