Package | Description |
---|---|
com.eteks.sweethome3d.applet |
Instantiates the required classes to run Sweet Home 3D as an
applet.
|
com.eteks.sweethome3d.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
Constructor and Description |
---|
HomeAppletRecorder(java.lang.String writeHomeURL,
java.lang.String readHomeURL,
java.lang.String listHomesURL,
ContentRecording contentRecording)
Creates a recorder that will use the URLs in parameter to write, read and list homes.
|
HomeAppletRecorder(java.lang.String writeHomeURL,
java.lang.String readHomeURL,
java.lang.String listHomesURL,
java.lang.String deleteHomeURL,
ContentRecording contentRecording)
Creates a recorder that will use the URLs in parameter to write, read, list and delete homes.
|
HomeAppletRecorder(java.lang.String writeHomeURL,
java.lang.String readHomeURL,
java.lang.String listHomesURL,
java.lang.String deleteHomeURL,
ContentRecording contentRecording,
HomeXMLHandler xmlHandler,
HomeXMLExporter xmlExporter)
Creates a recorder that will use the URLs in parameter to write, read, list and delete homes.
|
Modifier and Type | Method and Description |
---|---|
static ContentRecording |
ContentRecording.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentRecording[] |
ContentRecording.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultHomeInputStream(java.io.File zipFile,
ContentRecording contentRecording,
HomeXMLHandler xmlHandler,
UserPreferences preferences,
boolean preferPreferencesContent)
Creates a home input stream able to read a home and its content from the given file.
|
DefaultHomeInputStream(java.io.InputStream in,
ContentRecording contentRecording)
Creates a home input stream filter able to read a home and its content
from
in . |
DefaultHomeInputStream(java.io.InputStream in,
ContentRecording contentRecording,
HomeXMLHandler xmlHandler,
UserPreferences preferences,
boolean preferPreferencesContent)
Creates a home input stream filter able to read a home and its content
from
in . |
DefaultHomeInputStream(java.io.InputStream in,
ContentRecording contentRecording,
UserPreferences preferences,
boolean preferPreferencesContent)
Creates a home input stream filter able to read a home and its content
from
in . |
DefaultHomeOutputStream(java.io.OutputStream out,
int compressionLevel,
ContentRecording contentRecording)
Creates a stream that will save a home in a zip stream.
|
DefaultHomeOutputStream(java.io.OutputStream out,
int compressionLevel,
ContentRecording contentRecording,
boolean serializedHome,
HomeXMLExporter homeXmlExporter)
Creates a stream that will serialize a home in a zip stream.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License