Package org.eclipse.zest.cloudio.layout
Interface ILayouter
- All Known Implementing Classes:
- DefaultLayouter
public interface ILayouter
- 
Method SummaryModifier and TypeMethodDescriptiongetInitialOffset(Word word, Rectangle cloudArea) Calculates the initial offset of the given word, within the bounds of the specified rectangle.booleanlayout(Point initial, Word word, Rectangle cloudArea, CloudMatrix cloudMatrix) Places the given word within the defined rectangle, starting at the initial position.voidSet Layouter-specific options.
- 
Method Details- 
layoutPlaces the given word within the defined rectangle, starting at the initial position.- Parameters:
- initial-
- word-
- cloudArea-
- cloudMatrix-
 
- 
getInitialOffsetCalculates the initial offset of the given word, within the bounds of the specified rectangle. The layout algorithm will try to find a matching position around the initial offset.- Parameters:
- word-
- cloudArea-
 
- 
setOptionSet Layouter-specific options. SeeDefaultLayouteras an example.- Parameters:
- optionName-
- object-
 
 
-