Object <- Canvas <- PixelMap <- IndirectPixelMap <- FlippedPixelMap |
|
|
Init RefreshPixelBox |
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 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;
#endif // FAX_SERVER Define Class FlippedPixelMap; inherits from IndirectPixelMap; field target: Object, getter, weak; overrides Init, RefreshPixelBox; end class;