Package | Description |
---|---|
de.lessvoid.nifty.layout | |
de.lessvoid.nifty.layout.manager | |
de.lessvoid.nifty.render.image.areaprovider | |
de.lessvoid.nifty.render.image.renderstrategy |
Modifier and Type | Method and Description |
---|---|
Box |
LayoutPart.getBox()
Get the box of this LayoutPart.
|
Constructor and Description |
---|
Box(Box src)
copy constructor.
|
LayoutPart(Box newBox,
BoxConstraints newBoxConstraints)
Create a new LayoutPart instance.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All Rights Reserved.