* jxl to ZK
* @param key a jxl.format.Pattern object
* @return a PatternStyle object
*/
public static PatternStyle getPatternStyle(jxl.format.Pattern key){
PatternStyle style = (PatternStyle) _PatternStyleMap.get(key);
/*
* If cell has no pattern, returns null
*/
return style;
}