public class SVGLength
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_CM |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_EMS |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_EXS |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_IN |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_MM |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_NUMBER |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_PC |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_PERCENTAGE |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_PT |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_PX |
net.java.html.lib.Objs.Property<Number> |
SVG_LENGTHTYPE_UNKNOWN |
net.java.html.lib.Objs.Property<Number> |
unitType |
net.java.html.lib.Objs.Property<Number> |
value |
net.java.html.lib.Objs.Property<String> |
valueAsString |
net.java.html.lib.Objs.Property<Number> |
valueInSpecifiedUnits |
| Modifier | Constructor and Description |
|---|---|
protected |
SVGLength(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static SVGLength |
$as(Object obj) |
void |
convertToSpecifiedUnits(double unitType) |
void |
newValueSpecifiedUnits(double unitType,
double valueInSpecifiedUnits) |
Number |
SVG_LENGTHTYPE_CM() |
Number |
SVG_LENGTHTYPE_EMS() |
Number |
SVG_LENGTHTYPE_EXS() |
Number |
SVG_LENGTHTYPE_IN() |
Number |
SVG_LENGTHTYPE_MM() |
Number |
SVG_LENGTHTYPE_NUMBER() |
Number |
SVG_LENGTHTYPE_PC() |
Number |
SVG_LENGTHTYPE_PERCENTAGE() |
Number |
SVG_LENGTHTYPE_PT() |
Number |
SVG_LENGTHTYPE_PX() |
Number |
SVG_LENGTHTYPE_UNKNOWN() |
Number |
unitType() |
Number |
value() |
String |
valueAsString() |
Number |
valueInSpecifiedUnits() |
$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> unitType
public net.java.html.lib.Objs.Property<Number> value
public net.java.html.lib.Objs.Property<String> valueAsString
public net.java.html.lib.Objs.Property<Number> valueInSpecifiedUnits
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_CM
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_EMS
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_EXS
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_IN
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_MM
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_NUMBER
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_PC
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_PERCENTAGE
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_PT
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_PX
public net.java.html.lib.Objs.Property<Number> SVG_LENGTHTYPE_UNKNOWN
protected SVGLength(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public Number unitType()
public Number value()
public String valueAsString()
public Number valueInSpecifiedUnits()
public Number SVG_LENGTHTYPE_CM()
public Number SVG_LENGTHTYPE_EMS()
public Number SVG_LENGTHTYPE_EXS()
public Number SVG_LENGTHTYPE_IN()
public Number SVG_LENGTHTYPE_MM()
public Number SVG_LENGTHTYPE_NUMBER()
public Number SVG_LENGTHTYPE_PC()
public Number SVG_LENGTHTYPE_PERCENTAGE()
public Number SVG_LENGTHTYPE_PT()
public Number SVG_LENGTHTYPE_PX()
public Number SVG_LENGTHTYPE_UNKNOWN()
public void convertToSpecifiedUnits(double unitType)
public void newValueSpecifiedUnits(double unitType,
double valueInSpecifiedUnits)
Copyright © 2021. All rights reserved.