[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ImagePixels

inherits from Pixels
inherits from Cachable

Object <- Pixels <- ImagePixels



Operations

Get list of all operations

Class ImagePixels defines no new operations.


Attributes

Get list of all attributes

PurgeableOwner


Fields

Field Type
Cachable: cachableCacheEntry: Unsigned


Instance template

instance ImagePixels tag;
cachableCacheEntry: 0;
end instance;

Class definition

Define Class ImagePixels;
    inherits from Pixels, Cachable;

    overrides PurgeableOwner;
        // returns iImageCache
end class;