matrixFont = new SimpleObjectProperty<>(VOID_MATRIX_FONT_NAME);
fontGap = new SimpleObjectProperty<>(VOID_GAP);
txtAlign = new SimpleObjectProperty<>(TXT_ALIGN);
effect = new SimpleObjectProperty<>(EFFECT);
postEffect = new SimpleObjectProperty<>(POSTEFFECT);
pause = new SimpleIntegerProperty(PAUSE);
lapse = new SimpleIntegerProperty(SPEED);
order = new SimpleObjectProperty<>(ORDER);
clear = new SimpleBooleanProperty(CLEAR);
}