GlobalLayerMaskInfo

Inheritance: java.lang.Object

public final class GlobalLayerMaskInfo

The global layer mask section.

Constructors

ConstructorDescription
GlobalLayerMaskInfo()

Methods

MethodDescription
equals(Object arg0)
getAlphaMask()Gets or sets the alpha mask.
getBlueMask()Gets or sets the blue mask.
getClass()
getGreenMask()Gets or sets the green mask.
getKind()Gets or sets the kind.
getLength()Gets the global layer mask section length in bytes.
getOpacity()Gets or sets global layers opacity.
getOverlayColorSpace()Gets or sets the overlay color space (undocumented value).
getRedMask()Gets or sets the red mask.
hashCode()
notify()
notifyAll()
save_internalized(StreamContainer streamContainer)Saves the data to specified stream container.
setAlphaMask(short value)Gets or sets the alpha mask.
setBlueMask(short value)Gets or sets the blue mask.
setGreenMask(short value)Gets or sets the green mask.
setKind(byte value)Gets or sets the kind.
setOpacity(short value)Gets or sets global layers opacity.
setOverlayColorSpace(short value)Gets or sets the overlay color space (undocumented value).
setRedMask(short value)Gets or sets the red mask.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlobalLayerMaskInfo()

public GlobalLayerMaskInfo()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlphaMask()

public final short getAlphaMask()

Gets or sets the alpha mask.

Value: The alpha mask.

Returns: short

getBlueMask()

public final short getBlueMask()

Gets or sets the blue mask.

Value: The blue mask.

Returns: short

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getGreenMask()

public final short getGreenMask()

Gets or sets the green mask.

Value: The green mask.

Returns: short

getKind()

public final byte getKind()

Gets or sets the kind. 0 = Color selected–i.e. inverted; 1 = Color protected; 128 = use value stored per layer. This value is preferred. The others are for backward compatibility with beta versions.

Value: The kind.

Returns: byte

getLength()

public final int getLength()

Gets the global layer mask section length in bytes.

Returns: int

getOpacity()

public final short getOpacity()

Gets or sets global layers opacity. 0 = transparent, 100 = opaque.

Value: The global layers opacity.

Returns: short

getOverlayColorSpace()

public final short getOverlayColorSpace()

Gets or sets the overlay color space (undocumented value).

Value: The overlay color space.

Returns: short

getRedMask()

public final short getRedMask()

Gets or sets the red mask.

Value: The red mask.

Returns: short

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save_internalized(StreamContainer streamContainer)

public final void save_internalized(StreamContainer streamContainer)

Saves the data to specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.

setAlphaMask(short value)

public final void setAlphaMask(short value)

Gets or sets the alpha mask.

Value: The alpha mask.

Parameters:

ParameterTypeDescription
valueshort

setBlueMask(short value)

public final void setBlueMask(short value)

Gets or sets the blue mask.

Value: The blue mask.

Parameters:

ParameterTypeDescription
valueshort

setGreenMask(short value)

public final void setGreenMask(short value)

Gets or sets the green mask.

Value: The green mask.

Parameters:

ParameterTypeDescription
valueshort

setKind(byte value)

public final void setKind(byte value)

Gets or sets the kind. 0 = Color selected–i.e. inverted; 1 = Color protected; 128 = use value stored per layer. This value is preferred. The others are for backward compatibility with beta versions.

Value: The kind.

Parameters:

ParameterTypeDescription
valuebyte

setOpacity(short value)

public final void setOpacity(short value)

Gets or sets global layers opacity. 0 = transparent, 100 = opaque.

Value: The global layers opacity.

Parameters:

ParameterTypeDescription
valueshort

setOverlayColorSpace(short value)

public final void setOverlayColorSpace(short value)

Gets or sets the overlay color space (undocumented value).

Value: The overlay color space.

Parameters:

ParameterTypeDescription
valueshort

setRedMask(short value)

public final void setRedMask(short value)

Gets or sets the red mask.

Value: The red mask.

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