public static void SetupHyperImage(Image img) { mHyperImage = new HyperImage(img); }
public HyperImage_without_image(HyperImage hyper) { name = hyper.name; locations = hyper.locations; texts = hyper.texts; }