public class SVGPreserveAspectRatio extends SimpleScriptable
| Modifier and Type | Field and Description |
|---|---|
static int |
SVG_MEETORSLICE_MEET
The constant
SVG_MEETORSLICE_MEET. |
static int |
SVG_MEETORSLICE_SLICE
The constant
SVG_MEETORSLICE_SLICE. |
static int |
SVG_MEETORSLICE_UNKNOWN
The constant
SVG_MEETORSLICE_UNKNOWN. |
static int |
SVG_PRESERVEASPECTRATIO_NONE
The constant
SVG_PRESERVEASPECTRATIO_NONE. |
static int |
SVG_PRESERVEASPECTRATIO_UNKNOWN
The constant
SVG_PRESERVEASPECTRATIO_UNKNOWN. |
static int |
SVG_PRESERVEASPECTRATIO_XMAXYMAX
The constant
SVG_PRESERVEASPECTRATIO_XMAXYMAX. |
static int |
SVG_PRESERVEASPECTRATIO_XMAXYMID
The constant
SVG_PRESERVEASPECTRATIO_XMAXYMID. |
static int |
SVG_PRESERVEASPECTRATIO_XMAXYMIN
The constant
SVG_PRESERVEASPECTRATIO_XMAXYMIN. |
static int |
SVG_PRESERVEASPECTRATIO_XMIDYMAX
The constant
SVG_PRESERVEASPECTRATIO_XMIDYMAX. |
static int |
SVG_PRESERVEASPECTRATIO_XMIDYMID
The constant
SVG_PRESERVEASPECTRATIO_XMIDYMID. |
static int |
SVG_PRESERVEASPECTRATIO_XMIDYMIN
The constant
SVG_PRESERVEASPECTRATIO_XMIDYMIN. |
static int |
SVG_PRESERVEASPECTRATIO_XMINYMAX
The constant
SVG_PRESERVEASPECTRATIO_XMINYMAX. |
static int |
SVG_PRESERVEASPECTRATIO_XMINYMID
The constant
SVG_PRESERVEASPECTRATIO_XMINYMID. |
static int |
SVG_PRESERVEASPECTRATIO_XMINYMIN
The constant
SVG_PRESERVEASPECTRATIO_XMINYMIN. |
| Constructor and Description |
|---|
SVGPreserveAspectRatio()
Creates an instance.
|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, isReadOnlySettable, makeScriptableFor, setCaseSensitive, setClassName, setDomNode, setDomNode, setHtmlElement, setParentScopeapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, sizepublic static final int SVG_MEETORSLICE_UNKNOWN
SVG_MEETORSLICE_UNKNOWN.public static final int SVG_PRESERVEASPECTRATIO_UNKNOWN
SVG_PRESERVEASPECTRATIO_UNKNOWN.public static final int SVG_MEETORSLICE_MEET
SVG_MEETORSLICE_MEET.public static final int SVG_PRESERVEASPECTRATIO_NONE
SVG_PRESERVEASPECTRATIO_NONE.public static final int SVG_MEETORSLICE_SLICE
SVG_MEETORSLICE_SLICE.public static final int SVG_PRESERVEASPECTRATIO_XMINYMIN
SVG_PRESERVEASPECTRATIO_XMINYMIN.public static final int SVG_PRESERVEASPECTRATIO_XMIDYMIN
SVG_PRESERVEASPECTRATIO_XMIDYMIN.public static final int SVG_PRESERVEASPECTRATIO_XMAXYMIN
SVG_PRESERVEASPECTRATIO_XMAXYMIN.public static final int SVG_PRESERVEASPECTRATIO_XMINYMID
SVG_PRESERVEASPECTRATIO_XMINYMID.public static final int SVG_PRESERVEASPECTRATIO_XMIDYMID
SVG_PRESERVEASPECTRATIO_XMIDYMID.public static final int SVG_PRESERVEASPECTRATIO_XMAXYMID
SVG_PRESERVEASPECTRATIO_XMAXYMID.public static final int SVG_PRESERVEASPECTRATIO_XMINYMAX
SVG_PRESERVEASPECTRATIO_XMINYMAX.public static final int SVG_PRESERVEASPECTRATIO_XMIDYMAX
SVG_PRESERVEASPECTRATIO_XMIDYMAX.public static final int SVG_PRESERVEASPECTRATIO_XMAXYMAX
SVG_PRESERVEASPECTRATIO_XMAXYMAX.Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.