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 Link icon

    • highLightClick Link icon

      public static PamSymbolFX highLightClick
      Circle with transparent middle to highlight click
  • Constructor Details Link icon

  • Method Details Link icon

    • getDrawTypes Link icon

      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 Link icon

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

      public PamSymbolChooser getSymbolChooser()