phrase nets
Public Member Functions | Package Attributes
pn::PhraseNets Class Reference

Inherits PApplet.

List of all members.

Public Member Functions

 PhraseNets (int displayWidth, int displayHeight)
void visualize (ParseResult data)
void setup ()
void draw ()
void mousePressed ()
void mouseDragged ()
void mouseReleased ()
void changeDisplay (int width, int height)

Package Attributes

final int _wordColorB = 0xFF002369

Detailed Description

Handles visualization of the phrase net

Author:
Maria

Constructor & Destructor Documentation

pn::PhraseNets::PhraseNets ( int  displayWidth,
int  displayHeight 
) [inline]

Ctor.

Parameters:
displayWidthwidth of PApplet
displayHeightheight of PApplet

Member Function Documentation

void pn::PhraseNets::changeDisplay ( int  width,
int  height 
) [inline]

Changes the width and height attributes of the drawing area. Does not resize the window or frame!

Parameters:
widthnew display width
heightnew display height
void pn::PhraseNets::visualize ( ParseResult  data) [inline]

Visualizes the given ParseResult

Parameters:
dataParseResult to visualize

The documentation for this class was generated from the following file:
 All Classes Functions Variables