public class MaskCatalog extends Object
Constructor and Description |
---|
MaskCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
addAllMasks(Map<String,MaskTO> in) |
void |
addMask(MaskTO mask) |
MaskTO |
getMask(String namePrefix,
String nameSufix)
Retrieve's a mask according to their full name:
namePrefix: The file name space
nameSufix: The mask name
The namePrefix for masks (and only masks) can be null when the mask is defined globally (for all the layout files)
in the configuration file. |
Map<String,MaskTO> |
getMasks() |
void |
setMasks(Map<String,MaskTO> masks) |
public void addMask(MaskTO mask)
public MaskTO getMask(String namePrefix, String nameSufix)
namePrefix
- The first part of the name of the mask, which is the file nameSpacenameSufix
- The name of the layoutMaskTO
Copyright © 2014. All Rights Reserved.