com.androidplot.bar
Class BarPlotLayout

java.lang.Object
  extended by com.androidplot.PlotLayout
      extended by com.androidplot.bar.BarPlotLayout

public class BarPlotLayout
extends PlotLayout


Constructor Summary
BarPlotLayout(android.view.View view)
           
 
Method Summary
 int getDataEdgeBottom()
           
 int getDataEdgeLeft()
           
 int getDataEdgeRight()
           
 int getDataEdgeTop()
           
 int getDataHeight()
           
 int getDataWidth()
           
 int getDomainLabelEdgeBottom()
           
 int getDomainLabelEdgeLeft()
           
 int getDomainLabelEdgeRight()
           
 int getDomainLabelEdgeTop()
           
 int getDomainLabelHeight()
           
 int getDomainLabelWidth()
           
 int getGroupSpacing()
           
 int getLegendEdgeBottom()
           
 int getLegendEdgeLeft()
           
 int getLegendEdgeRight()
           
 int getLegendEdgeTop()
           
 int getLegendHeight()
           
 int getLegendWidth()
           
 int getRangeLabelEdgeBottom()
           
 int getRangeLabelEdgeLeft()
           
 int getRangeLabelEdgeRight()
           
 int getRangeLabelEdgeTop()
           
 int getRangeLabelHeight()
           
 int getRangeLabelWidth()
           
 void setGroupSpacing(int groupSpacing)
           
 void setRangeLabelWidth(int rangeLabelWidth)
           
 
Methods inherited from class com.androidplot.PlotLayout
getHeight, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarPlotLayout

public BarPlotLayout(android.view.View view)
Method Detail

getGroupSpacing

public int getGroupSpacing()

setGroupSpacing

public void setGroupSpacing(int groupSpacing)

getDataHeight

public int getDataHeight()

getRangeLabelWidth

public int getRangeLabelWidth()

setRangeLabelWidth

public void setRangeLabelWidth(int rangeLabelWidth)

getDataWidth

public int getDataWidth()

getDataEdgeTop

public int getDataEdgeTop()

getDataEdgeBottom

public int getDataEdgeBottom()

getDataEdgeLeft

public int getDataEdgeLeft()

getDataEdgeRight

public int getDataEdgeRight()

getRangeLabelHeight

public int getRangeLabelHeight()

getRangeLabelEdgeTop

public int getRangeLabelEdgeTop()

getRangeLabelEdgeBottom

public int getRangeLabelEdgeBottom()

getRangeLabelEdgeLeft

public int getRangeLabelEdgeLeft()

getRangeLabelEdgeRight

public int getRangeLabelEdgeRight()

getDomainLabelWidth

public int getDomainLabelWidth()

getDomainLabelHeight

public int getDomainLabelHeight()

getDomainLabelEdgeTop

public int getDomainLabelEdgeTop()

getDomainLabelEdgeBottom

public int getDomainLabelEdgeBottom()

getDomainLabelEdgeLeft

public int getDomainLabelEdgeLeft()

getDomainLabelEdgeRight

public int getDomainLabelEdgeRight()

getLegendWidth

public int getLegendWidth()

getLegendHeight

public int getLegendHeight()

getLegendEdgeTop

public int getLegendEdgeTop()

getLegendEdgeBottom

public int getLegendEdgeBottom()

getLegendEdgeLeft

public int getLegendEdgeLeft()

getLegendEdgeRight

public int getLegendEdgeRight()


Copyright © 2010. All Rights Reserved.