CurvesManager

Inheritance: java.lang.Object

public abstract class CurvesManager

Base Class to manage CurvResource

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getBytesForResource_internalized()Gets the bytes for resource.
getClass()
getMap_internalized()Gets the map for processing filter
getMaxChannelCount()Gets the maximum channel count.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CurvesManager(int maxChannelCount)

public CurvesManager(int maxChannelCount)

Initializes a new instance of the CurvesManager class.

Parameters:

ParameterTypeDescription
maxChannelCountintThe maximum channel count.

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

getMap_internalized()

public abstract 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

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

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