java.lang.Object
com.drew.metadata.SampleUsage
- public class SampleUsage
- extends java.lang.Object
|
Constructor Summary |
SampleUsage(java.lang.String fileName)
Constructor which executes multiple sample usages, each of which return the same output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleUsage
public SampleUsage(java.lang.String fileName)
- Constructor which executes multiple sample usages, each of which return the same output. This class showcases
multiple usages of this metadata class library.
printImageTags
private void printImageTags(int approachCount,
Metadata metadata)
main
public static void main(java.lang.String[] args)
- Executes the sample usage program.