| Package | com.comtaste.pantaste.common |
| Class | public class DashConstants |
| Constant | Defined 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 | ||
| DEFAULT_DASH_CASCADE_SIZE | constant |
public static const DEFAULT_DASH_CASCADE_SIZE:Number = 25Defines the default dash cascade size.
When the DashPanels in the DashContainer are cascaded, they are replaced in the following recursive fashion:
| DEFAULT_DASH_RESIZER_SIZE | constant |
public static const DEFAULT_DASH_RESIZER_SIZE:Number = 10Width and height of the resizer.
See also
| DEFAULT_DASH_SNAP_SIZE | constant |
public static const DEFAULT_DASH_SNAP_SIZE:Number = 50Defines 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_HEIGHT | constant |
public static const DEFAULT_ICON_MENUITEM_HEIGHT:* = 55Height of a menu item that has an icon.
| DEFAULT_MENUITEM_HEIGHT | constant |
public static const DEFAULT_MENUITEM_HEIGHT:Number = 21Height of a menu item.
| DEFAULT_MINIMUM_PANEL_HEIGHT | constant |
public static const DEFAULT_MINIMUM_PANEL_HEIGHT:Number = 50Minimum height of a dashpanel.
| DEFAULT_MINIMUM_PANEL_WIDTH | constant |
public static const DEFAULT_MINIMUM_PANEL_WIDTH:Number = 300Minimum width of a dashpanel.
| DEFAULT_PANEL_HEIGHT | constant |
public static const DEFAULT_PANEL_HEIGHT:Number = 200Defines the default DashPanel height.
See also
| DEFAULT_PANEL_WIDTH | constant |
public static const DEFAULT_PANEL_WIDTH:Number = 400Defines the default DashPanel width.
See also