FilterEffectMaskData

Inheritance: java.lang.Object

public final class FilterEffectMaskData

The filter mask data class.

Constructors

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
guidjava.lang.StringThe resource guid.
rectangleRectangleThe channels rectangle.
pixelsDepthintThe pixels depth.
maxChannelsintThe max channels value.
channelsChannelInformation[]The channels.
userMaskChannelInformationThe user mask.
maskRectangleRectangleThe sheet mask rectangle.
sheetMaskChannelInformationThe sheet mask.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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 int getLength()

Gets the filter mask data length in bytes.

Returns: int

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:

ParameterTypeDescription
streamContainerStreamContainerThe 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int