Package com.inet.pdfc.presenter
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the configuration value required for this settingboolean
Deprecated.boolean
Deprecated.Deprecated.Returns the enum constant of this class with the specified name.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
disabled
Deprecated. -
originalFile
Deprecated. -
newFile
Deprecated. -
bothFiles
Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
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.
-