public abstract class BlurOperation extends java.lang.Object implements DatasetOperation
Modifier and Type | Field and Description |
---|---|
protected int |
radius
Radius of the blur in points.
|
Constructor and Description |
---|
BlurOperation(int radius)
Creates a new BlurOperation with the specified radius.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getObjectMap()
Creates a map of the important fields for the instance, suitable for serialization.
|
int |
getRadius()
Returns the radius of the blur operation
|
void |
initCurrentVersion(java.util.Map<java.lang.String,java.lang.Object> objectMap)
Initializes an instance with a current-version object graph.
|
void |
setRadius(int radius)
Sets the blur radius.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
getSerializationVersion, getVersion, init, initPreviousVersion, initUnknownVersion, load, read, save, write
protected int radius
public BlurOperation(int radius)
radius
- of the blurpublic int getRadius()
public void setRadius(int radius)
radius
- radius of blur operation in points.public java.util.Map<java.lang.String,java.lang.Object> getObjectMap()
ObjectMap
getObjectMap
in interface ObjectMap
public void initCurrentVersion(java.util.Map<java.lang.String,java.lang.Object> objectMap)
ObjectMap
initCurrentVersion
in interface ObjectMap
objectMap
- object graph for initialization