Tizen Native API
4.0
|
Enumerations | |
enum | |
Enumeration for the instance of properties belonging to the ImageVisual. More... |
anonymous enum |
Enumeration for the instance of properties belonging to the ImageVisual.
URL |
The URL of the image. Name "url", type Property::STRING or Property::ARRAY of Property::STRING.
|
FITTING_MODE |
Fitting options, used when resizing images to fit desired dimensions. Name "fittingMode", type Dali::FittingMode (Property::INTEGER) or Property::STRING.
|
SAMPLING_MODE |
Filtering options, used when resizing images to sample original pixels. Name "samplingMode", type Dali::SamplingMode (Property::INTEGER) or Property::STRING.
|
DESIRED_WIDTH |
The desired image width. Name "desiredWidth", type Property::INTEGER.
|
DESIRED_HEIGHT |
The desired image height. Name "desiredHeight", type Property::INTEGER.
|
SYNCHRONOUS_LOADING |
Whether to load the image synchronously. Name "synchronousLoading", type Property::BOOLEAN.
|
BORDER_ONLY |
If true, only draws the borders. Name "borderOnly", type Property::BOOLEAN.
|
PIXEL_AREA |
The image area to be displayed. Name "pixelArea", type Property::VECTOR4. It is a rectangular area. The first two elements indicate the top-left position of the area, and the last two elements are the area width and height respectively.
|
WRAP_MODE_U |
The wrap mode for u coordinate. Name "wrapModeU", type Dali::WrapMode::Type (Property::INTEGER) or Property::STRING. It decides how the texture should be sampled when the u coordinate exceeds the range of 0.0 to 1.0.
|
WRAP_MODE_V |
The wrap mode for v coordinate. Name "wrapModeV", type Dali::WrapMode::Type (Property::INTEGER) or Property::STRING. it decides how the texture should be sampled when the v coordinate exceeds the range of 0.0 to 1.0.
|
BORDER |
The border of the image. Name "border", type Property::RECTANGLE or Property::VECTOR4. The border of the image in the order: left, right, bottom, top.
|
ATLASING |
Whether to use the texture atlas. Name "atlasing", type Property::BOOLEAN.
|
ALPHA_MASK_URL |
URL of a masking image. Name "alphaMaskUrl", type Property::STRING, URL of image to apply as a mask after image loading. If set after the main URL has finished loading, this may necessitate a re-load of the main image. The alpha mask image will be scaled on load to match the size of the main image, then applied to the pixel data before uploading to GL.
|
BATCH_SIZE |
Defines the batch size for pre-loading images in the AnimatedImageVisual. Name "batchSize", type Property::INTEGER, number of images to pre-load before starting to play. Default value: 1
|
CACHE_SIZE |
Defines the cache size for loading images in the AnimatedImageVisual. Name "cacheSize", type Property::INTEGER, number of images to keep cached ahead during playback. Default value: 1
|
FRAME_DELAY |
The number of milliseconds between each frame in the AnimatedImageVisual. Name "frameDelay", type Property::INTEGER, The number of milliseconds between each frame.
|
MASK_CONTENT_SCALE |
The scale factor to apply to the content image before masking. Name "maskContentScale", type Property::FLOAT, The scale factor to apply to the content before masking. Note, scaled images are cropped to the same size as the alpha mask.
|
CROP_TO_MASK |
Whether to crop image to mask or scale mask to fit image. Name "cropToMask", type Property::BOOLEAN, True if the image should be cropped to match the mask size, or false if the image should remain the same size.
|
LOAD_POLICY |
The policy to determine when an image should be loaded. Name "loadPolicy", Type LoadPolicy::Type (Property::INTEGER)or Property::STRING.
|
RELEASE_POLICY |
The policy to determine when an image should no longer be cached. Name "releasePolicy", Type ReleasePolicy::Type (Property::INTEGER) or Property::STRING
|
ORIENTATION_CORRECTION |
Determines if image orientation should be corrected so the image displays as it was intended. Name "orientationCorrection", Type Property::BOOLEAN, if true the image's orientation will be corrected.
|