String zAxisComponent, List<Axis> axisList) {
String factoryClassName = SalsaDAOFactory.class.getName();
AbstractDAOFactory factory = DAOFactoryManager.registerFactory(factoryClassName);
SalsaDAOFactory salsaDAOFactory = (SalsaDAOFactory) factory;
AbstractKey scanResult2DKey = new ScanResult2DKey(factoryClassName);
AbstractDAO<NumberMatrix> numberMatrix = salsaDAOFactory
.createNumberImageDAO(scanResult2DKey);
ScanResult2DDAO scanResult2DDAO = (ScanResult2DDAO) numberMatrix;
scanResult2DDAO.setXAxisComponent(xAxisComponent);