FilterEffectMaskData
Contents
[
Hide
]Inheritance: java.lang.Object
public final class FilterEffectMaskData
The filter mask data class.
Constructors
| Constructor | Description | 
|---|---|
| FilterEffectMaskData(String guid, Rectangle rectangle, int pixelsDepth, int maxChannels, ChannelInformation[] channels, ChannelInformation userMask, Rectangle maskRectangle, ChannelInformation sheetMask) | Initializes a new instance of the FilterEffectMaskData class. | 
Methods
| Method | Description | 
|---|---|
| equals(Object arg0) | |
| getChannels() | Gets the channels. | 
| getClass() | |
| getGUID() | Gets the GUID. | 
| getLength() | Gets the filter mask data length in bytes. | 
| getMaskRectangle() | Gets the sheet mask rectangle. | 
| getMaxChannels() | Gets the max of channels count. | 
| getPixelsDepth() | Gets the pixels depth. | 
| getRectangle() | Gets the channels rectangle. | 
| getSheetMask() | Gets the sheet mask. | 
| getUserMask() | Gets the user mask. | 
| hashCode() | |
| notify() | |
| notifyAll() | |
| saveData(StreamContainer streamContainer) | Saves the resource to the specified stream container. | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
FilterEffectMaskData(String guid, Rectangle rectangle, int pixelsDepth, int maxChannels, ChannelInformation[] channels, ChannelInformation userMask, Rectangle maskRectangle, ChannelInformation sheetMask)
public FilterEffectMaskData(String guid, Rectangle rectangle, int pixelsDepth, int maxChannels, ChannelInformation[] channels, ChannelInformation userMask, Rectangle maskRectangle, ChannelInformation sheetMask)
Initializes a new instance of the FilterEffectMaskData class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| guid | java.lang.String | The resource guid. | 
| rectangle | Rectangle | The channels rectangle. | 
| pixelsDepth | int | The pixels depth. | 
| maxChannels | int | The max channels value. | 
| channels | ChannelInformation[] | The channels. | 
| userMask | ChannelInformation | The user mask. | 
| maskRectangle | Rectangle | The sheet mask rectangle. | 
| sheetMask | ChannelInformation | The sheet mask. | 
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getChannels()
public final ChannelInformation[] getChannels()
Gets the channels.
Returns: com.aspose.psd.fileformats.psd.layers.ChannelInformation[]
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGUID()
public final String getGUID()
Gets the GUID.
Returns: java.lang.String
getLength()
public final long getLength()
Gets the filter mask data length in bytes.
Returns: long
getMaskRectangle()
public final Rectangle getMaskRectangle()
Gets the sheet mask rectangle.
Returns: Rectangle
getMaxChannels()
public final int getMaxChannels()
Gets the max of channels count.
Returns: int
getPixelsDepth()
public final int getPixelsDepth()
Gets the pixels depth.
Returns: int
getRectangle()
public final Rectangle getRectangle()
Gets the channels rectangle.
Returns: Rectangle
getSheetMask()
public final ChannelInformation getSheetMask()
Gets the sheet mask.
Returns: ChannelInformation
getUserMask()
public final ChannelInformation getUserMask()
Gets the user mask.
Returns: ChannelInformation
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
saveData(StreamContainer streamContainer)
public final void saveData(StreamContainer streamContainer)
Saves the resource to the specified stream container.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| streamContainer | StreamContainer | The stream container to save to. | 
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 |