Class ChartUtil
java.lang.Object
com.codename1.charts.ChartUtil
public class ChartUtil
extends java.lang.Object
A utility class for painting a chart onto a Graphics context. This is a low level
API. You should use the
ChartComponent class instead.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintChart(Graphics g, AbstractChart chart, Rectangle bounds, int absX, int absY) Draws the given chart onto the given graphicsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChartUtil
public ChartUtil()
-
-
Method Details
-
paintChart
Draws the given chart onto the given graphics
Parameters
-
g: the graphics object -
chart: the chart object -
bounds: the bounds in which the chart should be drawn within the graphics -
absX -
absY
-
-