com.androidplot.xy
Class XYPlotLayout
java.lang.Object
com.androidplot.PlotLayout
com.androidplot.xy.XYPlotLayout
public class XYPlotLayout
- extends PlotLayout
XYPlotLayout
public XYPlotLayout(android.view.View view)
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.