| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
LayoutIntent |
XJdfNodeFactory.createLayoutIntent(Integer pages,
EnumSides sides,
Shape finishedDimensions)
Create new LayoutIntent Node which already contains values for attributes Pages, Sides, FinishedDimensions and
Dimensions.
|
LayoutIntent |
XJdfNodeFactory.createLayoutIntent(Integer pages,
EnumSides sides,
Shape finishedDimensions,
XYPair dimensions)
Create new LayoutIntent Node which already contains values for attributes Pages, Sides, FinishedDimensions and
Dimensions.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumSides |
LayoutIntent.sides |
| Modifier and Type | Method and Description |
|---|---|
static EnumSides |
EnumSides.fromValue(String v) |
EnumSides |
LayoutIntent.getSides()
Gets the value of the sides property.
|
static EnumSides |
EnumSides.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumSides[] |
EnumSides.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutIntent.setSides(EnumSides value)
Sets the value of the sides property.
|
LayoutIntent |
LayoutIntent.withSides(EnumSides value) |
Copyright © 2016. All rights reserved.