CmykMixerChannel
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.adjustmentlayers.MixerChannel
public class CmykMixerChannel extends MixerChannel
CmykChannel. It’s wrapper for channel raw data. Used in MixrResource
Constructors
Constructor | Description |
---|---|
CmykMixerChannel(byte[] data) | Initializes a new instance of the CmykMixerChannel class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBlack() | Gets or sets the black. |
getClass() | |
getConstant() | Gets or sets the constant.of channel. |
getCyan() | Gets or sets the cyan. |
getMagenta() | Gets or sets the magenta. |
getRawData() | Gets the raw data. |
getYellow() | Gets or sets the yellow. |
hashCode() | |
notify() | |
notifyAll() | |
setBlack(short value) | Gets or sets the black. |
setConstant(short value) | Gets or sets the constant.of channel. |
setCyan(short value) | Gets or sets the cyan. |
setMagenta(short value) | Gets or sets the magenta. |
setYellow(short value) | Gets or sets the yellow. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
CmykMixerChannel(byte[] data)
public CmykMixerChannel(byte[] data)
Initializes a new instance of the CmykMixerChannel class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The data of the resource. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBlack()
public final short getBlack()
Gets or sets the black.
Value: The black.
Returns: short
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getConstant()
public final short getConstant()
Gets or sets the constant.of channel.
Value: The constant.
Returns: short
getCyan()
public final short getCyan()
Gets or sets the cyan.
Value: The cyan.
Returns: short
getMagenta()
public final short getMagenta()
Gets or sets the magenta.
Value: The magenta.
Returns: short
getRawData()
public final byte[] getRawData()
Gets the raw data.
Returns: byte[] - Raw byte data
getYellow()
public final short getYellow()
Gets or sets the yellow.
Value: The yellow.
Returns: short
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBlack(short value)
public final void setBlack(short value)
Gets or sets the black.
Value: The black.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setConstant(short value)
public final void setConstant(short value)
Gets or sets the constant.of channel.
Value: The constant.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setCyan(short value)
public final void setCyan(short value)
Gets or sets the cyan.
Value: The cyan.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setMagenta(short value)
public final void setMagenta(short value)
Gets or sets the magenta.
Value: The magenta.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setYellow(short value)
public final void setYellow(short value)
Gets or sets the yellow.
Value: The yellow.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |