verticalResolution = new Parameter(this, "verticalResolution",
new IntToken(400));
verticalResolution.setTypeEquals(BaseType.INT);
rotatable = new Parameter(this, "rotatable", new BooleanToken(true));
rotatable.setTypeEquals(BaseType.BOOLEAN);
scalable = new Parameter(this, "scalable", new BooleanToken(false));
scalable.setTypeEquals(BaseType.BOOLEAN);
translatable = new Parameter(this, "translatable", new BooleanToken(
false));
translatable.setTypeEquals(BaseType.BOOLEAN);
showAxes = new Parameter(this, "showAxes", new BooleanToken(false));
showAxes.setTypeEquals(BaseType.BOOLEAN);
iterationSynchronized = new Parameter(this, "iterationSynchronized",
new BooleanToken(false));
iterationSynchronized.setTypeEquals(BaseType.BOOLEAN);
backgroundColor = new ColorAttribute(this, "backgroundColor");
backgroundColor.setExpression("{0.0, 0.0, 0.0, 1.0}");