Package dataPlotsFX

Class SimpleSymbolChooserFX

java.lang.Object
dataPlotsFX.SimpleSymbolChooserFX
All Implemented Interfaces:
TDSymbolChooserFX
Direct Known Subclasses:
BOSymbolChooser

public class SimpleSymbolChooserFX extends Object implements TDSymbolChooserFX
  • Constructor Details

    • SimpleSymbolChooserFX

      public SimpleSymbolChooserFX()
  • Method Details

    • getPamSymbol

      public PamSymbolFX getPamSymbol(PamDataUnit dataUnit, int type)
      Specified by:
      getPamSymbol in interface TDSymbolChooserFX
    • 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:
    • setDrawTypes

      public void setDrawTypes(int drawTypes)
      Parameters:
      drawTypes - the drawTypes to set, can be a combination of DRAW_LINES and DRAW_SYMBOLS