Class RenderingInterpolationType.ComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener
Enclosing class:
RenderingInterpolationType

public static class RenderingInterpolationType.ComboBox extends JComboBox<String>
A javax.swing.JComboBox that is used for selecting a RenderingInterpolationType.
See Also:
  • Constructor Details

  • Method Details

    • getSelectedRenderingInterpolationType

      public RenderingInterpolationType getSelectedRenderingInterpolationType()
      Returns the RenderingInterpolationType selected.
      Returns:
      the RenderingInterpolationType selected.
    • revert

      public void revert()
      Revert to the user's preferred RenderingInterpolationType.
    • setDefaults

      public void setDefaults()
      Sets the default RenderingInterpolationType in the JComoBox.
    • savePreferences

      public void savePreferences()
      Saves the current selection to the user's preferences.