Package | Description |
---|---|
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.
|
com.eteks.sweethome3d.swing |
Implements views created by Sweet Home 3D controllers
with Swing components.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
protected HomePrint |
HomeXMLHandler.createPrint(java.util.Map<java.lang.String,java.lang.String> attributes)
Returns a new
HomePrint instance initialized from the given attributes . |
Modifier and Type | Method and Description |
---|---|
protected void |
HomeXMLExporter.writePrint(XMLWriter writer,
HomePrint print)
Writes in XML the
print object with the given writer . |
Modifier and Type | Method and Description |
---|---|
HomePrint |
Home.getPrint()
Returns the print attributes of this home.
|
Modifier and Type | Method and Description |
---|---|
void |
Home.setPrint(HomePrint print)
Sets the print attributes of this home and fires a
PropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
static java.awt.print.PageFormat |
HomePrintableComponent.getPageFormat(HomePrint homePrint)
Returns a
PageFormat object created from homePrint . |
Modifier and Type | Method and Description |
---|---|
HomePrint |
PageSetupController.getPrint()
Returns the edited print attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSetupController.setPrint(HomePrint print)
Sets the edited print attributes.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License