HomeSort by relevance Sort by last modified time
    Searched refs:XMPUtils (Results 1 - 5 of 5) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 24 public class XMPUtils
27 private XMPUtils()
164 * <p>XMPUtils#appendProperties was created to support the File Info dialog's Append button, and
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 21 import com.adobe.xmp.XMPUtils;
401 strValue = XMPUtils.convertFromBoolean(((Boolean) value).booleanValue());
405 strValue = XMPUtils.convertFromInteger(((Integer) value).intValue());
409 strValue = XMPUtils.convertFromLong(((Long) value).longValue());
413 strValue = XMPUtils.convertFromDouble(((Double) value).doubleValue());
417 strValue = XMPUtils.convertFromDate((XMPDateTime) value);
422 strValue = XMPUtils.convertFromDate(dt);
426 strValue = XMPUtils.encodeBase64((byte[]) value);
XMPNormalizer.java 23 import com.adobe.xmp.XMPUtils;
459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue());
474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue());
480 gpsDateTime.setValue(XMPUtils.convertFromDate (binGPSStamp));
XMPMetaImpl.java 22 import com.adobe.xmp.XMPUtils;
    [all...]
XMPUtilsImpl.java 21 import com.adobe.xmp.XMPUtils;
58 * @see XMPUtils#catenateArrayItems(XMPMeta, String, String, String, String,
147 * see {@link XMPUtils#separateArrayItems(XMPMeta, String, String, String,
388 * @see XMPUtils#removeProperties(XMPMeta, String, String, boolean, boolean)
506 * @see XMPUtils#appendProperties(XMPMeta, XMPMeta, boolean, boolean)
    [all...]

Completed in 143 milliseconds