Class MatrixDimensionPanel.SubDimensionPanel

    • Field Detail

      • index

        protected int index
      • semanticName

        protected String semanticName
      • semantic

        protected List<?> semantic
      • buttonGroup

        protected ButtonGroup buttonGroup
        Declaration d'un button group avec possibilité de deselectionne tous les boutons (methode setSelected surchargée).
      • semList

        protected JList semList
    • Constructor Detail

      • SubDimensionPanel

        public SubDimensionPanel​(int index,
                                 String semanticName,
                                 List<?> semantic)
    • Method Detail

      • renderSubPanel

        protected void renderSubPanel()
      • getList

        public JList getList()
      • isSelected

        public boolean isSelected()
        Return true if user has selected this action.
      • apply

        public MatrixND apply​(MatrixND matrix,
                              int dim)
        Apply the selected action.