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

FlippedPixelMap

inherits from IndirectPixelMap

Object <- Canvas <- PixelMap <- IndirectPixelMap <- FlippedPixelMap



Operations

Get list of all operations

Init
RefreshPixelBox


Attributes

Get list of all attributes

Class FlippedPixelMap 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
FlippedPixelMap: target: Object


Instance template

instance FlippedPixelMap tag;
     portPixels: nilObject;
     portBounds: <0,0,0,0>;
      portPower: 0;
        portRow: 0;
      portDepth: 0;
        portRes: <0,0>;
  portResHRound: 0;
  portResVRound: 0;
     portOrigin: <0.0,0.0>;
     portDither: <0,0>;
         target: nilObject;
end instance;

Class definition

#endif 
        // FAX_SERVER
Define Class FlippedPixelMap;
    inherits from IndirectPixelMap;
    
    field target: Object, getter, weak;

    overrides Init, RefreshPixelBox;
end class;