|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
A picture handler provides logging and access to the picture information.
| Method Summary | |
int |
conversionDensity()
Return required conversion density in DPI (dots per inch). |
boolean |
exec(java.lang.String[] cmdarray)
Executes a subprocess passing a command array to it and return true if the process was finished without exceptions. |
int |
get(int index)
Get the value of the picture parameter of the specified index (meaning of indices specified in PictureInfo). |
java.lang.Object |
getContext()
Return a picture context for testing on uniqueness. |
java.lang.Object |
getPictureID()
Return a picture ID or null if no ID defined yet. |
int |
getPictureType()
Return a type of the picture handled. |
int |
getUniqueTag()
Return a unique tag of the picture or 0 if the tag unspecified. |
java.lang.String |
getURI()
Return the non-encoded URI of the picture or null if it is undefined. |
boolean |
hasEqualContext(java.lang.Object context)
Return true if the context of picture is equal to the given context. |
void |
info(java.lang.String message)
Send an information message to the logger of this handler. |
void |
pictureWasChanged()
Send a signal to the handler that a picture size or type was changed. |
void |
set(int index,
int value)
Set a value for the picture parameter of the specified index (meaning of indices specified in PictureInfo). |
void |
setContext(java.lang.Object context)
Set a picture context as the given context. |
void |
setPictureID(java.lang.Object value)
Set a picture ID. |
void |
setURI(java.lang.String value)
Set a new non-encoded URI for the picture. |
void |
warning(java.lang.String message)
Send a warning message to the logger of this handler. |
| Method Detail |
public void info(java.lang.String message)
public void warning(java.lang.String message)
public void setPictureID(java.lang.Object value)
public java.lang.Object getPictureID()
public void set(int index,
int value)
PictureInfo).public int get(int index)
PictureInfo).public void setURI(java.lang.String value)
public java.lang.String getURI()
public int getUniqueTag()
public int getPictureType()
public java.lang.Object getContext()
public boolean hasEqualContext(java.lang.Object context)
public void setContext(java.lang.Object context)
public void pictureWasChanged()
public int conversionDensity()
public boolean exec(java.lang.String[] cmdarray)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||