|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutPart | |
---|---|
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.layout | |
de.lessvoid.nifty.layout.manager | |
de.lessvoid.nifty.loaderv2 | |
de.lessvoid.nifty.loaderv2.types |
Uses of LayoutPart in de.lessvoid.nifty.elements |
---|
Methods in de.lessvoid.nifty.elements that return LayoutPart | |
---|---|
LayoutPart |
Element.getLayoutPart()
Get LayoutPart. |
Constructors in de.lessvoid.nifty.elements with parameters of type LayoutPart | |
---|---|
Element(Nifty newNifty,
ElementType newElementType,
String newId,
Element newParent,
LayoutPart newLayoutPart,
FocusHandler newFocusHandler,
boolean newVisibleToMouseEvents,
TimeProvider newTimeProvider,
ElementRenderer... newElementRenderer)
construct new instance of Element using the given layoutPart instance. |
Uses of LayoutPart in de.lessvoid.nifty.layout |
---|
Constructors in de.lessvoid.nifty.layout with parameters of type LayoutPart | |
---|---|
LayoutPart(LayoutPart src)
copy constructor. |
Uses of LayoutPart in de.lessvoid.nifty.layout.manager |
---|
Methods in de.lessvoid.nifty.layout.manager with parameters of type LayoutPart | |
---|---|
SizeValue |
OverlayLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
CenterLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
LayoutManager.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
Calculates a new Height constraint. |
SizeValue |
HorizontalLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
VerticalLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
AbsolutePositionLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
OverlayLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
CenterLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
LayoutManager.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
Calculates a new Width constraint. |
SizeValue |
HorizontalLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
VerticalLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
AbsolutePositionLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
void |
OverlayLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
void |
CenterLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
void |
LayoutManager.layoutElements(LayoutPart root,
List<LayoutPart> children)
Layout the given elements using the given root element as the parent element. |
void |
HorizontalLayout.layoutElements(LayoutPart root,
List<LayoutPart> children)
Layout the elements. |
void |
VerticalLayout.layoutElements(LayoutPart root,
List<LayoutPart> children)
|
void |
AbsolutePositionLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
Method parameters in de.lessvoid.nifty.layout.manager with type arguments of type LayoutPart | |
---|---|
SizeValue |
OverlayLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
CenterLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
LayoutManager.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
Calculates a new Height constraint. |
SizeValue |
HorizontalLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
VerticalLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
AbsolutePositionLayout.calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
OverlayLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
CenterLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
LayoutManager.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
Calculates a new Width constraint. |
SizeValue |
HorizontalLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
VerticalLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
SizeValue |
AbsolutePositionLayout.calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
|
void |
OverlayLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
void |
CenterLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
void |
LayoutManager.layoutElements(LayoutPart root,
List<LayoutPart> children)
Layout the given elements using the given root element as the parent element. |
void |
HorizontalLayout.layoutElements(LayoutPart root,
List<LayoutPart> children)
Layout the elements. |
void |
VerticalLayout.layoutElements(LayoutPart root,
List<LayoutPart> children)
|
void |
AbsolutePositionLayout.layoutElements(LayoutPart rootElement,
List<LayoutPart> elements)
layoutElements. |
Uses of LayoutPart in de.lessvoid.nifty.loaderv2 |
---|
Methods in de.lessvoid.nifty.loaderv2 that return LayoutPart | |
---|---|
LayoutPart |
RootLayerFactory.createRootLayerLayoutPart(Nifty nifty)
|
Uses of LayoutPart in de.lessvoid.nifty.loaderv2.types |
---|
Methods in de.lessvoid.nifty.loaderv2.types with parameters of type LayoutPart | |
---|---|
Element |
ElementType.create(Element parent,
Nifty nifty,
Screen screen,
LayoutPart layoutPart)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |