public interface ISVGUnitTypes
ISVGUnitTypes
interface defines
a commonly used set of constants and is a base interface used by OMSVGGradientElement
, OMSVGPatternElement
,
OMSVGClipPathElement
, OMSVGMaskElement
and OMSVGFilterElement
.Modifier and Type | Field and Description |
---|---|
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'.
|
static final short SVG_UNIT_TYPE_UNKNOWN
static final short SVG_UNIT_TYPE_USERSPACEONUSE
static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
Copyright © 2018. All Rights Reserved.