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