AttrList
Static Method Summary
Static Public Methods | ||
public static |
parseAttrList(input: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
[attr]: * |
Method Summary
Public Methods | ||
public |
decimalFloatingPoint(attrName: *): * |
|
public |
decimalInteger(attrName: *): * |
|
public |
decimalResolution(attrName: *): {"width": *, "height": *} |
|
public |
enumeratedString(attrName: *): * |
|
public |
hexadecimalInteger(attrName: *): * |
|
public |
hexadecimalIntegerAsNumber(attrName: *): * |
Static Public Methods
public static parseAttrList(input: *): * source
Params:
Name | Type | Attribute | Description |
input | * |
Return:
* |
Public Constructors
public constructor() source
Public Members
public [attr]: * source
Public Methods
public decimalFloatingPoint(attrName: *): * source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
* |
public decimalInteger(attrName: *): * source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
* |
public decimalResolution(attrName: *): {"width": *, "height": *} source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
{"width": *, "height": *} |
public enumeratedString(attrName: *): * source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
* |
public hexadecimalInteger(attrName: *): * source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
* |
public hexadecimalIntegerAsNumber(attrName: *): * source
Params:
Name | Type | Attribute | Description |
attrName | * |
Return:
* |