com.androidplot.xy
Class XYPlotLayout

java.lang.Object
  extended by com.androidplot.PlotLayout
      extended by com.androidplot.xy.XYPlotLayout

public class XYPlotLayout
extends PlotLayout


Nested Class Summary
static class XYPlotLayout.Axis
           
static class XYPlotLayout.Step
           
static class XYPlotLayout.StepType
          INCREMENTAL_VALUE - (default) draw a tick every n values.
 
Constructor Summary
XYPlotLayout(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()
           
 XYPlotLayout.StepType getDomainStepType()
           
 double getDomainStepValue()
           
 int getLegendEdgeBottom()
           
 int getLegendEdgeLeft()
           
 int getLegendEdgeRight()
           
 int getLegendEdgeTop()
           
 int getLegendHeight()
           
 int getLegendWidth()
           
 int getLengendSpacing()
           
 int getRangeLabelEdgeBottom()
           
 int getRangeLabelEdgeLeft()
           
 int getRangeLabelEdgeRight()
           
 int getRangeLabelEdgeTop()
           
 int getRangeLabelHeight()
           
 int getRangeLabelWidth()
           
 XYPlotLayout.StepType getRangeStepType()
           
 double getRangeStepValue()
           
 XYPlotLayout.Step getStep(XYPlotLayout.Axis axis, double minVal, double maxVal)
           
 void setDomainLabelHeight(int domainLabelHeight)
           
 void setDomainStep(XYPlotLayout.StepType type, double value)
           
 void setDomainStepType(XYPlotLayout.StepType domainStepType)
           
 void setDomainStepValue(double domainStepValue)
           
 void setLegendHeight(int legendHeight)
           
 void setLengendSpacing(int lengendSpacing)
           
 void setRangeLabelWidth(int rangeLabelWidth)
           
 void setRangeStep(XYPlotLayout.StepType type, double value)
           
 void setRangeStepType(XYPlotLayout.StepType rangeStepType)
           
 void setRangeStepValue(double rangeStepValue)
           
 
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

XYPlotLayout

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

getStep

public XYPlotLayout.Step getStep(XYPlotLayout.Axis axis,
                                 double minVal,
                                 double maxVal)

getRangeLabelWidth

public int getRangeLabelWidth()

getDataEdgeTop

public int getDataEdgeTop()

getDataEdgeBottom

public int getDataEdgeBottom()

getDataEdgeRight

public int getDataEdgeRight()

getDataEdgeLeft

public int getDataEdgeLeft()

getDataWidth

public int getDataWidth()

getDataHeight

public int getDataHeight()

setRangeLabelWidth

public void setRangeLabelWidth(int rangeLabelWidth)

getLegendHeight

public int getLegendHeight()

setLegendHeight

public void setLegendHeight(int legendHeight)

getDomainLabelHeight

public int getDomainLabelHeight()

setDomainLabelHeight

public void setDomainLabelHeight(int domainLabelHeight)

getLengendSpacing

public int getLengendSpacing()

setLengendSpacing

public void setLengendSpacing(int lengendSpacing)

getDomainLabelWidth

public int getDomainLabelWidth()

getDomainLabelEdgeTop

public int getDomainLabelEdgeTop()

getDomainLabelEdgeBottom

public int getDomainLabelEdgeBottom()

getDomainLabelEdgeLeft

public int getDomainLabelEdgeLeft()

getDomainLabelEdgeRight

public int getDomainLabelEdgeRight()

getRangeLabelHeight

public int getRangeLabelHeight()

getRangeLabelEdgeTop

public int getRangeLabelEdgeTop()

getRangeLabelEdgeBottom

public int getRangeLabelEdgeBottom()

getRangeLabelEdgeLeft

public int getRangeLabelEdgeLeft()

getRangeLabelEdgeRight

public int getRangeLabelEdgeRight()

getLegendWidth

public int getLegendWidth()

getLegendEdgeTop

public int getLegendEdgeTop()

getLegendEdgeBottom

public int getLegendEdgeBottom()

getLegendEdgeLeft

public int getLegendEdgeLeft()

getLegendEdgeRight

public int getLegendEdgeRight()

getDomainStepType

public XYPlotLayout.StepType getDomainStepType()

setDomainStepType

public void setDomainStepType(XYPlotLayout.StepType domainStepType)

getRangeStepType

public XYPlotLayout.StepType getRangeStepType()

setRangeStepType

public void setRangeStepType(XYPlotLayout.StepType rangeStepType)

getDomainStepValue

public double getDomainStepValue()

setDomainStepValue

public void setDomainStepValue(double domainStepValue)

setDomainStep

public void setDomainStep(XYPlotLayout.StepType type,
                          double value)

setRangeStep

public void setRangeStep(XYPlotLayout.StepType type,
                         double value)

getRangeStepValue

public double getRangeStepValue()

setRangeStepValue

public void setRangeStepValue(double rangeStepValue)


Copyright © 2010. All Rights Reserved.