Struct Unit.Scale
A scale is one resolution of a unit.
struct Scale
;
Fields
Name | Type | Description |
---|---|---|
digits
|
int | normal renderwidth for the application (e.g. 2 for minutes (00-59)) |
factor
|
long | factor to the next higher resolution (e.g. 60 from minutes to seconds) |
name
|
string | the name of the scale (e.g. h for hour) |