Uses of Class
org.jdesktop.swingx.JXGraph.Plot
-
Packages that use JXGraph.Plot Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. -
-
Uses of JXGraph.Plot in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as JXGraph.Plot Modifier and Type Field Description private JXGraph.Plot
JXGraph.DrawablePlot. equation
Methods in org.jdesktop.swingx that return JXGraph.Plot Modifier and Type Method Description private JXGraph.Plot
JXGraph.DrawablePlot. getEquation()
Methods in org.jdesktop.swingx with parameters of type JXGraph.Plot Modifier and Type Method Description void
JXGraph. addPlots(java.awt.Color color, JXGraph.Plot... plotList)
Adds one or more plots to the graph.private void
JXGraph. drawPlot(java.awt.Graphics2D g2, JXGraph.Plot equation)
void
JXGraph. removePlots(JXGraph.Plot... plotList)
Removes the specified plots from the graph.Constructors in org.jdesktop.swingx with parameters of type JXGraph.Plot Constructor Description DrawablePlot(JXGraph.Plot equation, java.awt.Color color)
-