Class YearSumDimensionAction

java.lang.Object
fr.ifremer.isisfish.ui.result.YearSumDimensionAction
All Implemented Interfaces:
org.nuiton.math.matrix.viewer.MatrixDimensionAction

public class YearSumDimensionAction extends Object implements org.nuiton.math.matrix.viewer.MatrixDimensionAction
Action de somme des elements par 12 (année) pour la dimension des pas de temps.
  • Constructor Details

    • YearSumDimensionAction

      public YearSumDimensionAction()
  • Method Details

    • getIcon

      public Icon getIcon()
      Specified by:
      getIcon in interface org.nuiton.math.matrix.viewer.MatrixDimensionAction
    • getSelectedIcon

      public Icon getSelectedIcon()
      Specified by:
      getSelectedIcon in interface org.nuiton.math.matrix.viewer.MatrixDimensionAction
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.nuiton.math.matrix.viewer.MatrixDimensionAction
    • canApply

      public boolean canApply(int i, List<?> list)
      Specified by:
      canApply in interface org.nuiton.math.matrix.viewer.MatrixDimensionAction
    • apply

      public org.nuiton.math.matrix.MatrixND apply(org.nuiton.math.matrix.MatrixND matrix, int dim)
      Specified by:
      apply in interface org.nuiton.math.matrix.viewer.MatrixDimensionAction