Class CanvasSupplier
java.lang.Object
frc.team_8840_lib.input.communication.dashboard.components.canvas.CanvasSupplier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(CanvasSupplier other) static booleanallOfType(CanvasSupplier.Type[] type, CanvasSupplier... suppliers) static booleanallOfType(CanvasSupplier.Type type, CanvasSupplier... suppliers) calc(CanvasSupplier.Calculation operation, CanvasSupplier other) calc(CanvasSupplier.Calculation operation, String other) cos()divide(CanvasSupplier other) ifElseStatement(CanvasSupplier leftHand, CanvasSupplier rightHand, CanvasSupplier.IfOperation ifOperation, CanvasSupplier trueValue, CanvasSupplier falseValue) ifStatement(CanvasSupplier leftHand, CanvasSupplier rightHand, CanvasSupplier.IfOperation ifOperation, CanvasSupplier trueValue) multiply(CanvasSupplier other) sin()subtract(CanvasSupplier other) tan()toString()
-
Constructor Details
-
CanvasSupplier
-
-
Method Details
-
allOfType
-
allOfType
-
ifStatement
public CanvasSupplier ifStatement(CanvasSupplier leftHand, CanvasSupplier rightHand, CanvasSupplier.IfOperation ifOperation, CanvasSupplier trueValue) -
ifElseStatement
public CanvasSupplier ifElseStatement(CanvasSupplier leftHand, CanvasSupplier rightHand, CanvasSupplier.IfOperation ifOperation, CanvasSupplier trueValue, CanvasSupplier falseValue) -
calc
-
calc
-
add
-
subtract
-
multiply
-
divide
-
cos
-
sin
-
tan
-
toString
-