/** * Gets the layer this image belongs to. * * @return the layer this image belongs to or <code>null</code> for no * layer defined */ public PdfOCG getLayer() { return layer; }
/** * Sets the layer this image belongs to. * * @param layer * the layer this image belongs to */ public void setLayer(PdfOCG layer) { this.layer = layer; }