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 _

B

back() - Method in class org.opensourcephysics.media.core.ClipControl
Steps back one step.
back() - Method in class org.opensourcephysics.media.core.StepperClipControl
Steps back one step.
back() - Method in interface org.opensourcephysics.media.core.Video
Steps backward in the video.
back() - Method in class org.opensourcephysics.media.core.VideoAdapter
Steps the video back one frame.
back() - Method in class org.opensourcephysics.media.core.VideoClipControl
Steps back one step.
back() - Method in class org.opensourcephysics.media.core.VideoPlayer
Steps back one step.
BACKGROUND - Static variable in class org.colos.ejs.library.control.swing.ControlSwingElement
 
BACKGROUND - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
 
BACKGROUND - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
backtransform(double[]) - Method in class org.opensourcephysics.numerics.FFT
Computes the back Fast Fourier Transform of data leaving the result in data.
backtransform(double[]) - Method in class org.opensourcephysics.numerics.FFT2D
Compute the (unnomalized) inverse FFT of data, leaving it in place.
backtransform(double[]) - Method in class org.opensourcephysics.numerics.FFTReal
Computes the (unnomalized) inverse FFT of data, leaving it in place.
backward(Function, double, double) - Static method in class org.opensourcephysics.numerics.Derivative
Calculates the first derivative of a function using the finite difference approximation toward decreasing x.
BAR - Static variable in class org.opensourcephysics.display.Dataset
Field BAR
BAR - Static variable in class org.opensourcephysics.displayejs.InteractiveTrace
 
Base64Coder - Class in org.opensourcephysics.controls
 
BaselineFilter - Class in org.opensourcephysics.media.core
This is a Filter that subtracts a baseline image from the source image.
BaselineFilter() - Constructor for class org.opensourcephysics.media.core.BaselineFilter
Constructs a default BaselineFilter.
Bessel - Class in org.opensourcephysics.numerics.specialfunctions
 
Bessel() - Constructor for class org.opensourcephysics.numerics.specialfunctions.Bessel
 
bessel0(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
 
bessel1(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
 
besseln(int, double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
Computes the Bessel function of order n at x.
besselnDerivative(int, double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
Computes the derivative of the Bessel function of order n at x.
besselnZeros(int, int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
Computes nt zeroes of the n-th order Bessel function
bestInterpolate(double, double[]) - Method in class org.opensourcephysics.numerics.dde_solvers.AbstractDiscreteTimeSolverInterpolator
 
bestInterpolate(double, double[]) - Method in class org.opensourcephysics.numerics.dde_solvers.rk.irk.Radau5Light
 
bestInterpolate(double, double[]) - Method in interface org.opensourcephysics.numerics.ODESolverInterpolator
Similar to interpolate(), but using the best estimate the algorith can provide and only between the current time and getMaximumTime().
bestInterpolate(double, double[]) - Method in class org.opensourcephysics.numerics.qss.Qss
 
bestInterpolate(double, double[]) - Method in class org.opensourcephysics.numerics.rk.AbstractExplicitRKSolverInterpolator
 
bestInterpolate(double, double[]) - Method in class org.opensourcephysics.numerics.rk.Radau5
 
BinaryLattice - Class in org.opensourcephysics.display2d
A BinaryLattice is an array where each array element has a value of 0 or 1.
BinaryLattice(int, int) - Constructor for class org.opensourcephysics.display2d.BinaryLattice
Constructs a binary lattice with the given size.
binarySearch(int[], int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(int[], int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(int[], int, int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(Object[], Object, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, Comparator<Object>) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(Object[], Object, Comparator<Object>, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, Comparator<Object>, int, int) - Static method in class org.opensourcephysics.numerics.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
BISECTION - Static variable in interface org.opensourcephysics.numerics.GeneralStateEvent
Root finding method using bisection
bisection(Function, double, double, double) - Static method in class org.opensourcephysics.numerics.Root
Implements the bisection method for finding the root of a function.
BISECTION_EVENT_NOT_FOUND - Static variable in interface org.opensourcephysics.numerics.ODEAdaptiveSolver
 
BLACK - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
BLACK - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
BLACK_AND_WHITE - Static variable in class org.jibble.epsgraphics.EpsGraphics2D
 
blockVariable(String) - Method in interface org.colos.ejs.library.View
Protects a view variable from being updated
BLUE - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
BLUE - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
Body - Interface in org.opensourcephysics.displayejs
An interface for bodies in 3D.
BogackiShampine23 - Class in org.opensourcephysics.numerics.dde_solvers.rk
Title: BogackiShampine23 Description: 2/3rd order RK solver by BogackiShampine
BogackiShampine23(ODE) - Constructor for class org.opensourcephysics.numerics.dde_solvers.rk.BogackiShampine23
 
BogackiShampine23 - Class in org.opensourcephysics.numerics.rk
Title: BogackiShampine23 Description: 2/3rd order RK solver by BogackiShampine
BogackiShampine23(ODE) - Constructor for class org.opensourcephysics.numerics.rk.BogackiShampine23
 
booleanConstant(String) - Static method in class org.colos.ejs.library.control.ConstantParser
 
booleanConstant(String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
BooleanValue - Class in org.colos.ejs.library.control.value
A BooleanValue is a Value object that holds a boolean value.
BooleanValue(boolean) - Constructor for class org.colos.ejs.library.control.value.BooleanValue
 
BooleanValue - Class in org.opensourcephysics.ejs.control.value
A BooleanValue is a Value object that holds a boolean value.
BooleanValue(boolean) - Constructor for class org.opensourcephysics.ejs.control.value.BooleanValue
Constructor BooleanValue
Bootstrap2IntervalData - Class in org.opensourcephysics.numerics.dde_solvers.interpolation
Uses a second step of BootStrapping from BootStrapping1 interpolation to get one extra precission order
Bootstrap2IntervalData(double[], double[], double[], double[], ODE, StateMemory) - Constructor for class org.opensourcephysics.numerics.dde_solvers.interpolation.Bootstrap2IntervalData
 
BootstrapIntervalData - Class in org.opensourcephysics.numerics.dde_solvers.interpolation
Uses one step of BootStrapping from Hermite interpolation to get one extra precission order
BootstrapIntervalData(double[], double[], double[], double[], ODE, StateMemory) - Constructor for class org.opensourcephysics.numerics.dde_solvers.interpolation.BootstrapIntervalData
 
BOTTOM - Static variable in class org.opensourcephysics.display.TitleText
 
BOTTOM_LEFT - Static variable in class org.opensourcephysics.display.DrawingPanel
Message box location
BOTTOM_LEFT - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Message box location
BOTTOM_LEFT - Static variable in class org.opensourcephysics.drawing3d.DrawingPanel3D
Message box location
BOTTOM_LEFT_CORNER - Static variable in class org.opensourcephysics.display.OSPLayout
The bottom left corner layout constraint.
BOTTOM_LEFT_GUTTER_PLACEMENT - Static variable in class org.opensourcephysics.display.TextBox
 
BOTTOM_LEFT_PLACEMENT - Static variable in class org.opensourcephysics.display.TextBox
 
BOTTOM_RIGHT - Static variable in class org.opensourcephysics.display.DrawingPanel
Message box location
BOTTOM_RIGHT - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Message box location
BOTTOM_RIGHT - Static variable in class org.opensourcephysics.drawing3d.DrawingPanel3D
Message box location
BOTTOM_RIGHT_CORNER - Static variable in class org.opensourcephysics.display.OSPLayout
The bottom right layout constraint.
BOTTOM_RIGHT_GUTTER_PLACEMENT - Static variable in class org.opensourcephysics.display.TextBox
 
BOTTOM_RIGHT_PLACEMENT - Static variable in class org.opensourcephysics.display.TextBox
 
BoundedImage - Class in org.opensourcephysics.display
An image is bounded by hot spots for dragging and resizing.
BoundedImage(Image, double, double) - Constructor for class org.opensourcephysics.display.BoundedImage
Constructs a bounded image centered at the given location.
BoundedShape - Class in org.opensourcephysics.display
 
BoundedShape(Shape, double, double) - Constructor for class org.opensourcephysics.display.BoundedShape
Constructs a BoundedShape object for the given shape.
BoundedTextLine - Class in org.opensourcephysics.display
A BoundedTextLine is a line of text that can be rotated and scaled using a mouse.
BoundedTextLine(String, double, double) - Constructor for class org.opensourcephysics.display.BoundedTextLine
Constructor BoundedTextLine
BOX - Static variable in class org.opensourcephysics.displayejs.InteractiveArrow
 
BOX - Static variable in class org.opensourcephysics.drawing2d.ElementArrow
The element has a box at its top
BOX - Static variable in class org.opensourcephysics.drawing3d.ElementArrow
The element has a box at its top
BrightnessFilter - Class in org.opensourcephysics.media.core
This is a Filter that changes the brightness and contrast of a source image.
BrightnessFilter() - Constructor for class org.opensourcephysics.media.core.BrightnessFilter
Constructs a default BrightnessFilter object.
browse(String) - Static method in class org.opensourcephysics.desktop.OSPDesktop
Launches the default browser to display a URI.
browse(URI) - Static method in class org.opensourcephysics.desktop.OSPDesktop
Launches the default browser to display a URI.
Browser - Class in org.opensourcephysics.desktop.ostermiller
A stripped down version of the Browser class published by Stephen Ostermiller for use by the OSP project.
Browser() - Constructor for class org.opensourcephysics.desktop.ostermiller.Browser
 
bufferStrategyShow() - Method in class org.opensourcephysics.display.OSPFrame
Shows (repaints) the frame useing the current BufferStrategy.
buildTemplate(BufferedImage, int, int) - Method in class org.opensourcephysics.media.core.TemplateMatcher
Builds the template from an input image.
Butcher5 - Class in org.opensourcephysics.numerics
Butcher5 implements a fifth order Runge-Kutta ODE solver using an algorithm developed by Butcher.
Butcher5(ODE) - Constructor for class org.opensourcephysics.numerics.Butcher5
Constructs the Butcher5 ODESolver for a system of ordinary differential equations.
ByteImage - Class in org.opensourcephysics.display
A ByteImage contains an array of bytes int[row][col] where each integer represents an image pixel.
ByteImage(byte[][]) - Constructor for class org.opensourcephysics.display.ByteImage
Constructs ByteImage with the given data.
ByteImage(ColorModel, byte[][]) - Constructor for class org.opensourcephysics.display.ByteImage
Constructs IntegerImage with the given ColorModel and data.
ByteLattice - Interface in org.opensourcephysics.display2d
The ByteLattice interface defines a lattice visualization componnent where each array element can assume one of 256 values.
ByteRaster - Class in org.opensourcephysics.display2d
A ByteRaster contains an array of bytes where each byte represents an image pixel.
ByteRaster(int, int) - Constructor for class org.opensourcephysics.display2d.ByteRaster
Constructs a byte raster with the given size.

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 _