Constructor and Description |
---|
FontSizeValueFilter(int size)
Creates a font filter that filters font on the given size.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Font element)
Checks whether or not the specified element is accepted.
|
void |
setSize(int size)
Sets the size.
|
public FontSizeValueFilter(int size)
size
- the size to use for the filter.public void setSize(int size)
size
- the size to use for the filter.public boolean accept(Font element)
Filter