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

ConstructorDescription
CurvesContinuousManager(int maxChannelCount)Initializes a new instance of the CurvesContinuousManager class.

Methods

MethodDescription
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:

ParameterTypeDescription
maxChannelCountintThe 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:

ParameterTypeDescription
channelIndexintIndex of the channel.
xbyteThe x location.
ybyteThe y location.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
channelIndexintIndex of the channel.
pointIndexintIndex 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:

ParameterTypeDescription
channelIndexintIndex 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:

ParameterTypeDescription
bytesbyte[]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:

ParameterTypeDescription
channelIndexintIndex of the channel.
pointIndexintIndex 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:

ParameterTypeDescription
channelIndexintIndex of the channel.
pointIndexintIndex of the point.
xbyteThe x location.
ybyteThe y location.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int