ASLayoutElementAsciiArtProtocol Protocol Reference

Conforms to NSObject
Declared in ASAsciiArtBoxCreator.h

– asciiArtString required method

Returns an ascii-art representation of this object and its children. For example, an ASInsetSpec may return something like this:

- (NSString *)asciiArtString

Discussion

–ASInsetLayoutSpec–

| ASTextNode |

Declared In

ASAsciiArtBoxCreator.h

– asciiArtName required method

returns the name of this object that will display in the ascii art. Usually this can simply be NSStringFromClass([self class]).

- (NSString *)asciiArtName

Declared In

ASAsciiArtBoxCreator.h