|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmagick.ProfileInfo
public class ProfileInfo
Class encapsulating some profile related to a image. This class corresponds to the ProfileInfo structure in the C API. ProfileInfo is currently used in the Image structure to store the ICC and IPTC profiles.
| Constructor Summary | |
|---|---|
ProfileInfo()
Constructor. |
|
ProfileInfo(java.lang.String name,
byte[] info)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getInfo()
Get the profile info. |
java.lang.String |
getName()
Get the profile name. |
void |
setInfo(byte[] info)
Set the profile info. |
void |
setName(java.lang.String name)
Set the profile name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileInfo()
public ProfileInfo(java.lang.String name,
byte[] info)
name - name of the profileinfo - the profile information| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public byte[] getInfo()
public void setInfo(byte[] info)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||