Packagecom.comtaste.pantaste.common
Classpublic class DashConstants

This class exposes some constants.



Public Constants
 ConstantDefined by
  DEFAULT_DASH_CASCADE_SIZE : Number = 25
[static] Defines the default dash cascade size.
DashConstants
  DEFAULT_DASH_RESIZER_SIZE : Number = 10
[static] Width and height of the resizer.
DashConstants
  DEFAULT_DASH_SNAP_SIZE : Number = 50
[static] Defines the dimension of the dash snap squares.
DashConstants
  DEFAULT_ICON_MENUITEM_HEIGHT : * = 55
[static] Height of a menu item that has an icon.
DashConstants
  DEFAULT_MENUITEM_HEIGHT : Number = 21
[static] Height of a menu item.
DashConstants
  DEFAULT_MINIMUM_PANEL_HEIGHT : Number = 50
[static] Minimum height of a dashpanel.
DashConstants
  DEFAULT_MINIMUM_PANEL_WIDTH : Number = 300
[static] Minimum width of a dashpanel.
DashConstants
  DEFAULT_PANEL_HEIGHT : Number = 200
[static] Defines the default DashPanel height.
DashConstants
  DEFAULT_PANEL_WIDTH : Number = 400
[static] Defines the default DashPanel width.
DashConstants
Constant detail
DEFAULT_DASH_CASCADE_SIZEconstant
public static const DEFAULT_DASH_CASCADE_SIZE:Number = 25

Defines the default dash cascade size.

When the DashPanels in the DashContainer are cascaded, they are replaced in the following recursive fashion:

DEFAULT_DASH_RESIZER_SIZEconstant 
public static const DEFAULT_DASH_RESIZER_SIZE:Number = 10

Width and height of the resizer.

See also

DEFAULT_DASH_SNAP_SIZEconstant 
public static const DEFAULT_DASH_SNAP_SIZE:Number = 50

Defines the dimension of the dash snap squares.

This reduces the positions in which a DashPanel can be snapped over the DashContainer to a set of square areas contained in the DashContainer.

DEFAULT_ICON_MENUITEM_HEIGHTconstant 
public static const DEFAULT_ICON_MENUITEM_HEIGHT:* = 55

Height of a menu item that has an icon.

DEFAULT_MENUITEM_HEIGHTconstant 
public static const DEFAULT_MENUITEM_HEIGHT:Number = 21

Height of a menu item.

DEFAULT_MINIMUM_PANEL_HEIGHTconstant 
public static const DEFAULT_MINIMUM_PANEL_HEIGHT:Number = 50

Minimum height of a dashpanel.

DEFAULT_MINIMUM_PANEL_WIDTHconstant 
public static const DEFAULT_MINIMUM_PANEL_WIDTH:Number = 300

Minimum width of a dashpanel.

DEFAULT_PANEL_HEIGHTconstant 
public static const DEFAULT_PANEL_HEIGHT:Number = 200

Defines the default DashPanel height.

See also

com.comtaste.pantaste.components.pantaste
DEFAULT_PANEL_WIDTHconstant 
public static const DEFAULT_PANEL_WIDTH:Number = 400

Defines the default DashPanel width.

See also

com.comtaste.pantaste.components.pantaste