public interface ScreenSpacePainterAdapter extends ScreenSpacePainter
| Modifier and Type | Method and 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.
|
default void onMoveStart()
ScreenSpacePainteronMoveStart in interface ScreenSpacePainterdefault void onMoveEnd()
ScreenSpacePainteronMoveEnd in interface ScreenSpacePainterdefault void onHeatmapTimeLeft(long heatmapTimeLeft)
ScreenSpacePainteronHeatmapTimeLeft in interface ScreenSpacePainterheatmapTimeLeft - new time in nanosecondsdefault void onHeatmapActiveTimeWidth(long heatmapActiveTimeWidth)
ScreenSpacePainteronHeatmapActiveTimeWidth in interface ScreenSpacePainterheatmapActiveTimeWidth - new width in nanosecondsdefault void onHeatmapFullTimeWidth(long heatmapFullTimeWidth)
ScreenSpacePainteronHeatmapFullTimeWidth in interface ScreenSpacePainterdefault void onHeatmapPriceBottom(long heatmapPriceBottom)
ScreenSpacePainteronHeatmapPriceBottom in interface ScreenSpacePainterheatmapPriceBottom - new lowest price as a number of level (multiply by
InstrumentInfo.pips to get human-readable
price).default void onHeatmapPriceHeight(long heatmapPriceHeight)
ScreenSpacePainteronHeatmapPriceHeight in interface ScreenSpacePainterheatmapPriceHeight - new number of levelsdefault void onHeatmapPixelsLeft(int heatmapPixelsLeft)
ScreenSpacePainteronHeatmapPixelsLeft in interface ScreenSpacePainterheatmapPixelsLeft - new x coordinate in pixelsdefault void onHeatmapActivePixelsWidth(int heatmapActivePixelsWidth)
ScreenSpacePainteronHeatmapActivePixelsWidth in interface ScreenSpacePainterdefault void onHeatmapFullPixelsWidth(int heatmapFullPixelsWidth)
ScreenSpacePainteronHeatmapFullPixelsWidth in interface ScreenSpacePainterheatmapFullPixelsWidth - new width in pixelsdefault void onHeatmapPixelsBottom(int heatmapPixelsBottom)
ScreenSpacePainteronHeatmapPixelsBottom in interface ScreenSpacePainterheatmapPixelsBottom - new y coordinate in pixels.default void onHeatmapPixelsHeight(int heatmapPixelsHeight)
ScreenSpacePainteronHeatmapPixelsHeight in interface ScreenSpacePainterheatmapPixelsHeight - new heatmap height in pixelsdefault void onRightOfTimelineLeft(int rightOfTimelineLeft)
ScreenSpacePainteronRightOfTimelineLeft in interface ScreenSpacePainterrightOfTimelineLeft - new x coordinate of timeline in pixelsdefault void onRightOfTimelineWidth(int rightOfTimelineWidth)
ScreenSpacePainteronRightOfTimelineWidth in interface ScreenSpacePainterrightOfTimelineWidth - new width of the area to the right of timelinedefault void dispose()
ScreenSpacePainterScreenSpaceCanvas).dispose in interface ScreenSpacePainter