Enum Class DifferencesImagePresenter.IMAGE_CONFIG

java.lang.Object
java.lang.Enum<DifferencesImagePresenter.IMAGE_CONFIG>
com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
All Implemented Interfaces:
Serializable, Comparable<DifferencesImagePresenter.IMAGE_CONFIG>, Constable
Enclosing class:
DifferencesImagePresenter

@Deprecated public static enum DifferencesImagePresenter.IMAGE_CONFIG extends Enum<DifferencesImagePresenter.IMAGE_CONFIG>
Deprecated.
As of i-net PDFC 5.0
Defines which diff images should be painted
  • Enum Constant Details

  • Method Details

    • values

      public static DifferencesImagePresenter.IMAGE_CONFIG[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DifferencesImagePresenter.IMAGE_CONFIG valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getConfigKey

      public String getConfigKey()
      Deprecated.
      Returns the configuration value required for this setting
      Returns:
      configuration value required for this setting
    • isDrawLeft

      public boolean isDrawLeft()
      Deprecated.
    • isDrawRight

      public boolean isDrawRight()
      Deprecated.