|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drew.imaging.PhotographicConversions
public class PhotographicConversions
Contains helper methods that perform photographic conversions.
Field Summary | |
---|---|
static double |
ROOT_TWO
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double ROOT_TWO
Method Detail |
---|
public static double apertureToFStop(double aperture)
aperture
- the aperture value to convert
public static double shutterSpeedToExposureTime(double shutterSpeed)
shutterSpeed
- the shutter speed to convert
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |