| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Position |
XJdfNodeFactory.createPosition(Rectangle absoluteBox,
Orientation orientation)
Create a new Position Node which already contains defined attributes.
|
Position |
XJdfNodeFactory.createPosition(Rectangle absoluteBox,
Orientation orientation,
String assemblyID)
Create a new Position Node which already contains defined attributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Position> |
Layout.position |
| Modifier and Type | Method and Description |
|---|---|
Position |
ObjectFactory.createPosition()
Create an instance of
Position |
Position |
Position.withAbsoluteBox(Rectangle value) |
Position |
Position.withAssemblyID(String value) |
Position |
Position.withBlockName(String value) |
Position |
Position.withMarginBottom(Double value) |
Position |
Position.withMarginLeft(Double value) |
Position |
Position.withMarginRight(Double value) |
Position |
Position.withMarginTop(Double value) |
Position |
Position.withOrientation(Orientation value) |
Position |
Position.withRelativeBox(Rectangle value) |
| Modifier and Type | Method and Description |
|---|---|
List<Position> |
Layout.getPosition()
Gets the value of the position property.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.withPosition(Position... values) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.withPosition(Collection<Position> values) |
Copyright © 2016. All rights reserved.