Uses of Class
com.androidplot.ui.LayoutManager

Packages that use LayoutManager
com.androidplot   
com.androidplot.pie   
com.androidplot.ui.widget   
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of LayoutManager in com.androidplot
 

Methods in com.androidplot that return LayoutManager
 LayoutManager Plot.getLayoutManager()
           
 

Methods in com.androidplot with parameters of type LayoutManager
 void Plot.setLayoutManager(LayoutManager layoutManager)
           
 

Uses of LayoutManager in com.androidplot.pie
 

Constructors in com.androidplot.pie with parameters of type LayoutManager
PieWidget(LayoutManager layoutManager, PieChart pieChart, SizeMetrics metrics)
           
 

Uses of LayoutManager in com.androidplot.ui.widget
 

Constructors in com.androidplot.ui.widget with parameters of type LayoutManager
EmptyWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics)
           
TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics)
           
TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation)
           
TextLabelWidget(LayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation)
           
Widget(LayoutManager layoutManager, SizeMetrics sizeMetrics)
           
Widget(LayoutManager layoutManager, SizeMetric heightMetric, SizeMetric widthMetric)
           
 

Uses of LayoutManager in com.androidplot.xy
 

Constructors in com.androidplot.xy with parameters of type LayoutManager
XYGraphWidget(LayoutManager layoutManager, XYPlot plot, SizeMetrics sizeMetrics)
           
XYLegendWidget(LayoutManager layoutManager, XYPlot plot, SizeMetrics widgetSizeMetrics, TableModel tableModel, SizeMetrics iconSizeMetrics)
           
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.