Package org.apache.padaf.xmpbox.type

Examples of org.apache.padaf.xmpbox.type.LayerType


    if (seqLayer == null) {
      seqLayer = new ComplexProperty(metadata, localPrefix, TEXT_LAYERS,
          ComplexProperty.ORDERED_ARRAY);
      addProperty(seqLayer);
    }
    LayerType layer = new LayerType(metadata, "rdf", "li");
    layer.setLayerName(PREFERRED_PHOTISHOP_PREFIX, "LayerName", layerName);
    layer.setLayerText(PREFERRED_PHOTISHOP_PREFIX, "LayerText", layerText);
    seqLayer.getContainer().addProperty(layer);
  }
View Full Code Here

TOP

Related Classes of org.apache.padaf.xmpbox.type.LayerType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.