Uses of Class
com.drew.metadata.eps.EpsDirectory
-
Packages that use EpsDirectory Package Description com.drew.metadata.eps Contains classes for the extraction and modelling of EPS metadata. -
-
Uses of EpsDirectory in com.drew.metadata.eps
Methods in com.drew.metadata.eps with parameters of type EpsDirectory Modifier and Type Method Description private voidEpsReader. addToDirectory(EpsDirectory directory, java.lang.String name, java.lang.String value)Default case that adds comment with keyword to directoryprivate voidEpsReader. extract(EpsDirectory directory, Metadata metadata, SequentialReader reader)Main method that parses all comments and then distributes data extraction among other methods that parse the rest of file and store encountered data in metadata (if there exists an entry in EpsDirectory for the found data).private static voidEpsReader. extractImageData(EpsDirectory directory, java.lang.String imageData)Parses%ImageDatacomment which holds several values including width in px, height in px and color type.Constructors in com.drew.metadata.eps with parameters of type EpsDirectory Constructor Description EpsDescriptor(EpsDirectory directory)
-