public class GraphWidget
extends java.lang.Object
implements edu.wpi.first.shuffleboard.api.widget.AnnotatedWidget
Type | Property and Description |
---|---|
javafx.beans.property.Property<java.lang.String> |
title |
javafx.beans.property.DoubleProperty |
visibleTime |
Constructor and Description |
---|
GraphWidget() |
Modifier and Type | Method and Description |
---|---|
void |
addSource(edu.wpi.first.shuffleboard.api.sources.DataSource source) |
java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> |
getSettings() |
javafx.collections.ObservableList<edu.wpi.first.shuffleboard.api.sources.DataSource> |
getSources() |
javafx.scene.layout.Pane |
getView() |
double |
getVisibleTime()
Gets the value of the property visibleTime.
|
long |
getVisibleTimeMs() |
void |
setVisibleTime(double visibleTime)
Sets the value of the property visibleTime.
|
javafx.beans.property.Property<java.lang.String> |
titleProperty() |
javafx.beans.property.DoubleProperty |
visibleTimeProperty() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public javafx.beans.property.Property<java.lang.String> titleProperty
titleProperty
in interface edu.wpi.first.shuffleboard.api.widget.Component
public javafx.beans.property.DoubleProperty visibleTimeProperty
getVisibleTime()
,
setVisibleTime(double)
public javafx.scene.layout.Pane getView()
getView
in interface edu.wpi.first.shuffleboard.api.widget.Component
public javafx.beans.property.Property<java.lang.String> titleProperty()
titleProperty
in interface edu.wpi.first.shuffleboard.api.widget.Component
public void addSource(edu.wpi.first.shuffleboard.api.sources.DataSource source) throws edu.wpi.first.shuffleboard.api.data.IncompatibleSourceException
addSource
in interface edu.wpi.first.shuffleboard.api.widget.Sourced
edu.wpi.first.shuffleboard.api.data.IncompatibleSourceException
public javafx.collections.ObservableList<edu.wpi.first.shuffleboard.api.sources.DataSource> getSources()
getSources
in interface edu.wpi.first.shuffleboard.api.widget.Sourced
public java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> getSettings()
getSettings
in interface edu.wpi.first.shuffleboard.api.widget.Component
public double getVisibleTime()
public long getVisibleTimeMs()
public javafx.beans.property.DoubleProperty visibleTimeProperty()
getVisibleTime()
,
setVisibleTime(double)
public void setVisibleTime(double visibleTime)