Tabnine Logo
EVFormat.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
it.tidalwave.metadata.text.EVFormat
constructor

Best Java code snippets using it.tidalwave.metadata.text.EVFormat.<init> (Showing top 3 results out of 315)

origin: it.tidalwave.metadata/it-tidalwave-metadata-viewer

 public EVConverter()
  {
   super(new EVFormat());
  }
}
origin: it.tidalwave.metadata/it-tidalwave-metadata-text

@Before
public void setupFixture()
 {
  format = new EVFormat();
  formatUnicode = new EVFormat(EVFormat.Fractions.UNICODE);
 }  
origin: it.tidalwave.metadata/it-tidalwave-metadata-tiff-provider

 public TIFFFormatProviderSupport (@Nonnull final Class<Item> itemClass,
                  @Nonnull final String displayName)
  {
   super(itemClass, displayName);
   
   // TODO: move to a configuration file?
   formatMap.put("apertureValue",       new APEXApertureFormat());
   formatMap.put("maxApertureValue",    new APEXApertureFormat());
   formatMap.put("exposureBiasValue",   new EVFormat(EVFormat.Fractions.UNICODE));
   formatMap.put("exposureTime",        new ShutterFormat());
   formatMap.put("FNumber",             new ApertureFormat(ApertureFormat.F.UNICODE));
   formatMap.put("ISOSpeedRatings",     new ISOFormat());
   formatMap.put("focalLength",         new FocalFormat());
   formatMap.put("focalLength35mmFilm", new FocalFormat());
   formatMap.put("shutterSpeedValue",   new APEXShutterFormat());
   formatMap.put("EXIFCFAPattern",      new CFAPatternFormat());
   formatMap.put("EXIFVersion",         new DeweyFormat());
   formatMap.put("DNGBackwardVersion",  new DeweyFormat());
   formatMap.put("DNGVersion",          new DeweyFormat());
   formatMap.put("TIFF_EPStandardID",   new DeweyFormat());
   formatMap.put("flashPixVersion",     new DeweyFormat());
   formatMap.put("flash",               new EXIFFlashFormat());
  }
}
it.tidalwave.metadata.textEVFormat<init>

Popular methods of EVFormat

  • format
  • getFractionText
  • parse

Popular in Java

  • Reading from database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • requestLocationUpdates (LocationManager)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Join (org.hibernate.mapping)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now