Package | Description |
---|---|
js.format |
User interface formatters and parsers.
|
Modifier and Type | Field and Description |
---|---|
private static Map<BitRate.Units,String> |
BitRate.Units.DISPLAY |
private static Map<String,BitRate.Units> |
BitRate.Units.UNITS |
Modifier and Type | Method and Description |
---|---|
static BitRate.Units |
BitRate.Units.forName(String name) |
static BitRate.Units |
BitRate.Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitRate.Units[] |
BitRate.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private String |
BitRate.format(double bitRate,
BitRate.Units units)
Build bit rate representation for given numeric value and units.
|
Copyright © 2020. All rights reserved.