Class ClickSymbolChooserFX

java.lang.Object
dataPlotsFX.clickPlotFX.ClickSymbolChooserFX
All Implemented Interfaces:
TDSymbolChooserFX

public class ClickSymbolChooserFX extends Object implements TDSymbolChooserFX
Chooses which symbols should be displayed by the click detector
Author:
Jamie Macaulay
  • Field Details

    • highLightClick

      public static PamSymbolFX highLightClick
      Circle with transparent middle to highlight click
  • 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
    • getSymbolChooser

      public PamSymbolChooser getSymbolChooser()