Class MultipleTelemetry.MultipleLog

java.lang.Object
com.acmerobotics.dashboard.telemetry.MultipleTelemetry.MultipleLog
All Implemented Interfaces:
org.firstinspires.ftc.robotcore.external.Telemetry.Log
Enclosing class:
MultipleTelemetry

public class MultipleTelemetry.MultipleLog extends Object implements org.firstinspires.ftc.robotcore.external.Telemetry.Log
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.firstinspires.ftc.robotcore.external.Telemetry.Log

    org.firstinspires.ftc.robotcore.external.Telemetry.Log.DisplayOrder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    add(String s, Object... objects)
     
    void
    addLog(org.firstinspires.ftc.robotcore.external.Telemetry.Log log)
     
    void
     
    int
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Log.DisplayOrder
     
    void
    setCapacity(int i)
     
    void
    setDisplayOrder(org.firstinspires.ftc.robotcore.external.Telemetry.Log.DisplayOrder displayOrder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultipleLog

      public MultipleLog()
  • Method Details

    • addLog

      public void addLog(org.firstinspires.ftc.robotcore.external.Telemetry.Log log)
    • getCapacity

      public int getCapacity()
      Specified by:
      getCapacity in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • setCapacity

      public void setCapacity(int i)
      Specified by:
      setCapacity in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • getDisplayOrder

      public org.firstinspires.ftc.robotcore.external.Telemetry.Log.DisplayOrder getDisplayOrder()
      Specified by:
      getDisplayOrder in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • setDisplayOrder

      public void setDisplayOrder(org.firstinspires.ftc.robotcore.external.Telemetry.Log.DisplayOrder displayOrder)
      Specified by:
      setDisplayOrder in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • add

      public void add(String s)
      Specified by:
      add in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • add

      public void add(String s, Object... objects)
      Specified by:
      add in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log
    • clear

      public void clear()
      Specified by:
      clear in interface org.firstinspires.ftc.robotcore.external.Telemetry.Log