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,
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 |
---|---|
protected HomeXMLHandler |
HomeFileRecorder.getHomeXMLHandler()
Returns a SAX XML handler able to interpret the information contained in the
Home.xml entry. |
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,
HomeXMLHandler xmlHandler,
UserPreferences preferences,
boolean preferPreferencesContent)
Creates a home input stream filter able to read a home and its content
from
in . |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License