Uses of Class
com.androidplot.ui.layout.AnchorPosition

Packages that use AnchorPosition
com.androidplot   
com.androidplot.ui.layout   
 

Uses of AnchorPosition in com.androidplot
 

Methods in com.androidplot with parameters of type AnchorPosition
 void Plot.position(Widget element, float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
          Convenience method - wraps LayoutManager.positon().
 

Uses of AnchorPosition in com.androidplot.ui.layout
 

Methods in com.androidplot.ui.layout that return AnchorPosition
 AnchorPosition PositionMetrics.getAnchor()
           
 AnchorPosition LayoutManager.getElementAnchor(Widget element)
           
static AnchorPosition AnchorPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnchorPosition[] AnchorPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.androidplot.ui.layout with parameters of type AnchorPosition
static android.graphics.PointF LayoutManager.getAnchorCoordinates(float x, float y, float width, float height, AnchorPosition anchorPosition)
           
static android.graphics.PointF LayoutManager.getAnchorCoordinates(android.graphics.RectF widgetRect, AnchorPosition anchorPosition)
           
static android.graphics.PointF LayoutManager.getAnchorOffset(float width, float height, AnchorPosition anchorPosition)
           
 void LayoutManager.position(Widget element, float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
 void PositionMetrics.setAnchor(AnchorPosition anchor)
           
 boolean LayoutManager.setElementAnchor(Widget element, AnchorPosition anchor)
           
 

Constructors in com.androidplot.ui.layout with parameters of type AnchorPosition
PositionMetrics(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
 



Copyright © 2011. All Rights Reserved.