public class SaveSession extends Object
Constructor and Description |
---|
SaveSession() |
Modifier and Type | Method and Description |
---|---|
void |
apply(HashMap<String,String> props,
Image3DUniverse univ) |
static void |
loadScene(Image3DUniverse univ,
String path) |
static void |
loadView(Image3DUniverse univ,
String path) |
Content |
readContent(BufferedReader in) |
ContentInstant |
readContentInstant(BufferedReader in) |
static void |
saveScene(Image3DUniverse univ,
String path) |
static void |
saveView(Image3DUniverse univ,
String path) |
public static void saveView(Image3DUniverse univ, String path) throws IOException
IOException
public static void loadView(Image3DUniverse univ, String path) throws IOException
IOException
public static void saveScene(Image3DUniverse univ, String path) throws IOException
IOException
public static void loadScene(Image3DUniverse univ, String path) throws IOException
IOException
public void apply(HashMap<String,String> props, Image3DUniverse univ)
public Content readContent(BufferedReader in) throws IOException
IOException
public ContentInstant readContentInstant(BufferedReader in) throws IOException
IOException
Copyright © 2015–2021 Fiji. All rights reserved.