public static enum JSkyFitsImage.ScaleAlgorithm extends Enum<JSkyFitsImage.ScaleAlgorithm>
Modifier and Type | Method and Description |
---|---|
static JSkyFitsImage.ScaleAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSkyFitsImage.ScaleAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSkyFitsImage.ScaleAlgorithm LINEAR
public static final JSkyFitsImage.ScaleAlgorithm LOG
public static final JSkyFitsImage.ScaleAlgorithm HIST_EQ
public static final JSkyFitsImage.ScaleAlgorithm SQRT
public static JSkyFitsImage.ScaleAlgorithm[] values()
for (JSkyFitsImage.ScaleAlgorithm c : JSkyFitsImage.ScaleAlgorithm.values()) System.out.println(c);
public static JSkyFitsImage.ScaleAlgorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.