ialexei / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

PieChartOptions hides colors and pieSliceText properties #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PieChartOptions is containing setters for colors and pieSliceText properties, 
however those setter are private. As these properties are from the official 
chart API it makes sense to be public.

Original issue reported on code.google.com by dimiter....@gmail.com on 1 Dec 2012 at 1:34

GoogleCodeExporter commented 8 years ago
  I've taken a look and it's not a real issue.
  PieChartOptions exposes the following methods:

public final void setColors(String... colors)
public final void setPieSliceText(PieSliceText pieSliceText)

 The private methods you're referring to, are inner methods and should not be exposed.

Original comment by rglafo...@gmail.com on 5 Dec 2012 at 11:38