|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelayProperty.DisplayUnits | |
---|---|
net.ctdp.rfdynhud.properties |
Uses of DelayProperty.DisplayUnits in net.ctdp.rfdynhud.properties |
---|
Methods in net.ctdp.rfdynhud.properties that return DelayProperty.DisplayUnits | |
---|---|
DelayProperty.DisplayUnits |
DelayProperty.getDisplayUnits()
Gets the used DelayProperty.DisplayUnits . |
static DelayProperty.DisplayUnits |
DelayProperty.DisplayUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DelayProperty.DisplayUnits[] |
DelayProperty.DisplayUnits.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.ctdp.rfdynhud.properties with parameters of type DelayProperty.DisplayUnits | |
---|---|
protected long |
DelayProperty.deriveDelay(int value,
DelayProperty.DisplayUnits displayUnits)
This method is utilized to derive the delay value from the property value. |
Constructors in net.ctdp.rfdynhud.properties with parameters of type DelayProperty.DisplayUnits | |
---|---|
DelayProperty(java.lang.String name,
DelayProperty.DisplayUnits displayUnits,
int defaultValue)
|
|
DelayProperty(java.lang.String name,
DelayProperty.DisplayUnits displayUnits,
int defaultValue,
boolean readonly)
|
|
DelayProperty(java.lang.String name,
DelayProperty.DisplayUnits displayUnits,
int defaultValue,
int minValue,
int maxValue)
|
|
DelayProperty(java.lang.String name,
java.lang.String nameForDisplay,
DelayProperty.DisplayUnits displayUnits,
int defaultValue)
|
|
DelayProperty(java.lang.String name,
java.lang.String nameForDisplay,
DelayProperty.DisplayUnits displayUnits,
int defaultValue,
boolean readonly)
|
|
DelayProperty(java.lang.String name,
java.lang.String nameForDisplay,
DelayProperty.DisplayUnits displayUnits,
int defaultValue,
int minValue,
int maxValue,
boolean readonly)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |