A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

F

f2(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing two decimal places.
f2(double) - Static method in class org.opensourcephysics.numerics.Util
Convert a double to a string, printing two decimal places.
f3(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing three decimal places.
f3(double) - Static method in class org.opensourcephysics.numerics.Util
Convert a double to a string, printing three decimal places.
f4(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing four decimal places.
f4(double) - Static method in class org.opensourcephysics.numerics.Util
Convert a double to a string, printing four decimal places.
factor(int, int[]) - Static method in class org.opensourcephysics.numerics.FFT
Return the prime factors of n.
factorial(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Factorials
Calculates the factorial.
Factorials - Class in org.opensourcephysics.numerics.specialfunctions
Computes the factorial of an integer and functions closely related to factorials.
failedToRead() - Method in interface org.opensourcephysics.controls.XMLControl
Returns true if the most recent read operation failed.
failedToRead() - Method in class org.opensourcephysics.controls.XMLControlElement
Returns true if the most recent read operation failed.
False3D - Interface in org.opensourcephysics.display
A placeholder that is used by some objects in the display2d package to signal that the object will draw a 3D view rather than a 2D view.
Fehlberg78 - Class in org.opensourcephysics.numerics.dde_solvers.rk
Title: Fehlberg78 Description: 7rd order with 8th order error control RK solver by Fehlberg
Fehlberg78(ODE) - Constructor for class org.opensourcephysics.numerics.dde_solvers.rk.Fehlberg78
 
Fehlberg78 - Class in org.opensourcephysics.numerics.rk
Title: Fehlberg78 Description: 7rd order with 8th order error control RK solver by Fehlberg
Fehlberg78(ODE) - Constructor for class org.opensourcephysics.numerics.rk.Fehlberg78
 
Fehlberg8 - Class in org.opensourcephysics.numerics.dde_solvers.rk
Title: Fehlberg8 Description: 8rd order fixed step RK solver by Fehlberg with Hermite interpolation
Fehlberg8(ODE) - Constructor for class org.opensourcephysics.numerics.dde_solvers.rk.Fehlberg8
 
Fehlberg8 - Class in org.opensourcephysics.numerics
Title: Fehlberg8 Description: An eigth order Runge-Kutta ODE solver.
Fehlberg8(ODE) - Constructor for class org.opensourcephysics.numerics.Fehlberg8
Constructs the RK4 ODESolver for a system of ordinary differential equations.
Fehlberg8 - Class in org.opensourcephysics.numerics.rk
Title: Fehlberg8 Description: 8rd order fixed step RK solver by Fehlberg with Hermite interpolation
Fehlberg8(ODE) - Constructor for class org.opensourcephysics.numerics.rk.Fehlberg8
 
FFT - Class in org.opensourcephysics.numerics
FFT computes FFT's of complex, double precision data of arbitrary length n.
FFT(int) - Constructor for class org.opensourcephysics.numerics.FFT
Constructs a complex FFT transformation for n complex data points.
FFT() - Constructor for class org.opensourcephysics.numerics.FFT
Constructs a complex FFT transformation.
FFT2D - Class in org.opensourcephysics.numerics
FFT2D computes the FFT of 2 dimensional complex, double precision data.
FFT2D(int, int) - Constructor for class org.opensourcephysics.numerics.FFT2D
Create an FFT for transforming nrows*ncols points of Complex, double precision data.
FFT2DFrame - Class in org.opensourcephysics.frames
FFT2DFrame computes a 2D FFT and displays the result as a complex grid plot.
FFT2DFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.FFT2DFrame
Constructs a Complex2DFrame with the given axes labels and frame title.
FFT2DFrame(String) - Constructor for class org.opensourcephysics.frames.FFT2DFrame
Constructs a Complex2DFrame with the given frame title but without axes.
FFTFrame - Class in org.opensourcephysics.frames
FFTFrame computes the FFT and displays the result using a ComplexDataset.
FFTFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.FFTFrame
A DrawingFrame that displays a FFT as its drawable.
FFTReal - Class in org.opensourcephysics.numerics
FFTReal computes the discrete Fourier coefficients a[0], ...., a[N/2] and b[1], ...., b[N/2 - 1] of the discrete partial Fourier sum a[0] + a[1]*cos(N/2*omega*x) + Sum (k=1,2,...,N/2-1) (a[2*k] * cos(k * omega * x) + a[2*k+1] * sin(k * omega * x)) given real functional values y[0], ...., y[N-1].
FFTReal() - Constructor for class org.opensourcephysics.numerics.FFTReal
Constructs a real FFT transformation for n data points.
FFTReal(int) - Constructor for class org.opensourcephysics.numerics.FFTReal
Constructs a real FFT transformation for n data points.
FFTRealFrame - Class in org.opensourcephysics.frames
FFTRealFrame computes the FFT or real data and displays the result.
FFTRealFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.FFTRealFrame
A DrawingFrame that displays a FFT as its drawable.
fileExists(String, String) - Static method in class org.opensourcephysics.ejs.control.Utils
 
fileExistsInJar(String, String, String) - Static method in class org.opensourcephysics.ejs.control.Utils
 
FileUtils - Class in org.colos.ejs.library.utils
 
FileUtils() - Constructor for class org.colos.ejs.library.utils.FileUtils
 
fill(Shape) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a Shape on the EPS document.
fill(double) - Method in class org.opensourcephysics.media.core.DoubleArray
Fills elements of the array with the specified value.
fill(double, int, int) - Method in class org.opensourcephysics.media.core.DoubleArray
Fills a subset of elements of the array with the specified value.
fill3DRect(int, int, int, int, boolean) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a 3D rectangle.
fillArc(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills an arc.
fillArray(Function, double, double, double, int) - Static method in class org.opensourcephysics.numerics.Integral
Fills a data array with the integral of the given function.
fillArray(Function, double, double, double, double[][]) - Static method in class org.opensourcephysics.numerics.Integral
Fills the given data array with the intgral of the given function.
FILLED_ARROW - Static variable in class org.opensourcephysics.displayejs.InteractivePoligon
 
FILLED_CIRCLE - Static variable in class org.opensourcephysics.displayejs.InteractivePoligon
 
FILLED_DIAMOND - Static variable in class org.opensourcephysics.displayejs.InteractivePoligon
 
FILLED_SQUARE - Static variable in class org.opensourcephysics.displayejs.InteractivePoligon
 
FILLEDARROW - Static variable in class org.opensourcephysics.display2d.VectorPlot
 
fillOval(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills an oval.
fillPolygon(int[], int[], int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a polygon made with the specified points.
fillPolygon(Polygon) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a polygon.
fillRect(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a rectangle with top-left corner placed at (x,y).
fillRoundRect(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a rounded rectangle.
Filter - Class in org.opensourcephysics.media.core
This is the abstract base class for all image filters.
FilterStack - Class in org.opensourcephysics.media.core
This is a Filter that contains and manages a series of Filters.
FilterStack() - Constructor for class org.opensourcephysics.media.core.FilterStack
Constructs a FilterStack object.
finalize() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Finalizes the object.
finalUpdate() - Method in class org.colos.ejs.library.control.drawing3d.ControlDrawingPanel3D
 
finalUpdate() - Method in class org.colos.ejs.library.control.drawing3d.ControlPanel2D
 
finalUpdate() - Method in class org.colos.ejs.library.control.EjsControl
Does the final update once all updates have been done.
finalUpdate() - Method in interface org.colos.ejs.library.control.NeedsFinalUpdate
 
finalUpdate() - Method in class org.colos.ejs.library.control.swing.ControlDataTable
 
finalUpdate() - Method in class org.colos.ejs.library.control.swing.ControlDrawablesParent
 
finalUpdate() - Method in interface org.colos.ejs.library.View
Does the final update which makes the drawing complete.
find(int[], int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Linearly search an array for a given key value.
find(int[], int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Linearly search an array range for a given key value.
find(int[], int, int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Linearly search an array range for a given key value.
findInstance(Container, Class<?>) - Static method in class org.opensourcephysics.display.GUIUtils
Finds an instance of a class in the given container.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.AbstractInteractive
Finds the interactive object that will respond to mouse actions.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.axes.CartesianType3
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.axes.XAxis
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.axes.XYAxis
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.axes.YAxis
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.BoundedShape
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.HighlightableDataset
Returns the Interactive object at a specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in interface org.opensourcephysics.display.Interactive
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.InteractiveCircle
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.InteractiveLabel
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.display.Protractor
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.AbstractInteractiveElement
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.AbstractInteractiveTile
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.ElementSet
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.GroupDrawable
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractionTargetElementPosition
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractionTargetElementSize
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractionTargetGroupDrawableElement
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractionTargetSetElement
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveArrow
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveCursor
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveCylinder
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveImage
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveParticle
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractivePoints
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractivePoligon
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveSpring
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveSurface
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveText
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.InteractiveTrace
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.displayejs.VectorField3D
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.Element
Gets the target that is under the (x,y) position of the screen.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementImage
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementPoints
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementPolygon
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementSegment
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementShape
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementText
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.ElementTrail
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.Group
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.drawing2d.interaction.InteractionTarget
 
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TCircle
Returns this if it is enabled and visible and the specified pixel position falls within the bounds of this circle.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TCoordAxes
Overrides TShape findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TLine
Returns the interactive drawable object at the specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TPoint
Returns null.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TShape
Overrides TPoint findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.TVector
Returns the interactive drawable object at the specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.core.VideoAdapter
Returns this video if enabled.
findInterval(double, boolean) - Method in class org.opensourcephysics.numerics.dde_solvers.interpolation.StateMemory
Finds the interval responsible for interpolating data at this time , including the initial conditions if all other intervals fail
findJavaExtensionDirectories(File, Set<File>) - Method in class org.opensourcephysics.tools.ExtensionsManager
Finds all java extension directory files (recursively) in a directory.
findJavaExtensionDirectoriesForXuggle() - Method in class org.opensourcephysics.tools.ExtensionsManager
Finds java extension directories for Xuggle jars.
findPublicJREsForXuggle() - Method in class org.opensourcephysics.tools.ExtensionsManager
Finds public jres in which Xuggle should work.
fine(String) - Static method in class org.opensourcephysics.controls.MessageFrame
Logs a fine debugging message.
fine(String) - Static method in class org.opensourcephysics.controls.OSPLog
Logs a fine debugging message.
fine(String) - Static method in class org.opensourcephysics.numerics.NumericsLog
Logs a fine debugging message in the OSPLog.
finer(String) - Static method in class org.opensourcephysics.controls.MessageFrame
Logs a finer debugging message.
finer(String) - Static method in class org.opensourcephysics.controls.OSPLog
Logs a finer debugging message.
finest(String) - Static method in class org.opensourcephysics.controls.MessageFrame
Logs a finest debugging message.
finest(String) - Static method in class org.opensourcephysics.controls.OSPLog
Logs a finest debugging message.
finish() - Method in class org.opensourcephysics.media.gif.AnimatedGifEncoder
Flushes any pending data and closes output file.
finished() - Method in class org.colos.ejs.library.utils.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
first(Function, double, double) - Static method in class org.opensourcephysics.numerics.Derivative
Calculates the first derivative of a function at the given point.
firstDerivative() - Method in class org.opensourcephysics.numerics.CubicSpline
 
firstPartial(MultiVarFunction, double[], int, double) - Static method in class org.opensourcephysics.numerics.Derivative
Gets the partial derivate of a multivariable function using the centered finite difference approximation.
FirstPlotApp - Class in demo
A simple program to test the OSP Library installation.
FirstPlotApp() - Constructor for class demo.FirstPlotApp
 
fit(KnownFunction) - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Fits a fit function to the current data.
fitData(double[], double[]) - Method in class org.opensourcephysics.numerics.PolynomialLeastSquareFit
Sets the data and updates the fit coefficients.
FitFunctionPanel - Class in org.opensourcephysics.tools
This is a FunctionPanel used to manage fits for a DatasetCurveFitter.
FitFunctionPanel(UserFunctionEditor) - Constructor for class org.opensourcephysics.tools.FitFunctionPanel
Constructor with user function editor.
FlatData - Class in org.opensourcephysics.display2d
FlatData stores numeric data for 2d visualizations using a single array.
FlatData(int, int, int) - Constructor for class org.opensourcephysics.display2d.FlatData
FlatData constructor.
flush() - Method in class org.colos.ejs.library.control.ControlElement
Deprecated. 
flush() - Method in class org.colos.ejs.library.control.EjsControl
Deprecated. 
flush() - Method in class org.colos.ejs.library.utils.HardcopyWriter
This is the flush() method that all Writer subclasses must implement.
flush() - Method in class org.jibble.epsgraphics.EpsDocument
 
flush() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Flushes the buffered contents of this EPS document to the underlying OutputStream it is being written to.
FONT - Static variable in class org.colos.ejs.library.control.swing.ControlSwingElement
 
FONT - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
fontConstant(Font, String) - Static method in class org.colos.ejs.library.control.ConstantParser
 
fontConstant(Font, String) - Static method in class org.colos.ejs.library.control.ConstantParserUtil
 
fontConstant(Font, String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
FontSizer - Class in org.opensourcephysics.tools
A class for setting relative font sizes by level.
FORCE_RECOMPUTE - Static variable in class org.opensourcephysics.drawing3d.simple3d.SimpleElement
Any of these changes forces a recomputation of the SimpleElement
forceRefresh() - Method in class org.opensourcephysics.drawing3d.java3d.Java3dDrawingPanel3D
 
forceRefresh() - Method in class org.opensourcephysics.drawing3d.simple3d.SimpleDrawingPanel3D
 
forceRefresh() - Method in interface org.opensourcephysics.drawing3d.utils.ImplementingPanel
Tells the implementing panel that a change makes its current view obsolete.
FOREGROUND - Static variable in class org.colos.ejs.library.control.swing.ControlSwingElement
 
FOREGROUND - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
format(double, String) - Method in class org.colos.ejs.library.control.EjsControl
Formats a double according to the given pattern
format(double, double) - Static method in class org.opensourcephysics.tools.FunctionEditor
Formats a number.
formatConstant(String) - Static method in class org.colos.ejs.library.control.ConstantParser
 
formatConstant(String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
forward(Function, double, double) - Static method in class org.opensourcephysics.numerics.Derivative
Calculates the first derivative of a function using the finite difference approximation toward increasing x.
forwardSlash(String) - Static method in class org.opensourcephysics.controls.XML
Replaces backslashes with slashes.
FourierAnalysis - Class in org.opensourcephysics.analysis
FourierAnalysis adds gutter points to complex-number data before performing a fast Fourier transform.
FourierAnalysis() - Constructor for class org.opensourcephysics.analysis.FourierAnalysis
 
FourierSinCosAnalysis - Class in org.opensourcephysics.analysis
FourierAnalysis adds gutter points to real data before performing a fast Fourier transform.
FourierSinCosAnalysis() - Constructor for class org.opensourcephysics.analysis.FourierSinCosAnalysis
 
FourierTool - Class in org.opensourcephysics.tools
This provides a GUI for Fourier analysis.
FourierTool() - Constructor for class org.opensourcephysics.tools.FourierTool
Constructs a blank FourierTool.
FourierTool(String) - Constructor for class org.opensourcephysics.tools.FourierTool
Constructs a FourierTool and opens the specified xml file.
FourierTool(XMLControl) - Constructor for class org.opensourcephysics.tools.FourierTool
Constructs a FourierTool and opens data in the specified xml control.
FourierTool(Data) - Constructor for class org.opensourcephysics.tools.FourierTool
Constructs a FourierTool and loads the specified data object.
FourierToolTab - Class in org.opensourcephysics.tools
This tab displays a Dataset and its Fourier spectra in a FourierTool.
FourierToolTab(Dataset) - Constructor for class org.opensourcephysics.tools.FourierToolTab
Constructs a DataToolTab for the specified Dataset.
frame - Variable in class org.opensourcephysics.tools.Launcher
 
FrameApplet - Class in org.opensourcephysics.davidson.applets
FrameApplet displays a JFrame from an application in an HTML page.
FrameApplet() - Constructor for class org.opensourcephysics.davidson.applets.FrameApplet
 
frameName() - Method in class org.colos.ejs.library.LauncherApplet
 
frameToStep(int) - Method in class org.opensourcephysics.media.core.VideoClip
Converts frame number to step number.
freeMemory() - Static method in class org.opensourcephysics.tools.minijar.MiniJar
Frees memory used to store the contents of directories and compressed files.
freeSimulation(Model) - Method in class org.colos.ejs.library.Animation
Makes a slave simulation not synchronized with the original one.
FREQ - Static variable in class org.opensourcephysics.frames.FFT2DFrame
 
FREQ - Static variable in class org.opensourcephysics.frames.FFTFrame
 
FREQ - Static variable in class org.opensourcephysics.frames.FFTRealFrame
 
fromDouble(double[][], double[][], Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
fromDouble(double[][], Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
fromDouble(double[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
fromDouble(double[], double[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
fromRoots(Complex[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
Function - Class in org.colos.ejs.library
A base class for functions.
Function() - Constructor for class org.colos.ejs.library.Function
 
Function - Interface in org.opensourcephysics.numerics
Title: Function Description: A function of one variable.
functionChanged - Variable in class org.opensourcephysics.display.FunctionDrawer
 
FunctionDrawer - Class in org.opensourcephysics.display
FunctionDrawer draws a function from xmin to xmax.
FunctionDrawer(Function) - Constructor for class org.opensourcephysics.display.FunctionDrawer
Contstucts a FunctionDrawer with optimum resolution.
FunctionDrawer(Function, double, double, int, boolean) - Constructor for class org.opensourcephysics.display.FunctionDrawer
Creates the function drawer and initialzies the domain with the given values.
FunctionEditor - Class in org.opensourcephysics.tools
A JPanel that manages a table of objects with editable names and expressions.
FunctionEditor() - Constructor for class org.opensourcephysics.tools.FunctionEditor
No-arg constructor
FunctionEditor.Table - Class in org.opensourcephysics.tools
Class description
functionFill(Function, double, double, double[][]) - Static method in class org.opensourcephysics.numerics.Util
Fills the given double[2][n] array with x and f(x) values on interval [start, stop].
functionFill(Function, double, double, double[]) - Static method in class org.opensourcephysics.numerics.Util
Fills the given double[n] array with f(x) on the interval [start, stop].
FunctionPanel - Class in org.opensourcephysics.tools
This is a JPanel for managing Functions and supporting Parameters.
FunctionPanel(FunctionEditor) - Constructor for class org.opensourcephysics.tools.FunctionPanel
Constructor FunctionPanel
FunctionTextField - Class in org.colos.ejs.library.control.swing
A text field that implements the Function interface
FunctionTextField() - Constructor for class org.colos.ejs.library.control.swing.FunctionTextField
 
FunctionTool - Class in org.opensourcephysics.tools
This tool allows users to create and manage editable Functions.
FunctionTool(Component) - Constructor for class org.opensourcephysics.tools.FunctionTool
Constructs a tool for the specified component (may be null)
FunctionTool(Component, Component[]) - Constructor for class org.opensourcephysics.tools.FunctionTool
Constructs a tool with custom buttons or other components.
FunctionTransform - Class in org.opensourcephysics.numerics
Class description
FunctionTransform() - Constructor for class org.opensourcephysics.numerics.FunctionTransform
Constructor FunctionTransform
FunctionTransform(double, double, double, double, double, double) - Constructor for class org.opensourcephysics.numerics.FunctionTransform
Constructor FunctionTransform
FunnyTransformation - Class in org.opensourcephysics.displayejs.utils
Title: FunnyTransformation
FunnyTransformation(double) - Constructor for class org.opensourcephysics.displayejs.utils.FunnyTransformation
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _