toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.dashboard
/
SuperTelemetry
/
Item
Item
public
final
class
Item
extends
SuperTelemetry.Inlinable
A telemetry item containing a caption and a value. Can share a line with other items.
Members
Constructors
Super
Telemetry.
Item
Link copied to clipboard
public
SuperTelemetry.Item
SuperTelemetry.Item
(
String
caption
,
String
value
)
Properties
caption
Link copied to clipboard
private
String
caption
value
Link copied to clipboard
private
String
value
Functions
composed
Link copied to clipboard
public
String
composed
(
)
get
Caption
Link copied to clipboard
public
final
String
getCaption
(
)
get
Value
Link copied to clipboard
public
final
String
getValue
(
)
set
Caption
Link copied to clipboard
public
final
Unit
setCaption
(
String
caption
)
public
final
SuperTelemetry.Item
setCaption
(
String
caption
)
set
Retained
Link copied to clipboard
public
final
SuperTelemetry.Item
setRetained
(
Boolean
retained
)
set
Value
Link copied to clipboard
public
final
SuperTelemetry.Item
setValue
(
Object
value
)
public
final
Unit
setValue
(
String
value
)
public
final
SuperTelemetry.Item
setValue
(
String
format
,
Object
args
)