public class MaskUnion extends MaskIntersection
| Constructor and Description |
|---|
MaskUnion(Collection<Mask> masks)
Create a new union.
|
MaskUnion(Mask... mask)
Create a new union.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Vector vector)
Returns true if the criteria is met.
|
Mask2D |
toMask2D()
Get the 2D version of this mask if one exists.
|
add, add, getMaskspublic MaskUnion(Collection<Mask> masks)
masks - a list of maskspublic MaskUnion(Mask... mask)
mask - a list of masksCopyright © 2010-2014. All Rights Reserved.