public class CameraServerWidget extends edu.wpi.first.shuffleboard.api.widget.SimpleAnnotatedWidget<CameraServerData>
Type | Property and Description |
---|---|
javafx.beans.property.Property<javafx.scene.paint.Color> |
crosshairColor |
javafx.beans.property.BooleanProperty |
showControls |
javafx.beans.property.BooleanProperty |
showCrosshair |
dataProperty, typedSourceProperty
Modifier and Type | Class and Description |
---|---|
static class |
CameraServerWidget.Rotation |
Constructor and Description |
---|
CameraServerWidget() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.Property<javafx.scene.paint.Color> |
crosshairColorProperty() |
javafx.scene.paint.Color |
getCrosshairColor()
Gets the value of the property crosshairColor.
|
java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> |
getSettings() |
javafx.scene.layout.Pane |
getView() |
boolean |
isShowControls()
Gets the value of the property showControls.
|
boolean |
isShowCrosshair()
Gets the value of the property showCrosshair.
|
void |
setCrosshairColor(javafx.scene.paint.Color crosshairColor)
Sets the value of the property crosshairColor.
|
void |
setShowControls(boolean showControls)
Sets the value of the property showControls.
|
void |
setShowCrosshair(boolean showCrosshair)
Sets the value of the property showCrosshair.
|
javafx.beans.property.BooleanProperty |
showControlsProperty() |
javafx.beans.property.BooleanProperty |
showCrosshairProperty() |
dataProperty, typedSourceProperty
addSource, getSource, setSource, sourceProperty
getSources, setTitle, titleProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataTypes, getDescription, getName
getData, getDataType, setData
public javafx.beans.property.BooleanProperty showControlsProperty
isShowControls()
,
setShowControls(boolean)
public javafx.beans.property.BooleanProperty showCrosshairProperty
isShowCrosshair()
,
setShowCrosshair(boolean)
public javafx.beans.property.Property<javafx.scene.paint.Color> crosshairColorProperty
getCrosshairColor()
,
setCrosshairColor(Color)
public java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> getSettings()
getSettings
in interface edu.wpi.first.shuffleboard.api.widget.Component
getSettings
in class edu.wpi.first.shuffleboard.api.widget.AbstractWidget
public javafx.scene.layout.Pane getView()
public boolean isShowControls()
public javafx.beans.property.BooleanProperty showControlsProperty()
isShowControls()
,
setShowControls(boolean)
public void setShowControls(boolean showControls)
public boolean isShowCrosshair()
public javafx.beans.property.BooleanProperty showCrosshairProperty()
isShowCrosshair()
,
setShowCrosshair(boolean)
public void setShowCrosshair(boolean showCrosshair)
public javafx.scene.paint.Color getCrosshairColor()
public javafx.beans.property.Property<javafx.scene.paint.Color> crosshairColorProperty()
getCrosshairColor()
,
setCrosshairColor(Color)
public void setCrosshairColor(javafx.scene.paint.Color crosshairColor)