public final class PhotographicConversions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
ROOT_TWO |
| Modifier | Constructor and Description |
|---|---|
private |
PhotographicConversions() |
| Modifier and Type | Method and Description |
|---|---|
static double |
apertureToFStop(double aperture)
Converts an aperture value to its corresponding F-stop number.
|
static double |
shutterSpeedToExposureTime(double shutterSpeed)
Converts a shutter speed to an exposure time.
|
private PhotographicConversions()
throws java.lang.Exception
java.lang.Exceptionpublic static double apertureToFStop(double aperture)
aperture - the aperture value to convertpublic static double shutterSpeedToExposureTime(double shutterSpeed)
shutterSpeed - the shutter speed to convert