public class Photo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Photo() |
Photo(long cPtr,
boolean cMemoryOwn) |
Photo(Photo photo) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Photo obj) |
int |
getLayer()
Layer index in the image file.
|
MetaData |
getMeta()
Photo meta data.
|
java.lang.String |
getPath()
Path to the image file.
|
void |
setLayer(int layer)
Layer index in the image file.
|
void |
setMeta(MetaData meta)
Photo meta data.
|
void |
setPath(java.lang.String path)
Path to the image file.
|
public Photo(long cPtr,
boolean cMemoryOwn)
public Photo()
public Photo(Photo photo)
public static long getCPtr(Photo obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setPath(java.lang.String path)
public java.lang.String getPath()
public void setLayer(int layer)
public int getLayer()
public void setMeta(MetaData meta)
public MetaData getMeta()