Uses of Class
org.im4java.core.ETOperation

Packages that use ETOperation
org.im4java.core   
 

Uses of ETOperation in org.im4java.core
 

Methods in org.im4java.core that return ETOperation
 ETOperation ETOperation.delTags(java.lang.String... pTags)
          Delete all tags with the given tag-names.
 ETOperation ETOperation.getTags(java.lang.String... pTags)
          Query all tags with the given tag-names.
 ETOperation ETOperation.omitTags(java.lang.String... pTags)
          Omit all tags with the given tag-names.
 ETOperation ETOperation.setTag(java.lang.String pTag, java.lang.String pFilename)
          Set tag with the content read from a file.
 ETOperation ETOperation.setTags(java.lang.String... pTagExpressions)
          Set all tags with the given tag-names.