Enum BaseViewer.FitToPage

java.lang.Object
java.lang.Enum<BaseViewer.FitToPage>
org.jpedal.examples.baseviewer.BaseViewer.FitToPage
All Implemented Interfaces:
Serializable, Comparable<BaseViewer.FitToPage>, java.lang.constant.Constable
Enclosing class:
BaseViewer

public static enum BaseViewer.FitToPage extends Enum<BaseViewer.FitToPage>
Enum to control how we fit the content to the page.

AUTO will automatically fit the content to the stage depending on its orientation WIDTH will fit the content to the stage width depending on its orientation HEIGHT will fit the content to the stage height depending on its orientation

  • Enum Constant Details

  • Method Details

    • values

      public static BaseViewer.FitToPage[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static BaseViewer.FitToPage valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null