Skip to content

Array1DTracer

Jason Park edited this page Jul 13, 2018 · 1 revision

Array1DTracer

Visualize a one-dimensional array into a table. Usage

Methods

Name Description
Array1DTracer Create an Array1DTracer object. Usage
new Array1DTracer(String title = "Array1DTracer")
set Set array1d to visualize. Usage
Array1DTracer set(Object[] array1d = [])
reset Reset data. Usage
Array1DTracer reset()
delay Pause to show changes in all tracers. Usage
Array1DTracer delay()
patch Notify that the value at (x) has been changed to v. Usage
Array1DTracer patch(int x, Object v)
depatch Stop notifying that the value at (x) has been changed. Usage
Array1DTracer depatch(int x)
select Select (x). Usage
Array1DTracer select(int x)
select Select from (sx) to (ex). Usage
Array1DTracer select(int sx, int ex)
deselect Stop selecting (x). Usage
Array1DTracer deselect(int x)
deselect Stop selecting from (sx) to (ex). Usage
Array1DTracer deselect(int sx, int ex)
chart Synchronize data with chartTracer. Usage
Array1DTracer chart(ChartTracer chartTracer)
Clone this wiki locally