public class BilateralSmoothingFilterProperties extends FilterPropertiesBase
Constructor and Description |
---|
BilateralSmoothingFilterProperties() |
Modifier and Type | Method and Description |
---|---|
BilateralSmoothingFilterProperties |
colorFactor(Double colorFactor) |
BilateralSmoothingFilterProperties |
colorPower(Double colorPower) |
boolean |
equals(Object o) |
Double |
getColorFactor()
Gets or sets the color factor.
|
Double |
getColorPower()
Gets or sets the color power.
|
Integer |
getSize()
Gets or sets the size of the kernel.
|
Double |
getSpatialFactor()
Gets or sets the spatial factor.
|
Double |
getSpatialPower()
Gets or sets the spatial power.
|
int |
hashCode() |
void |
setColorFactor(Double colorFactor) |
void |
setColorPower(Double colorPower) |
void |
setSize(Integer size) |
void |
setSpatialFactor(Double spatialFactor) |
void |
setSpatialPower(Double spatialPower) |
BilateralSmoothingFilterProperties |
size(Integer size) |
BilateralSmoothingFilterProperties |
spatialFactor(Double spatialFactor) |
BilateralSmoothingFilterProperties |
spatialPower(Double spatialPower) |
String |
toString() |
discriminator, getDiscriminator, setDiscriminator
public BilateralSmoothingFilterProperties size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public BilateralSmoothingFilterProperties spatialFactor(Double spatialFactor)
public Double getSpatialFactor()
public void setSpatialFactor(Double spatialFactor)
public BilateralSmoothingFilterProperties spatialPower(Double spatialPower)
public Double getSpatialPower()
public void setSpatialPower(Double spatialPower)
public BilateralSmoothingFilterProperties colorFactor(Double colorFactor)
public Double getColorFactor()
public void setColorFactor(Double colorFactor)
public BilateralSmoothingFilterProperties colorPower(Double colorPower)
public Double getColorPower()
public void setColorPower(Double colorPower)
public boolean equals(Object o)
equals
in class FilterPropertiesBase
public int hashCode()
hashCode
in class FilterPropertiesBase
public String toString()
toString
in class FilterPropertiesBase
Copyright © 2020 Aspose Pty Ltd. All rights reserved.