com.androidplot.xy
Class XYGraphWidget

java.lang.Object
  extended by com.androidplot.ui.widget.Widget
      extended by com.androidplot.xy.XYGraphWidget

public class XYGraphWidget
extends Widget


Nested Class Summary
static class XYGraphWidget.XYPlotOrientation
          Will be used in a future version.
 
Constructor Summary
XYGraphWidget(XYPlot plot, SizeMetrics sizeMetrics)
           
 
Method Summary
 float getDomainLabelMargin()
           
 android.graphics.Paint getDomainLabelPaint()
           
 float getDomainLabelWidth()
           
 int getDomainTicksPerLabel()
           
 Format getDomainValueFormat()
           
 android.graphics.Paint getGridBackgroundPaint()
           
 android.graphics.Paint getGridLinePaint()
           
 float getRangeLabelMargin()
           
 android.graphics.Paint getRangeLabelPaint()
           
 float getRangeLabelWidth()
           
 int getRangeTicksPerLabel()
           
 Format getRangeValueFormat()
           
 void setDomainLabelMargin(float domainLabelMargin)
           
 void setDomainLabelPaint(android.graphics.Paint domainLabelPaint)
           
 void setDomainLabelWidth(float domainLabelWidth)
           
 void setDomainTicksPerLabel(int domainTicksPerLabel)
           
 void setDomainValueFormat(DecimalFormat domainValueFormat)
           
 void setGridBackgroundPaint(android.graphics.Paint gridBackgroundPaint)
           
 void setGridLinePaint(android.graphics.Paint gridLinePaint)
           
 void setRangeLabelMargin(float rangeLabelMargin)
           
 void setRangeLabelPaint(android.graphics.Paint rangeLabelPaint)
           
 void setRangeLabelWidth(float rangeLabelWidth)
           
 void setRangeTicksPerLabel(int rangeTicksPerLabel)
           
 void setRangeValueFormat(DecimalFormat rangeValueFormat)
           
 
Methods inherited from class com.androidplot.ui.widget.Widget
draw, getBackgroundPaint, getBorderPaint, getHeightMetric, getHeightPix, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getWidthMetric, getWidthPix, isClippingEnabled, isDrawBackgroundEnabled, isDrawBorderEnabled, setBackgroundPaint, setBorderPaint, setClippingEnabled, setDrawBackgroundEnabled, setDrawBorderEnabled, setHeight, setHeight, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setSize, setWidth, setWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYGraphWidget

public XYGraphWidget(XYPlot plot,
                     SizeMetrics sizeMetrics)
Method Detail

getDomainLabelWidth

public float getDomainLabelWidth()

setDomainLabelWidth

public void setDomainLabelWidth(float domainLabelWidth)

getRangeLabelWidth

public float getRangeLabelWidth()

setRangeLabelWidth

public void setRangeLabelWidth(float rangeLabelWidth)

getDomainLabelMargin

public float getDomainLabelMargin()

setDomainLabelMargin

public void setDomainLabelMargin(float domainLabelMargin)

getRangeLabelMargin

public float getRangeLabelMargin()

setRangeLabelMargin

public void setRangeLabelMargin(float rangeLabelMargin)

getGridBackgroundPaint

public android.graphics.Paint getGridBackgroundPaint()

setGridBackgroundPaint

public void setGridBackgroundPaint(android.graphics.Paint gridBackgroundPaint)

getDomainLabelPaint

public android.graphics.Paint getDomainLabelPaint()

setDomainLabelPaint

public void setDomainLabelPaint(android.graphics.Paint domainLabelPaint)

getRangeLabelPaint

public android.graphics.Paint getRangeLabelPaint()

setRangeLabelPaint

public void setRangeLabelPaint(android.graphics.Paint rangeLabelPaint)

getGridLinePaint

public android.graphics.Paint getGridLinePaint()

setGridLinePaint

public void setGridLinePaint(android.graphics.Paint gridLinePaint)

getRangeValueFormat

public Format getRangeValueFormat()

setRangeValueFormat

public void setRangeValueFormat(DecimalFormat rangeValueFormat)

getDomainValueFormat

public Format getDomainValueFormat()

setDomainValueFormat

public void setDomainValueFormat(DecimalFormat domainValueFormat)

getRangeTicksPerLabel

public int getRangeTicksPerLabel()

setRangeTicksPerLabel

public void setRangeTicksPerLabel(int rangeTicksPerLabel)

getDomainTicksPerLabel

public int getDomainTicksPerLabel()

setDomainTicksPerLabel

public void setDomainTicksPerLabel(int domainTicksPerLabel)


Copyright © 2011. All Rights Reserved.