DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | List of all members
<DKRenderable> Protocol Reference
Inheritance diagram for <DKRenderable>:
Inheritance graph
[legend]

Instance Methods

(CGFloat- angle
 
(NSRect- bounds
 
(NSAffineTransform *) - containerTransform
 
(NSSize) - extraSpaceNeeded
 
(NSUInteger- geometryChecksum
 
(NSPoint) - location
 
(NSMutableDictionary *) - renderingCache
 
(NSBezierPath *) - renderingPath
 
(NSSize) - size
 
(BOOL- useLowQualityDrawing
 
- Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Author
Contributions from the community; see CONTRIBUTORS.md
Date
2005-2015

Method Documentation

- (CGFloat) angle

Reimplemented in DKDrawableObject.

- (NSRect) bounds

Reimplemented in DKDrawableObject.

- (NSAffineTransform*) containerTransform

Reimplemented in DKDrawableObject.

- (NSSize) extraSpaceNeeded

Reimplemented in DKDrawableObject.

- (NSUInteger) geometryChecksum

Reimplemented in DKDrawableObject.

- (NSPoint) location

Reimplemented in DKDrawableObject.

- (NSMutableDictionary*) renderingCache
optional
- (NSBezierPath*) renderingPath

Reimplemented in DKDrawableObject.

- (NSSize) size

Reimplemented in DKDrawableObject.

- (BOOL) useLowQualityDrawing

Reimplemented in DKDrawableObject.