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

Packages that use Box
de.lessvoid.nifty.layout   
de.lessvoid.nifty.layout.manager   
de.lessvoid.nifty.render.image.areaprovider   
de.lessvoid.nifty.render.image.renderstrategy   
 

Uses of Box in de.lessvoid.nifty.layout
 

Methods in de.lessvoid.nifty.layout that return Box
 Box LayoutPart.getBox()
          Get the box of this LayoutPart.
 

Constructors in de.lessvoid.nifty.layout with parameters of type Box
Box(Box src)
          copy constructor.
LayoutPart(Box newBox, BoxConstraints newBoxConstraints)
          Create a new LayoutPart instance.
 

Uses of Box in de.lessvoid.nifty.layout.manager
 

Methods in de.lessvoid.nifty.layout.manager with parameters of type Box
 void AbsolutePositionLayout.PostProcess.process(int rootBoxX, int rootBoxY, int rootBoxWidth, int rootBoxHeight, Box box)
           
 void AbsolutePositionLayout.DefaultPostProcess.process(int rootBoxX, int rootBoxY, int rootBoxWidth, int rootBoxHeight, Box box)
           
 void AbsolutePositionLayout.KeepInsidePostProcess.process(int rootBoxX, int rootBoxY, int rootBoxWidth, int rootBoxHeight, Box box)
           
 

Uses of Box in de.lessvoid.nifty.render.image.areaprovider
 

Methods in de.lessvoid.nifty.render.image.areaprovider that return Box
 Box SubImageAreaProvider.getSourceArea(RenderImage renderImage)
           
 Box SpriteAreaProvider.getSourceArea(RenderImage renderImage)
           
 Box FullImageAreaProvider.getSourceArea(RenderImage renderImage)
           
 Box CachedAreaProvider.getSourceArea(RenderImage renderImage)
           
 Box AreaProvider.getSourceArea(RenderImage renderImage)
           
 

Uses of Box in de.lessvoid.nifty.render.image.renderstrategy
 

Methods in de.lessvoid.nifty.render.image.renderstrategy with parameters of type Box
 void ResizeStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void RepeatStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void RenderStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void RenderDirectlyStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void NinePartResizeStrategy.render(RenderDevice device, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void ClampStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 



Copyright © 2012. All Rights Reserved.