Uses of Interface
com.androidplot.ui.Resizable

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

Uses of Resizable in com.androidplot
 

Classes in com.androidplot that implement Resizable
 class Plot<SeriesType extends Series,FormatterType extends Formatter,RendererType extends SeriesRenderer>
          Base class for all other Plot implementations..
 

Uses of Resizable in com.androidplot.pie
 

Classes in com.androidplot.pie that implement Resizable
 class PieChart
           
 class PieWidget
          Visualizes data as a pie chart.
 

Uses of Resizable in com.androidplot.ui
 

Classes in com.androidplot.ui that implement Resizable
 class LayoutManager
           
 

Uses of Resizable in com.androidplot.ui.widget
 

Classes in com.androidplot.ui.widget that implement Resizable
 class EmptyWidget
           
 class TextLabelWidget
           
 class Widget
          A Widget is a graphical sub-element of a Plot that can be positioned relative to the bounds of the Plot.
 

Uses of Resizable in com.androidplot.xy
 

Classes in com.androidplot.xy that implement Resizable
 class XYGraphWidget
          Displays graphical data annotated with domain and range tick markers.
 class XYLegendWidget
           
 class XYPlot
          A View to graphically display x/y coordinates.
 class XYPlotZoomPan
           
 



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