Package dataPlotsFX
Class SimpleSymbolChooserFX
java.lang.Object
dataPlotsFX.SimpleSymbolChooserFX
- All Implemented Interfaces:
 TDSymbolChooserFX
- Direct Known Subclasses:
 BOSymbolChooser
- 
Field Summary
Fields inherited from interface dataPlotsFX.TDSymbolChooserFX
DRAW_LINES, DRAW_SYMBOLS, HIGHLIGHT_SYMBOL, HIGHLIGHT_SYMBOL_MARKED, NORMAL_SYMBOL - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetDrawTypes(PamDataUnit pamDataUnit) Get the draw type for a particular data unit.getPamSymbol(PamDataUnit dataUnit, int type) voidsetDrawTypes(int drawTypes)  
- 
Constructor Details
- 
SimpleSymbolChooserFX
public SimpleSymbolChooserFX() 
 - 
 - 
Method Details
- 
getPamSymbol
- Specified by:
 getPamSymbolin interfaceTDSymbolChooserFX
 - 
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:
 
 - 
setDrawTypes
public void setDrawTypes(int drawTypes) - Parameters:
 drawTypes- the drawTypes to set, can be a combination of DRAW_LINES and DRAW_SYMBOLS
 
 -