Uses of Class
net.ctdp.rfdynhud.properties.Position

Packages that use Position
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.widgets.base.widget   
 

Uses of Position in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return Position
 Position Position.flipXPercentagePx()
           
 Position Position.flipYPercentagePx()
           
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.
 Position Position.setXToPercents()
           
 Position Position.setXToPixels()
           
 Position Position.setYToPercents()
           
 Position Position.setYToPixels()
           
 

Methods in net.ctdp.rfdynhud.properties with parameters of type Position
 void Position.setTo(Position position)
          Sets the Position to the values of the given Position.
 

Uses of Position in net.ctdp.rfdynhud.widgets.base.widget
 

Methods in net.ctdp.rfdynhud.widgets.base.widget that return Position
 Position Widget.getPosition()
          Gets the Widget's position.