Uses of Class
com.androidplot.ui.widget.Widget

Packages that use Widget
com.androidplot   
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.ui.widget   
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of Widget in com.androidplot
 

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

Uses of Widget in com.androidplot.ui
 

Methods in com.androidplot.ui with parameters of type Widget
 AnchorPosition LayoutManager.getElementAnchor(Widget element)
           
 void LayoutManager.position(Widget element, float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle)
           
 void LayoutManager.position(Widget element, float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
 boolean LayoutManager.setElementAnchor(Widget element, AnchorPosition anchor)
           
 

Uses of Widget in com.androidplot.ui.widget
 

Subclasses of Widget in com.androidplot.ui.widget
 class DomainLabelWidget
           
 class EmptyWidget
           
 class RangeLabelWidget
           
 class TextLabelWidget
           
 class TitleWidget
           
 class UserTextLabelWidget
           
 

Uses of Widget in com.androidplot.xy
 

Subclasses of Widget in com.androidplot.xy
 class XYGraphWidget
          Displays graphical data annotated with domain and range tick markers.
 class XYLegendWidget
           
 



Copyright © 2011. All Rights Reserved.