com.androidplot.demos
Class R.styleable

java.lang.Object
  extended by com.androidplot.demos.R.styleable
Enclosing class:
R

public static final class R.styleable
extends Object


Field Summary
static int[] XYPlot
          Attributes that can be used with a XYPlot.
static int XYPlot_androidplot_title
          This symbol is the offset where the com.androidplot.demos.R.attr#androidplot.title attribute's value can be found in the XYPlot array.
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XYPlot

public static final int[] XYPlot
Attributes that can be used with a XYPlot.

Includes the following attributes:

AttributeDescription
com.androidplot.demos:androidplot.title

See Also:
XYPlot_androidplot_title

XYPlot_androidplot_title

public static final int XYPlot_androidplot_title

This symbol is the offset where the com.androidplot.demos.R.attr#androidplot.title attribute's value can be found in the XYPlot array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


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