Package | Description |
---|---|
com.eteks.sweethome3d |
Instantiates the required classes to run Sweet Home 3D as a stand-alone application.
|
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.
|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
HomeRecorder |
SweetHome3D.getHomeRecorder()
Returns a recorder able to write and read homes in files.
|
HomeRecorder |
SweetHome3D.getHomeRecorder(HomeRecorder.Type type) |
Modifier and Type | Class and Description |
---|---|
class |
HomeAppletRecorder
Recorder that stores homes on a HTTP server.
|
Modifier and Type | Method and Description |
---|---|
HomeRecorder |
AppletApplication.getHomeRecorder()
Returns a recorder able to write and read homes on server.
|
Constructor and Description |
---|
AppletContentManager(HomeRecorder recorder,
UserPreferences preferences) |
AppletContentManager(HomeRecorder recorder,
UserPreferences preferences,
ViewFactory viewFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HomeFileRecorder
Recorder that stores homes in files with
DefaultHomeOutputStream and
DefaultHomeInputStream . |
Modifier and Type | Method and Description |
---|---|
abstract HomeRecorder |
HomeApplication.getHomeRecorder()
Returns the default recorder able to write and read homes.
|
HomeRecorder |
HomeApplication.getHomeRecorder(HomeRecorder.Type type)
Returns a recorder of a given
type able to write and read homes. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License