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

ColorMatrix

abstract
inherits from Box

Object <- Viewable <- Box <- ColorMatrix



Operations

Get list of all operations

AdjustSize
CalcInsidePart
ConstrainSize
Touch


Attributes

Get list of all attributes

BoxSize
CanDrawIn


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
ColorMatrix: boxSize: Micron


Instance template

Class ColorMatrix cannot be instantiated.


Class definition

Define Class ColorMatrix;
    abstract;
    inherits from Box;

    field boxSize: Micron, getter, setter;

    attribute BoxSize: Micron, safe, common;

    overrides AdjustSize, ConstrainSize;

    overrides CalcInsidePart;
    overrides CanDrawIn;
    overrides Touch;
end class;