X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITImageView.h diff --git a/ITImageView.h b/ITImageView.h old mode 100755 new mode 100644 index 72b768d..3715a0c --- a/ITImageView.h +++ b/ITImageView.h @@ -1,20 +1,18 @@ /* * ITKit - * ITImageView - * NSImageView subclass which adds new features, such as smooth scaling. + * ITImageView.h * - * Original Author : Matthew Judy - * Responsibility : Matthew Judy + * Custom NSImageView subclass that uses ITImageCell. * - * Copyright (c) 2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ - #import - @interface ITImageView : NSImageView { } @@ -25,23 +23,22 @@ - (BOOL)castsShadow; - (void)setCastsShadow:(BOOL)newSetting; -- (float)shadowElevation; /* Light source elevation in degrees. Defaults to 45.0 */ +- (float)shadowElevation; /* Light source elevation in degrees. Defaults to 45.0 */ - (void)setShadowElevation:(float)newElevation; -- (float)shadowAzimuth; /* Light source azimuth in degrees. Defaults to 90.0 */ +- (float)shadowAzimuth; /* Light source azimuth in degrees. Defaults to 90.0 */ - (void)setShadowAzimuth:(float)newAzimuth; -- (float)shadowAmbient; /* Amount of ambient light. Defaults to 0.15 */ +- (float)shadowAmbient; /* Amount of ambient light. Defaults to 0.15 */ - (void)setShadowAmbient:(float)newAmbient; -- (float)shadowHeight; /* Height above the canvas. Defaults to 1.0 */ +- (float)shadowHeight; /* Height above the canvas. Defaults to 1.0 */ - (void)setShadowHeight:(float)newHeight; -- (float)shadowRadius; /* Blur radius. Defaults to 4.0 */ +- (float)shadowRadius; /* Blur radius. Defaults to 4.0 */ - (void)setShadowRadius:(float)newRadius; -- (float)shadowSaturation; /* Maximum saturation. Defaults to 1.0 */ +- (float)shadowSaturation; /* Maximum saturation. Defaults to 1.0 */ - (void)setShadowSaturation:(float)newSaturation; - -@end +@end \ No newline at end of file