ice.pilots.html4
Interface ParameterConstants
- All Known Implementing Classes:
- TheView
- public interface ParameterConstants
These parameter strings are used in TheView as values for
the getComputedStyle javascript call. These are similar, but not exactly
the same as the original CSS property names in CSSLookup. Rather, these should
match the names defined by Mozilla, here:
- See Also:
- "http://www.mozilla.org/docs/dom/domref/dom_style_ref18.html#1002335"
PARAMETER_TOP
public static final String PARAMETER_TOP
- See Also:
- Constant Field Values
PARAMETER_LEFT
public static final String PARAMETER_LEFT
- See Also:
- Constant Field Values
PARAMETER_HEIGHT
public static final String PARAMETER_HEIGHT
- See Also:
- Constant Field Values
PARAMETER_WIDTH
public static final String PARAMETER_WIDTH
- See Also:
- Constant Field Values
PARAMETER_BACKGROUND_COLOR
public static final String PARAMETER_BACKGROUND_COLOR
- See Also:
- Constant Field Values
PARAMETER_MARGIN_TOP
public static final String PARAMETER_MARGIN_TOP
- See Also:
- Constant Field Values
PARAMETER_MARGIN_RIGHT
public static final String PARAMETER_MARGIN_RIGHT
- See Also:
- Constant Field Values
PARAMETER_MARGIN_BOTTOM
public static final String PARAMETER_MARGIN_BOTTOM
- See Also:
- Constant Field Values
PARAMETER_MARGIN_LEFT
public static final String PARAMETER_MARGIN_LEFT
- See Also:
- Constant Field Values
PARAMETER_MARGIN
public static final String PARAMETER_MARGIN
- See Also:
- Constant Field Values
PARAMETER_ALL
public static final String PARAMETER_ALL
- See Also:
- Constant Field Values
NORMAL_PRIORITY
public static final String NORMAL_PRIORITY
- See Also:
- Constant Field Values
IMPORTANT_PRIORITY
public static final String IMPORTANT_PRIORITY
- See Also:
- Constant Field Values