|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSize | |
---|---|
net.ctdp.rfdynhud.properties | |
net.ctdp.rfdynhud.values |
Uses of AbstractSize in net.ctdp.rfdynhud.properties |
---|
Subclasses of AbstractSize in net.ctdp.rfdynhud.properties | |
---|---|
class |
Size
|
Methods in net.ctdp.rfdynhud.properties with parameters of type AbstractSize | |
---|---|
static Position |
Position.newGlobalPosition(Widget widget,
RelativePositioning positioning,
float x,
boolean xPercent,
float y,
boolean yPercent,
AbstractSize size)
Create a new positional property for global positions on the whole screen area. |
static Position |
Position.newLocalPosition(Widget widget,
RelativePositioning positioning,
float x,
boolean xPercent,
float y,
boolean yPercent,
AbstractSize size)
Create a new positional property for positions local to a Widget's area. |
Constructors in net.ctdp.rfdynhud.properties with parameters of type AbstractSize | |
---|---|
Position(Widget widget,
boolean isGlobalPosition,
RelativePositioning positioning,
float x,
boolean xPercent,
float y,
boolean yPercent,
AbstractSize size)
|
Uses of AbstractSize in net.ctdp.rfdynhud.values |
---|
Subclasses of AbstractSize in net.ctdp.rfdynhud.values | |
---|---|
class |
InnerSize
The InnerSize value provides an AbstractSize implementation for the inner
size of a Widget (excluding border and padding). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |