@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CSSFontFeatureValuesMap")
public class CSSFontFeatureValuesMap
extends JsObject
implements JsIterable<CSSFontFeatureValuesMap.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
CSSFontFeatureValuesMap.Entry |
static interface |
CSSFontFeatureValuesMap.ForEachCallback |
static interface |
CSSFontFeatureValuesMap.ForEachCallback2 |
static interface |
CSSFontFeatureValuesMap.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
CSSFontFeatureValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
delete(@JsNonNull java.lang.String key) |
@JsNonNull JsIterator<CSSFontFeatureValuesMap.Entry> |
entries() |
void |
forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback callback) |
void |
forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback2 callback) |
void |
forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback3 callback) |
@JsNullable JsArray<java.lang.Double> |
get(@JsNonNull java.lang.String key) |
boolean |
has(@JsNonNull java.lang.String key) |
@JsNonNull JsIterator<java.lang.String> |
keys() |
void |
set(java.lang.String featureValueName,
double... values) |
void |
set(java.lang.String featureValueName,
int values) |
void |
set(java.lang.String featureValueName,
JsArray<java.lang.Double> values) |
int |
size() |
@JsNonNull JsIterator<JsArray<java.lang.Double>> |
values() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititeratorpublic void set(@Nonnull
java.lang.String featureValueName,
int values)
public void set(@Nonnull
java.lang.String featureValueName,
@Nonnull
JsArray<java.lang.Double> values)
@JsOverlay
public final void set(@Nonnull
java.lang.String featureValueName,
@Nonnull
double... values)
@JsProperty(name="size") public int size()
public boolean has(@JsNonNull java.lang.String key)
public @JsNullable JsArray<java.lang.Double> get(@JsNonNull java.lang.String key)
public @JsNonNull JsIterator<java.lang.String> keys()
public @JsNonNull JsIterator<JsArray<java.lang.Double>> values()
public @JsNonNull JsIterator<CSSFontFeatureValuesMap.Entry> entries()
public void forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback callback)
public void forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback2 callback)
public void forEach(@JsNonNull CSSFontFeatureValuesMap.ForEachCallback3 callback)
public boolean delete(@JsNonNull java.lang.String key)
public void clear()