public ShapeHandDataFactory(HandDataSourceSettings settings) { this.settings = settings; this.fingerPointDetector = new FingerPointDetector(settings); this.palmFinder = new PalmFinder(settings); this.currentValue = new HandCollection(); }