public class ChartData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
detailedSparklineChartSize |
int |
sparklineChartSize |
| Constructor and Description |
|---|
ChartData(long startuTime)
Constructor for ChartData.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<ZoomableChartScrollWheel> |
getCharts()
Returns all charts being displayed
|
long |
getStartTime()
Get start time in microseconds.
|
public final int sparklineChartSize
public final int detailedSparklineChartSize
public ChartData(long startuTime)
startuTime - lcm-spy start time to base each x-axis off ofpublic java.util.LinkedList<ZoomableChartScrollWheel> getCharts()
public long getStartTime()