Interface SurfaceMaskFactory
public interface SurfaceMaskFactory
This interface provides services that instantiates surface masks.
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic SurfaceMask2D
clone2dMask
(SurfaceMask2D mask) Creates an empty mask of the given typestatic SurfaceMask2D
create2dMask
(SurfaceMaskFactory.MaskType maskType) Creates an empty mask of the given type
-
Method Details
-
create2dMask
Creates an empty mask of the given type- Parameters:
maskType
- mask type- Returns:
- mask
-
clone2dMask
Creates an empty mask of the given type- Parameters:
mask
- original mask- Returns:
- mask
-