Uses of Class
de.lessvoid.nifty.layout.LayoutPart

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
 

Method parameters in de.lessvoid.nifty.layout with type arguments of type LayoutPart
 SizeValue LayoutPart.getMaxHeight(List<LayoutPart> children)
          Calculates the maximum height of the given child elements.
 SizeValue LayoutPart.getMaxWidth(List<LayoutPart> children)
          Calculates the maximum width of the given child elements.
 SizeValue LayoutPart.getSumHeight(List<LayoutPart> children)
          Calculates the sum of the height of all children.
 SizeValue LayoutPart.getSumWidth(List<LayoutPart> children)
          Calculates the sum of the width of all children.
 

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 VerticalLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue OverlayLayout.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 CenterLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue AbsolutePositionLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue VerticalLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 SizeValue OverlayLayout.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 CenterLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 SizeValue AbsolutePositionLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 void VerticalLayout.layoutElements(LayoutPart root, List<LayoutPart> children)
           
 void OverlayLayout.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 CenterLayout.layoutElements(LayoutPart rootElement, List<LayoutPart> elements)
          layoutElements.
 void AbsolutePositionLayout.layoutElements(LayoutPart rootElement, List<LayoutPart> elements)
          layoutElements.
 

Method parameters in de.lessvoid.nifty.layout.manager with type arguments of type LayoutPart
 SizeValue VerticalLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue OverlayLayout.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 CenterLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue AbsolutePositionLayout.calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
           
 SizeValue VerticalLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 SizeValue OverlayLayout.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 CenterLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 SizeValue AbsolutePositionLayout.calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
           
 void VerticalLayout.layoutElements(LayoutPart root, List<LayoutPart> children)
           
 void OverlayLayout.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 CenterLayout.layoutElements(LayoutPart rootElement, List<LayoutPart> elements)
          layoutElements.
 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)
           
 



Copyright © 2012. All Rights Reserved.