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

EraseTool

inherits from DrawTool

Object <- ChooseableTool <- DrawTool <- EraseTool



Operations

Get list of all operations

TouchTarget


Attributes

Get list of all attributes

Class EraseTool defines no new attributes.


Fields

Field Type
ChooseableTool: image: Image
HasLineStyleAttribute: lineStyle: LineStyle


Instance template

instance EraseTool tag;
          image: nilObject;
      lineStyle: nilObject;
end instance;

Class definition

Define Class EraseTool;
    // a tool that erases scribbles
    inherits from DrawTool;

    overrides TouchTarget;
end class;