Class Cameras

java.lang.Object
se.datadosen.jalbum.Cameras

public class Cameras extends Object
Representation of properties stored in system/cameras.properties This main purpose of this class is to deliver the focal length multipliers of cameras so focal lengths can be converted to their 35mm equivalent
Since:
8.2
  • Field Details

  • Method Details

    • getFocalLengthMultiplier

      public Double getFocalLengthMultiplier(String maker, String model)
    • getValue

      public String getValue(String maker, String model, String key)
    • putValue

      public String putValue(String maker, String model, String key, String value)
      Add new properties. Allows skin developers to actively add new properties to this object until the official cameras.properties file is updated
      Since:
      8.4
    • getInstance

      public static Cameras getInstance()