Search found 2 matches

by roman@astarus.com
Fri Sep 05, 2014 10:35 am
Forum: Java
Topic: Android - Custom Drawing.
Replies: 2
Views: 26480

Re: Android - Custom Drawing.

Perfect, thanks.
by roman@astarus.com
Thu Sep 04, 2014 11:27 am
Forum: Java
Topic: Android - Custom Drawing.
Replies: 2
Views: 26480

Android - Custom Drawing.

Hello. I need help with custom chart drawing. What I have now: chart.png Bars show count of sold goods and red triangle shows target count. Code looks like this: chart.addChartPaintListener(new ChartPaintAdapter() { @Override public void chartPainted(ChartDrawEvent chartDrawEvent) { final int target...