Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
HomePrint.PaperOrientation |
HomePrint.getPaperOrientation()
Returns the paper orientation.
|
static HomePrint.PaperOrientation |
HomePrint.PaperOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HomePrint.PaperOrientation[] |
HomePrint.PaperOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HomePrint(HomePrint.PaperOrientation paperOrientation,
float paperWidth,
float paperHeight,
float paperTopMargin,
float paperLeftMargin,
float paperBottomMargin,
float paperRightMargin,
boolean furniturePrinted,
boolean planPrinted,
boolean view3DPrinted,
java.lang.Float planScale,
java.lang.String headerFormat,
java.lang.String footerFormat)
Create a print attributes for home from the given parameters.
|
HomePrint(HomePrint.PaperOrientation paperOrientation,
float paperWidth,
float paperHeight,
float paperTopMargin,
float paperLeftMargin,
float paperBottomMargin,
float paperRightMargin,
boolean furniturePrinted,
boolean planPrinted,
java.util.List<Level> printedLevels,
boolean view3DPrinted,
java.lang.Float planScale,
java.lang.String headerFormat,
java.lang.String footerFormat)
Create a print attributes for home from the given parameters.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License