Uses of Class
net.ctdp.rfdynhud.values.RelativePositioning

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

Uses of RelativePositioning in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return RelativePositioning
 RelativePositioning Position.getPositioning()
           
 

Methods in net.ctdp.rfdynhud.properties with parameters of type RelativePositioning
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.
protected  void Position.onPositioningPropertySet(RelativePositioning positioning)
           
 boolean Position.setEffectivePosition(RelativePositioning positioning, int x, int y)
          Sets this Widget's position.
 

Constructors in net.ctdp.rfdynhud.properties with parameters of type RelativePositioning
Position(Widget widget, boolean isGlobalPosition, RelativePositioning positioning, float x, boolean xPercent, float y, boolean yPercent, AbstractSize size)
           
 

Uses of RelativePositioning in net.ctdp.rfdynhud.values
 

Methods in net.ctdp.rfdynhud.values that return RelativePositioning
 RelativePositioning RelativePositioning.deriveBottom()
           
 RelativePositioning RelativePositioning.deriveHCenter()
           
 RelativePositioning RelativePositioning.deriveLeft()
           
 RelativePositioning RelativePositioning.deriveRight()
           
 RelativePositioning RelativePositioning.deriveTop()
           
 RelativePositioning RelativePositioning.deriveVCenter()
           
static RelativePositioning RelativePositioning.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelativePositioning[] RelativePositioning.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type RelativePositioning
protected  void Widget.onPositionChanged(RelativePositioning oldPositioning, int oldX, int oldY, RelativePositioning newPositioning, int newX, int newY)
           
static void __WPrivilegedAccess.onPositionChanged(RelativePositioning oldPositioning, int oldX, int oldY, RelativePositioning newPositioning, int newX, int newY, Widget widget)