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

MainDesktop

inherits from Desktop

Object <- Viewable <- Box <- Desktop <- MainDesktop



Operations

Get list of all operations

CalcOpaqueBox
Draw


Attributes

Get list of all attributes

Class MainDesktop defines no new attributes.


Fields

Field Type
Viewable: superview: Viewable
relativeOrigin: Dot
contentSize: Dot
viewFlags: Flags
labelStyle: TextStyle
color: Unsigned
altColor: Unsigned
shadow: Shadow
sound: Playable
HasBorder: border: Border
Desktop: hOffset: Micron
vOffset: Micron
numPiles: Unsigned
itemsPerPile: Unsigned
hInterval: Micron
vInterval: Micron
hStagger: Micron
MainDesktop: slantCount: Micron
frontOffset: Micron
shadowThickness: Micron
shadowColor: Unsigned


Instance template

instance MainDesktop tag;
 relativeOrigin: <0.0,0.0>;
    contentSize: <0.0,0.0>;
      viewFlags: 0x00000000;
     labelStyle: nilObject;
          color: 0;
       altColor: 0;
         shadow: nilObject;
          sound: nilObject;
         border: nilObject;
        hOffset: <0.0>;
        vOffset: <0.0>;
       numPiles: 0;
   itemsPerPile: 0;
      hInterval: <0.0>;
      vInterval: <0.0>;
       hStagger: <0.0>;
     slantCount: <0.0>;
    frontOffset: <0.0>;
shadowThickness: <0.0>;
    shadowColor: 0;
end instance;

Class definition

Define Class MainDesktop;
    inherits from Desktop;
    
    field slantCount:  Micron;
    field frontOffset: Micron;
    field shadowThickness: Micron;
    field shadowColor: Unsigned;
    
    overrides CalcOpaqueBox, Draw;
end class;