org.vectomatic.dom.svg.itf
Interface ISVGUnitTypes

All Known Implementing Classes:
OMSVGClipPathElement, OMSVGFilterElement, OMSVGGradientElement, OMSVGLinearGradientElement, OMSVGMaskElement, OMSVGPatternElement, OMSVGRadialGradientElement

public interface ISVGUnitTypes

The ISVGUnitTypes interface defines a commonly used set of constants and is a base interface used by OMSVGGradientElement, OMSVGPatternElement, OMSVGClipPathElement, OMSVGMaskElement and OMSVGFilterElement.


Field Summary
static short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
          Corresponds to value 'objectBoundingBox'.
static short SVG_UNIT_TYPE_UNKNOWN
          The type is not one of predefined types.
static short SVG_UNIT_TYPE_USERSPACEONUSE
          Corresponds to value 'userSpaceOnUse'.
 

Field Detail

SVG_UNIT_TYPE_UNKNOWN

static final short SVG_UNIT_TYPE_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

See Also:
Constant Field Values

SVG_UNIT_TYPE_USERSPACEONUSE

static final short SVG_UNIT_TYPE_USERSPACEONUSE
Corresponds to value 'userSpaceOnUse'.

See Also:
Constant Field Values

SVG_UNIT_TYPE_OBJECTBOUNDINGBOX

static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
Corresponds to value 'objectBoundingBox'.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.