|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mates.plugins.DistributionPainter
A class for automating the painting of distributions. This class
is primarily used as a screenshot_provider
callback
for Screenshot.saveScreenshot(Object, int,
int, java.io.File)
.
Constructor Summary | |
DistributionPainter(java.io.File file,
int width,
int height,
int[] degdist)
Constructs a new distribution painter. |
Method Summary | |
void |
paint(java.awt.Graphics g)
Paints the distribution to a graphics object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DistributionPainter(java.io.File file, int width, int height, int[] degdist)
Method Detail |
public void paint(java.awt.Graphics g)
StatisticsPlugin.paintDistribution(java.awt.Graphics,
int, int, int[])
.
|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |