public class SVGPreserveAspectRatio
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
align |
net.java.html.lib.Objs.Property<Number> |
meetOrSlice |
net.java.html.lib.Objs.Property<Number> |
SVG_MEETORSLICE_MEET |
net.java.html.lib.Objs.Property<Number> |
SVG_MEETORSLICE_SLICE |
net.java.html.lib.Objs.Property<Number> |
SVG_MEETORSLICE_UNKNOWN |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_NONE |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_UNKNOWN |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMAXYMAX |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMAXYMID |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMAXYMIN |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMIDYMAX |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMIDYMID |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMIDYMIN |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMINYMAX |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMINYMID |
net.java.html.lib.Objs.Property<Number> |
SVG_PRESERVEASPECTRATIO_XMINYMIN |
| Modifier | Constructor and Description |
|---|---|
protected |
SVGPreserveAspectRatio(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Number> align
public net.java.html.lib.Objs.Property<Number> meetOrSlice
public net.java.html.lib.Objs.Property<Number> SVG_MEETORSLICE_MEET
public net.java.html.lib.Objs.Property<Number> SVG_MEETORSLICE_SLICE
public net.java.html.lib.Objs.Property<Number> SVG_MEETORSLICE_UNKNOWN
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_NONE
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_UNKNOWN
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMAXYMAX
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMAXYMID
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMAXYMIN
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMIDYMAX
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMIDYMID
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMIDYMIN
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMINYMAX
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMINYMID
public net.java.html.lib.Objs.Property<Number> SVG_PRESERVEASPECTRATIO_XMINYMIN
protected SVGPreserveAspectRatio(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static SVGPreserveAspectRatio $as(Object obj)
public Number align()
public Number meetOrSlice()
public Number SVG_MEETORSLICE_MEET()
public Number SVG_MEETORSLICE_SLICE()
public Number SVG_MEETORSLICE_UNKNOWN()
public Number SVG_PRESERVEASPECTRATIO_NONE()
public Number SVG_PRESERVEASPECTRATIO_UNKNOWN()
public Number SVG_PRESERVEASPECTRATIO_XMAXYMAX()
public Number SVG_PRESERVEASPECTRATIO_XMAXYMID()
public Number SVG_PRESERVEASPECTRATIO_XMAXYMIN()
public Number SVG_PRESERVEASPECTRATIO_XMIDYMAX()
public Number SVG_PRESERVEASPECTRATIO_XMIDYMID()
public Number SVG_PRESERVEASPECTRATIO_XMIDYMIN()
public Number SVG_PRESERVEASPECTRATIO_XMINYMAX()
public Number SVG_PRESERVEASPECTRATIO_XMINYMID()
public Number SVG_PRESERVEASPECTRATIO_XMINYMIN()
Copyright © 2021. All rights reserved.