Skip navigation links
A B C D E F G H I L M O P R S U X Y 

A

actionPerformed(ActionEvent) - Method in class lightgraph.gui.DataWindow
 
addButton(String) - Method in class lightgraph.gui.ButtonPanel
 
addColumn(String, List<Double>) - Method in class lightgraph.gui.DataWindow
 
addData(double[], double[]) - Method in class lightgraph.Graph
Creates a new DataSite, with color, line and point information that will be drawn.
addData(double[], double[]) - Method in class lightgraph.graphfx.GraphFx
 
addPaintable(Paintable) - Method in class lightgraph.GraphPanel
 
addPoint(double, double) - Method in class lightgraph.DataSet
 
addXErrorBars(double[]) - Method in class lightgraph.DataSet
For adding error bars along the x-axis.
addXYErrorBars(double[], double[]) - Method in class lightgraph.DataSet
For adding error bars on both axis.
addYErrorBars(double[]) - Method in class lightgraph.DataSet
Add error bars in the y direction.
appendPoint(int, double, double) - Method in class lightgraph.Graph
Append a data point to an existing data set.
autoScale() - Method in class lightgraph.Graph
Goes through all of the current data and find the min/max for scaling the image.
autoScaleX() - Method in class lightgraph.Graph
Sets the autoscale in the x directions.
autoScaleY() - Method in class lightgraph.Graph
Sets the autoscale for the y-axis
AUTOX - Variable in class lightgraph.Graph
 
AUTOY - Variable in class lightgraph.Graph
 

B

ButtonPanel - Class in lightgraph.gui
User: mbs207 Date: Jul 14, 2010 Time: 7:41:26 AM To change this template use File | Settings | File Templates.

C

CheckFonts - Class in lightgraph
Created by melkor on 2/15/16.
CheckFonts() - Constructor for class lightgraph.CheckFonts
 
CHEIGHT - Variable in class lightgraph.Graph
canvas height and width
clearData() - Method in class lightgraph.Graph
 
COLOR - Variable in class lightgraph.DataSet
 
createDataWindow(Graph) - Static method in class lightgraph.gui.DataWindow
 
createTics() - Method in class lightgraph.Graph
Creates the strings for the width, and calculates their dimensions so that the graph can be appropriately scaled.
crossPlus() - Static method in class lightgraph.GraphPoints
 
crossX() - Static method in class lightgraph.GraphPoints
 
CWIDTH - Variable in class lightgraph.Graph
 

D

dashes(float[]) - Static method in class lightgraph.GraphLine
Line that is drawn using dashes, according to the java2D BasicStroke.
DataSet - Class in lightgraph
This class will hold a set of data it will keep track of color, line types, point types, and weight.
DataSet(double[], double[]) - Constructor for class lightgraph.DataSet
 
dataSetCount() - Method in class lightgraph.Graph
 
DATASETS - Variable in class lightgraph.Graph
 
DataWindow - Class in lightgraph.gui
For displaying data from the graph..
DataWindow(String) - Constructor for class lightgraph.gui.DataWindow
 
display() - Method in class lightgraph.gui.DataWindow
 
display() - Method in class lightgraph.gui.GraphFormatWindow
 
dots() - Static method in class lightgraph.GraphPoints
 
drawBorder(GraphPainter, AffineTransform) - Method in class lightgraph.Graph
 
drawErrorAt(int, Point2D, GraphPainter) - Method in class lightgraph.elements.ErrorBars
This will draw a set of error bars using the supplied painter at the location provided.
drawLine(ArrayList<Point2D>, GraphPainter) - Method in class lightgraph.GraphLine
 
drawLine(double, double, double, double) - Method in interface lightgraph.painters.GraphPainter
 
drawLine(double, double, double, double) - Method in class lightgraph.painters.PanelPainter
 
drawLine(double, double, double, double) - Method in class lightgraph.painters.SvgPainter
For drawing plain lines.
drawPath(Shape) - Method in interface lightgraph.painters.GraphPainter
 
drawPath(Shape) - Method in class lightgraph.painters.PanelPainter
 
drawPath(Shape) - Method in class lightgraph.painters.SvgPainter
For drawing arbitrary shapes, This will fill with the background color if fill is set to true.
drawPoint(Point2D, GraphPainter) - Method in class lightgraph.GraphPoints
 
drawSet(DataSet, GraphPainter, AffineTransform) - Method in class lightgraph.Graph
 
drawString(String, double, double) - Method in interface lightgraph.painters.GraphPainter
 
drawString(String, double, double) - Method in class lightgraph.painters.PanelPainter
 
drawString(String, double, double) - Method in class lightgraph.painters.SvgPainter
 
drawVerticalString(String, double, double) - Method in interface lightgraph.painters.GraphPainter
 
drawVerticalString(String, double, double) - Method in class lightgraph.painters.PanelPainter
 
drawVerticalString(String, double, double) - Method in class lightgraph.painters.SvgPainter
 
drawXTics(GraphPainter, AffineTransform) - Method in class lightgraph.Graph
Takes the full x range and breaks it into 7 tics, uses the transform to place points.
drawYTics(GraphPainter, AffineTransform) - Method in class lightgraph.Graph
Takes the full y range and breaks it into 5 tics, uses the transform to place points.

E

endGroup() - Method in interface lightgraph.painters.GraphPainter
 
endGroup() - Method in class lightgraph.painters.PanelPainter
 
endGroup() - Method in class lightgraph.painters.SvgPainter
 
ErrorBars - Class in lightgraph.elements
Error bars can be added to a Dataset.
ErrorBars(double[], int) - Constructor for class lightgraph.elements.ErrorBars
For applying Error bars along a single, x or y, axis.
ErrorBars(double[], double[]) - Constructor for class lightgraph.elements.ErrorBars
 
ERRORS - Variable in class lightgraph.DataSet
 

F

fill(Shape) - Method in interface lightgraph.painters.GraphPainter
 
fill(Shape) - Method in class lightgraph.painters.PanelPainter
 
fill(Shape) - Method in class lightgraph.painters.SvgPainter
Filling an arbitrary shape with the forground color.
filledCircles() - Static method in class lightgraph.GraphPoints
 
filledSquares() - Static method in class lightgraph.GraphPoints
 
filledTriangles() - Static method in class lightgraph.GraphPoints
 
finish(File) - Method in class lightgraph.painters.SvgPainter
 
finish() - Method in class lightgraph.painters.SvgPainter
 
ForgetfulGraph - Class in lightgraph
This class is similar to the Graph class, but it forgets all of the previous data, and just continues to draw over the old graph.
ForgetfulGraph() - Constructor for class lightgraph.ForgetfulGraph
 

G

getAwtFont() - Method in class lightgraph.LGFont
 
getBackground() - Method in class lightgraph.Graph
 
getColor() - Method in interface lightgraph.painters.GraphPainter
 
getColor() - Method in class lightgraph.painters.PanelPainter
 
getColor() - Method in class lightgraph.painters.SvgPainter
 
getDataCoordinates(double, double) - Method in class lightgraph.Graph
Based on the coordinates of the panel, gets the coordinates in data space.
getDataSet(int) - Method in class lightgraph.Graph
Gets the data set at the corresponding index i.
getDefaultColor(int) - Static method in class lightgraph.GraphDefaults
Cycles through six possible default colors.
getErrorBars() - Method in class lightgraph.DataSet
 
getErrorData(int) - Method in class lightgraph.elements.ErrorBars
 
getGraphPanel() - Method in class lightgraph.Graph
 
getGraphPoints() - Static method in class lightgraph.GraphPoints
 
getImageCoordinates(double, double) - Method in class lightgraph.Graph
Takes a coordinate in the data/real space and returns a coodinate in image space.
getKeyX() - Method in class lightgraph.Graph
 
getKeyY() - Method in class lightgraph.Graph
 
getLines() - Static method in class lightgraph.GraphLine
Gets a set of default lines, primarily used for the GraphFormatWindow
getLineWidth() - Method in class lightgraph.DataSet
 
getLineWidth() - Method in class lightgraph.GraphLine
 
getName() - Method in class lightgraph.LGFont
 
getOutput() - Method in class lightgraph.painters.SvgPainter
 
getPointSize() - Method in class lightgraph.DataSet
 
getPointWeight() - Method in class lightgraph.DataSet
 
getSize() - Method in class lightgraph.LGFont
 
getStaticSize() - Method in class lightgraph.gui.ButtonPanel
 
getStringWidth(String) - Method in interface lightgraph.painters.GraphPainter
 
getStringWidth(String) - Method in class lightgraph.painters.PanelPainter
 
getStringWidth(String) - Method in class lightgraph.painters.SvgPainter
 
getStyle() - Method in class lightgraph.LGFont
 
getTitle() - Method in class lightgraph.Graph
 
getXLabel() - Method in class lightgraph.Graph
 
getXTicCount() - Method in class lightgraph.Graph
 
getYLabel() - Method in class lightgraph.Graph
 
getYTicCount() - Method in class lightgraph.Graph
 
Graph - Class in lightgraph
A lightweight graphing application with options for formating a graph.
Graph() - Constructor for class lightgraph.Graph
 
Graph(double[], double[]) - Constructor for class lightgraph.Graph
 
GraphDefaults - Class in lightgraph
For adding lines to a graph and setting the default values.
GraphDefaults() - Constructor for class lightgraph.GraphDefaults
 
GraphFormatWindow - Class in lightgraph.gui
New imagej plugin that ...
GraphFormatWindow(Graph) - Constructor for class lightgraph.gui.GraphFormatWindow
 
GraphFrame - Class in lightgraph.gui
User: melkor Date: May 30, 2010 Time: 12:29:43 PM
GraphFrame(String) - Constructor for class lightgraph.gui.GraphFrame
 
GraphFx - Class in lightgraph.graphfx
This is just a test to show a graph using javafx.
GraphFx() - Constructor for class lightgraph.graphfx.GraphFx
 
GraphLight - Class in lightgraph
This is the 'test package' User: melkor Date: May 9, 2010 Time: 8:56:53 PM To change this template use File | Settings | File Templates.
GraphLine - Class in lightgraph
For drawing lines.
GraphLine() - Constructor for class lightgraph.GraphLine
 
GraphPainter - Interface in lightgraph.painters
For painting a graph, the implementations either use a graphics object or paint to an svg file.
GraphPanel - Class in lightgraph
This will handle swing stuff related to this panel.
GraphPanel(BufferedImage) - Constructor for class lightgraph.GraphPanel
 
GraphPoints - Class in lightgraph
 
GraphPoints() - Constructor for class lightgraph.GraphPoints
 

H

hasXData() - Method in class lightgraph.elements.ErrorBars
 
hasYData() - Method in class lightgraph.elements.ErrorBars
 
hollowCircles() - Static method in class lightgraph.GraphPoints
 
hollowSquares() - Static method in class lightgraph.GraphPoints
 
hollowTriangles() - Static method in class lightgraph.GraphPoints
 

I

initialize() - Method in class lightgraph.gui.GraphFormatWindow
 
iterator() - Method in class lightgraph.DataSet
 

L

label - Variable in class lightgraph.DataSet
 
LGFont - Class in lightgraph
Class for handling fonts, and supplying the name/size even if the font is not found in the java installation.
LGFont(String, int, int) - Constructor for class lightgraph.LGFont
 
LGFont(String, String, int) - Constructor for class lightgraph.LGFont
 
LGFont(Font) - Constructor for class lightgraph.LGFont
 
lightgraph - package lightgraph
 
lightgraph.elements - package lightgraph.elements
 
lightgraph.graphfx - package lightgraph.graphfx
 
lightgraph.gui - package lightgraph.gui
 
lightgraph.painters - package lightgraph.painters
 
LINE - Variable in class lightgraph.DataSet
 
longDashes() - Static method in class lightgraph.GraphLine
Preset dash configuration.
longShortDashes() - Static method in class lightgraph.GraphLine
Preset dash configuration.
longShortShortDashes() - Static method in class lightgraph.GraphLine
Preset dash configuration.

M

main(String[]) - Static method in class lightgraph.CheckFonts
 
main(String[]) - Static method in class lightgraph.elements.ErrorBars
Method for testing.
main(String[]) - Static method in class lightgraph.graphfx.GraphFx
 
main(String[]) - Static method in class lightgraph.GraphLight
 
main2(String[]) - Static method in class lightgraph.GraphLight
 
MAXX - Variable in class lightgraph.Graph
 
MAXY - Variable in class lightgraph.Graph
 
MINX - Variable in class lightgraph.Graph
 
MINY - Variable in class lightgraph.Graph
 
mouseClicked(MouseEvent) - Method in class lightgraph.gui.ButtonPanel
 
mouseClicked(MouseEvent) - Method in class lightgraph.gui.GraphFrame
 
mouseEntered(MouseEvent) - Method in class lightgraph.gui.ButtonPanel
 
mouseEntered(MouseEvent) - Method in class lightgraph.gui.GraphFrame
 
mouseExited(MouseEvent) - Method in class lightgraph.gui.ButtonPanel
 
mouseExited(MouseEvent) - Method in class lightgraph.gui.GraphFrame
 
mousePressed(MouseEvent) - Method in class lightgraph.gui.ButtonPanel
 
mousePressed(MouseEvent) - Method in class lightgraph.gui.GraphFrame
 
mouseReleased(MouseEvent) - Method in class lightgraph.gui.ButtonPanel
 
mouseReleased(MouseEvent) - Method in class lightgraph.gui.GraphFrame
 

O

outlinedCircles() - Static method in class lightgraph.GraphPoints
 
outlinedTriangles() - Static method in class lightgraph.GraphPoints
 

P

paint(Graphics2D) - Method in interface lightgraph.gui.Paintable
 
Paintable - Interface in lightgraph.gui
Items for the graph panel for creating overlays and the such.
paintComponent(Graphics) - Method in class lightgraph.GraphPanel
 
paintComponent(Graphics) - Method in class lightgraph.gui.ButtonPanel
 
panel - Variable in class lightgraph.Graph
 
PanelPainter - Class in lightgraph.painters
New imagej plugin that ...
PanelPainter(Graphics2D, Color) - Constructor for class lightgraph.painters.PanelPainter
 
parseGraph() - Method in class lightgraph.gui.GraphFormatWindow
 
POINTS - Variable in class lightgraph.DataSet
 

R

refresh(boolean) - Method in class lightgraph.Graph
This does all of the reset/repaint functions.
refreshGraph() - Method in class lightgraph.graphfx.GraphFx
 
removeErrorBars() - Method in class lightgraph.DataSet
remove the error bars.
removePaintable(Paintable) - Method in class lightgraph.GraphPanel
 
repaint() - Method in class lightgraph.Graph
 
replaceData(int, double[], double[]) - Method in class lightgraph.Graph
replaces the data set with a new data set consisting of the xy pairs.
resetGraph() - Method in class lightgraph.ForgetfulGraph
Resets the graph and paints it onto a buffered image
resetGraph(GraphPainter) - Method in class lightgraph.ForgetfulGraph
 
resetGraph() - Method in class lightgraph.Graph
Resets the graph and paints it onto a buffered image
resetGraph(GraphPainter) - Method in class lightgraph.Graph
 
resizeGraph(int, int) - Method in class lightgraph.Graph
 
restoreLineWidth() - Method in interface lightgraph.painters.GraphPainter
 
restoreLineWidth() - Method in class lightgraph.painters.PanelPainter
 
restoreLineWidth() - Method in class lightgraph.painters.SvgPainter
 
run() - Method in class lightgraph.gui.DataWindow
for showing on event queue

S

saveHorizontal() - Method in class lightgraph.gui.DataWindow
The only actions - save.
savePng(File) - Method in class lightgraph.Graph
 
savePng() - Method in class lightgraph.gui.ButtonPanel
 
saveSvg(File) - Method in class lightgraph.Graph
 
saveSvg() - Method in class lightgraph.gui.ButtonPanel
 
saveVertical() - Method in class lightgraph.gui.DataWindow
The only actions - save.
setAxisColor(Color) - Method in class lightgraph.Graph
 
setBackground(Color) - Method in class lightgraph.Graph
 
setClip(int, int, int, int) - Method in interface lightgraph.painters.GraphPainter
 
setClip(int, int, int, int) - Method in class lightgraph.painters.PanelPainter
 
setClip(int, int, int, int) - Method in class lightgraph.painters.SvgPainter
 
setColor(Color) - Method in class lightgraph.DataSet
 
setColor(Color) - Method in interface lightgraph.painters.GraphPainter
 
setColor(Color) - Method in class lightgraph.painters.PanelPainter
 
setColor(Color) - Method in class lightgraph.painters.SvgPainter
 
setContentSize(int, int) - Method in class lightgraph.Graph
 
setDashes(float[]) - Method in interface lightgraph.painters.GraphPainter
 
setDashes(float[]) - Method in class lightgraph.painters.PanelPainter
Not implemented yet
setDashes(float[]) - Method in class lightgraph.painters.SvgPainter
 
setData(double[], double[]) - Method in class lightgraph.DataSet
 
setFill(boolean) - Method in interface lightgraph.painters.GraphPainter
 
setFill(boolean) - Method in class lightgraph.painters.PanelPainter
For filling shapes with background color.
setFill(boolean) - Method in class lightgraph.painters.SvgPainter
 
setFixed() - Method in class lightgraph.ForgetfulGraph
Causes the background to not be repainted and just keep painting over the top.
setFont(LGFont) - Method in interface lightgraph.painters.GraphPainter
 
setFont(LGFont) - Method in class lightgraph.painters.PanelPainter
 
setFont(LGFont) - Method in class lightgraph.painters.SvgPainter
 
setGraph(Graph) - Method in class lightgraph.gui.ButtonPanel
 
setGraph(Graph) - Method in class lightgraph.gui.GraphFrame
 
setKeyX(double) - Method in class lightgraph.Graph
Sets the distance from the right edge of the graph for the top left cornder of the key.
setKeyY(double) - Method in class lightgraph.Graph
Sets the distance from the top of the graph to the top of the key.
setLabel(String) - Method in class lightgraph.DataSet
Sets the label, if there is a label on an active data set then the key will be drawn.
setLabelFont(LGFont) - Method in class lightgraph.Graph
 
setLine(GraphLine) - Method in class lightgraph.DataSet
 
setLineWidth(double) - Method in class lightgraph.DataSet
 
setLineWidth(double) - Method in class lightgraph.GraphLine
 
setLineWidth(double) - Method in interface lightgraph.painters.GraphPainter
 
setLineWidth(double) - Method in class lightgraph.painters.PanelPainter
 
setLineWidth(double) - Method in class lightgraph.painters.SvgPainter
 
setPoints(GraphPoints) - Method in class lightgraph.DataSet
 
setPointSize(double) - Method in class lightgraph.DataSet
 
setPointWeight(double) - Method in class lightgraph.DataSet
 
setScale(double, double) - Method in class lightgraph.elements.ErrorBars
For correctly scaling the error bars on the graph.
setSize(double) - Method in class lightgraph.elements.ErrorBars
Sets the size, for the current drawing method the size is the size of the end caps.
setSize(double) - Method in class lightgraph.GraphPoints
Sets the size of the graph points, the implementation needs to implement this parameter.
setTicFont(LGFont) - Method in class lightgraph.Graph
 
setTitle(String) - Method in class lightgraph.Graph
 
setTitleFont(LGFont) - Method in class lightgraph.Graph
 
setVisible(boolean) - Method in class lightgraph.gui.GraphFrame
 
setWeight(double) - Method in class lightgraph.elements.ErrorBars
sets the line weight
setWeight(double) - Method in class lightgraph.GraphPoints
 
setXLabel(String) - Method in class lightgraph.Graph
 
setXRange(double, double) - Method in class lightgraph.Graph
Set the xrange values the minimum must be less than the maximum.
setXTicCount(int) - Method in class lightgraph.Graph
 
setYLabel(String) - Method in class lightgraph.Graph
 
setYRange(double, double) - Method in class lightgraph.Graph
Set the xrange values the minimum must be less than the maximum.
setYTicCount(int) - Method in class lightgraph.Graph
 
shortDashes() - Static method in class lightgraph.GraphLine
Preset dash configuration.
show() - Method in class lightgraph.Graph
Shows the graph in its own JFrame
show(boolean, String) - Method in class lightgraph.Graph
 
show(boolean) - Method in class lightgraph.Graph
 
showButtons(boolean) - Method in class lightgraph.gui.GraphFrame
 
showData() - Method in class lightgraph.gui.ButtonPanel
 
showFormatter() - Method in class lightgraph.gui.ButtonPanel
 
sizeComponent(Component, int, int) - Static method in class lightgraph.gui.GraphFormatWindow
 
solidLine() - Static method in class lightgraph.GraphLine
Default line implementation.
splitOnTabs(String) - Static method in class lightgraph.gui.DataWindow
Splits a line, the same way as it was written.
start(Stage) - Method in class lightgraph.graphfx.GraphFx
 
startGraph() - Method in class lightgraph.graphfx.GraphFx
 
startGroup() - Method in interface lightgraph.painters.GraphPainter
 
startGroup() - Method in class lightgraph.painters.PanelPainter
No groups in java2D
startGroup() - Method in class lightgraph.painters.SvgPainter
 
svgColorString(Color) - Static method in class lightgraph.painters.SvgPainter
 
SvgPainter - Class in lightgraph.painters
New imagej plugin that ...
SvgPainter(int, int, Color) - Constructor for class lightgraph.painters.SvgPainter
Creates a new svg painter,which will build a large string containing an svg file to be written to file when completed.

U

updateImage(BufferedImage) - Method in class lightgraph.GraphPanel
 
updateImageSize(Dimension) - Method in class lightgraph.GraphPanel
 

X

XAXIS - Static variable in class lightgraph.elements.ErrorBars
 

Y

YAXIS - Static variable in class lightgraph.elements.ErrorBars
 
A B C D E F G H I L M O P R S U X Y 
Skip navigation links

Copyright © 2017. All rights reserved.