LevelChannel

Inheritance: java.lang.Object

public class LevelChannel

Class for working with channels in Levels Adjustment Layer

Methods

MethodDescription
create_internalized(byte[] data)
equals(Object arg0)
getClass()
getData_internalized()Gets the data.
getInputHighlightLevel()Gets or sets the input highlight level.
getInputMidtoneLevel()Gets or sets the input midtone level float.
getInputMidtoneLevelShort_internalized()Gets or sets the input midtone level.
getInputShadowLevel()Gets or sets the input shadow level.
getOutputHighlightLevel()Gets or sets the output highlight level.
getOutputShadowLevel()Gets or sets the output shadow level.
hashCode()
notify()
notifyAll()
setInputHighlightLevel(short value)Gets or sets the input highlight level.
setInputMidtoneLevel(float value)Gets or sets the input midtone level float.
setInputMidtoneLevelShort_internalized(short value)Gets or sets the input midtone level.
setInputShadowLevel(short value)Gets or sets the input shadow level.
setOutputHighlightLevel(short value)Gets or sets the output highlight level.
setOutputShadowLevel(short value)Gets or sets the output shadow level.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

create_internalized(byte[] data)

public static LevelChannel create_internalized(byte[] data)

Parameters:

ParameterTypeDescription
databyte[]

Returns: LevelChannel

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData_internalized()

public final byte[] getData_internalized()

Gets the data.

Returns: byte[] - The Data

getInputHighlightLevel()

public final short getInputHighlightLevel()

Gets or sets the input highlight level.

Returns: short

getInputMidtoneLevel()

public final float getInputMidtoneLevel()

Gets or sets the input midtone level float.

Returns: float

getInputMidtoneLevelShort_internalized()

public final short getInputMidtoneLevelShort_internalized()

Gets or sets the input midtone level.

Returns: short

getInputShadowLevel()

public final short getInputShadowLevel()

Gets or sets the input shadow level.

Returns: short

getOutputHighlightLevel()

public final short getOutputHighlightLevel()

Gets or sets the output highlight level.

Returns: short

getOutputShadowLevel()

public final short getOutputShadowLevel()

Gets or sets the output shadow level.

Returns: short

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setInputHighlightLevel(short value)

public final void setInputHighlightLevel(short value)

Gets or sets the input highlight level.

Parameters:

ParameterTypeDescription
valueshort

setInputMidtoneLevel(float value)

public final void setInputMidtoneLevel(float value)

Gets or sets the input midtone level float.

Parameters:

ParameterTypeDescription
valuefloat

setInputMidtoneLevelShort_internalized(short value)

public final void setInputMidtoneLevelShort_internalized(short value)

Gets or sets the input midtone level.

Parameters:

ParameterTypeDescription
valueshort

setInputShadowLevel(short value)

public final void setInputShadowLevel(short value)

Gets or sets the input shadow level.

Parameters:

ParameterTypeDescription
valueshort

setOutputHighlightLevel(short value)

public final void setOutputHighlightLevel(short value)

Gets or sets the output highlight level.

Parameters:

ParameterTypeDescription
valueshort

setOutputShadowLevel(short value)

public final void setOutputShadowLevel(short value)

Gets or sets the output shadow level.

Parameters:

ParameterTypeDescription
valueshort

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