CurvesManager
Contents
[
Hide
]Inheritance: java.lang.Object
public abstract class CurvesManager
Base Class to manage CurvResource
Constructors
Constructor | Description |
---|---|
CurvesManager(int maxChannelCount) | Initializes a new instance of the CurvesManager class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
maxChannelCount | int | The maximum channel count. |
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
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:
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 |