SpawnEvaluatorOption... options) {
// Handle options
final OptionUtils<SpawnEvaluatorOption> ou = new OptionUtils<SpawnEvaluatorOption>(options);
final AddGazeEvaluationListenerOption[] passThrough = ou.get(OptionGazeEvaluatorPassthrough.class).getOptions();
final GazeEvaluator gazeEvaluator = ou.get(OptionGazeEvaluator.class).getGazeEvaluator();
// Create the element
final FixationLineHandler4 handler = new FixationLineHandler4((FixationLineListener) listener, passThrough);
// Perform some setup