aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeometryDataView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGeometryDataView.h')
-rw-r--r--Source/SPGeometryDataView.h2
1 files changed, 2 insertions, 0 deletions
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