Class JRenderingHintsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JRenderingHintsPanel extends JPanel
A Panel designed for editing java Renderint hints.
Since:
1.0.1
Version:
"1.0.14" - b202111241200L
Author:
Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
See Also:
  • Constructor Details

    • 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 Details

    • 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.