ArcDiagramView


Abstract

class implementing the view that displays the analysed string and the diagrams above.

Methods

-setArcsWithSet:
sets the arc representations with an NSArray containing NSBezierPaths.
-setSuperString:
set the string to be displayed.

setArcsWithSet:


sets the arc representations with an NSArray containing NSBezierPaths.

- (void)setArcsWithSet:(NSMutableSet *)aSet;

setSuperString:


set the string to be displayed.

- (void)setSuperString:(NSAttributedString *)aString;

(Last Updated M/D/Y)