ALKMaps.Control.PointMenu

  • This control creates a set of vector editing tools.
  • Inherits from:
*ALKMaps.Control.Panel
Summary
ALKMaps.Control.PointMenu
Properties
layer{ALKMaps.Layer.Vector} The drawing layer
pointName{String} drawing type name.
pointSize{Number} drawing size.
Constructor
ALKMaps.Control.PointMenu
Functions
drawcalls the default draw, and then activates mouse defaults.

Properties

layer

{ALKMaps.Layer.Vector} The drawing layer

pointName

{String} drawing type name.  When user clicks on a button control, this value will be updated.

pointSize

{Number} drawing size.

Constructor

ALKMaps.Control.PointMenu

Parameters

layer{ALKMaps.Layer.Vector} The drawing layer
options{Object} An optional object whose properties will be used to extend the control.

Functions

draw

draw: function()

calls the default draw, and then activates mouse defaults.

draw: function()
calls the default draw, and then activates mouse defaults.
The Panel control is a container for other controls.
Close