#import <WordCloudView.h>
Public Member Functions | |
| (void) | - scaleLayersToSize: |
| Scales Word Cloud to size of window. | |
| (void) | - buildCloud |
| Builds and displays the Word Cloud. | |
Protected Attributes | |
| NSArray * | layers |
| IBOutlet NSScrollView * | scrollView |
| IBOutlet NSPanel * | wordInfoPanel |
| IBOutlet NSTextField * | wordTextField |
| IBOutlet NSTextField * | countTextField |
| IBOutlet WordTreeView * | wordTreeView |
Properties | |
| NSDictionary * | wordDict |
| NSPanel * | wordInfoPanel |
| - (void) buildCloud |
Builds and displays the Word Cloud.
The words are ordered alphabetically and scaled according to their count. The color is purely random.
| - (void) scaleLayersToSize: | (NSSize) | size |
Scales Word Cloud to size of window.
- (IBOutlet NSTextField*) countTextField [protected] |
- (NSArray*) layers [protected] |
- (IBOutlet NSScrollView*) scrollView [protected] |
- (IBOutlet NSPanel*) wordInfoPanel [protected] |
- (IBOutlet NSTextField*) wordTextField [protected] |
- (IBOutlet WordTreeView*) wordTreeView [protected] |
- (NSDictionary *) wordDict [read, write, retain] |
- (NSPanel*) wordInfoPanel [read, write, retain] |
1.5.9