Package dataPlotsFX

Class TDManagedSymbolChooserFX

java.lang.Object
dataPlotsFX.TDManagedSymbolChooserFX
All Implemented Interfaces:
TDSymbolChooserFX
Direct Known Subclasses:
CPODPlotInfoFX.CPODSymbolChooserFX, RawClipSymbolChooser

public class TDManagedSymbolChooserFX extends Object implements TDSymbolChooserFX
Default symbol chooser for the display. This based on the data blocks symbol chooser.
Author:
Jamie Maaulay
  • Constructor Details

  • Method Details

    • getDrawTypes

      public int getDrawTypes(PamDataUnit pamDataUnit)
      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 interface TDSymbolChooserFX
      Parameters:
      pamDataUnit - - the data unit
      Returns:
    • getPamSymbol

      public PamSymbolFX getPamSymbol(PamDataUnit dataUnit, int type)
      Specified by:
      getPamSymbol in interface TDSymbolChooserFX