public class AXLHub {
// hubs many reply decorators, language translators, encriptors and other string modifiers
// decorate(str) to decorate string using the active string decorator
private Cycler cycler;
private DrawRnd drawRnd = new DrawRnd();
private int size = 0...