[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]

IndirectPixelMap

abstract
inherits from PixelMap

Object <- Canvas <- PixelMap <- IndirectPixelMap



Operations

Get list of all operations

CopyPixels
FillBox
FillMask
FillPath
FillText
FlipPixels
FloodFill
MaskPixels
MatchPixels
ModifyPixel
RefreshPixelBox
RefreshWindow
RotatePixels


Attributes

Get list of all attributes

Class IndirectPixelMap defines no new attributes.


Fields

Field Type
PixelMap: portPixels: Pixels
portBounds: PixelBox
portPower: UnsignedShort
portRow: UnsignedShort
portDepth: Unsigned
portRes: PixelDot
portResHRound: SignedShort
portResVRound: SignedShort
portOrigin: Dot
portDither: PixelDot


Instance template

Class IndirectPixelMap cannot be instantiated.


Class definition

Define Class IndirectPixelMap;
    abstract;
    inherits from PixelMap;
    
    operation RefreshPixelBox(refreshThis: PixelBox), noMethod;
    overrides RefreshWindow;
    
    overrides CopyPixels, FillMask, MaskPixels, MatchPixels;
    overrides FillBox, FillPath, FillText;
    overrides ModifyPixel;
    overrides FloodFill, FlipPixels, RotatePixels;
end class;