Package dataPlotsFX.clickPlotFX
Class ClickSymbolChooserFX
java.lang.Object
dataPlotsFX.clickPlotFX.ClickSymbolChooserFX
- All Implemented Interfaces:
TDSymbolChooserFX
Chooses which symbols should be displayed by the click detector
- Author:
- Jamie Macaulay
-
Field Summary
Modifier and TypeFieldDescriptionstatic PamSymbolFX
Circle with transparent middle to highlight clickFields inherited from interface dataPlotsFX.TDSymbolChooserFX
DRAW_LINES, DRAW_SYMBOLS, HIGHLIGHT_SYMBOL, HIGHLIGHT_SYMBOL_MARKED, NORMAL_SYMBOL
-
Constructor Summary
ConstructorDescriptionClickSymbolChooserFX
(ClickControl clickControl, ClickPlotInfoFX clickPlotInfoFX) -
Method Summary
Modifier and TypeMethodDescriptionint
getDrawTypes
(PamDataUnit pamDataUnit) Get the draw type for a particular data unit.getPamSymbol
(PamDataUnit dataUnit, int type)
-
Field Details
-
highLightClick
Circle with transparent middle to highlight click
-
-
Constructor Details
-
ClickSymbolChooserFX
-
-
Method Details
-
getDrawTypes
Description copied from interface:TDSymbolChooserFX
Get the draw type for a particular data unit. This allows the data units to be drawn in multiple ways depending on their properties. For example click trains can have lines between data units whislt unclassified clicks have nothing- Specified by:
getDrawTypes
in interfaceTDSymbolChooserFX
- Parameters:
pamDataUnit
- - the data unit- Returns:
-
getPamSymbol
- Specified by:
getPamSymbol
in interfaceTDSymbolChooserFX
-
getSymbolChooser
-