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
FieldsModifier and TypeFieldDescriptionstatic PamSymbolFXCircle with transparent middle to highlight clickFields inherited from interface dataPlotsFX.TDSymbolChooserFX
DRAW_LINES, DRAW_SYMBOLS, HIGHLIGHT_SYMBOL, HIGHLIGHT_SYMBOL_MARKED, NORMAL_SYMBOL - 
Constructor Summary
ConstructorsConstructorDescriptionClickSymbolChooserFX(ClickControl clickControl, ClickPlotInfoFX clickPlotInfoFX)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetDrawTypes(PamDataUnit pamDataUnit) Get the draw type for a particular data unit.getPamSymbol(PamDataUnit dataUnit, int type) protected voidCalled whenever settings on the control pane for the click detector change, 
- 
Field Details
- 
highLightClick
Circle with transparent middle to highlight click 
 - 
 - 
Constructor Details
- 
ClickSymbolChooserFX
 
 - 
 - 
Method Details
- 
getDrawTypes
Description copied from interface:TDSymbolChooserFXGet 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:
 getDrawTypesin interfaceTDSymbolChooserFX- Parameters:
 pamDataUnit- - the data unit- Returns:
 
 - 
getPamSymbol
- Specified by:
 getPamSymbolin interfaceTDSymbolChooserFX
 - 
notifySettingsChange
protected void notifySettingsChange()Called whenever settings on the control pane for the click detector change, - 
getSymbolChooser
 
 -