Package io.github.oblarg.oblog
Interface ComplexWidgetWrapper
-
public interface ComplexWidgetWrapperA wrapper for WPILib's ComplexWidget; wrapped to allow the Logger to substitute a NT-only implementation if desired.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplexWidgetWrapperwithPosition(int columnIndex, int rowIndex)ComplexWidgetWrapperwithProperties(java.util.Map<java.lang.String,java.lang.Object> properties)ComplexWidgetWrapperwithSize(int width, int height)ComplexWidgetWrapperwithWidget(java.lang.String widgetType)
-
-
-
Method Detail
-
withProperties
ComplexWidgetWrapper withProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
-
withWidget
ComplexWidgetWrapper withWidget(java.lang.String widgetType)
-
withPosition
ComplexWidgetWrapper withPosition(int columnIndex, int rowIndex)
-
withSize
ComplexWidgetWrapper withSize(int width, int height)
-
-