#include "Platform/Platform.h"
#include "Platform/DOM/CPDOMDisplayServer.h"
#include "CoreGraphics/CGGeometry.h"
Go to the source code of this file.
Variables | |
import< Foundation/CPNotificationCenter.j > import CPControl j import CPImage j import CPShadowView j | CPScaleProportionally = 0 |
CPScaleToFit = 1 | |
CPScaleNone = 2 | |
var | CPImageViewShadowBackgroundColor = nil |
var | LEFT_SHADOW_INSET = 3.0 |
var | RIGHT_SHADOW_INSET = 3.0 |
var | TOP_SHADOW_INSET = 3.0 |
var | BOTTOM_SHADOW_INSET = 5.0 |
var | VERTICAL_SHADOW_INSET = TOP_SHADOW_INSET + BOTTOM_SHADOW_INSET |
var | HORIZONTAL_SHADOW_INSET = LEFT_SHADOW_INSET + RIGHT_SHADOW_INSET |
var | CPImageViewImageKey = @"@"CPImageViewImageKey" |
var | CPImageViewImageScalingKey = @"@"CPImageViewImageScalingKey" |
var | CPImageViewHasShadowKey = @"@"CPImageViewHasShadowKey" |
var BOTTOM_SHADOW_INSET = 5.0 |
Definition at line 57 of file CPImageView.j.
var CPImageViewHasShadowKey = @"@"CPImageViewHasShadowKey" |
Definition at line 346 of file CPImageView.j.
var CPImageViewImageKey = @"@"CPImageViewImageKey" |
Definition at line 344 of file CPImageView.j.
Definition at line 345 of file CPImageView.j.
var CPImageViewShadowBackgroundColor = nil |
Definition at line 52 of file CPImageView.j.
CPScaleNone = 2 |
Definition at line 49 of file CPImageView.j.
import<Foundation/CPNotificationCenter.j> import CPControl j import CPImage j import CPShadowView j CPScaleProportionally = 0 |
Definition at line 39 of file CPImageView.j.
CPScaleToFit = 1 |
Definition at line 44 of file CPImageView.j.
Definition at line 59 of file CPImageView.j.
var LEFT_SHADOW_INSET = 3.0 |
Definition at line 54 of file CPImageView.j.
var RIGHT_SHADOW_INSET = 3.0 |
Definition at line 55 of file CPImageView.j.
var TOP_SHADOW_INSET = 3.0 |
Definition at line 56 of file CPImageView.j.
Definition at line 58 of file CPImageView.j.