CurvesContinuousManager
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.CurvesManager
public final class CurvesContinuousManager extends CurvesManager
Manager for Curves Adjustment Layer that manipulates curves
Constructors
Constructor | Description |
---|---|
CurvesContinuousManager(int maxChannelCount) | Initializes a new instance of the CurvesContinuousManager class. |
Methods
Method | Description |
---|---|
addCurvePoint(int channelIndex, byte x, byte y) | Adds the point of curve. |
equals(Object arg0) | |
getBytesForResource_internalized() | Gets the bytes for resource. |
getClass() | |
getCurvePointByIndex(int channelIndex, int pointIndex) | Gets the curve point by index. |
getCurvePointCount(int channelIndex) | Gets the curve point count. |
getMap_internalized() | Gets the map for processing filter |
getMaxChannelCount() | Gets the maximum channel count. |
hashCode() | |
loadFromBytes_internalized(byte[] bytes) | Loads data from bytes. |
notify() | |
notifyAll() | |
removeCurvePoint(int channelIndex, int pointIndex) | Removes the point of curve. |
toString() | |
updateCurvePoint(int channelIndex, int pointIndex, byte x, byte y) | Updates the point of curve. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
CurvesContinuousManager(int maxChannelCount)
public CurvesContinuousManager(int maxChannelCount)
Initializes a new instance of the CurvesContinuousManager class.
Parameters:
Parameter | Type | Description |
---|---|---|
maxChannelCount | int | The maximum channel count. |
addCurvePoint(int channelIndex, byte x, byte y)
public final void addCurvePoint(int channelIndex, byte x, byte y)
Adds the point of curve.
Parameters:
Parameter | Type | Description |
---|---|---|
channelIndex | int | Index of the channel. |
x | byte | The x location. |
y | byte | The y location. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBytesForResource_internalized()
public final byte[] getBytesForResource_internalized()
Gets the bytes for resource.
Returns: byte[] - Bytes to compose CurvResource
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCurvePointByIndex(int channelIndex, int pointIndex)
public final Point getCurvePointByIndex(int channelIndex, int pointIndex)
Gets the curve point by index.
Parameters:
Parameter | Type | Description |
---|---|---|
channelIndex | int | Index of the channel. |
pointIndex | int | Index of the point. |
Returns: Point - Curve point by index of channel
getCurvePointCount(int channelIndex)
public final int getCurvePointCount(int channelIndex)
Gets the curve point count.
Parameters:
Parameter | Type | Description |
---|---|---|
channelIndex | int | Index of the channel. |
Returns: int - Count of Curve Point in channel
getMap_internalized()
public byte[][] getMap_internalized()
Gets the map for processing filter
Returns: byte[][] - Map for channel processing
getMaxChannelCount()
public final int getMaxChannelCount()
Gets the maximum channel count.
Value: The maximum channel count.
Returns: int
hashCode()
public native int hashCode()
Returns: int
loadFromBytes_internalized(byte[] bytes)
public void loadFromBytes_internalized(byte[] bytes)
Loads data from bytes.
Parameters:
Parameter | Type | Description |
---|---|---|
bytes | byte[] | The bytes. |
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeCurvePoint(int channelIndex, int pointIndex)
public final void removeCurvePoint(int channelIndex, int pointIndex)
Removes the point of curve.
Parameters:
Parameter | Type | Description |
---|---|---|
channelIndex | int | Index of the channel. |
pointIndex | int | Index of the point. |
toString()
public String toString()
Returns: java.lang.String
updateCurvePoint(int channelIndex, int pointIndex, byte x, byte y)
public final void updateCurvePoint(int channelIndex, int pointIndex, byte x, byte y)
Updates the point of curve.
Parameters:
Parameter | Type | Description |
---|---|---|
channelIndex | int | Index of the channel. |
pointIndex | int | Index of the point. |
x | byte | The x location. |
y | byte | The y location. |
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 |