public static interface ChartBuilder.ChartResource<T>
Modifier and Type | Method and Description |
---|---|
Paint |
getBackground() |
T |
getDelegate() |
int |
getHeight() |
String |
getMimeType() |
int |
getWidth() |
void |
setBackground(Paint aPaint) |
void |
setHeight(int aHeight) |
void |
setWidth(int aWidth) |
byte[] |
toByteArray() |
Paint getBackground()
T getDelegate()
int getHeight()
String getMimeType()
int getWidth()
void setBackground(Paint aPaint)
void setHeight(int aHeight)
void setWidth(int aWidth)
byte[] toByteArray()