Class RGBImageProfilePane

    • Field Detail

      • EXPRESSION_FONT

        public static final Font EXPRESSION_FONT
      • storeInProductCheck

        protected JCheckBox storeInProductCheck
    • Constructor Detail

      • RGBImageProfilePane

        public RGBImageProfilePane​(PropertyMap preferences)
      • RGBImageProfilePane

        public RGBImageProfilePane​(PropertyMap preferences,
                                   Product product,
                                   Product[] openedProducts,
                                   int[] defaultBandIndices)
    • Method Detail

      • getProduct

        public Product getProduct()
      • dispose

        public void dispose()
      • getStoreProfileInProduct

        public boolean getStoreProfileInProduct()
      • getSelectedProfile

        public RGBImageProfile getSelectedProfile()
        Gets the selected RGB-image profile if any.
        Returns:
        the selected profile, can be null
        See Also:
        getRgbaExpressions()
      • getRgbExpressions

        @Deprecated
        public String[] getRgbExpressions()
        Deprecated.
        please use #getSelectedProfile()
        Gets the selected RGB expressions as array of 3 strings.
        Returns:
        the selected RGB expressions, never null
      • getRgbaExpressions

        public String[] getRgbaExpressions()
        Gets the selected RGBA expressions as array of 4 strings.
        Returns:
        the selected RGBA expressions, never null
      • showDialog

        public boolean showDialog​(Window parent,
                                  String title,
                                  String helpId)
      • getComponentName

        protected String getComponentName​(int index)