|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lessvoid.nifty.layout.LayoutPart
public class LayoutPart
LayoutPart is a composition of Box and BoxConstraints.
Constructor Summary | |
---|---|
LayoutPart()
Create a new instance. |
|
LayoutPart(Box newBox,
BoxConstraints newBoxConstraints)
Create a new LayoutPart instance. |
|
LayoutPart(LayoutPart src)
copy constructor. |
Method Summary | |
---|---|
Box |
getBox()
Get the box of this LayoutPart. |
BoxConstraints |
getBoxConstraints()
Get the box constraints for this LayoutPart. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LayoutPart()
public LayoutPart(Box newBox, BoxConstraints newBoxConstraints)
newBox
- the new boxnewBoxConstraints
- the new box constraintspublic LayoutPart(LayoutPart src)
src
- sourceMethod Detail |
---|
public final Box getBox()
public final BoxConstraints getBoxConstraints()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |