515253545556575859
} final CloudModel toStyle = CloudModel.createModel(to); final Color color = fromStyle.getColor(); if(color != null) toStyle.setColor(color); final Shape shape = fromStyle.getShape(); if(shape != null) toStyle.setShape(shape); }