public class ProfileInfo
extends java.lang.Object
MagickImage.setColorProfile(magick.ProfileInfo)
Constructor | Description |
---|---|
ProfileInfo() |
Deprecated.
Constructor.
|
ProfileInfo(java.lang.String name,
byte[] info) |
Deprecated.
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getInfo() |
Deprecated.
Get the profile info.
|
java.lang.String |
getName() |
Deprecated.
Get the profile name.
|
void |
setInfo(byte[] info) |
Deprecated.
Set the profile info.
|
void |
setName(java.lang.String name) |
Deprecated.
Set the profile name.
|
public ProfileInfo()
public ProfileInfo(java.lang.String name, byte[] info)
name
- name of the profileinfo
- the profile informationpublic java.lang.String getName()
public void setName(java.lang.String name)
public byte[] getInfo()
public void setInfo(byte[] info)