/headers/OfficeImport/CMShapeBuilder.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface CMShapeBuilder : NSObject
00010 {
00011 }
00012 
00013 + (struct CGPath *)createShapeWithType:(int)fp8 adjustValues:(id)fp12 andOrientedBounds:(id)fp16;
00014 + (struct CGPath *)createShapeWithLinePath:(id)fp8 andStroke:(id)fp12 inOrientedBounds:(id)fp16;
00015 + (struct CGRect)canonicalBounds;
00016 + (struct CGAffineTransform)_transformationForOrientedBounds:(id)fp8;
00017 + (struct CGPath *)_rectangleWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00018 + (struct CGPath *)_parallelogramWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00019 + (struct CGPath *)_trapezoidWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00020 + (struct CGPath *)_ellipseWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00021 + (struct CGPath *)_roundedRectWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00022 + (struct CGPath *)_diamondWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00023 + (struct CGPath *)_triangleWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00024 + (struct CGPath *)_rightTriangleWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00025 + (struct CGPath *)_plusWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00026 + (struct CGPath *)_pentagonWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00027 + (struct CGPath *)_hexagonWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00028 + (struct CGPath *)_octagonWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00029 + (struct CGPath *)_canWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00030 + (struct CGPath *)_cubeWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00031 + (struct CGPath *)_wedgeRectWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00032 + (struct CGPath *)_traightConnector1tWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00033 + (struct CGPath *)_rightArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00034 + (struct CGPath *)_leftArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00035 + (struct CGPath *)_upArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00036 + (struct CGPath *)_downArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00037 + (struct CGPath *)_leftRightArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00038 + (struct CGPath *)_upDownArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00039 + (struct CGPath *)_quadArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00040 + (struct CGPath *)_leftRightUpArrowWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 andAspectRatio:(float)fp36;
00041 + (struct CGPath *)_starWithTransform:(struct CGAffineTransform)fp8 adjustValues:(id)fp32 aspectRatio:(float)fp36 andBranchNumber:(int)fp40;
00042 + (struct CGPoint)_renderElement:(id)fp8 withTransform:(struct CGAffineTransform)fp12 inPath:(struct CGPath *)fp36;
00043 + (struct _NSRect)_boundingBoxForLineEnd:(id)fp8;
00044 + (void)_renderLineEnd:(id)fp8 atPoint:(struct CGPoint)fp12 withOrientation:(float)fp20 inPath:(struct CGPath *)fp24;
00045 
00046 @end
00047