Class DLGroupDetectionInfoFX

java.lang.Object
dataPlotsFX.data.TDDataInfoFX
dataPlotsFX.data.generic.GenericDataPlotInfo
rawDeepLearningClassifier.dataPlotFX.DLGroupDetectionInfoFX

public class DLGroupDetectionInfoFX extends GenericDataPlotInfo
Plot results from deep learning group detections.
  • Constructor Details Link icon

  • Method Details Link icon

    • drawDataUnit Link icon

      public javafx.scene.shape.Polygon drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)
      Description copied from class: TDDataInfoFX
      Draw a data unit.
      Overrides:
      drawDataUnit in class GenericDataPlotInfo
      Parameters:
      pamDataUnit - data unit to draw
      g - graphicsContext handle to draw on
      type - flag for which type of symbol to draw. e.g normal or highlighted.
      Returns:
      polygon of area drawn on.