MASON-INTEREST-L Archives

July 2010

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Sean Luke <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Thu, 8 Jul 2010 17:58:18 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
I've added those methods to the MASON distro.

Sean

On Jun 28, 2010, at 7:51 PM, Paul Smaldino wrote:

> public void setRangeAxisRange(double lower, double upper)
> {
> XYPlot xyplot = (XYPlot)(chart.getPlot());
> xyplot.getRangeAxis().setRange(lower, upper);
> }
>
> public void setDomainAxisRange(double lower, double upper)
> {
> XYPlot xyplot = (XYPlot)(chart.getPlot());
> xyplot.getDomainAxis().setRange(lower, upper);
> }

ATOM RSS1 RSS2