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

Packages that use Size
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.values   
net.ctdp.rfdynhud.widgets.base.widget   
 

Uses of Size in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return Size
 Size Size.flipHeightPercentagePx()
           
 Size Size.flipHeightSign()
           
 Size Size.flipWidthPercentagePx()
           
 Size Size.flipWidthSign()
           
static Size Size.newGlobalSize(Widget widget, float width, boolean widthPercent, float height, boolean heightPercent)
          Create a new size property for global positions on the whole screen area.
static Size Size.newLocalSize(Widget widget, float width, boolean widthPercent, float height, boolean heightPercent)
          Create a new size property for sizes local to a Widget's area.
 Size Size.setHeightToPercents()
           
 Size Size.setHeightToPixels()
           
 Size Size.setWidthToPercents()
           
 Size Size.setWidthToPixels()
           
 

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

Uses of Size in net.ctdp.rfdynhud.values
 

Constructors in net.ctdp.rfdynhud.values with parameters of type Size
InnerSize(Size totalSize, BorderProperty border)
           
 

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

Methods in net.ctdp.rfdynhud.widgets.base.widget that return Size
 Size Widget.getSize()
          Gets this Widget's size.