From 2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 9 Oct 2010 14:12:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20field=20editor=20sheet=20to=20su?= =?UTF-8?q?pport=20geometry=20fields=20-=20additionally=20it=20shows=20the?= =?UTF-8?q?=20image=20-=20image=20can=20be=20saved=20as=20pdf=20if=20image?= =?UTF-8?q?=20is=20displayed=20via=20Save=20button;=20if=20text=20is=20sel?= =?UTF-8?q?ected=20the=20wkt=20string=20will=20be=20saved?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPGeometryDataView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPGeometryDataView.h') diff --git a/Source/SPGeometryDataView.h b/Source/SPGeometryDataView.h index fa1168c5..3ef066e5 100644 --- a/Source/SPGeometryDataView.h +++ b/Source/SPGeometryDataView.h @@ -43,9 +43,11 @@ } +- (id)initWithCoordinates:(NSDictionary*)coord targetDimension:(CGFloat)targetDimension; - (id)initWithCoordinates:(NSDictionary*)coord; - (void)setMax:(NSArray*)bbox; - (NSPoint)normalizePoint:(NSPoint)aPoint; - (NSImage*)thumbnailImage; +- (NSData*)pdfData; @end -- cgit v1.2.3