![]() |
API
0.9.7
|
#import <CPImageView.h>
Class Methods | |
(void) | + initialize |
![]() | |
(CPDictionary) | + themeAttributes |
This class is a control that displays an image.
Definition at line 2 of file CPImageView.h.
|
implementation |
Writes the image view out to the coder.
aCoder | the coder to which the image view will be written |
Reimplemented from CPControl.
Provided by category CPImageView(CPCoding).
Definition at line 556 of file CPImageView.j.
|
implementation |
Returns YES
if the image view draws with a drop shadow. The default is NO
.
Definition at line 187 of file CPImageView.j.
|
implementation |
Toggles the display of the image view.
Definition at line 274 of file CPImageView.j.
|
implementation |
Returns the view's image.
Definition at line 120 of file CPImageView.j.
|
implementation |
Definition at line 241 of file CPImageView.j.
|
implementation |
Definition at line 175 of file CPImageView.j.
|
implementation |
Returns the view's image rectangle
Definition at line 295 of file CPImageView.j.
|
implementation |
Returns the image scaling of the control.
Reimplemented from CPControl.
Definition at line 266 of file CPImageView.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 59 of file CPImageView.j.
|
implementation |
Initializes the image view with the provided coder.
aCoder | the coder from which data will be read. |
Reimplemented from CPControl.
Provided by category CPImageView(CPCoding).
Definition at line 528 of file CPImageView.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 79 of file CPImageView.j.
|
implementation |
Definition at line 448 of file CPImageView.j.
|
implementation |
Add a description
Definition at line 303 of file CPImageView.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 420 of file CPImageView.j.
|
implementation |
Definition at line 453 of file CPImageView.j.
|
implementation |
Definition at line 426 of file CPImageView.j.
|
implementation |
Sets whether the image view should draw with a drop shadow.
shouldHaveShadow | whether the image view should have a shadow |
Definition at line 196 of file CPImageView.j.
|
implementation |
Definition at line 125 of file CPImageView.j.
|
implementation |
Sets the type of image alignment that should be used to render the image.
anImageAlignment | the type of scaling to use |
Definition at line 227 of file CPImageView.j.
|
implementation |
Sets the type of image scaling that should be used to render the image.
anImageScaling | the type of scaling to use |
Reimplemented from CPControl.
Definition at line 251 of file CPImageView.j.
|
implementation |
Definition at line 131 of file CPImageView.j.