Up
Authors
- David Ayers (
ayers@fsfe.org)
-
Date: Generated at 2025-12-01
Copyright: (C) 2009 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWImageInfo.h
Availability: OpenStep
Description forthcoming.
GSWImageInfo declares 4 Instance Variables
+ (
GSWImageInfo*)
imageInfoWithFile: (
NSString*)filename;
Availability: OpenStep
Description forthcoming.
+ (BOOL)
isSupportedExtension: (
NSString*)extenstion;
Availability: OpenStep
Description forthcoming.
+ (BOOL)
pathHasSupportedExtension: (
NSString*)extenstion;
Availability: OpenStep
Description forthcoming.
+ (Class)
subclassForExtension: (
NSString*)extenstion;
Availability: OpenStep
Description forthcoming.
+ (
NSArray*)
supportedExtensions;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
height;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
heightString;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
width;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
widthString;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWImageInfo Class
@protected unsigned int
_height;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_heightString;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected unsigned int
_width;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_widthString;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up