toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.dashboard
/
SuperTelemetry
/
Line
Line
public
final
class
Line
extends
SuperTelemetry.Linable
A container for
Inlinable
s with a caption.
Members
Constructors
Super
Telemetry.
Line
Link copied to clipboard
public
SuperTelemetry.Line
SuperTelemetry.Line
(
String
caption
,
SuperTelemetry.Inlinable
items
)
Properties
caption
Link copied to clipboard
private
String
caption
items
Link copied to clipboard
private
final
List
<
SuperTelemetry.Inlinable
>
items
Functions
add
Link copied to clipboard
public
final
SuperTelemetry.Line
add
(
SuperTelemetry.Inlinable
item
)
add
Data
Link copied to clipboard
public
final
SuperTelemetry.Line
addData
(
String
caption
,
Object
value
)
public
final
SuperTelemetry.Line
addData
(
String
caption
,
String
format
,
Object
arg1
,
Object
args
)
add
Data
Provider
Link copied to clipboard
public
final
SuperTelemetry.Line
addDataProvider
(
String
caption
,
Supplier
<
Object
>
provider
)
composed
Link copied to clipboard
public
String
composed
(
)
get
Caption
Link copied to clipboard
public
final
String
getCaption
(
)
get
Items
Link copied to clipboard
public
final
List
<
SuperTelemetry.Inlinable
>
getItems
(
)
set
Caption
Link copied to clipboard
public
final
Unit
setCaption
(
String
caption
)
public
final
SuperTelemetry.Line
setCaption
(
String
caption
)
set
Retained
Link copied to clipboard
public
final
SuperTelemetry.Line
setRetained
(
Boolean
retained
)