| Package | Description |
|---|---|
| lightgraph | |
| lightgraph.elements | |
| lightgraph.painters |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.drawBorder(GraphPainter p,
AffineTransform transform) |
abstract void |
GraphLine.drawLine(ArrayList<Point2D> pts,
GraphPainter painter) |
abstract void |
GraphPoints.drawPoint(Point2D pt,
GraphPainter painter) |
void |
Graph.drawSet(DataSet set,
GraphPainter painter,
AffineTransform transform) |
void |
Graph.drawXTics(GraphPainter p,
AffineTransform t)
Takes the full x range and breaks it into 7 tics, uses the transform to place points.
|
void |
Graph.drawYTics(GraphPainter p,
AffineTransform t)
Takes the full y range and breaks it into 5 tics, uses the transform to place points.
|
void |
Graph.resetGraph(GraphPainter p) |
void |
ForgetfulGraph.resetGraph(GraphPainter p) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorBars.drawErrorAt(int i,
Point2D pt,
GraphPainter painter)
This will draw a set of error bars using the supplied painter at the location
provided.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PanelPainter
New imagej plugin that ...
|
class |
SvgPainter
New imagej plugin that ...
|
Copyright © 2017. All rights reserved.