// // SPDrawablePoint.h // SonoDraw // // Created by Brad Larson on 6/23/2008. // // This is a custom subclass of DKDrawableShape for the case in our system // where a single droplet needs to be dispensed #import #import @interface SPDrawablePoint : DKDrawablePath { NSPoint mCenter; } - (void) setCenter:(NSPoint)newCenter; @end enum { kSPDrawablePointCenterPart = 22, };