GWT-Graphics Pie Chart

Hello every one!
I am decide to use gwt-graphics to show PieChart in my project.
But I do not understood is there in gwt-graphics.jar class or functions to
draw Pie Chart?
Is it true that gwt-graphics allow paint only simple figures (circle, bars, gradients and e.t.c)?

Hi,

GWG Graphics is just a vector graphics library for GWT. You cannot use it directly in your Vaadin server-side code, you have to create your own widget in order to use GWT Graphics with Vaadin.

-Henri

Yes, i am using gwt-graphics it in my GWT project without Vaadin. But i do not understood
may i am use PieCharts or i must make own PieChart classes and realization.