|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SizeValue in de.lessvoid.nifty.controls |
---|
Methods in de.lessvoid.nifty.controls with parameters of type SizeValue | |
---|---|
void |
NiftyControl.setHeight(SizeValue height)
Set Height as SizeValue. |
void |
AbstractController.setHeight(SizeValue height)
|
void |
NiftyControl.setWidth(SizeValue width)
Set width as SizeValue. |
void |
AbstractController.setWidth(SizeValue width)
|
Uses of SizeValue in de.lessvoid.nifty.elements |
---|
Methods in de.lessvoid.nifty.elements that return SizeValue | |
---|---|
SizeValue |
Element.getConstraintHeight()
get current height constraint. |
SizeValue |
Element.getConstraintWidth()
get current width constraint. |
SizeValue |
Element.getConstraintX()
|
SizeValue |
Element.getConstraintY()
|
Methods in de.lessvoid.nifty.elements with parameters of type SizeValue | |
---|---|
void |
Element.setConstraintHeight(SizeValue newHeight)
set new height constraint. |
void |
Element.setConstraintWidth(SizeValue newWidth)
set new width constraint. |
void |
Element.setConstraintX(SizeValue newX)
set new x position constraint. |
void |
Element.setConstraintY(SizeValue newY)
set new y position constraint. |
void |
Element.setPaddingBottom(SizeValue paddingValue)
|
void |
Element.setPaddingLeft(SizeValue paddingValue)
|
void |
Element.setPaddingRight(SizeValue paddingValue)
|
void |
Element.setPaddingTop(SizeValue paddingValue)
|
Uses of SizeValue in de.lessvoid.nifty.elements.render |
---|
Methods in de.lessvoid.nifty.elements.render with parameters of type SizeValue | |
---|---|
void |
TextRenderer.setTextLineHeight(SizeValue textLineHeight)
|
void |
TextRenderer.setTextMinHeight(SizeValue textMinHeight)
|
void |
TextRenderer.setWidthConstraint(Element element,
SizeValue elementConstraintWidth,
int parentWidth,
NiftyRenderEngine renderEngine)
|
Uses of SizeValue in de.lessvoid.nifty.layout |
---|
Methods in de.lessvoid.nifty.layout that return SizeValue | |
---|---|
SizeValue |
BoxConstraints.getHeight()
Get the current height constraint for the box. |
SizeValue |
BoxConstraints.getPaddingBottom()
|
SizeValue |
BoxConstraints.getPaddingLeft()
|
SizeValue |
BoxConstraints.getPaddingRight()
|
SizeValue |
BoxConstraints.getPaddingTop()
|
SizeValue |
BoxConstraints.getWidth()
Get the current width constraint of the box. |
SizeValue |
BoxConstraints.getX()
Get the horizontal position constraint of the box. |
SizeValue |
BoxConstraints.getY()
Get the vertical position constraint of the box. |
Methods in de.lessvoid.nifty.layout with parameters of type SizeValue | |
---|---|
void |
BoxConstraints.setHeight(SizeValue newHeight)
Set a new height constraint for the box. |
void |
BoxConstraints.setPadding(SizeValue padding)
|
void |
BoxConstraints.setPadding(SizeValue topBottomParam,
SizeValue leftRightParam)
|
void |
BoxConstraints.setPadding(SizeValue topParam,
SizeValue leftRightParam,
SizeValue bottomParam)
|
void |
BoxConstraints.setPadding(SizeValue topParam,
SizeValue rightParam,
SizeValue bottomParam,
SizeValue leftParam)
|
void |
BoxConstraints.setPaddingBottom(SizeValue paddingBottomParam)
|
void |
BoxConstraints.setPaddingLeft(SizeValue paddingLeftParam)
|
void |
BoxConstraints.setPaddingRight(SizeValue paddingRightParam)
|
void |
BoxConstraints.setPaddingTop(SizeValue paddingTopParam)
|
void |
BoxConstraints.setWidth(SizeValue newWidth)
Set a new width constraint for the box. |
void |
BoxConstraints.setX(SizeValue newX)
Get the horizontal position constraint of the box. |
void |
BoxConstraints.setY(SizeValue newY)
Set the vertical position constraint of the box. |
Constructors in de.lessvoid.nifty.layout with parameters of type SizeValue | |
---|---|
BoxConstraints(SizeValue newX,
SizeValue newY,
SizeValue newWidth,
SizeValue newHeight,
HorizontalAlign newHorizontalAlign,
VerticalAlign newVerticalAlign)
create new BoxConstraints. |
Uses of SizeValue in de.lessvoid.nifty.layout.manager |
---|
Uses of SizeValue in de.lessvoid.nifty.loaderv2.types.apply |
---|
Methods in de.lessvoid.nifty.loaderv2.types.apply that return SizeValue | |
---|---|
SizeValue |
Convert.paddingSizeValue(String value)
|
SizeValue |
Convert.paddingSizeValue(String value,
String defaultValue)
|
SizeValue |
Convert.sizeValue(String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |