Summ:  Methods    Details:  Methods      Class:  Prev Next
com.artfulbits.aiCharts.Base
Class ChartLegendItem.DrawableCell

java.lang.Object com.artfulbits.aiCharts.Base.ChartLegendItem.Cell com.artfulbits.aiCharts.Base.ChartLegendItem.DrawableCell

Declaration: public final class ChartLegendItem.DrawableCell extends ChartLegendItem.Cell
Enclosing Class: ChartLegendItem

 

Represents the drawable cell.

 

Since: 1.5

 

 

Methods Summary
android.graphics.drawable.Drawable getDrawable()
    
Gets drawable.
void setDrawable(android.graphics.drawable.Drawable drawable)
    
Sets drawable to display.

 

Methods inherited from class: java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

 

 

 

getDrawable

 

public android.graphics.drawable.Drawable getDrawable( )

 

Gets drawable.

 

Returns:
android.graphics.drawable.Drawable instance.

 

Since: 1.5

 

 

 

setDrawable

 

public void setDrawable( android.graphics.drawable.Drawable drawable)

 

Sets drawable to display.

 

Parameters:
drawable-
android.graphics.drawable.Drawable instance.

 

Since: 1.5

 

 

© 2005 - 2010 ArtfulBits. All rights reserved.