Module org.jcommon

Class JRenderingHintsPanel

    • Constructor Detail

      • JRenderingHintsPanel

        public JRenderingHintsPanel​(RenderingHints hints)
        Create a new Rendering Hints editor panel.
        Parameters:
        hints - the rendering hints to edit.
      • JRenderingHintsPanel

        public JRenderingHintsPanel​(RenderingHints hints,
                                    boolean showTitle)
        Create a new Rendering Hints editor panel. The boolean showTitle specify if the panel has a titled border or not.
        Parameters:
        hints - the rendering hints to edit.
        showTitle - true if the panel has a titled border, false otherwise.
    • Method Detail

      • initGUI

        protected void initGUI()
        Init the GUI
      • refreshGUI

        public void refreshGUI()
        Refresh the GUI
      • processItemEvent

        protected void processItemEvent​(ItemEvent e)
        Process an item event dispatched by a component of the panel.
        Parameters:
        e - the item event to process.
      • processChangeEvent

        protected void processChangeEvent​(ChangeEvent e)
        Process a change event dispatched by a component of the panel.
        Parameters:
        e - the change event to process.
      • setRenderingHints

        public void setRenderingHints​(RenderingHints hints)
        Set the rendering hints to edit with this component.
        Parameters:
        hints - the rendering hints to edit.
      • getRenderingHints

        public RenderingHints getRenderingHints()
        Get the rendering hints to edit with this component.
        Returns:
        the rendering hints edited.