Package | Description |
---|---|
com.eteks.sweethome3d.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HomeXMLExporter.writeAttributes(XMLWriter writer,
Home home)
Writes as XML attributes some data of
home object with the given writer . |
protected void |
HomeXMLExporter.PieceOfFurnitureExporter.writeAttributes(XMLWriter writer,
HomePieceOfFurniture piece) |
protected void |
ObjectXMLExporter.writeAttributes(XMLWriter writer,
T object)
Writes the attributes of the object in parameter.
|
protected void |
HomeXMLExporter.writeBackgroundImage(XMLWriter writer,
BackgroundImage backgroundImage)
Writes in XML the
background object with the given writer . |
protected void |
HomeXMLExporter.writeBaseboard(XMLWriter writer,
Baseboard baseboard,
java.lang.String attributeName)
Writes in XML the
baseboard object with the given writer . |
protected void |
HomeXMLExporter.writeCamera(XMLWriter writer,
Camera camera,
java.lang.String attributeName)
Writes in XML the
camera object with the given writer . |
protected void |
HomeXMLExporter.writeChildren(XMLWriter writer,
Home home)
Writes as XML elements some objects that depends on of
home with the given writer . |
protected void |
HomeXMLExporter.PieceOfFurnitureExporter.writeChildren(XMLWriter writer,
HomePieceOfFurniture piece) |
protected void |
ObjectXMLExporter.writeChildren(XMLWriter writer,
T object)
Writes the children of the object in parameter.
|
protected void |
HomeXMLExporter.writeCompass(XMLWriter writer,
Compass compass)
Writes in XML the
compass object with the given writer . |
protected void |
HomeXMLExporter.writeDimensionLine(XMLWriter writer,
DimensionLine dimensionLine)
Writes in XML the
dimensionLine object with the given writer . |
void |
HomeXMLExporter.writeElement(XMLWriter writer,
Home home)
Writes in XML the
home object and the objects that depends on it with the given writer . |
void |
ObjectXMLExporter.writeElement(XMLWriter writer,
T object)
Writes in XML the given
object in the element returned by the
getTag , then writes its attributes and children
calling writeAttributes
and writeChildren methods. |
protected void |
HomeXMLExporter.writeEnvironment(XMLWriter writer,
HomeEnvironment environment)
Writes in XML the
environment object with the given writer . |
protected void |
HomeXMLExporter.writeLabel(XMLWriter writer,
Label label)
Writes in XML the
label object with the given writer . |
protected void |
HomeXMLExporter.writeLevel(XMLWriter writer,
Level level)
Writes in XML the
level object with the given writer . |
protected void |
HomeXMLExporter.writeMaterial(XMLWriter writer,
HomeMaterial material,
Content model)
Writes in XML the
material object with the given writer . |
protected void |
HomeXMLExporter.writePieceOfFurniture(XMLWriter writer,
HomePieceOfFurniture piece)
Writes in XML the
piece object with the given writer . |
protected void |
HomeXMLExporter.writePolyline(XMLWriter writer,
Polyline polyline)
Writes in XML the
polyline object with the given writer . |
protected void |
HomeXMLExporter.writePrint(XMLWriter writer,
HomePrint print)
Writes in XML the
print object with the given writer . |
protected void |
HomeXMLExporter.writeRoom(XMLWriter writer,
Room room)
Writes in XML the
room object with the given writer . |
protected void |
HomeXMLExporter.writeTextStyle(XMLWriter writer,
TextStyle textStyle,
java.lang.String attributeName)
Writes in XML the
textStyle object with the given writer . |
protected void |
HomeXMLExporter.writeTexture(XMLWriter writer,
HomeTexture texture,
java.lang.String attributeName)
Writes in XML the
texture object with the given writer . |
protected void |
HomeXMLExporter.writeWall(XMLWriter writer,
Wall wall)
Writes in XML the
wall object with the given writer . |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License