Package com.nomagic.uaf.report
Enum Class ReportProfile.AutoImageSizeEnum
java.lang.Object
java.lang.Enum<ReportProfile.AutoImageSizeEnum>
com.nomagic.uaf.report.ReportProfile.AutoImageSizeEnum
- All Implemented Interfaces:
Serializable
,Comparable<ReportProfile.AutoImageSizeEnum>
,Constable
- Enclosing class:
- ReportProfile
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(ReportProfile profile, ReportProfile.AutoImageSizeEnum anEnum) Returns the enum constant of this class with the specified name.static ReportProfile.AutoImageSizeEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_RESIZE
-
FIT_IMAGE_TO_PAPER__LARGE_ONLY_
-
FIT_AND_ROTATE_IMAGE__CLOCKWISE__TO_PAPER__LARGE_ONLY_
public static final ReportProfile.AutoImageSizeEnum FIT_AND_ROTATE_IMAGE__CLOCKWISE__TO_PAPER__LARGE_ONLY_ -
FIT_AND_ROTATE_IMAGE__COUNTER_CLOCKWISE__TO_PAPER__LARGE_ONLY_
public static final ReportProfile.AutoImageSizeEnum FIT_AND_ROTATE_IMAGE__COUNTER_CLOCKWISE__TO_PAPER__LARGE_ONLY_
-
-
Method Details
-
values
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
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
-
from
-
toEnum
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(ReportProfile profile, ReportProfile.AutoImageSizeEnum anEnum) -
getText
-