GlobalLayerMaskInfo
Inheritance: java.lang.Object
public final class GlobalLayerMaskInfo
The global layer mask section.
Constructors
| Constructor | Description |
|---|---|
| GlobalLayerMaskInfo() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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 long getLength()
Gets the global layer mask section length in bytes.
Returns: long
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:
| Parameter | Type | Description |
|---|---|---|
| streamContainer | StreamContainer | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | short |
setBlueMask(short value)
public final void setBlueMask(short value)
Gets or sets the blue mask.
Value: The blue mask.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
setGreenMask(short value)
public final void setGreenMask(short value)
Gets or sets the green mask.
Value: The green mask.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
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:
| Parameter | Type | Description |
|---|---|---|
| value | byte |
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:
| Parameter | Type | Description |
|---|---|---|
| value | short |
setOverlayColorSpace(short value)
public final void setOverlayColorSpace(short value)
Gets or sets the overlay color space (undocumented value).
Value: The overlay color space.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
setRedMask(short value)
public final void setRedMask(short value)
Gets or sets the red mask.
Value: The red mask.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
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 |