Interface IHeatmapChartVisualElement<T>
- All Superinterfaces:
IAbstractChartVisualElement<T>
- All Known Implementing Classes:
HeatmapVisualSet.HeatmapVisualElement
Interface implemented by VisualSetElements that can be displayed on a
AbstractGanttChart
. //TODO: fix javadoc- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptiongetLabelText
(LabelSide labelSide) Returns the current VisualSet containing this VisualElement.Methods inherited from interface com.amalgamasimulation.charts.visualsets.types.IAbstractChartVisualElement
acceptContextMenuHandlers, getArgument, getContents, getNextVisualElement, getPreviousVisualElement, getTooltipText, onMouseEntered, onMouseExited, onMousePressed
-
Method Details
-
getVisualSet
IHeatmapChartVisualSet getVisualSet()Description copied from interface:IAbstractChartVisualElement
Returns the current VisualSet containing this VisualElement.- Specified by:
getVisualSet
in interfaceIAbstractChartVisualElement<T>
- Returns:
- the current VisualSet containing this VisualElement
-
getXAxisCategory
String getXAxisCategory() -
getYAxisCategory
String getYAxisCategory() -
getBackgroundColor
Color getBackgroundColor() -
getLabelText
-