public class BlurFilter extends Filter
Represent blur filtration.
BlurFilter(int size)
int
getSize()
void
setSize(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlurFilter(int size)
Initializes a new instance of the BlurFilterOld class.
size
public int getSize()
Gets size of a filter.
public void setSize(int value)
Sets size of a filter.
value
Copyright © 2014. All rights reserved.