The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

graphics

Posted by Jake on January 23, 2001 at 7:07 PM

I'm working on a program and am trying to do the following:

To make a method that instantiates an array of Column(another class I have) objects, one for each piece of data in the ColumnData(another class I have) object.
Default the bottom of the chart to be at y = 200.

A method that instantiates an array of Column objects,
one for each piece of data in the ColumnData object. The bottom of the chart is to be at y = bottom.

A method that draws the ColumnChart where left and bottom are the coordinates of the bottom left corner of the
chart. I want each column to be drawn in a different color.

Thanks



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us