calculateArcs |
calculates arcs with the list of matching pairs.
- (void)calculateArcs;
initWithView: |
initialises a new arc diagram controller with a given arc diagram view.
- (id)initWithView:(ArcDiagramView *)aArcDiagramView;
prepareSuperStringAttributes |
sets string attributes. fonts, size etc.
- (void)prepareSuperStringAttributes;
renderView |
prepare arc diagram view and call it to render.
- (void)renderView;
setEssentialMatchingPairs: |
sets a list of essential matching pairs.
- (void)setEssentialMatchingPairs:(NSArray *)someEssentialMatchingPairs;
setSuperString: |
sets string to be displayed.
- (void)setSuperString:(NSString *)aString;
(Last Updated M/D/Y)