All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.xwic.cube.impl.CellExtProvider Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package de.xwic.cube.impl;

import de.xwic.cube.ICell;
import de.xwic.cube.ICellProvider;
import de.xwic.cube.Key;

/**
 * @author jbornema
 *
 */
public class CellExtProvider implements ICellProvider {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/* (non-Javadoc)
	 * @see de.xwic.cube.ICellProvider#createCell(int)
	 */
	public ICell createCell(Key key, int measureSize) {
		return new CellExt(measureSize);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy