Enum Class CubmeapProjectionEffect.CubemapProjection
java.lang.Object
java.lang.Enum<CubmeapProjectionEffect.CubemapProjection>
gaiasky.util.gdx.contrib.postprocess.effects.CubmeapProjectionEffect.CubemapProjection
- All Implemented Interfaces:
Serializable
,Comparable<CubmeapProjectionEffect.CubemapProjection>
,Constable
- Enclosing class:
CubmeapProjectionEffect
public static enum CubmeapProjectionEffect.CubemapProjection
extends Enum<CubmeapProjectionEffect.CubemapProjection>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EQUIRECTANGULAR
-
CYLINDRICAL
-
HAMMER
-
ORTHOGRAPHIC
-
ORTHOSPHERE
-
ORTHOSPHERE_CROSSEYE
-
AZIMUTHAL_EQUIDISTANT
-
SPHERICAL_MIRROR
-
-
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
-
isPlanetarium
public boolean isPlanetarium() -
isDomeMaster
public boolean isDomeMaster() -
isFisheye
public boolean isFisheye() -
isAzimuthalEquidistant
public boolean isAzimuthalEquidistant() -
isSphericalMirror
public boolean isSphericalMirror() -
isOrthosphere
public boolean isOrthosphere() -
isPanorama
public boolean isPanorama() -
getNextPlanetariumProjection
-
getNextPanoramaProjection
-
getNextOrthosphereProfile
-
getNext
public CubmeapProjectionEffect.CubemapProjection getNext(Function<CubmeapProjectionEffect.CubemapProjection, Boolean> supplier)
-