Package dataPlotsFX
Class TDManagedSymbolChooserFX
java.lang.Object
dataPlotsFX.TDManagedSymbolChooserFX
- All Implemented Interfaces:
TDSymbolChooserFX
- Direct Known Subclasses:
CPODPlotInfoFX.CPODSymbolChooserFX
,RawClipSymbolChooser
Default symbol chooser for the display. This based on the data blocks symbol chooser.
- Author:
- Jamie Maaulay
-
Field Summary
Fields inherited from interface dataPlotsFX.TDSymbolChooserFX
DRAW_LINES, DRAW_SYMBOLS, HIGHLIGHT_SYMBOL, HIGHLIGHT_SYMBOL_MARKED, NORMAL_SYMBOL
-
Constructor Summary
ConstructorDescriptionTDManagedSymbolChooserFX
(TDDataInfoFX dataInfoFX, PamSymbolChooser pamSymbolChooser, int drawTypes) -
Method Summary
Modifier and TypeMethodDescriptionint
getDrawTypes
(PamDataUnit pamDataUnit) Get the draw type for a particular data unit.getPamSymbol
(PamDataUnit dataUnit, int type)
-
Constructor Details
-
TDManagedSymbolChooserFX
public TDManagedSymbolChooserFX(TDDataInfoFX dataInfoFX, PamSymbolChooser pamSymbolChooser, int drawTypes)
-
-
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
-