Package com.victorvalentim.zividomelive
Enum Class ViewType
- All Implemented Interfaces:
Serializable,Comparable<ViewType>,Constable
Selects the final view used by the preview and independent output routes in
RenderMode.FULL.
Dedicated render modes temporarily override configured view selections without mutating them.
The built-in Processing UI uses an explicit value mapping; callers must use enum values rather than persisting or exchanging their declaration ordinals.
API stability: Stable.
- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCircular fulldome projection.Equirectangular spherical projection.Equi-angular cubemap (EAC) cross view for face/orientation inspection.Conventional perspective view, independent from spherical capture. -
Method Summary
-
Enum Constant Details
-
STANDARD
Conventional perspective view, independent from spherical capture. -
DOMEMASTER
Circular fulldome projection. -
EQUIRECTANGULAR
Equirectangular spherical projection. -
SKYBOX
Equi-angular cubemap (EAC) cross view for face/orientation inspection.
-
-
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
-