public class LayoutPart extends Object
| Constructor and Description |
|---|
LayoutPart()
Create a new instance.
|
LayoutPart(Box newBox,
BoxConstraints newBoxConstraints)
Create a new LayoutPart instance.
|
LayoutPart(LayoutPart src)
copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Box |
getBox()
Get the box of this LayoutPart.
|
BoxConstraints |
getBoxConstraints()
Get the box constraints for this LayoutPart.
|
String |
toString() |
public LayoutPart()
public LayoutPart(Box newBox, BoxConstraints newBoxConstraints)
newBox - the new boxnewBoxConstraints - the new box constraintspublic LayoutPart(LayoutPart src)
src - sourcepublic final Box getBox()
public final BoxConstraints getBoxConstraints()
Copyright © 2013. All Rights Reserved.