DisplayUnitType
DisplayUnitType class
Determines multiplicity of the displayed data.
Constants
| Name | Value | Description |
|---|---|---|
| None | 0 | Values will dislayed as is. |
| Hundreds | 1 | Specifies the values on the chart shall be divided by 100. |
| Thousands | 2 | Specifies the values on the chart shall be divided by 1,000. |
| TenThousands | 3 | Specifies the values on the chart shall be divided by 10,000. |
| HundredThousands | 4 | Specifies the values on the chart shall be divided by 100,000. |
| Millions | 5 | Specifies the values on the chart shall be divided by 1,000,000. |
| TenMillions | 6 | Specifies the values on the chart shall be divided by 10,000,000. |
| HundredMillions | 7 | Specifies the values on the chart shall be divided by 100,000,000. |
| Billions | 8 | Specifies the values on the chart shall be divided by 1,000,000,000. |
| Trillions | 9 | Specifies the values on the chart shall be divided by 1,000,000,000. |
| CustomValue | 10 | Specifies the values on the chart shall be divided by a custom value. |
None
Values will dislayed as is.
Hundreds
Specifies the values on the chart shall be divided by 100.
Thousands
Specifies the values on the chart shall be divided by 1,000.
TenThousands
Specifies the values on the chart shall be divided by 10,000.
HundredThousands
Specifies the values on the chart shall be divided by 100,000.
Millions
Specifies the values on the chart shall be divided by 1,000,000.
TenMillions
Specifies the values on the chart shall be divided by 10,000,000.
HundredMillions
Specifies the values on the chart shall be divided by 100,000,000.
Billions
Specifies the values on the chart shall be divided by 1,000,000,000.
Trillions
Specifies the values on the chart shall be divided by 1,000,000,000.
CustomValue
Specifies the values on the chart shall be divided by a custom value.
Clone
| Name | Description |
|---|---|
| Clone() |
Result: T
CloneTo
| Name | Description |
|---|---|
| CloneTo(T) |
format
| Name | Description |
|---|---|
| format(java.lang.Class, long, String) |
Result: String
format
| Name | Description |
|---|---|
| format(Type, Object, String) |
Result: String
getName
| Name | Description |
|---|---|
| getName(java.lang.Class, long) |
Result: String
getName
| Name | Description |
|---|---|
| getName(Type, Object) |
Result: String
getNames
| Name | Description |
|---|---|
| getNames(java.lang.Class) |
Result: List, ArrayList
getNames
| Name | Description |
|---|---|
| getNames(Type) |
Result: String
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(java.lang.Class) |
Result: Class
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(Type) |
Result: Type
getValue
| Name | Description |
|---|---|
| getValue(java.lang.Class, String) |
Result: long
getValues
| Name | Description |
|---|---|
| getValues(Type) |
Result: Array
get_Caption
| Name | Description |
|---|---|
| get_Caption() |
Result: String
get_Value
| Name | Description |
|---|---|
| get_Value() |
Result: long
isDefined
| Name | Description |
|---|---|
| isDefined(java.lang.Class, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, String) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, Object) |
Result: boolean
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String, Boolean) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String, Boolean) |
Result: long
register
| Name | Description |
|---|---|
| register(Enum.AbstractEnum) |
toObject
| Name | Description |
|---|---|
| toObject(Type, Object) |
Result: Object
toString
| Name | Description |
|---|---|
| toString(java.lang.Class, long) |
Result: String