Uses of Interface
videoRangePanel.pamImage.ImageTimeParser
Packages that use ImageTimeParser
-
Uses of ImageTimeParser in videoRangePanel
Methods in videoRangePanel that return ImageTimeParserModifier and TypeMethodDescriptionVRControl.getImageTimeParser()
Get the current image time aprser -
Uses of ImageTimeParser in videoRangePanel.pamImage
Classes in videoRangePanel.pamImage that implement ImageTimeParserModifier and TypeClassDescriptionclass
Parser which calculate the time from a file's name.class
Time Parser which uses image metadat.Methods in videoRangePanel.pamImage that return types with arguments of type ImageTimeParserModifier and TypeMethodDescriptionstatic ArrayList<ImageTimeParser>
PamImage.getImageTimeParsers()
Image time parsers.Methods in videoRangePanel.pamImage with parameters of type ImageTimeParserModifier and TypeMethodDescriptionvoid
PamImage.recalcTime
(ImageTimeParser imageTimeParser) Recalculate the image time with a specified time parser.Constructors in videoRangePanel.pamImage with parameters of type ImageTimeParserModifierConstructorDescriptionPamImage
(File imageFile, ImageTimeParser timeParser) Open a photo and extract metadata information.