|
DrawKit
Vector and illustration framework for Mac OS X
|
octree quantizer which does a much better job than DKColourQuantizer More...

Instance Methods | |
| (void) | - addNode:colour:level:leafCount:reducibleNodes: |
| (NODE *) | - createNodeAtLevel:leafCount:reducibleNodes: |
| (void) | - deleteTree: |
| (void) | - lookUpNode:level:colour:index: |
| (void) | - paletteColour:index:colour: |
| (void) | - reduceTreeLeafCount:reducibleNodes: |
Instance Methods inherited from DKColourQuantizer | |
| (void) | - analyse: |
| (NSColor *) | - colourForIndex: |
| (NSArray *) | - colourTable |
| (NSUInteger) | - indexForRGB: |
| (id) | - initWithBitmapImageRep:maxColours:colourBits: |
| (NSInteger) | - numberOfColours |
Instance Methods inherited from NSObject | |
| (NSString *) | - address |
| (DKStyleRegistry *) | - applicationWillReturnStyleRegistry |
| (BOOL) | - canBeUsedWithSelectionTool |
| (id) | - categoryManager:shouldReplaceObject:withObject: |
| (Class) | - classForCoder |
| (NSColor *) | - colorValue |
| (NSColor *) | - colourValue |
| (id) | - copy |
| (void) | - dealloc |
| (id) | - deepCopy |
| (NSDictionary *) | - dimensionValuesForArrowStroke: |
| (CGFloat) | - drawing:convertDistanceToExternalCoordinates: |
| (NSPoint) | - drawing:convertLocationToExternalCoordinates: |
| (void) | - drawing:didDrawRect:inView: |
| (void) | - drawing:willDrawRect:inView: |
| (NSString *) | - drawing:willReturnAbbreviationForUnit: |
| (NSString *) | - drawing:willReturnFormattedCoordinateForDistance: |
| (CGFloat) | - drawingWillReturnUnitToPointsConversonFactor: |
| (void) | - finalize |
| (NSString *) | - hexString |
| (void) | - hotspot:didEndTrackingWithEvent:inView: |
| (void) | - hotspot:isTrackingWithEvent:inView: |
| (void) | - hotspot:willBeginTrackingWithEvent:inView: |
| (NSData *) | - imageData |
| (NSImage *) | - imageResourceNamed: |
| (id) | - init |
| (id) | - initWithExpression: |
| (id) | - instantiateObjectWithShortName:parameters: |
| (BOOL) | - isLiteralValue |
| (void) | - layoutManager:willPlaceGlyphAtIndex:atLocation:pathAngle:yOffset: |
| (void) | - menuItem:wasAddedForObject:inCategory: |
| (BOOL) | - moveObjectTo:position:slope:userInfo: |
| (id) | - mutableCopy |
| (void) | - oneShotComplete |
| (void) | - oneShotHasReached: |
| (void) | - oneShotWillBegin |
| (void) | - path:elementIndex:type:points:subPathIndex:subPathClosed:contextInfo: |
| (id) | - placeLinkFromPoint:toPoint:onPath:linkNumber:userInfo: |
| (id) | - placeObjectAtPoint:onPath:position:slope:userInfo: |
| (NSPoint) | - point |
| (NSPoint) | - pointForTextLayout |
| (DKStyle *) | - registry:shouldReplaceStyle:withStyle: |
| (NSBezierPath *) | - renderer:willRenderPath: |
| (void) | - routeFinder:progressHasReached: |
| (void) | - setValue:forNumericParameter: |
| (NSString *) | - stringValue |
| (CGFloat) | - taperFactorAtDistance:onPath:ofLength: |
| (void) | - toolDidPerformUndoableAction: |
| (void) | - toolWillPerformUndoableAction: |
| (NSURL *) | - url |
Instance Methods inherited from <NSObject> | |
| (NSString *) | - description |
| (NSUInteger) | - hash |
| (BOOL) | - isEqual: |
Instance Methods inherited from <NSKeyValueBindingCreation> | |
| (void) | - bind:toObject:withKeyPath:options: |
| (NSArray *) | - exposedBindings |
| (NSDictionary *) | - infoForBinding: |
| (NSArray *) | - optionDescriptionsForBinding: |
| (void) | - unbind: |
| (Class) | - valueClassForBinding: |
Protected Attributes | |
| NSUInteger | m_nLeafCount |
| NSUInteger | m_nOutputMaxColors |
| NODE * | m_pReducibleNodes [9] |
| NODE * | m_pTree |
Protected Attributes inherited from DKColourQuantizer | |
| NSMutableArray * | m_cTable |
| NSSize | m_imageSize |
| NSUInteger | m_maxColours |
| NSUInteger | m_nBits |
Additional Inherited Members | |
Class Methods inherited from NSObject | |
| (id) | + alloc |
| (Class) | + class |
| (void) | + initialize |
| (void) | + load |
| (id) | + new |
Class Methods inherited from <NSKeyValueBindingCreation> | |
| (void) | + exposeBinding: |
octree quantizer which does a much better job than DKColourQuantizer
| - (void) addNode: | (NODE **) | ppNode | |
| colour: | (NSUInteger[]) | rgb | |
| level: | (NSUInteger) | level | |
| leafCount: | (NSUInteger *) | leafCount | |
| reducibleNodes: | (NODE **) | redNodes | |
| - (NODE*) createNodeAtLevel: | (NSUInteger) | level | |
| leafCount: | (NSUInteger *) | leafCount | |
| reducibleNodes: | (NODE **) | redNodes | |
| - (void) deleteTree: | (NODE **) | ppNode |
| - (void) lookUpNode: | (NODE *) | pTree | |
| level: | (NSUInteger) | level | |
| colour: | (NSUInteger[]) | rgb | |
| index: | (NSInteger *) | index | |
| - (void) paletteColour: | (NODE *) | pTree | |
| index: | (NSUInteger *) | pIndex | |
| colour: | (rgb_triple[]) | rgb | |
| - (void) reduceTreeLeafCount: | (NSUInteger *) | leafCount | |
| reducibleNodes: | (NODE **) | redNodes | |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.9.1