Interface ScreenSpacePainterAdapter

All Superinterfaces:
ScreenSpacePainter

public interface ScreenSpacePainterAdapter
extends ScreenSpacePainter
  • Method Summary

    Modifier and Type Method Description
    default void dispose()
    Painter is no longer needed.
    default void onHeatmapActivePixelsWidth​(int heatmapActivePixelsWidth)
    Width of the heatmap area corresponding to data (in pixels) changed.
    default void onHeatmapActiveTimeWidth​(long heatmapActiveTimeWidth)
    Width of the heatmap area corresponding to data (in nanoseconds) changed.
    default void onHeatmapFullPixelsWidth​(int heatmapFullPixelsWidth)
    Width of the heatmap area (including the part containing no data, in pixels) changed.
    default void onHeatmapFullTimeWidth​(long heatmapFullTimeWidth)
    Width of the heatmap area (including the part containing no data, in nanoseconds) changed.
    default void onHeatmapPixelsBottom​(int heatmapPixelsBottom)
    Position of bottom edge of heatmap on inside the window changed.
    default void onHeatmapPixelsHeight​(int heatmapPixelsHeight)
    Height of the area representing the heatmap (in pixels) changed
    default void onHeatmapPixelsLeft​(int heatmapPixelsLeft)
    Position of left edge of heatmap on inside the window changed
    default void onHeatmapPriceBottom​(long heatmapPriceBottom)
    Lowest price displayed on heatmap changed
    default void onHeatmapPriceHeight​(long heatmapPriceHeight)
    Number of levels displayed on heatmap changed
    default void onHeatmapTimeLeft​(long heatmapTimeLeft)
    Time corresponding to left edge of heatmap changed
    default void onMoveEnd()
    Called after transmitting actual changes, allows batch processing of changes.
    default void onMoveStart()
    Called after view was moved before transmitting actual changes, allows batch processing of changes
    default void onRightOfTimelineLeft​(int rightOfTimelineLeft)
    X coordinate of the timeline has changed (in pixels).
    default void onRightOfTimelineWidth​(int rightOfTimelineWidth)
    Width of the area to the right of timeline (in pixels) has changed.