public class TimeSeriesHeatMap
extends java.lang.Object
Constructor and Description |
---|
TimeSeriesHeatMap(TimestampSeries ts) |
Modifier and Type | Method and Description |
---|---|
void |
draw(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
AggregationInterval agg) |
void |
drawByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin,
AggregationInterval agg) |
void |
drawDays(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin) |
void |
drawDaysByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin) |
void |
drawHours(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin) |
void |
drawHoursByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin) |
void |
drawMonths(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin) |
void |
drawMonthsByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin) |
static void |
drawRoundScale(TimeSeriesPainter tsp,
java.lang.String sensorName) |
static void |
drawScale(TimeSeriesPainter tsp,
java.lang.String sensorName) |
void |
drawTimescale(TimeSeriesPainterGraphics2D tsp,
float xMin,
float yMin,
float xMax,
float yMax,
boolean yearMark) |
void |
drawWeeks(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin) |
void |
drawWeeksByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin) |
void |
drawYears(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin) |
void |
drawYearsByYear(TimeSeriesPainter tsp,
java.lang.String sensorName,
float xMin,
float yMin) |
void |
leftField(TimeSeriesPainterGraphics2D tsp,
float xMin,
float yMin,
float xMax,
float yMax) |
void |
leftFieldByYear(TimeSeriesPainterGraphics2D tsp,
float xMin,
float yMin,
float xMax,
float yMax) |
void |
rightFieldByYear(TimeSeriesPainterGraphics2D tsp,
float xMin,
float yMin,
float xMax,
float yMax) |
public TimeSeriesHeatMap(TimestampSeries ts)
public void draw(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, AggregationInterval agg)
public void drawByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin, AggregationInterval agg)
public void drawHours(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin)
public void drawDays(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin)
public void drawWeeks(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin)
public void drawMonths(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin)
public void drawYears(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin)
public void drawHoursByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin)
public void drawDaysByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin)
public void drawWeeksByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin)
public void drawMonthsByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin)
public void drawYearsByYear(TimeSeriesPainter tsp, java.lang.String sensorName, float xMin, float yMin)
public void drawTimescale(TimeSeriesPainterGraphics2D tsp, float xMin, float yMin, float xMax, float yMax, boolean yearMark)
tsp
- xMin
- yMin
- xMax
- yMax
- yearMark
- write year instead of Januarypublic void leftField(TimeSeriesPainterGraphics2D tsp, float xMin, float yMin, float xMax, float yMax)
public void leftFieldByYear(TimeSeriesPainterGraphics2D tsp, float xMin, float yMin, float xMax, float yMax)
public void rightFieldByYear(TimeSeriesPainterGraphics2D tsp, float xMin, float yMin, float xMax, float yMax)
public static void drawScale(TimeSeriesPainter tsp, java.lang.String sensorName)
public static void drawRoundScale(TimeSeriesPainter tsp, java.lang.String sensorName)