SmartFilters
Inheritance: java.lang.Object
public class SmartFilters
The smart filters of SmartObjectLayer.
Methods
Method | Description |
---|---|
create_internalized(SmartObjectResource smartObjectResource) | |
equals(Object arg0) | |
getClass() | |
getFilters() | Gets or sets the smart filters. |
getFiltersList_internalized() | Gets the smart filters list to internal work. |
hashCode() | |
isEnabled() | Gets the is enabled status of the smart filter mask. |
isMaskEnabled() | Gets the is mask enabled status of the smart filter. |
isMaskExtendWithWhite() | Gets the is mask exted with white status of the smart filter. |
isMaskLinked() | Gets the is mask linked status of the smart filter. |
isValidAtPosition() | Gets the is valid at position status of the smart filter. |
notify() | |
notifyAll() | |
setFilters(SmartFilter[] value) | Gets or sets the smart filters. |
toString() | |
updateResourceValues() | Updates the smart filter data into the SmartObjectResource. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
create_internalized(SmartObjectResource smartObjectResource)
public static SmartFilters create_internalized(SmartObjectResource smartObjectResource)
Parameters:
Parameter | Type | Description |
---|---|---|
smartObjectResource | SmartObjectResource |
Returns: SmartFilters
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFilters()
public final SmartFilter[] getFilters()
Gets or sets the smart filters.
Returns: com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter[]
getFiltersList_internalized()
public final System.Collections.Generic.List<SmartFilter> getFiltersList_internalized()
Gets the smart filters list to internal work.
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter>
hashCode()
public native int hashCode()
Returns: int
isEnabled()
public final boolean isEnabled()
Gets the is enabled status of the smart filter mask.
Returns: boolean
isMaskEnabled()
public final boolean isMaskEnabled()
Gets the is mask enabled status of the smart filter.
Returns: boolean
isMaskExtendWithWhite()
public final boolean isMaskExtendWithWhite()
Gets the is mask exted with white status of the smart filter.
Returns: boolean
isMaskLinked()
public final boolean isMaskLinked()
Gets the is mask linked status of the smart filter.
Returns: boolean
isValidAtPosition()
public final boolean isValidAtPosition()
Gets the is valid at position status of the smart filter.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFilters(SmartFilter[] value)
public final void setFilters(SmartFilter[] value)
Gets or sets the smart filters.
Parameters:
Parameter | Type | Description |
---|---|---|
value | SmartFilter[] |
toString()
public String toString()
Returns: java.lang.String
updateResourceValues()
public final void updateResourceValues()
Updates the smart filter data into the SmartObjectResource.
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 |