Uses of Class
org.eclipse.zest.cloudio.Word
Packages that use Word
- 
Uses of Word in org.eclipse.zest.cloudioMethods in org.eclipse.zest.cloudio that return types with arguments of type WordModifier and TypeMethodDescriptionTagCloud.getSelection()Returns the set of selected elements.TagCloud.getWords()Method parameters in org.eclipse.zest.cloudio with type arguments of type WordModifier and TypeMethodDescriptionprotected intTagCloud.layoutWords(Collection<Word> wordsToUse, IProgressMonitor monitor) Generates the layout of the given words.voidTagCloud.setSelection(Set<Word> words) Marks the set of elements as selected.intTagCloud.setWords(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.zest.cloudio.layoutMethods in org.eclipse.zest.cloudio.layout with parameters of type WordModifier and TypeMethodDescriptionDefaultLayouter.getInitialOffset(Word word, Rectangle cloudArea) ILayouter.getInitialOffset(Word word, Rectangle cloudArea) Calculates the initial offset of the given word, within the bounds of the specified rectangle.booleanDefaultLayouter.layout(Point offset, Word word, Rectangle cloudArea, CloudMatrix mainTree) Tries to position the given word in the given area.booleanILayouter.layout(Point initial, Word word, Rectangle cloudArea, CloudMatrix cloudMatrix) Places the given word within the defined rectangle, starting at the initial position.