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 _

A

a - Variable in class org.opensourcephysics.display.Arrow
 
aAtOrigin - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
ableButton - Variable in class org.opensourcephysics.media.core.Filter
 
ABOUT_OSP - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
aboutItem - Variable in class org.opensourcephysics.tools.DataTool
 
aboutItem - Variable in class org.opensourcephysics.tools.Launcher
 
aboutItem - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
aboutJava() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutJava3D() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutJOGL() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutLaunchJar() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutOS() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutQTJava() - Static method in class org.opensourcephysics.tools.Diagnostics
 
aboutSystem(Frame) - Static method in class org.opensourcephysics.tools.DiagnosticsForSystem
 
aboutThreads() - Static method in class org.opensourcephysics.tools.DiagnosticsForThreads
 
aboutVideoItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
aboutXuggle() - Static method in class org.opensourcephysics.tools.DiagnosticsForXuggle
 
abs() - Method in class org.opensourcephysics.numerics.Complex
Returns the absolute value of the complex number.
abs2() - Method in class org.opensourcephysics.numerics.Complex
Returns the square of the absolute value (re*re+im*im).
AbstractAnimation - Class in org.opensourcephysics.controls
AbstractAnimation is a template for simple animations.
AbstractAnimation() - Constructor for class org.opensourcephysics.controls.AbstractAnimation
 
AbstractAxes - Class in org.opensourcephysics.display.axes
An abstract class for axes that defines font and title accessor methods.
AbstractAxes(DrawingPanel) - Constructor for class org.opensourcephysics.display.axes.AbstractAxes
Creates axes that will display themselves within the given drawing panel.
AbstractCalculation - Class in org.opensourcephysics.controls
AbstractCalculation is a template for simple calculations.
AbstractCalculation() - Constructor for class org.opensourcephysics.controls.AbstractCalculation
 
AbstractInteractive - Class in org.opensourcephysics.display
AbstractInteractive implements common Interactive methods.
AbstractInteractive() - Constructor for class org.opensourcephysics.display.AbstractInteractive
 
AbstractODESolver - Class in org.opensourcephysics.numerics
AbstractODE provides a common superclass for ODESolvers.
AbstractODESolver(ODE) - Constructor for class org.opensourcephysics.numerics.AbstractODESolver
Constructs the ODESolver for a system of ordinary differential equations.
AbstractPolarAxis - Class in org.opensourcephysics.display.axes
AbstractPolarAxis implements methods common to all polar axes.
AbstractPolarAxis(DrawingPanel) - Constructor for class org.opensourcephysics.display.axes.AbstractPolarAxis
Creates polar axes that will display themselves within the given drawing panel.
AbstractSimulation - Class in org.opensourcephysics.controls
AbstractSimulation is a template for SIP simulations.
AbstractSimulation() - Constructor for class org.opensourcephysics.controls.AbstractSimulation
 
AbstractTile - Class in org.opensourcephysics.display3d.simple3d
This is the basic class for all Elements which consist of a sequence of 3D colored tiles: Ellipsoid, Cylinder, Box, ...
AbstractTile() - Constructor for class org.opensourcephysics.display3d.simple3d.AbstractTile
 
AbstractTrail - Class in org.opensourcephysics.display
AbstractTrail defines a trail of pixels on the screen.
AbstractTrail() - Constructor for class org.opensourcephysics.display.AbstractTrail
 
accelerationMenu - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
accelFootprintMenu - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
accelOffIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
accelOnIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
accept(File) - Method in class org.opensourcephysics.media.core.VideoFileFilter
Accepts directories and files with extensions specified in constructor, or (no-arg constructor) with any extension in VideoIO.singleVideoTypeFilters.
aCoord - Variable in class org.opensourcephysics.display3d.simple3d.ElementSegment
 
acos() - Method in class org.opensourcephysics.numerics.Complex
 
acosh() - Method in class org.opensourcephysics.numerics.Complex
 
act - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
ACTION - Static variable in class org.opensourcephysics.ejs.control.ControlElement
 
action() - Method in interface org.opensourcephysics.numerics.StateEvent
What to do when the event has taken place.
ACTION_OFF - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
ACTION_ON - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
ACTION_PRESS - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display.ArrayTable
Performs the action for the refresh timer by refreshing the data in the DataTable.
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display.DataRowTable
Performs the action for the refresh timer by refreshing the data in the DataTable.
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display.DataTable
Performs the action for the refresh timer by refreshing the data in the DataTable.
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display.DrawingPanel
Performs the action for the refresh timer by rendering (redrawing) the panel.
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display2d.GridDataTable
Performs the action for the refresh timer by refreshing the data in the DataTable.
actionPerformed(ActionEvent) - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
Performs an action for the update timer by rendering a new background image
actions - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
activeNode - Static variable in class org.opensourcephysics.tools.Launcher
 
Adams4 - Class in org.opensourcephysics.numerics
Title: Adams4 Description: A fourth order Predictor-Corrector ODE solver.
Adams4(ODE) - Constructor for class org.opensourcephysics.numerics.Adams4
Constructs the RK4 ODESolver for a system of ordinary differential equations.
Adams5 - Class in org.opensourcephysics.numerics
Title: Adams5 Description: A fifth order Predictor-Corrector (PECE) ODE solver.
Adams5(ODE) - Constructor for class org.opensourcephysics.numerics.Adams5
Constructs the ODESolver for a system of ordinary differential equations.
Adams6 - Class in org.opensourcephysics.numerics
Title: Adams6 Description: A sixth order Predictor-Corrector ODE solver.
Adams6(ODE) - Constructor for class org.opensourcephysics.numerics.Adams6
Constructs the ODESolver for a system of ordinary differential equations.
add(VectorStep) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Ads a vector to this chain.
add(VectorChain) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Adds a VectorChain to this chain.
add(int, VectorStep) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Overrides ArrayList method.
add(TableModel) - Method in class org.opensourcephysics.display.DataTable
Add a TableModel object to the table model list.
add(TableModel) - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method add
add(TableModel) - Method in interface org.opensourcephysics.display.DataTableModel
Add a TableModel object to the table model list.
add(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Creates a new ControlElement
add(String, String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Creates a new ControlElement and gives it a name
add(ControlElement) - Method in class org.opensourcephysics.ejs.control.swing.ControlContainer
adds a child control
add(ControlElement) - Method in class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
 
add(ControlElement) - Method in class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
 
add(QTip) - Static method in class org.opensourcephysics.media.quicktime.QT
Adds a QTip requiring cleanup services.
add(Complex) - Method in class org.opensourcephysics.numerics.Complex
Returns the sum of two complex numbers
add(double) - Method in class org.opensourcephysics.numerics.Complex
Returns the sum of a complex number and a double
add(Complex[][], Complex[][], Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
add(Complex[][], Complex, Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
add(Complex[], Complex[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
add(double) - Method in class org.opensourcephysics.numerics.Polynomial
 
add(Polynomial) - Method in class org.opensourcephysics.numerics.Polynomial
Adds the given polynomial to this polynomial.
add(Quaternion) - Method in class org.opensourcephysics.numerics.Quaternion
Adds this quaternion to the given quaternion.
add(Vec3D, Vec3D) - Method in class org.opensourcephysics.numerics.Vec3D
Sets this vector to the vector addition of vectors v1 and v2.
ADD_EDIT - Static variable in class org.opensourcephysics.tools.FunctionEditor
 
addableData - Variable in class org.opensourcephysics.tools.DataTool
 
addAction(int, Object, String) - Method in class org.opensourcephysics.ejs.control.ControlElement
Defines a generic action that can be invoked from this ControlElement.
addAction(int, Object, String, MethodWithOneParameter) - Method in class org.opensourcephysics.ejs.control.ControlElement
This is an advanced form of addAction that allows for nested actions
addAction(int, String) - Method in class org.opensourcephysics.ejs.control.ControlElement
Similar to the other addAction but extracts the target from the method, which must be of the form 'target.method:optional parameter', where target has been previously added to the list of targets of the group.
addActionListener(ActionListener) - Method in class org.opensourcephysics.display3d.core.CameraInspector
Adds a listener to any change in the camera settings
addAll(Collection<? extends VectorStep>) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Overrides ArrayList method.
addAll(int, Collection<? extends VectorStep>) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Overrides ArrayList method.
addAppletSearchPath(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Adds a search path at the beginning of the applet's search path list.
addButton(String, String) - Method in class org.opensourcephysics.controls.OSPControl
Adds a custom button to the control's frame.
addButton(String, String, String) - Method in class org.opensourcephysics.controls.OSPControl
Adds a custom button to the control's frame.
addButton(String, String, String, Object) - Method in class org.opensourcephysics.display.OSPFrame
Adds a custom button to the control's frame.
addCalibrationTool(String, TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
addChildFrame(JFrame) - Method in class org.opensourcephysics.controls.AbstractAnimation
Adds a child frame that depends on the main frame.
addChildFrame(JFrame) - Method in class org.opensourcephysics.controls.AbstractCalculation
Adds a child frame that depends on the main frame.
addChildFrame(JFrame) - Method in interface org.opensourcephysics.controls.MainFrame
Adds a child frame that depends on the main frame.
addChildFrame(JFrame) - Method in class org.opensourcephysics.display.OSPFrame
Adds a child frame that depends on this frame.
addChildFrame(JFrame) - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Adds a child frame that depends on the main frame.
addChildToSelectedNode(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchBuilder
Adds a child node to the selected node.
addCollection(String, String) - Method in class org.opensourcephysics.tools.Library
Adds a collection to this library.
addCollectionAction - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
addCollectionButton - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
addColumn(TableColumn) - Method in class org.opensourcephysics.tools.DataToolPropsTable
 
addColumn(DataColumn) - Method in class org.opensourcephysics.tools.DataToolTab
Adds a DataColumn to this tab.
addColumns(Data, boolean, boolean, boolean) - Method in class org.opensourcephysics.tools.DataToolTab
Adds new dataColumns to this tab.
addColumns(ArrayList<DataColumn>, boolean, boolean, boolean) - Method in class org.opensourcephysics.tools.DataToolTab
Adds DataColumns to this tab.
addComPADRECollection(String, String) - Method in class org.opensourcephysics.tools.Library
Adds a comPADRE collection.
addComPADRECollection(String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Adds a ComPADRE collection with a specified path.
addControlListener(String) - Method in class org.opensourcephysics.controls.OSPControl
Adds a ControlTableListener that invokes method in the control's model.
addControlListener(String, Object) - Method in class org.opensourcephysics.controls.OSPControl
Adds a ControlTableListener that invokes method in the given object.
addControlListener(String, Object) - Method in class org.opensourcephysics.controls.XMLTable
Adds a listener that invokes the given method in the given object when the xml data changes.
addControlListener(String, String, Object) - Method in class org.opensourcephysics.controls.XMLTable
Adds a listener that invokes the given method in the given object when the xml data changes.
addCustomDelimiter(String) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Adds a custom delimiter to the collection of delimiters
addDataset(Dataset) - Method in class org.opensourcephysics.display.DatasetManager
Adds a dataset.
addDelimiterItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
addDirtyRegion(Rectangle) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Adds the specified rectangle to the dirty region.
addDisplayTab(String, String, String[]) - Method in class org.opensourcephysics.tools.LaunchNode
Adds a display tab with the specified title and relative path.
addDrawable(Drawable) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Overrides VideoPanel addDrawable method.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.axes.CustomAxes
Adds a drawable object to the drawable list.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.DrawableBuffer
Adds a drawable object to the drawing buffer.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.DrawableGroup
Adds a drawable object to the drawable list.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.DrawingFrame
Adds a drawable object to the frame's drawing panel.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.DrawingPanel
Adds a drawable object to the drawable list.
addDrawable(Drawable) - Method in class org.opensourcephysics.display.InteractivePanel
Adds a drawable object to the drawable list.
addDrawable(Drawable) - Method in class org.opensourcephysics.media.core.VideoPanel
Adds a drawable object to the drawable list.
addDrawableAtIndex(int, Drawable) - Method in class org.opensourcephysics.display.DrawingPanel
Adds a drawable object to the drawable list at the given index.
addDrawables(Collection<Drawable>) - Method in class org.opensourcephysics.display.DrawingPanel
Adds a collection of drawable objects to the drawable list.
addElement(Element) - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Adds an Element to this DrawingPanel3D.
addElement(Element) - Method in interface org.opensourcephysics.display3d.core.Group
Adds an Element to this Group.
addElement(Element) - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
addElement(Element) - Method in class org.opensourcephysics.display3d.simple3d.Group
 
addElement(Element) - Method in class org.opensourcephysics.frames.Display3DFrame
Adds an Element to this DrawingPanel3D.
addElementListener(ControlElement, int) - Method in class org.opensourcephysics.ejs.control.GroupVariable
 
addElements(Collection<Element>) - Method in class org.opensourcephysics.display3d.simple3d.Group
 
addEvent(StateEvent) - Method in class org.opensourcephysics.numerics.ODEBisectionEventSolver
Adds a StateEvent to the list of events
addEvent(StateEvent) - Method in interface org.opensourcephysics.numerics.ODEEventSolver
Adds a StateEvent to the list of events
addExtractExtension(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Adds an extension to the end of the extractExtensions list.
addFilter(Filter) - Method in class org.opensourcephysics.media.core.FilterStack
Adds a filter to the end of the stack.
addFilter(Class<? extends Filter>) - Method in class org.opensourcephysics.media.core.VideoPanel
Adds a video filter class to the map of available filters.
addFitFunction(KnownFunction, boolean) - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Adds a fit function.
addFitFunction(KnownFunction, boolean) - Method in class org.opensourcephysics.tools.DataToolTab
Adds a fit function.
addFootprint(Footprint) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Adds a new footprint to the current choices.
addForbiddenNames(String[]) - Method in class org.opensourcephysics.tools.FunctionPanel
Adds names to the forbidden set.
addForbiddenNames(String[]) - Method in class org.opensourcephysics.tools.FunctionTool
Adds names to the forbidden set.
addFrame(Image) - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Adds a video frame with the specified image.
addFrame(BufferedImage) - Method in class org.opensourcephysics.media.core.VideoGrabber
Adds a frame to the video if it is recording.
addFrame(Image) - Method in interface org.opensourcephysics.media.core.VideoRecorder
Adds a video frame to the current video.
addFrame(BufferedImage) - Method in class org.opensourcephysics.media.gif.AnimatedGifEncoder
Adds next GIF frame.
addFrame(BufferedImage) - Method in class org.opensourcephysics.tools.VideoCaptureTool
Adds a frame to the video if it is recording.
addFrame(BufferedImage) - Method in interface org.opensourcephysics.tools.VideoTool
Adds a frame to the video if it is recording.
addHTML(String, String) - Method in class org.opensourcephysics.tools.LaunchNode
Deprecated. replaced by addDisplayTab
addImageAfterItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
addImageBeforeItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
addInteractionListener(InteractionListener) - Method in interface org.opensourcephysics.display3d.core.interaction.InteractionSource
Adds the specified interaction listener to receive interaction events to any of its targets from this source.
addInteractionListener(InteractionListener) - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
addInteractionListener(InteractionListener) - Method in class org.opensourcephysics.display3d.simple3d.Element
 
addInteractionListener(InteractionListener) - Method in class org.opensourcephysics.frames.Display3DFrame
Adds in interaction listener to the 3D drawing panel.
addKeyFrame(TPoint, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Adds a key frame for a given track point and mask center position.
addLayoutComponent(Component, Object) - Method in class org.opensourcephysics.display.OSPLayout
 
addLine(int, int, int, int) - Method in class org.opensourcephysics.display2d.ContourAccumulator
Adds a line to the accumulator.
addListener(String, String) - Method in class org.opensourcephysics.ejs.control.GroupControl
 
addListener(String, String, Object) - Method in class org.opensourcephysics.ejs.control.GroupControl
Instructs the group to invoke a method (with an optional parameter) when a variable changes.
addListener(Object, String) - Method in class org.opensourcephysics.ejs.control.GroupVariable
 
addListener(Object, String, Object) - Method in class org.opensourcephysics.ejs.control.GroupVariable
 
addMass(PointMass) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Adds a mass to the cm system.
addMenuItems() - Method in class org.opensourcephysics.display.DrawingFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.Complex2DFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.FFT2DFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.FFTFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.FFTRealFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.HistogramFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.LatticeFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.PlotFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.RasterFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.frames.Vector2DFrame
Adds Views menu items on the menu bar.
addMenuItems() - Method in class org.opensourcephysics.manual.ch13.QTPlayerApp
Adds items to the file menu.
addMenuItemsTo(JComponent) - Method in class org.opensourcephysics.tools.LaunchNode
Adds menu item to a JPopupMenu or JMenu.
addMouseListener(MouseListener) - Method in class org.opensourcephysics.tools.TristateCheckBox
No one may add mouse listeners, not even Swing!
addNamed(String, String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Creates a new ControlElement with a given name This is a special feature that is used by LauncherApplet, so that if the name coincides with a given one, a Frame becomes a Panel, so that it can be captured!
addNextImage() - Method in class org.opensourcephysics.media.core.SumFilter
Requests that this filter add the next image it recieves
addNumbering(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Appends numbering to a specified name.
addObject(Object, String, String) - Method in class org.opensourcephysics.ejs.control.EjsControl
 
addObject(Object, String, String) - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Adds an existing object to this control.
addObject(Object, String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Creates a new ControlElement that wrapps an existing object If the object is not of the right class it will print a warning and ignore the object provided.
addObject(Object, String, String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Creates a new ControlElement that wrapps an existing object If the object is not of the right class it will print a warning and ignore the object provided.
addObject(Object, int, boolean, boolean) - Method in class org.opensourcephysics.tools.DataFunctionEditor
Adds an object.
addObject(Object, boolean) - Method in class org.opensourcephysics.tools.FunctionEditor
Adds an object.
addObject(Object, int, boolean, boolean) - Method in class org.opensourcephysics.tools.FunctionEditor
Adds an object at a specified row.
addObject(Object, int, boolean, boolean) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Adds an object.
addOptionController() - Method in class org.opensourcephysics.display.DrawingPanel
Removes the option controller.
addOSPLibrary(String) - Method in class org.opensourcephysics.tools.Library
Adds an OSP-sponsored library.
addOSPLibrary(String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Adds an OSP-sponsored library with a specified path.
addPanel(String, FunctionPanel) - Method in class org.opensourcephysics.tools.FunctionTool
Adds a FunctionPanel.
addParicle(int, Point2D[]) - Method in class org.opensourcephysics.frames.ParticleFrame
Adds an array of particles to the frame.
addParticle(DynamicParticle) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Adds a particle to this system.
addParticle(int, Point2D) - Method in class org.opensourcephysics.frames.ParticleFrame
Adds a particle to the frame.
addPoint(double, double) - Method in class org.opensourcephysics.display.AbstractTrail
Adds a point to the trail.
addPoint(double, double) - Method in class org.opensourcephysics.display.Trail
Adds a point to the trail.
addPoint(double, double) - Method in class org.opensourcephysics.display.TrailBezier
Adds a point to the trail.
addPoint(double, double) - Method in class org.opensourcephysics.display.TrailSmart
Adds a point to the trail.
addPoint(double, double, double) - Method in interface org.opensourcephysics.display3d.core.ElementTrail
Adds a new (x,y,z) point to the trail.
addPoint(double[]) - Method in interface org.opensourcephysics.display3d.core.ElementTrail
Adds a new double[] point to the trail.
addPoint(double, double, double) - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
addPoint(double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
addPosition(double, double) - Method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Adds a position point to this step at the specified image coordinates.
addProperty(Class<?>, String, String) - Method in class org.opensourcephysics.tools.TranslatorTool
Adds a property to those defined for the specified class.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerRes
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Adds a PropertyChangeListener for a specified property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.ClipControl
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.ClipControl
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.Filter
Adds a PropertyChangeListener to this filter.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.Filter
Adds a PropertyChangeListener to this filter.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Adds a PropertyChangeListener to this coordinate system.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Adds a PropertyChangeListener to this coordinate system.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.opensourcephysics.media.core.Playable
Adds a PropertyChangeListener to this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.opensourcephysics.media.core.Playable
Adds a PropertyChangeListener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.TPoint
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.TPoint
Adds a PropertyChangeListener for a specified property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.VideoAdapter
Adds a PropertyChangeListener to this video.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.VideoAdapter
Adds a PropertyChangeListener to this video.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.core.VideoClip
Adds a PropertyChangeListener to this video clip.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.core.VideoClip
Adds a PropertyChangeListener to this video clip.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Adds a PropertyChangeListener to this video.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Adds a PropertyChangeListener to this video.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.opensourcephysics.tools.CheckTreeSelectionModel
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class org.opensourcephysics.tools.FontSizer
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class org.opensourcephysics.tools.LaunchRes
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class org.opensourcephysics.tools.ToolsRes
Adds a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class org.opensourcephysics.tools.XuggleRes
Adds a PropertyChangeListener.
addRecent(String, boolean) - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Adds a path to the list of recent files.
addResource(LibraryResource) - Method in class org.opensourcephysics.tools.LibraryCollection
Adds a resource to the end of this collection.
addResourceAction - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
addResourceButton - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
addRMITool(String, Tool) - Static method in class org.opensourcephysics.tools.Toolbox
 
addSearchPath(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Adds a path at the beginning of the searchPaths list.
addSelectionPaths(TreePath[]) - Method in class org.opensourcephysics.tools.CheckTreeSelectionModel
Adds paths to the current selection
addSubscript(String, String) - Static method in class org.opensourcephysics.display.TeXParser
Adds a subscript to the root of an input String.
addTab(PageTView.TabView) - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Adds a tab to the tabbed pane.
addTab(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Adds a tab that displays the specified tracker panel.
addTab(DataToolTab) - Method in class org.opensourcephysics.tools.DataTool
Adds a tab.
addTab(Data, String) - Method in class org.opensourcephysics.tools.FourierTool
Adds tabs for the specified Data object and proposes a name for the tab.
addTab(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchBuilder
Creates a LaunchPanel with the specified root and adds it to a new tab.
addTab(LaunchNode) - Method in class org.opensourcephysics.tools.Launcher
Creates a LaunchPanel with the specified root and adds it to a new tab.
addTab(String, boolean) - Method in class org.opensourcephysics.tools.LibraryBrowser
Adds a tab displaying collection with a given path.
addTableModelListener(TableModelListener) - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method addTableModelListener
addTableModelListener(TableModelListener) - Method in class org.opensourcephysics.display.SortDecorator
 
addTabs(XMLControl) - Method in class org.opensourcephysics.tools.DataTool
Adds tabs loaded with data from an xml control.
addTabs(XMLControl) - Method in class org.opensourcephysics.tools.FourierTool
Adds tabs loaded with data from an XMLControl.
addTarget(String, Object) - Method in class org.opensourcephysics.ejs.control.GroupControl
Adds an object to be controlled.
addTerminateAction(Action) - Method in class org.opensourcephysics.tools.LaunchNode
Adds an action to this node's actions collection.
addToCollections(String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Adds a collection to this browser's library after prompting the user to assign it a name.
addTool(String, Tool) - Static method in class org.opensourcephysics.tools.Toolbox
 
addToPreupdateList(NeedsPreUpdate) - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawablesParent
 
addTrack(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Adds a track.
addTreeModelListener(TreeModelListener) - Method in class org.opensourcephysics.tools.JarTreeModel
 
addVector(Vector) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Adds a vector to this sum.
addVideoEngine(VideoType) - Static method in class org.opensourcephysics.media.core.VideoIO
Adds a video engine to the list of available types
addVideoEngine(VideoType) - Method in class org.opensourcephysics.media.core.VideoIO.VideoEnginePanel
Adds a video engine type to the available choices.
addVideoMenuItem() - Method in class org.opensourcephysics.mediaapps.VideoRecorderFrame
 
addVideoType(VideoType) - Static method in class org.opensourcephysics.media.core.VideoIO
Adds a video type to the list of available types
addView(TView) - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Adds a view of the tracker panel
addView(int, TView) - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Adds a view of the tracker panel at a specified index
addXTick(String, double) - Method in class org.opensourcephysics.display.axes.CartesianType1
Specify a tick mark for the X axis.
addYTick(String, double) - Method in class org.opensourcephysics.display.axes.CartesianType1
Specify a tick mark for the Y axis.
aDeriv - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aDerivSpill - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
adjustableGutter - Variable in class org.opensourcephysics.display.DrawingPanel
 
adjustForWidth - Variable in class org.opensourcephysics.display.Histogram
Should the height be adjusted by bin width? Default is false.
adjustSize() - Method in class org.opensourcephysics.ejs.control.swing.ControlContainer
 
adjustSize() - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
adjustTipsToLength() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
aFootprint - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aFootprints - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
Airy - Class in org.opensourcephysics.numerics.specialfunctions
 
Airy() - Constructor for class org.opensourcephysics.numerics.specialfunctions.Airy
 
airy(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Computes the Airy function at x.
airyDerivative(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Computes the derivative of the Airy function at x.
airynZeros(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Gets nt zeroes of Airy function
airyZero(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Computes the n-th zero of the Airy function.
ALGEBRAIC - Static variable in class org.opensourcephysics.display.TextLine
Format to use when parsing a double
alignment_mode - Variable in class org.opensourcephysics.display.TextBox
 
alignmentConstant(String) - Static method in class org.opensourcephysics.ejs.control.swing.ConstantParser
 
allButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
allowRMI - Static variable in class org.opensourcephysics.tools.Toolbox
 
allTypes - Static variable in class org.opensourcephysics.tools.LibraryResource
 
alpha - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
alpha - Variable in class org.opensourcephysics.display2d.DataRaster
 
alphabet - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
alphabet - Static variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
alphabiasshift - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
alphadec - Variable in class org.opensourcephysics.media.gif.NeuQuant
 
alpharadbias - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
alpharadbshift - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
alterneigh(int, int, int, int, int) - Method in class org.opensourcephysics.media.gif.NeuQuant
 
altersingle(int, int, int, int, int) - Method in class org.opensourcephysics.media.gif.NeuQuant
 
ALWAYS_DECRYPT - Static variable in class org.opensourcephysics.controls.XMLControlElement
 
alwaysOverwrite() - Static method in class org.opensourcephysics.tools.JarTool
Sets the overwrite feature to true.
aMap - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
AMBIENT_LIGHT - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
 
AMP_CURVE - Static variable in class org.opensourcephysics.display.ComplexDataset
AMP height equal to |z|..
amp_points - Variable in class org.opensourcephysics.display.ComplexDataset
 
AnalyticFunctionPanel - Class in org.opensourcephysics.cabrillo.tracker
This is a FunctionPanel for analytic particles.
AnalyticFunctionPanel(UserFunctionEditor, AnalyticParticle) - Constructor for class org.opensourcephysics.cabrillo.tracker.AnalyticFunctionPanel
Constructor with user function editor.
AnalyticParticle - Class in org.opensourcephysics.cabrillo.tracker
AnalyticParticle models a particle using time functions.
AnalyticParticle() - Constructor for class org.opensourcephysics.cabrillo.tracker.AnalyticParticle
Constructor.
analyzePixels() - Method in class org.opensourcephysics.media.gif.AnimatedGifEncoder
Analyzes image colors and creates color map.
angle(double, double) - Method in class org.opensourcephysics.media.core.TPoint
Returns the angle measured ccw from the positive x-axis to the line between this TPoint and the specified coordinates.
angle(Point2D) - Method in class org.opensourcephysics.media.core.TPoint
Returns the angle measured ccw from the positive x-axis to a line that goes from this TPoint to the specified Point2D.
angle(Quaternion) - Method in class org.opensourcephysics.numerics.Quaternion
Returns the angle in radians between this quaternion and the given quaternion.
angle(Vec3D) - Method in class org.opensourcephysics.numerics.Vec3D
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angleField - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
angleLabel - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
angleSeparator - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
anglesInDegrees - Variable in class org.opensourcephysics.tools.FunctionEditor
 
anglesInRadians - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
angleUnitsMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
animated - Variable in class org.opensourcephysics.display.OSPFrame
Set to true if a simulation should automatically render this frame after every animation step.
AnimatedGifEncoder - Class in org.opensourcephysics.media.gif
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames.
AnimatedGifEncoder() - Constructor for class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
Animation - Interface in org.opensourcephysics.controls
An animation performs repetitive calculations in a separate thread.
ANIMATION_INIT - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_INIT_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_NEW - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_NEW_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_RESET - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_RESET_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_START - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_START_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_STEP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_STEP_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_STOP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
ANIMATION_STOP_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
AnimationControl - Class in org.opensourcephysics.controls
A GUI consisting of an input text area, a message area, and various buttons to initialize and control an Animation.
AnimationControl(Animation) - Constructor for class org.opensourcephysics.controls.AnimationControl
AnimationControl constructor.
animationThread - Variable in class org.opensourcephysics.controls.AbstractAnimation
 
antialiasShapeOn - Variable in class org.opensourcephysics.display.DrawingPanel
 
antiAliasText - Static variable in class org.opensourcephysics.display.OSPRuntime
True if text components should try and anti-alias text.
antialiasTextOn - Variable in class org.opensourcephysics.display.DrawingPanel
 
app - Variable in class org.opensourcephysics.ejs.control.EjsControlFrame
 
append(double, double, double) - Method in class org.opensourcephysics.display.ComplexDataset
Appends (x, re, im) datum to the Dataset.
append(double[], double[], double[]) - Method in class org.opensourcephysics.display.ComplexDataset
Appends x, real, and imaginary arrays to the Dataset.
append(double[], double[]) - Method in class org.opensourcephysics.display.ComplexDataset
Appends x and z data to the Dataset.
append(double, double) - Method in class org.opensourcephysics.display.DataFunction
Overrides Dataset methods.
append(double, double, double, double) - Method in class org.opensourcephysics.display.DataFunction
 
append(double[], double[]) - Method in class org.opensourcephysics.display.DataFunction
 
append(double[], double[], double[], double[]) - Method in class org.opensourcephysics.display.DataFunction
 
append(double, double, double, double) - Method in class org.opensourcephysics.display.Dataset
Appends a data point and its uncertainty to the Dataset.
append(double, double) - Method in class org.opensourcephysics.display.Dataset
Appends an (x,y) datum to the Dataset.
append(double[], double[], double[], double[]) - Method in class org.opensourcephysics.display.Dataset
Appends arrays of data points and uncertainties to the Dataset.
append(double[], double[]) - Method in class org.opensourcephysics.display.Dataset
Appends (x,y) arrays to the Dataset.
append(int, double, double) - Method in class org.opensourcephysics.display.DatasetManager
Appends an (x,y) datum to the Dataset with the given index.
append(int, double, double, double, double) - Method in class org.opensourcephysics.display.DatasetManager
Appends a data point and its uncertainty to the Dataset.
append(int, double[], double[]) - Method in class org.opensourcephysics.display.DatasetManager
Appends (x,y) arrays to the Dataset.
append(int, double[], double[], double[], double[]) - Method in class org.opensourcephysics.display.DatasetManager
Appends arrays of data points and uncertainties to the Dataset.
append(double, double) - Method in class org.opensourcephysics.display.HighlightableDataset
Appends an (x,y) datum to the Dataset.
append(double[], double[]) - Method in class org.opensourcephysics.display.HighlightableDataset
Appends (x,y) arrays to the Dataset.
append(double, double) - Method in class org.opensourcephysics.display.Histogram
Append a value with number of occurrences to the Histogram.
append(double) - Method in class org.opensourcephysics.display.Histogram
Appends a value with 1 occurence.
append(String) - Method in class org.opensourcephysics.display.Histogram
Appends values from an input file.
append(double[]) - Method in class org.opensourcephysics.display.Histogram
Appends an array of values with 1 occurence.
append(double, double) - Method in class org.opensourcephysics.display.HistogramDataset
Appends an (x,y) datum to the Stipchart.
append(double[], double[]) - Method in class org.opensourcephysics.display.HistogramDataset
Appends (x,y) data-arrays to the Stipchart.
append(double, double) - Method in class org.opensourcephysics.display.Stripchart
Appends an (x,y) datum to the Stipchart.
append(double[], double[]) - Method in class org.opensourcephysics.display.Stripchart
Appends (x,y) data-arrays to the Stipchart.
append(int, double, double) - Method in class org.opensourcephysics.display2d.DataRaster
Appends an (x,y) datum to the image.
append(double, double, double) - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Appends an (x, re, im) datum to the Dataset with the given index.
append(double[], double[]) - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Appends x and z data to the Dataset.
append(double[], double[], double[]) - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Appends (x, re, im) arrays to the Dataset.
append(double) - Method in class org.opensourcephysics.frames.HistogramFrame
Appends a data point to the histogram.
append(double, double) - Method in class org.opensourcephysics.frames.HistogramFrame
Append a value with number of occurences to the Histogram.
append(double[]) - Method in class org.opensourcephysics.frames.HistogramFrame
Appends an array of values with 1 occurence.
append(int, double, double) - Method in class org.opensourcephysics.frames.PlotFrame
Appends an (x,y) datum to the Dataset with the given index.
append(int, double, double, double, double) - Method in class org.opensourcephysics.frames.PlotFrame
Appends a data point and its uncertainty to the Dataset.
append(int, double[], double[]) - Method in class org.opensourcephysics.frames.PlotFrame
Appends (x,y) arrays to the Dataset.
append(int, double[], double[], double[], double[]) - Method in class org.opensourcephysics.frames.PlotFrame
Appends arrays of data points and uncertainties to the Dataset.
append(String) - Method in class org.opensourcephysics.media.core.ImageVideo
Appends the named image or image sequence to the end of this video.
append(String, boolean) - Method in class org.opensourcephysics.media.core.ImageVideo
Appends the named image or image sequence to the end of this video.
append(Image) - Method in class org.opensourcephysics.media.core.ImageVideoRecorder
Appends a frame to the current video by saving the image in a tempFile.
append(Image) - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Appends a frame to the current video.
append(Image) - Method in class org.opensourcephysics.media.gif.GifVideoRecorder
Appends a frame to the current video.
append(Image) - Method in class org.opensourcephysics.media.quicktime.QTVideoRecorder
Appends a frame to the current video.
append(Image) - Method in class org.opensourcephysics.media.xuggle.XuggleVideoRecorder
Appends a frame to the current video by saving the image in a tempFile.
append(ArrayList<String>, File, String) - Method in class org.opensourcephysics.tools.JarTool
Appends to an existing compressed file the list of contents provided.
appendArray(Object) - Method in class org.opensourcephysics.display.DataPanel
Appends a two dimensional array to this table.
appendArray(Object) - Method in class org.opensourcephysics.frames.TableFrame
Appends a two dimensional array to this table.
appendPrefixPath(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Adds a prefix 'path' for unqualified elements.
appendRow(double[]) - Method in class org.opensourcephysics.display.DataPanel
Appends a row of data with the given values to the table.
appendRow(int[]) - Method in class org.opensourcephysics.display.DataPanel
Appends a row of data with the given values to the table.
appendRow(Object[]) - Method in class org.opensourcephysics.display.DataPanel
Appends a row of data with the given values to the table.
appendRow(byte[]) - Method in class org.opensourcephysics.display.DataPanel
Appends a row of data with the given values to the table.
appendRow(Object) - Method in class org.opensourcephysics.display.DataRowModel
Appends a row to this table.
appendRow(double[]) - Method in class org.opensourcephysics.frames.TableFrame
Appends a row of data with the given values to the table.
appendRow(int[]) - Method in class org.opensourcephysics.frames.TableFrame
Appends a row of data with the given values to the table.
appendRow(Object[]) - Method in class org.opensourcephysics.frames.TableFrame
Appends a row of data with the given values to the table.
appendRow(byte[]) - Method in class org.opensourcephysics.frames.TableFrame
Appends a row of data with the given values to the table.
AppFrame - Interface in org.opensourcephysics.display
Tags stand alone programs so that the main frame does not exit the VM whne the frame is close.
applet - Static variable in class org.opensourcephysics.display.OSPDialog
Field myApplet provides a static reference to an applet context so that the document base and code base can be obtained in applet mode.
applet - Static variable in class org.opensourcephysics.display.OSPRuntime
Static reference to an applet for document/code base access.
appletMode - Static variable in class org.opensourcephysics.display.OSPDialog
Set true if the program is an applet.
appletMode - Static variable in class org.opensourcephysics.display.OSPRuntime
True if running as an applet.
appletSearchPaths - Static variable in class org.opensourcephysics.tools.ResourceLoader
 
ApplicationApplet - Class in org.opensourcephysics.davidson.applets
ApplicationApplet displays a button that invokes a static main method in a target class.
ApplicationApplet() - Constructor for class org.opensourcephysics.davidson.applets.ApplicationApplet
 
apply() - Method in class org.opensourcephysics.ejs.Simulation
apply user interface changes
apply(String) - Method in class org.opensourcephysics.ejs.Simulation
apply a single change in the user interface
applyAll() - Method in class org.opensourcephysics.ejs.Simulation
apply user interface changes.
applyButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
arcHighlight - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
arcRadius - Static variable in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
 
AREA - Static variable in class org.opensourcephysics.display.Dataset
Field AREA
areaCheckbox - Variable in class org.opensourcephysics.tools.DataToolTab
 
areaVisible - Variable in class org.opensourcephysics.tools.DataToolTab
 
areEqual(Set<?>, Set<?>) - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Determines if two sets contain the same elements.
arg() - Method in class org.opensourcephysics.numerics.Complex
Returns the argument of this complex number (Math.atan2(re,im))
array - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack.StepArray
 
array - Variable in class org.opensourcephysics.numerics.DoubleArray
 
array - Variable in class org.opensourcephysics.numerics.IntegerArray
 
ArrayData - Class in org.opensourcephysics.display2d
ArrayData stores numeric data for 2d visualizations using a 2d array for each component.
ArrayData(int, int, int) - Constructor for class org.opensourcephysics.display2d.ArrayData
Constructor ArrayData
ArrayFrame - Class in org.opensourcephysics.frames
A frame that displays arrays.
ArrayFrame(Object) - Constructor for class org.opensourcephysics.frames.ArrayFrame
Constructs the ArrayFrame for the given array.
ArrayFrame(Object, String) - Constructor for class org.opensourcephysics.frames.ArrayFrame
Constructs the ArrayFrame for the given array and frame title.
ArrayIndexOutOfBoundsError - Static variable in class org.opensourcephysics.numerics.DoubleArray
 
ArrayIndexOutOfBoundsError - Static variable in class org.opensourcephysics.numerics.IntegerArray
 
ArrayInspector - Class in org.opensourcephysics.tools
A dialog that displays an ArrayTable.
ArrayLib - Class in org.opensourcephysics.numerics
Library of supplementary array routines not supported by the java.util.Arrays class.
ArrayLib() - Constructor for class org.opensourcephysics.numerics.ArrayLib
 
ArrayPanel - Class in org.opensourcephysics.display
A panel that displays an ArrayTable.
ArrayPanel() - Constructor for class org.opensourcephysics.display.ArrayPanel
Constructor ArrayPanel
ArrayTable - Class in org.opensourcephysics.display
A JTable to display int, double and String array values.
ArrayTable(int[]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 1D int array.
ArrayTable(int[][]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 2D int array.
ArrayTable(double[]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 1D double array.
ArrayTable(double[][]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 2D double array.
ArrayTable(String[]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 1D String array.
ArrayTable(String[][]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 2D String array.
ArrayTable(boolean[]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 1D boolean array.
ArrayTable(boolean[][]) - Constructor for class org.opensourcephysics.display.ArrayTable
Constructor for 2D boolean array.
ArrayTableModel - Class in org.opensourcephysics.display
A table model for a 1D and 2D ArrayTable.
ArrayTableModel(int[]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(int[][]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(double[]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(double[][]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(String[]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(String[][]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(boolean[]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
ArrayTableModel(boolean[][]) - Constructor for class org.opensourcephysics.display.ArrayTableModel
Constructor ArrayTableModel
Arrow - Class in org.opensourcephysics.display
A Drawable arrow that uses Java 2D drawing.
Arrow(double, double, double, double) - Constructor for class org.opensourcephysics.display.Arrow
Constructs an Arrow with the given postion and components.
ArrowFootprint - Class in org.opensourcephysics.cabrillo.tracker
An ArrowFootprint returns an arrow shape for a Point array of length 2.
ArrowFootprint(String) - Constructor for class org.opensourcephysics.cabrillo.tracker.ArrowFootprint
Constructs an ArrowFootprint.
ArrowLoader - Class in org.opensourcephysics.display
A class to save and load Arrow objects in an XMLControl.
ArrowLoader() - Constructor for class org.opensourcephysics.display.ArrowLoader
 
arrowTheta - Variable in class org.opensourcephysics.display.Protractor
 
ascent - Variable in class org.opensourcephysics.display.TextLine
The ascent using the current font
asin() - Method in class org.opensourcephysics.numerics.Complex
 
asinh() - Method in class org.opensourcephysics.numerics.Complex
 
aspects - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
associate(Job, Object) - Method in class org.opensourcephysics.tools.JobManager
Associates a job with the specified object.
associate(Object, Class<?>) - Method in interface org.opensourcephysics.tools.Translator
Associates an object with a class for property lookup purposes.
associate(Object, Class<?>) - Method in class org.opensourcephysics.tools.TranslatorTool
Associates an object with a class for property lookup purposes.
aTailsToOriginItem - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aTailsToPositionItem - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
atan() - Method in class org.opensourcephysics.numerics.Complex
 
atanh() - Method in class org.opensourcephysics.numerics.Complex
 
attach(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Attaches the tail of this vector to the specified point.
attachmentPoint - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
author - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
authorField - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
authorInfoItem - Variable in class org.opensourcephysics.tools.Launcher
 
authorLabel - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
authorMode - Static variable in class org.opensourcephysics.display.OSPRuntime
True if users allowed to author internal parameters such as Locale strings.
autoAdvance - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
autoAdvanceItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
autoclear - Variable in class org.opensourcephysics.display.OSPFrame
Set to true if a simulation should automatically clear the data when it is initialized.
autoMarkAt(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Used by autoTracker to mark a step at a match target position.
AUTOSCALE_AUTO - Static variable in class org.opensourcephysics.display.dialogs.DialogsRes
 
AUTOSCALE_AUTOSCALE - Static variable in class org.opensourcephysics.display.dialogs.DialogsRes
 
AUTOSCALE_OK - Static variable in class org.opensourcephysics.display.dialogs.DialogsRes
 
AUTOSCALE_ZOOM_WARNING - Static variable in class org.opensourcephysics.display.dialogs.DialogsRes
 
AutoScaleInspector - Class in org.opensourcephysics.display.dialogs
This displays and the DrawingPanel autoscale properties.
AutoScaleInspector(DrawingPanel) - Constructor for class org.opensourcephysics.display.dialogs.AutoScaleInspector
Constructs an Autoscale Inspector.
autoscaleItem - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleMargin - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleX - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleXMax - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleXMin - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleY - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleYMax - Variable in class org.opensourcephysics.display.DrawingPanel
 
autoscaleYMin - Variable in class org.opensourcephysics.display.DrawingPanel
 
autospaceRings - Variable in class org.opensourcephysics.display.axes.AbstractPolarAxis
 
autospaceRings(boolean) - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Automatically sets the spacing of the radial grid.
autospaceRings(boolean) - Method in interface org.opensourcephysics.display.axes.PolarAxes
Automatically sets the spacing of the radial gridlines.
AutoTracker - Class in org.opensourcephysics.cabrillo.tracker
A class to automatically track a feature of interest in a video.
AutoTracker(TrackerPanel) - Constructor for class org.opensourcephysics.cabrillo.tracker.AutoTracker
Constructs an AutoTracker for a specified TrackerPanel.
autoTracker - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
AutoTracker.Corner - Class in org.opensourcephysics.cabrillo.tracker
A corner point used for resizing.
AutoTracker.Corner() - Constructor for class org.opensourcephysics.cabrillo.tracker.AutoTracker.Corner
 
AutoTracker.FrameData - Class in org.opensourcephysics.cabrillo.tracker
A class to hold frame data.
AutoTracker.Handle - Class in org.opensourcephysics.cabrillo.tracker
An edge point used for translation.
AutoTracker.Handle() - Constructor for class org.opensourcephysics.cabrillo.tracker.AutoTracker.Handle
 
AutoTracker.KeyFrame - Class in org.opensourcephysics.cabrillo.tracker
A class to hold keyframe data.
AutoTracker.Target - Class in org.opensourcephysics.cabrillo.tracker
A point that defines the target location relative to the mask center.
AutoTracker.Target() - Constructor for class org.opensourcephysics.cabrillo.tracker.AutoTracker.Target
 
AutoTracker.Wizard - Class in org.opensourcephysics.cabrillo.tracker
A wizard to guide users of AutoTracker.
AutoTracker.Wizard() - Constructor for class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Constructs a Wizard.
autotrackerButton - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
autoTrackerMarking - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
autotrackerOffIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
autotrackerOnIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
autotrackItem - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aVisButton - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
aVisibleItem - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aVisibleOnAll - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
aVisMap - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
axes - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
axes - Variable in class org.opensourcephysics.media.core.TCoordAxes
 
axesButton - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
axesOffIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
axesOnIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
axesVisibleItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
AxisFactory - Class in org.opensourcephysics.display.axes
 
AxisFactory() - Constructor for class org.opensourcephysics.display.axes.AxisFactory
 
axisLabel - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
axisList - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
axisListener - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
axisSpinner - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 

B

b - Variable in class org.opensourcephysics.display.Arrow
 
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.
back() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Steps the video back one frame.
backButton - Variable in class org.opensourcephysics.tools.Launcher
 
background - Variable in class org.opensourcephysics.display.TextLine
Background Color
BACKGROUND - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
 
BACKGROUND - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
backgroundColor - Variable in class org.opensourcephysics.display.TextPanel
 
backIcon - Static variable in class org.opensourcephysics.media.core.VideoPlayer
 
backIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
backItem - Variable in class org.opensourcephysics.tools.Launcher
 
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.
badNameLabel - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
BAR - Static variable in class org.opensourcephysics.display.Dataset
Field BAR
bar - Variable in class org.opensourcephysics.ejs.control.swing.ControlBar
 
Base64Coder - Class in org.opensourcephysics.controls
 
baseDirectoryPath - Static variable in class org.opensourcephysics.tools.LaunchClassChooser
 
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.
baseMenuFontSize - Static variable in class org.opensourcephysics.tools.Launcher
 
basePathField - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
basePathLabel - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
bCoord - Variable in class org.opensourcephysics.display3d.simple3d.ElementSegment
 
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
beta - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
betagamma - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
betashift - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
bgColor - Variable in class org.opensourcephysics.display.DrawingPanel
 
bgColor - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
bgIndex - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
bias - Variable in class org.opensourcephysics.media.gif.NeuQuant
 
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.
binEdgeColor - Variable in class org.opensourcephysics.display.Histogram
color of bins
binFillColor - Variable in class org.opensourcephysics.display.Histogram
color of bins
binStyle - Variable in class org.opensourcephysics.display.Histogram
style for drawing bins
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.controls.OSPLog
 
BLACK - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
BLACK - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
blMessageBox - Variable in class org.opensourcephysics.display.DrawingPanel
 
blMessageBox - Variable in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
block - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
blockSize - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
blue - Static variable in class org.opensourcephysics.controls.OSPLog
 
BLUE - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
BLUE - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
boldStrokeSize - Static variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
booleanConstant(String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
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
BOTTOM - Static variable in class org.opensourcephysics.display.TitleText
 
bottom - Variable in class org.opensourcephysics.display2d.ArrayData
 
bottom - Variable in class org.opensourcephysics.display2d.FlatData
 
bottom - Variable in class org.opensourcephysics.display2d.GridPointData
 
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_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_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
 
bottomGutter - Variable in class org.opensourcephysics.display.DrawingPanel
 
bottomGutterPreferred - Variable in class org.opensourcephysics.display.DrawingPanel
 
bottomPaneAction - Variable in class org.opensourcephysics.tools.DataToolTab
 
bottomPaneCheckbox - Variable in class org.opensourcephysics.tools.DataToolTab
 
bottomPaneItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
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.
BoundedShape.BoundedShapeLoader - Class in org.opensourcephysics.display
A class to save and load BoundedShape in an XMLControl.
BoundedShape.BoundedShapeLoader() - Constructor for class org.opensourcephysics.display.BoundedShape.BoundedShapeLoader
 
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 - Variable in class org.opensourcephysics.tools.FunctionPanel
 
boxHeight - Variable in class org.opensourcephysics.display.TextBox
 
boxWidth - Variable in class org.opensourcephysics.display.TextBox
 
brandNew - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
breakAt(VectorStep) - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
/** Attempts to break this chain in two.
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.
brMessageBox - Variable in class org.opensourcephysics.display.DrawingPanel
 
brMessageBox - Variable in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
BROKEN_LINE - Static variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
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
 
browser - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
bsums - Variable in class org.opensourcephysics.media.core.SumFilter
 
bufferedImage - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
bufferStrategyShow() - Method in class org.opensourcephysics.display.OSPFrame
Shows (repaints) the frame useing the current BufferStrategy.
buildEvolvedTemplate(AutoTracker.FrameData) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Builds an evolved template based on data in the specified FrameData and the current video image.
buildPopupmenu() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Builds the default popup menu for this panel.
buildPopupmenu() - Method in class org.opensourcephysics.display.DrawingPanel
Builds the default popup menu for this panel.
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.
button - Variable in class org.opensourcephysics.ejs.control.swing.ControlButton
 
buttonbar - Variable in class org.opensourcephysics.tools.FunctionTool
 
buttonBorder - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
buttonHeight - Static variable in class org.opensourcephysics.tools.DataTool
 
buttonPanel - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
buttonPanel - Variable in class org.opensourcephysics.display.OSPFrame
 
buttonPanel - Variable in class org.opensourcephysics.tools.FunctionEditor
 
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.

C

cacheEnabled - Static variable in class org.opensourcephysics.tools.ResourceLoader
 
cacheField - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
cacheLabel - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
calculate() - Method in class org.opensourcephysics.controls.AbstractCalculation
Does the calculation.
calculate() - Method in interface org.opensourcephysics.controls.Calculation
Does the calculation.
calculate() - Method in class org.opensourcephysics.ejs.control.EjsCalculationControl
Does the calculation.
calculateLabels(double, double, int) - Method in class org.opensourcephysics.display.axes.XYAxis
Calculates the axis labels.
Calculation - Interface in org.opensourcephysics.controls
Calculation performs a calculation in response to a control's action.
calculation - Variable in class org.opensourcephysics.controls.CalculationControl
 
CALCULATION_CALC - Static variable in class org.opensourcephysics.controls.ControlsRes
 
CALCULATION_CALC_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
CALCULATION_RESET - Static variable in class org.opensourcephysics.controls.ControlsRes
 
CALCULATION_RESET_TIP - Static variable in class org.opensourcephysics.controls.ControlsRes
 
CalculationControl - Class in org.opensourcephysics.controls
A Control class for Calculations.
CalculationControl(Calculation) - Constructor for class org.opensourcephysics.controls.CalculationControl
The CalculationControl constructor.
calculationDone(String) - Method in class org.opensourcephysics.controls.AnimationControl
Signals the control that the animation has completed.
calculationDone(String) - Method in interface org.opensourcephysics.controls.Control
Notifies the control when a calculation has completed.
calculationDone(String) - Method in class org.opensourcephysics.controls.HiddenControl
 
calculationDone(String) - Method in class org.opensourcephysics.controls.OSPControl
A signal that a method has completed.
calculationDone(String) - Method in class org.opensourcephysics.controls.OSPControlTable
 
calculationDone(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Method required by the Control interface.
calculationDone(String) - Method in class org.opensourcephysics.ejs.control.EjsControl
 
calculationDone(String) - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Stops the animation and prints a message.
Calibration - Class in org.opensourcephysics.cabrillo.tracker
A Calibration controls the ImageCoordSystem of a TrackerPanel.
Calibration() - Constructor for class org.opensourcephysics.cabrillo.tracker.Calibration
Constructs a Calibration.
CALIBRATION - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Calibration tool types
calibrationButton - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
CalibrationStep - Class in org.opensourcephysics.cabrillo.tracker
This is a Step for a Calibration.
CalibrationStep(Calibration, int, double, double) - Constructor for class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Constructs a CalibrationStep with specified image coordinates.
CalibrationStep.Position - Class in org.opensourcephysics.cabrillo.tracker
A class that represents the position of a calibration point.
CalibrationStep.Position(double, double) - Constructor for class org.opensourcephysics.cabrillo.tracker.CalibrationStep.Position
Constructs a position with specified image coordinates, and transforms those coordinates to set the world coordinates.
calibrationTools - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
Camera - Interface in org.opensourcephysics.display3d.core
Title: Camera
Camera - Class in org.opensourcephysics.display3d.simple3d
 
Camera.CameraLoader - Class in org.opensourcephysics.display3d.simple3d
 
Camera.CameraLoader() - Constructor for class org.opensourcephysics.display3d.simple3d.Camera.CameraLoader
 
Camera.Loader - Class in org.opensourcephysics.display3d.core
 
Camera.Loader() - Constructor for class org.opensourcephysics.display3d.core.Camera.Loader
 
CameraInspector - Class in org.opensourcephysics.display3d.core
Title: CameraInspector
CameraInspector(DrawingPanel3D) - Constructor for class org.opensourcephysics.display3d.core.CameraInspector
Creates a JPanel with a CameraInspector
cameraInspectorFrame - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
cameraItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
canCapture() - Method in class org.opensourcephysics.tools.VideoCaptureTool
Determines whether this tool is functional.
cancelButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
cancelButton - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
cancelButton - Variable in class org.opensourcephysics.media.core.ClipInspector
 
canceled - Static variable in class org.opensourcephysics.media.core.VideoIO
 
canceled - Static variable in class org.opensourcephysics.tools.ResourceLoader
 
cancelNotesDialogButton - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
canDisplay(Object) - Static method in class org.opensourcephysics.display.ArrayPanel
Determines if an object is an array that can be displayed.
canImport(JComponent, DataFlavor[]) - Method in class org.opensourcephysics.cabrillo.tracker.FileDropHandler
 
canInspect(XMLProperty) - Static method in class org.opensourcephysics.tools.ArrayInspector
Determines if an XMLProperty can be inspected with an array inspector.
canInspect(Object) - Static method in class org.opensourcephysics.tools.ArrayInspector
Determines if an object is an array that can be inspected.
canRecord() - Method in class org.opensourcephysics.media.core.ImageVideoType
Reports whether this type can record videos
canRecord - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
canRecord() - Method in interface org.opensourcephysics.media.core.VideoType
Reports whether this type can record videos
canRecord() - Method in class org.opensourcephysics.media.gif.GifVideoType
Reports whether this type can record videos
canRecord() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Reports whether this type can record videos
canRecord() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Reports whether this xuggle type can record videos
canRedo(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.Undo
Reports whether an undoable edit is available for the specified panel.
canReload() - Method in class org.opensourcephysics.tools.LauncherUndo
Returns true if pending edit is a link edit.
canStep() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
canUndo(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.Undo
Reports whether an undoable edit is available for the specified panel.
canWrite - Variable in class org.opensourcephysics.controls.XMLControlElement
 
capture() - Method in class org.opensourcephysics.media.core.BaselineFilter
Captures the current video frame to use as baseline image.
CaptureAnimationApp - Class in org.opensourcephysics.manual.ch13
CaptureAnimationApp captures a video of an animation using a VideoCaptureTool.
CaptureAnimationApp() - Constructor for class org.opensourcephysics.manual.ch13.CaptureAnimationApp
 
captureVideoItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
cardinalSpline(float[], float, boolean) - Static method in class org.opensourcephysics.display.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(float[], int, int, float, boolean) - Static method in class org.opensourcephysics.display.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(GeneralPath, float[], float, boolean, float, float) - Static method in class org.opensourcephysics.display.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(GeneralPath, float[], int, int, float, boolean, float, float) - Static method in class org.opensourcephysics.display.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
Carpet - Class in org.opensourcephysics.display2d
 
Carpet(GridData) - Constructor for class org.opensourcephysics.display2d.Carpet
Constructor Carpet
cartesian() - Method in class org.opensourcephysics.numerics.Complex
Convert polar to Cartesian
CartesianAxes - Interface in org.opensourcephysics.display.axes
CartesianAxes defines common Cartesian coordinate methods.
CartesianCoordinateStringBuilder - Class in org.opensourcephysics.display.axes
Builds a coordinate string from a mouse event for an axis type.
CartesianCoordinateStringBuilder() - Constructor for class org.opensourcephysics.display.axes.CartesianCoordinateStringBuilder
Constructor CartesianCoordinateStringBuilder
CartesianCoordinateStringBuilder(String, String) - Constructor for class org.opensourcephysics.display.axes.CartesianCoordinateStringBuilder
Constructor CartesianCoordinateStringBuilder
CartesianInteractive - Class in org.opensourcephysics.display.axes
A cartesian axis class that provides interactive scale adjustment with a mouse.
CartesianInteractive(PlottingPanel) - Constructor for class org.opensourcephysics.display.axes.CartesianInteractive
Constructs a set of interactive axes for a plotting panel.
CartesianInteractive.ScaleSetter - Class in org.opensourcephysics.display.axes
A dialog with value field and autoscale checkbox.
CartesianType1 - Class in org.opensourcephysics.display.axes
A modified version of the ptolemy.plot.PlotBox class designed to work with the OSP drawing framework.
CartesianType1(PlottingPanel) - Constructor for class org.opensourcephysics.display.axes.CartesianType1
Constructor for the AxesType1 object
CartesianType2 - Class in org.opensourcephysics.display.axes
 
CartesianType2(PlottingPanel) - Constructor for class org.opensourcephysics.display.axes.CartesianType2
CartesianType2 draws axes in the drawing panel's gutter.
CartesianType3 - Class in org.opensourcephysics.display.axes
CartesianType3 draws draggable X and Y axes in the interior of a plotting panel.
CartesianType3(PlottingPanel) - Constructor for class org.opensourcephysics.display.axes.CartesianType3
Constructs the XYAxes inside the drawing panel.
CashKarp45 - Class in org.opensourcephysics.numerics
CashKarp45 implements a RKF 4/5 ODE solver with variable step size using Cash-Karp coefficients.
CashKarp45(ODE) - Constructor for class org.opensourcephysics.numerics.CashKarp45
Constructs the CashKarp45 ODESolver for a system of ordinary differential equations.
CDATA_POST - Static variable in class org.opensourcephysics.controls.XML
 
CDATA_PRE - Static variable in class org.opensourcephysics.controls.XML
 
CellBorder - Class in org.opensourcephysics.display
A class which implements a line border on only the top and left hand side.
CellBorder(Color) - Constructor for class org.opensourcephysics.display.CellBorder
Creates a line border with the specified color and a thickness = 1.
CellBorder(Color, int) - Constructor for class org.opensourcephysics.display.CellBorder
Creates a line border with the specified color and thickness.
cellData - Variable in class org.opensourcephysics.display2d.ArrayData
 
cellData - Variable in class org.opensourcephysics.display2d.FlatData
 
cellData - Variable in class org.opensourcephysics.display2d.GridPointData
 
CellLattice - Class in org.opensourcephysics.display2d
A CellLattice that displays an array where each array element can assume one of 256 values.
CellLattice() - Constructor for class org.opensourcephysics.display2d.CellLattice
Constructor CellLattice
CellLattice(int, int) - Constructor for class org.opensourcephysics.display2d.CellLattice
Constructor CellLattice
CellLatticeOSX - Class in org.opensourcephysics.display2d
A Mac version of CellLattice that displays an array where each array element can assume one of 256 values.
CellLatticeOSX() - Constructor for class org.opensourcephysics.display2d.CellLatticeOSX
Constructs a cell lattice.
CellLatticeOSX(int, int) - Constructor for class org.opensourcephysics.display2d.CellLatticeOSX
Constructs a Cell lattice with the given size.
CellLatticePC - Class in org.opensourcephysics.display2d
A CellLattice displays an array where each array element can assume one of 256 values.
CellLatticePC() - Constructor for class org.opensourcephysics.display2d.CellLatticePC
Constructs a cell lattice.
CellLatticePC(int, int) - Constructor for class org.opensourcephysics.display2d.CellLatticePC
Constructs a cell lattice with the given size.
center - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
CENTER - Static variable in class org.opensourcephysics.display.TextLine
Center the Text over the point
CENTER - Static variable in class org.opensourcephysics.display.TitleText
 
center(Point2D, Point2D) - Method in class org.opensourcephysics.media.core.TPoint
Centers this TPoint between the two specified points.
CENTER_LOCATION - Static variable in class org.opensourcephysics.display.InteractiveLabel
 
centerAxes(DrawingPanel) - Method in class org.opensourcephysics.display.axes.CartesianType3
 
CENTERED - Static variable in class org.opensourcephysics.display.OSPLayout
The bottom right layout constraint.
CENTERED - Static variable in interface org.opensourcephysics.display3d.core.Style
 
centered(Function, double, double) - Static method in class org.opensourcephysics.numerics.Derivative
Calculates the first derivative of a function using the centered finite difference approximation.
CenterOfMass - Class in org.opensourcephysics.cabrillo.tracker
A CenterOfMass tracks the position, velocity and acceleration of the center of mass of a set of point mass objects.
CenterOfMass() - Constructor for class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Constructs an empty CenterOfMass.
CenterOfMass(PointMass[]) - Constructor for class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Constructs a CenterOfMass with specified masses.
CenterOfMassInspector - Class in org.opensourcephysics.cabrillo.tracker
This displays and sets CenterOfMass properties.
CenterOfMassInspector(CenterOfMass) - Constructor for class org.opensourcephysics.cabrillo.tracker.CenterOfMassInspector
Constructs a CenterOfMassInspector.
centroid(float[], int) - Static method in class org.opensourcephysics.display.GraphicsLib
Computes the mean, or centroid, of a set of points
chain - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
changeButtons - Variable in class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
 
changed - Variable in class org.opensourcephysics.media.core.VideoPanel
set to true when this panel has been changed, false when saved
changedFiles - Variable in class org.opensourcephysics.tools.Launcher
 
changeParticleListener - Variable in class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
 
charMap - Static variable in class org.opensourcephysics.display.TeXParser
 
charWidth(Graphics, char) - Method in class org.opensourcephysics.display.TextLine
 
Chebyshev - Class in org.opensourcephysics.numerics.specialfunctions
Chebyshev defines Chebyshev polynomials Tn(x) and Un(x) using the well known recurrence relationships.
checkbox - Variable in class org.opensourcephysics.ejs.control.swing.ControlCheckBox
 
checkBoxes - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
checkboxPanel - Variable in class org.opensourcephysics.cabrillo.tracker.CenterOfMassInspector
 
checkboxPanel - Variable in class org.opensourcephysics.cabrillo.tracker.VectorSumInspector
 
checkData(double[], int) - Method in class org.opensourcephysics.numerics.FFT2D
 
checkDatasetIndex(int) - Method in class org.opensourcephysics.display.DatasetManager
Ensures capacity
checkForUpgradeButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
checkForUpgradeDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
checkImage(DrawingPanel) - Method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Checks if the image is the correct size.
checkImage(DrawingPanel) - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Checks if the image is the correct size.
checkImage() - Method in class org.opensourcephysics.media.core.VideoPanel
Overrides DrawingPanel checkImage method so offscreenImage will not include the videoPlayer.
checkIndex(int) - Method in class org.opensourcephysics.display2d.DataRaster
Ensures that the image data exists
checkIndex(int) - Method in class org.opensourcephysics.frames.ParticleFrame
Ensures capacity
checkLayoutRect(Container, Rectangle) - Method in class org.opensourcephysics.display.OSPLayout
 
checkManager - Variable in class org.opensourcephysics.tools.JarTreeDialog
 
checkPallet(Color) - Method in class org.opensourcephysics.display2d.VectorColorMapper
Checks to see if background color matches the color palette background.
checkPanel - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
checkSorting(double[]) - Static method in class org.opensourcephysics.numerics.Util
Checks if an array is sorted.
CheckTreeCellRenderer - Class in org.opensourcephysics.tools
A checkbox tree cell renderer.
CheckTreeCellRenderer(TreeCellRenderer, CheckTreeSelectionModel) - Constructor for class org.opensourcephysics.tools.CheckTreeCellRenderer
Constructor CheckTreeCellRenderer
CheckTreeManager - Class in org.opensourcephysics.tools
A checkbox mouse and tree selection listener.
CheckTreeManager(JTree) - Constructor for class org.opensourcephysics.tools.CheckTreeManager
Constructor.
CheckTreeSelectionModel - Class in org.opensourcephysics.tools
A checkbox tree selection model.
CheckTreeSelectionModel(TreeModel) - Constructor for class org.opensourcephysics.tools.CheckTreeSelectionModel
Constructor.
checkWorkingImage() - Method in class org.opensourcephysics.display.DrawingPanel
Checks the image to see if the working image has the correct Dimension.
childFrames - Variable in class org.opensourcephysics.display.OSPFrame
 
children - Variable in class org.opensourcephysics.ejs.control.swing.ControlContainer
 
choose(XMLControl, ListChooser) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Displays a ListChooser with choices from the specified control.
choose(Collection<?>, Collection<String>) - Method in class org.opensourcephysics.controls.ListChooser
Allows the user to choose from the supplied list.
choose(Collection<?>, Collection<String>, Collection<?>) - Method in class org.opensourcephysics.controls.ListChooser
Allows the user to choose from the supplied list.
choose(Collection<?>, Collection<String>, Collection<?>, boolean[]) - Method in class org.opensourcephysics.controls.ListChooser
Allows the user to choose from the supplied list.
choose(Collection<?>, Collection<String>, Collection<?>, boolean[], boolean[]) - Method in class org.opensourcephysics.controls.ListChooser
Allows the user to choose from the supplied list.
choose(XMLControl, Class<?>) - Method in class org.opensourcephysics.controls.XMLTreeChooser
Highlights objects of a specified class in a tree view of an XMLControl and returns those selected by the user, if any.
chooseClassFor(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchClassChooser
Chooses a launchable class and assigns it to the specified launch node.
chooseFilename(JFileChooser) - Static method in class org.opensourcephysics.display.OSPRuntime
Uses a JFileChooser to ask for a name.
chooseFilename(JFileChooser, Component, boolean) - Static method in class org.opensourcephysics.display.OSPRuntime
Uses a JFileChooser to ask for a name.
chooseModel(String) - Method in class org.opensourcephysics.tools.LaunchClassChooser
Chooses and returns a model class.
chooser - Static variable in class org.opensourcephysics.controls.ControlUtils
 
chooser - Static variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
chooser - Static variable in class org.opensourcephysics.media.core.VideoIO
 
chooser - Static variable in class org.opensourcephysics.media.quicktime.QTVideo
 
chooser - Static variable in class org.opensourcephysics.tools.DataTool
 
chooser - Static variable in class org.opensourcephysics.tools.Launcher
 
chooser - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
chooserButton - Variable in class org.opensourcephysics.cabrillo.tracker.TViewChooser
 
chooserDir - Static variable in class org.opensourcephysics.display.OSPRuntime
File Chooser starting directory.
chooserDir - Variable in class org.opensourcephysics.tools.Library
 
chooserField - Static variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
chooserTitle - Variable in class org.opensourcephysics.frames.ImageFrame
 
circle - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
circle - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
 
Circle - Class in org.opensourcephysics.display
A Drawable circle that uses awt drawing.
Circle() - Constructor for class org.opensourcephysics.display.Circle
Constructs a fixed radius circle at the origin.
Circle(double, double) - Constructor for class org.opensourcephysics.display.Circle
Constructs a fixed radius circle at the given coordinates.
Circle(double, double, int) - Constructor for class org.opensourcephysics.display.Circle
Constructs a fixed radius circle at the given coordinates with the given radius.
CIRCLE - Static variable in class org.opensourcephysics.display.Dataset
Field CIRCLE
circle - Variable in class org.opensourcephysics.media.core.TCircle
 
CircleFootprint - Class in org.opensourcephysics.cabrillo.tracker
A CircleFootprint returns a circle for a Point[] of length 1.
CircleFootprint(String, int) - Constructor for class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Constructs a CircleFootprint.
circleFootprintListener - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
CircleLoader - Class in org.opensourcephysics.display
A class to save and load Circle objects in an XMLControl.
CircleLoader() - Constructor for class org.opensourcephysics.display.CircleLoader
 
circularErrors - Variable in class org.opensourcephysics.tools.FunctionEditor
 
circulatingVectorField(int, int) - Static method in class org.opensourcephysics.display2d.TestData
 
classChooser - Variable in class org.opensourcephysics.tools.Launcher
 
className - Variable in class org.opensourcephysics.controls.XMLControlElement
 
className - Variable in class org.opensourcephysics.controls.XMLPropertyElement
 
classPath - Static variable in class org.opensourcephysics.tools.Launcher
 
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Cleans up resources.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Cleans up this view
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Cleans up this view
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Cleans up this view
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in interface org.opensourcephysics.cabrillo.tracker.TView
Cleans up the view
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Cleans up associated resources when this track is deleted or cleared.
cleanup() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Cleans up this view
cleanup() - Method in class org.opensourcephysics.media.quicktime.QTip
Performs cleanup services--typically removing Quicktime callbacks and releasing Quicktime resources.
clear() - Static method in class org.opensourcephysics.cabrillo.tracker.TActions
Clears all actions.
clear() - Static method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
Clears all menubars.
clear() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Overrides VideoPanel clear method.
clear() - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Overrides ArrayList method.
clear() - Static method in class org.opensourcephysics.controls.MessageFrame
Clears the text.
clear() - Method in class org.opensourcephysics.controls.OSPLog
Clears the log.
clear() - Method in class org.opensourcephysics.display.AbstractTrail
Clears all points from the trail.
clear() - Method in class org.opensourcephysics.display.ComplexDataset
Clear all data from this Dataset.
clear() - Method in class org.opensourcephysics.display.DataFunction
 
clear() - Method in class org.opensourcephysics.display.DataPanel
Clears data, column names and format patterns.
clear() - Method in class org.opensourcephysics.display.DataRowModel
Clear the data
clear() - Method in class org.opensourcephysics.display.DataRowTable
Clears data, column names, and format patterns.
clear() - Method in class org.opensourcephysics.display.Dataset
Clear all data from this Dataset.
clear(int) - Method in class org.opensourcephysics.display.DatasetManager
Clears all data from Dataset with the given datasetIndex.
clear() - Method in class org.opensourcephysics.display.DatasetManager
Clears all data from all Datasets.
clear() - Method in class org.opensourcephysics.display.DataTable
Remove all TableModels from the table model list.
clear() - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method clear
clear() - Method in interface org.opensourcephysics.display.DataTableModel
Remove all TableModels from the table model list.
clear() - Method in class org.opensourcephysics.display.DrawableBuffer
Remove all drawable objects from the drawing buffer.
clear() - Method in class org.opensourcephysics.display.DrawingPanel
Removes all drawable objects from the drawable list.
clear() - Method in class org.opensourcephysics.display.HighlightableDataset
Clear all data from this Dataset.
clear() - Method in class org.opensourcephysics.display.Histogram
Clears all data from this histogram and resets min and max values.
clear() - Method in class org.opensourcephysics.display.HistogramDataset
Clears data from the histogram.
clear() - Method in class org.opensourcephysics.display.InteractivePanel
Removes all drawable objects from the drawable list.
clear() - Method in class org.opensourcephysics.display.Stripchart
Clears all data from this Dataset.
clear() - Method in class org.opensourcephysics.display.Trail
Clears all points from the trail.
clear() - Method in class org.opensourcephysics.display.TrailBezier
Clears all points from the trail.
clear() - Method in class org.opensourcephysics.display2d.DataRaster
Clears all data from all Datasets.
clear(int) - Method in class org.opensourcephysics.display2d.DataRaster
Clears data from the i-th dataset.
clear() - Method in interface org.opensourcephysics.display3d.core.ElementTrail
Clears all points from the trail.
clear() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
clear() - Method in class org.opensourcephysics.ejs.control.GroupControl
Destroy all elements
clear() - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
clear() - Method in class org.opensourcephysics.media.core.BaselineFilter
Clears this filter
clear() - Method in class org.opensourcephysics.media.core.BrightnessFilter
Clears this filter
clear() - Method in class org.opensourcephysics.media.core.DarkGhostFilter
Clears ghosts.
clear() - Method in class org.opensourcephysics.media.core.Filter
Clears the filter.
clear() - Method in class org.opensourcephysics.media.core.FilterStack
Clears the filter stack.
clear() - Method in class org.opensourcephysics.media.core.GhostFilter
Clears ghosts.
clear() - Method in class org.opensourcephysics.media.core.SumFilter
Clears this filter
clear() - Method in class org.opensourcephysics.media.core.VideoGrabber
Clear the video from the tool in preparation for a new video.
clear() - Method in class org.opensourcephysics.media.core.VideoPanel
Removes all drawable objects except the video.
clear() - Method in class org.opensourcephysics.tools.VideoCaptureTool
Clear the video from the tool in preparation for a new video.
clear() - Method in interface org.opensourcephysics.tools.VideoTool
Clear the video from the tool in preparation for a new video.
clearAccumulator() - Method in class org.opensourcephysics.display2d.ContourAccumulator
Clears accumulator.
clearButton - Variable in class org.opensourcephysics.media.core.Filter
 
clearCacheButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
clearCacheOnExitCheckbox - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
clearChildFrames() - Method in class org.opensourcephysics.controls.AbstractAnimation
Clears the child frames from the main frame.
clearChildFrames() - Method in class org.opensourcephysics.controls.AbstractCalculation
Clears the child frames from the main frame.
clearChildFrames() - Method in interface org.opensourcephysics.controls.MainFrame
Clears the child frames from the main frame.
clearChildFrames() - Method in class org.opensourcephysics.display.OSPFrame
Clears all frames from the child frame list.
clearChildFrames() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Clears the child frames from the main frame.
clearConstant(String) - Method in class org.opensourcephysics.display.DatasetManager
Clears a constant.
clearData() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Clears the data.
clearData() - Method in class org.opensourcephysics.display.DataPanel
Clears data from this table.
clearData() - Method in class org.opensourcephysics.display.DataRowTable
Clears data from this table.
clearData() - Method in class org.opensourcephysics.display.OSPFrame
Clears data from drawing objects within this frame.
clearData() - Method in class org.opensourcephysics.display2d.ComplexCarpet
 
clearData() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Clears data from drawing objects within this frame.
clearData() - Method in class org.opensourcephysics.frames.Complex2DFrame
Clears data by setting the scalar field to zero.
clearData() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Clears the data from all datasets and removes all objects from the drawing panel except the dataset manager.
clearData() - Method in class org.opensourcephysics.frames.FFTFrame
Clears all the stored complex data.
clearData() - Method in class org.opensourcephysics.frames.HistogramFrame
Clears all the data stored.
clearData() - Method in class org.opensourcephysics.frames.LatticeFrame
Clears the lattice data by setting all values to zero.
clearData() - Method in class org.opensourcephysics.frames.ParticleFrame
Clears all particles from this frame.
clearData() - Method in class org.opensourcephysics.frames.PlotFrame
Clears the data from all datasets.
clearData() - Method in class org.opensourcephysics.frames.RasterFrame
Clears the lattice data by setting all values to zero.
clearData() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Sets the scalar field to zero.
clearData() - Method in class org.opensourcephysics.frames.TableFrame
Clears data from drawing objects within this frame.
clearData() - Method in class org.opensourcephysics.frames.Vector2DFrame
Sets the scalar field to zero.
clearData() - Method in class org.opensourcephysics.tools.DataTool
Clears data by removing all tabs.
clearData() - Method in class org.opensourcephysics.tools.DataToolTab
Clears all data.
clearDataAndRepaint() - Method in class org.opensourcephysics.display.DrawingFrame
Clears data and repaints the drawing panel within this frame.
clearDataAndRepaint() - Method in class org.opensourcephysics.display.OSPFrame
Clears data and repaints the drawing panel within this frame.
clearDataAndRepaint() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Clears data from drawing objects within this frame.
clearDefaultXML() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Clears the current XML default.
clearDefaultXML() - Method in class org.opensourcephysics.ejs.control.EjsSimulationControl
Clears the current XML default.
clearDrawables() - Method in class org.opensourcephysics.display.DrawingFrame
Clears Drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.Complex2DFrame
Removes drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Clears drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.FFT2DFrame
Removes drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.FFTFrame
Removes drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.HistogramFrame
Removes drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.LatticeFrame
Clears drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.ParticleFrame
Cleares drawable objects added by the user from this frame and clears the particles.
clearDrawables() - Method in class org.opensourcephysics.frames.PlotFrame
Clears drawable objects added by the user to this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.RasterFrame
Clears drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Clears drawable objects added by the user from this frame.
clearDrawables() - Method in class org.opensourcephysics.frames.Vector2DFrame
Clears drawable objects added by the user from this frame.
clearDrawingFrameData(boolean) - Static method in class org.opensourcephysics.display.GUIUtils
Clears the data in animated DrawingFrames and repaints the frame's content.
clearFiltersItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
clearHighlights() - Method in class org.opensourcephysics.display.HighlightableDataset
Clears highlights.
clearHistory() - Method in class org.opensourcephysics.tools.Launcher
Clears the navigation history.
clearItem - Variable in class org.opensourcephysics.controls.ControlFrame
 
clearItem - Variable in class org.opensourcephysics.ejs.control.EjsControlFrame
 
clearLog() - Static method in class org.opensourcephysics.controls.OSPLog
Clears the Log.
clearMessages() - Method in interface org.opensourcephysics.controls.Control
Clears all text from the control's message area.
clearMessages() - Method in class org.opensourcephysics.controls.HiddenControl
 
clearMessages() - Method in class org.opensourcephysics.controls.OSPControl
Remove all text from the message area.
clearMessages() - Method in class org.opensourcephysics.controls.OSPControlTable
 
clearMessages() - Method in class org.opensourcephysics.controls.XMLControlElement
Method required by the Control interface.
clearMessages() - Method in class org.opensourcephysics.ejs.control.EjsControl
 
clearMessages() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Remove all text from the message area.
clearOSPCache(File) - Static method in class org.opensourcephysics.tools.ResourceLoader
Clears an OSP cache directory.
clearPanels() - Method in class org.opensourcephysics.tools.FunctionTool
Clears all FunctionPanels.
clearPrefixPath() - Method in class org.opensourcephysics.ejs.control.GroupControl
Clears the list of default package name for unqualified elements
clearRaster - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
clearRecentButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
clearSearchPointsDownstream() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Clears search points in frames downstream of the current frame number.
clearSelection() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Clears the selection.
clearSelection() - Method in class org.opensourcephysics.tools.DataToolTable
Deselects all selected columns and rows.
clearSelection() - Method in class org.opensourcephysics.tools.FunctionPanel
Clears the selection.
clearSelectionIfEmptyEndRow() - Method in class org.opensourcephysics.tools.DataToolTable
Clears the selection if it consists of only an empty end row.
clearStepsItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
clearTracks() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Clears all tracks.
clearTracksItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
clearValues() - Method in interface org.opensourcephysics.controls.Control
Clears all text from the control's data input area.
clearValues() - Method in class org.opensourcephysics.controls.HiddenControl
 
clearValues() - Method in class org.opensourcephysics.controls.OSPControl
Remove all text from the data input area.
clearValues() - Method in class org.opensourcephysics.controls.OSPControlTable
 
clearValues() - Method in class org.opensourcephysics.controls.XMLControlElement
Clears all properties.
clearValues() - Method in class org.opensourcephysics.ejs.control.EjsControl
 
clearVariables() - Method in class org.opensourcephysics.ejs.control.GroupControl
Clears all variables
clearWorkingData() - Method in class org.opensourcephysics.tools.DataToolTable
Clears the working data.
clickCountToSort - Variable in class org.opensourcephysics.display.DataTable
 
clickedStep - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
clip - Variable in class org.opensourcephysics.media.core.ClipControl
 
clip - Variable in class org.opensourcephysics.media.core.ClipInspector
 
clipAtGutter - Variable in class org.opensourcephysics.display.DrawingPanel
 
ClipboardJob - Class in org.opensourcephysics.tools
This is a Job implementation for osp data transfers via the clipboard.
ClipboardJob() - Constructor for class org.opensourcephysics.tools.ClipboardJob
Constructs a ClipboardJob.
ClipboardJob(String) - Constructor for class org.opensourcephysics.tools.ClipboardJob
Constructs a ClipboardJob with a specified xml string.
ClipboardJob(Object) - Constructor for class org.opensourcephysics.tools.ClipboardJob
Constructs a ClipboardJob for a specified object.
ClipControl - Class in org.opensourcephysics.media.core
A ClipControl controls a VideoClip.
ClipControl(VideoClip) - Constructor for class org.opensourcephysics.media.core.ClipControl
Constructs a ClipControl object.
clipControl - Variable in class org.opensourcephysics.media.core.ClipInspector
 
clipControl - Variable in class org.opensourcephysics.media.core.VideoPlayer
 
ClipInspector - Class in org.opensourcephysics.media.core
This displays and sets VideoClip and ClipControl properties.
ClipInspector(VideoClip, ClipControl, Frame) - Constructor for class org.opensourcephysics.media.core.ClipInspector
Constructs a non-modal ClipInspector with access to the clip control.
clipOffIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
clipOnIcon - Static variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
clipPropertiesLabel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
clipSettingsButton - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
clipSettingsDialogListener - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
clone() - Method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOriginStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Clones this Step.
clone() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Clones this Step.
clone() - Method in class org.opensourcephysics.controls.XMLControlElement
Returns a copy of this control.
clone() - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Returns a copy of this PerspectiveTransform object.
clone(Video) - Static method in class org.opensourcephysics.media.core.VideoIO
Returns a clone of the specified video.
clone() - Method in class org.opensourcephysics.numerics.Matrix2DTransformation
Provides a copy of this transformation.
clone() - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
Provides a copy of this transformation.
clone() - Method in class org.opensourcephysics.numerics.Quaternion
Instaniates a quaterion whose components are identical to this quaterion.
clone() - Method in interface org.opensourcephysics.numerics.Transformation
Provides a copy of this transformation.
clone() - Method in class org.opensourcephysics.tools.UserFunction
Returns a clone of this UuserFunction.
cloneMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
cloneMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TToolBar
 
cloneValue() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
cloneValue() - Method in class org.opensourcephysics.ejs.control.value.Value
Clones one value into another
closeAllItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
closeAllItem - Variable in class org.opensourcephysics.tools.DataTool
 
closeAllItem - Variable in class org.opensourcephysics.tools.Launcher
 
closeAndDisposeOSPFrames(Frame) - Static method in class org.opensourcephysics.display.GUIUtils
Disposes all OSP frames except the given frame.
closeButton - Variable in class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
 
closeButton - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
closeButton - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
closeButton - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
closeButton - Static variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
closeButton - Variable in class org.opensourcephysics.media.core.Filter
 
closeButton - Variable in class org.opensourcephysics.tools.FunctionTool
 
closed - Variable in class org.opensourcephysics.display.AbstractTrail
 
closedObject - Variable in class org.opensourcephysics.display3d.simple3d.ElementPolygon
 
closeInput() - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
closeItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
closeItem - Variable in class org.opensourcephysics.tools.DataTool
 
closeNotesDialogButton - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
closeOutput() - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
closeStream - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
closeTabItem - Variable in class org.opensourcephysics.tools.Launcher
 
closeTrail() - Method in class org.opensourcephysics.display.AbstractTrail
Closes the path by connecting the first point to the last point.
closeTrail() - Method in class org.opensourcephysics.display.Trail
Closes the path by connecting the first point to the last point.
closeTrail() - Method in class org.opensourcephysics.display.TrailBezier
Closes the trail by connecting the first point to the last point.
closeVideoItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
cm - Variable in class org.opensourcephysics.cabrillo.tracker.CenterOfMassInspector
 
CODE_DAMAGED - Static variable in class org.opensourcephysics.ejs.control.value.ParserSuryono
Code damaged.
CODE_DAMAGED - Static variable in class org.opensourcephysics.numerics.SuryonoParser
Code damaged.
coefficient(int) - Method in class org.opensourcephysics.numerics.Polynomial
Gets the coefficient value at the desired position
coefficients - Variable in class org.opensourcephysics.numerics.Polynomial
Polynomial coefficients.
COINCIDENT - Static variable in class org.opensourcephysics.display.GraphicsLib
Indicates intersection between shapes
collection - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
COLLECTION_TYPE - Static variable in class org.opensourcephysics.tools.LibraryResource
 
collectionChanged() - Method in class org.opensourcephysics.tools.LibraryTreePanel
Called whenever the collection changes due to a user edit.
collectionFileName - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
collectionsMenu - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
colNames - Variable in class org.opensourcephysics.display.DataAdapter
 
color - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
color - Variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
 
color - Variable in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
 
color - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
 
color - Variable in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
 
color - Variable in class org.opensourcephysics.display.AbstractInteractive
 
color - Variable in class org.opensourcephysics.display.AbstractTrail
 
color - Variable in class org.opensourcephysics.display.Arrow
 
color - Variable in class org.opensourcephysics.display.Circle
 
color - Variable in class org.opensourcephysics.display.DrawableShape
 
color - Variable in class org.opensourcephysics.display.FunctionDrawer
 
color - Variable in class org.opensourcephysics.display.Grid
 
color - Variable in class org.opensourcephysics.display.TextBox
 
color - Variable in class org.opensourcephysics.display.TextLine
Text color
color - Variable in class org.opensourcephysics.media.core.TShape
 
colorConstant(String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
colorDepth - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
ColorIcon - Class in org.opensourcephysics.display
This Icon fills itself with the color specified in its constructor.
ColorIcon(Color, int, int) - Constructor for class org.opensourcephysics.display.ColorIcon
Constructs a ColorIcon.
colorIndex - Variable in class org.opensourcephysics.tools.DataToolTab
 
colorItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
colorMap - Variable in class org.opensourcephysics.display2d.ContourPlot
 
ColorMapper - Class in org.opensourcephysics.display2d
 
ColorMapper(int, double, double, int) - Constructor for class org.opensourcephysics.display2d.ColorMapper
Constructor ColorMapper
colorTab - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
columnID - Variable in class org.opensourcephysics.display.Dataset
Field columnID: an integer used by DataTool
columnNameChanged(String, String) - Method in class org.opensourcephysics.tools.DataToolTab
Responds to a changed column name.
columnsButton - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
columnsDialog - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
columnsPanel - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
columnsScroller - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
combo - Variable in class org.opensourcephysics.ejs.control.swing.ControlComboBox
 
COMMA - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
COMMA_EXPECTED - Static variable in class org.opensourcephysics.ejs.control.value.ParserSuryono
Comma expected.
COMMA_EXPECTED - Static variable in class org.opensourcephysics.numerics.SuryonoParser
Comma expected.
command - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
commandAction - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
commandButton - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
commandField - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
commandLabel - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
compactArraySize - Static variable in class org.opensourcephysics.controls.XMLControlElement
 
compare(int, int, int) - Method in class org.opensourcephysics.display.SortDecorator
 
compareTo(VideoFileFilter) - Method in class org.opensourcephysics.media.core.VideoFileFilter
Compares this filter to another.
Complex - Class in org.opensourcephysics.numerics
Class description
Complex() - Constructor for class org.opensourcephysics.numerics.Complex
Default constructor.
Complex(double) - Constructor for class org.opensourcephysics.numerics.Complex
Constructor from a single double value.
Complex(Number) - Constructor for class org.opensourcephysics.numerics.Complex
Construct from a Number.
Complex(Complex) - Constructor for class org.opensourcephysics.numerics.Complex
Copy constructor
Complex(double, double) - Constructor for class org.opensourcephysics.numerics.Complex
Initialize the real and imaginary components to the values given by the parameters.
Complex2DFrame - Class in org.opensourcephysics.frames
A DrawingFrame that displays 2D plots of complex scalar fields.
Complex2DFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.Complex2DFrame
Constructs a Complex2DFrame with the given axes labels and frame title.
Complex2DFrame(String) - Constructor for class org.opensourcephysics.frames.Complex2DFrame
Constructs a Complex2DFrame with the given frame title but without axes.
ComplexCarpet - Class in org.opensourcephysics.display2d
 
ComplexCarpet(GridData) - Constructor for class org.opensourcephysics.display2d.ComplexCarpet
Constructor ComplexCarpet
ComplexColorMapper - Class in org.opensourcephysics.display2d
 
ComplexColorMapper(double) - Constructor for class org.opensourcephysics.display2d.ComplexColorMapper
Constructor ComplexColorMapper
ComplexContourPlot - Class in org.opensourcephysics.display2d
ComplexInterpolatedPlot creates an image of a scalar field by inerpolating every image pixel to an untabulated point (x,y) in the 2d data.
ComplexContourPlot() - Constructor for class org.opensourcephysics.display2d.ComplexContourPlot
Constructs the ComplexContourPlot using the given 2d datset.
ComplexContourPlot(GridData) - Constructor for class org.opensourcephysics.display2d.ComplexContourPlot
Constructs the ComplexContourPlot using the given 2d datset.
ComplexDataset - Class in org.opensourcephysics.display
ComplexDataset stores and plots a complex dataset (x,z) where the dependent variable has real and imaginary parts, z=(real, imaginary).
ComplexDataset() - Constructor for class org.opensourcephysics.display.ComplexDataset
Dataset constructor.
complexDataset - Variable in class org.opensourcephysics.frames.ComplexPlotFrame
 
complexDataset - Variable in class org.opensourcephysics.frames.FFTFrame
 
ComplexEigenvalueDecomposition - Class in org.opensourcephysics.numerics
A Java Complex Eigenvalue Decomposition based on an Ada version of a NAG Fortran library subroutine.
ComplexEigenvalueDecomposition() - Constructor for class org.opensourcephysics.numerics.ComplexEigenvalueDecomposition
Constructs the EigenvalueDecomposition.
ComplexGridPlot - Class in org.opensourcephysics.display2d
ComplexGridPlot plots a complex scalar field by coloring pixels a buffered image.
ComplexGridPlot() - Constructor for class org.opensourcephysics.display2d.ComplexGridPlot
Constructs the ComplexGridPlot without data.
ComplexGridPlot(GridData) - Constructor for class org.opensourcephysics.display2d.ComplexGridPlot
Constructs the ComplexGridPlot using the given 2d datset.
ComplexInterpolatedPlot - Class in org.opensourcephysics.display2d
ComplexInterpolatedPlot creates an image of a scalar field by interpolating every image pixel to an untabulated point (x,y) in the 2d data.
ComplexInterpolatedPlot(GridData) - Constructor for class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Constructs the ComplexInterpolatedPlot using the given 2d datset.
ComplexMatrix - Class in org.opensourcephysics.numerics
Class description
ComplexMatrix() - Constructor for class org.opensourcephysics.numerics.ComplexMatrix
 
ComplexPlotFrame - Class in org.opensourcephysics.frames
A DrawingFrame that plots a complex function.
ComplexPlotFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.ComplexPlotFrame
Constructs a PlotComplexFrame with the given frame title and axes labels.
ComplexPlotFrame.ComplexPlotFrameLoader - Class in org.opensourcephysics.frames
 
ComplexPlotFrame.ComplexPlotFrameLoader() - Constructor for class org.opensourcephysics.frames.ComplexPlotFrame.ComplexPlotFrameLoader
 
ComplexSurfacePlot - Class in org.opensourcephysics.display2d
SurfacePlot draws a 3D surface of a scalar field.
ComplexSurfacePlot() - Constructor for class org.opensourcephysics.display2d.ComplexSurfacePlot
Constructs the ComplexSurfacePlot without data.
ComplexSurfacePlot(GridData) - Constructor for class org.opensourcephysics.display2d.ComplexSurfacePlot
ComplexSurfacePlot constructor with the given data model.
ComplexSurfaceVertex - Class in org.opensourcephysics.display2d
The class SurfaceVertex represents a vertex in 3D space.
complexToColor(double, double) - Method in class org.opensourcephysics.display2d.ComplexColorMapper
Converts a complex number to hue, saturation, and brightness.
components - Variable in class org.opensourcephysics.cabrillo.tracker.WorldTView
 
compress(File, File, Manifest) - Static method in class org.opensourcephysics.tools.JarTool
Compresses a directory into a single JAR or ZIP file.
compress(ArrayList<File>, File, Manifest) - Static method in class org.opensourcephysics.tools.JarTool
Compresses a list of files and/or directories into a single JAR or ZIP file.
computeAverage(double[], int, int) - Static method in class org.opensourcephysics.numerics.Util
Computes the average value of a subset of an array.
computeCoefficients() - Method in class org.opensourcephysics.numerics.PolynomialLeastSquareFit
Computes the polynomial coefficients.
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.AbstractTile
This will be used by subclasses whenever there is a need to recompute the actual values of the corners before drawing.
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementBox
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementCone
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementCylinder
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementPlane
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementSurface
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementTessellation
 
computeCorners() - Method in class org.opensourcephysics.display3d.simple3d.ElementTetrahedron
 
computeGutters() - Method in class org.opensourcephysics.display.DrawingPanel
Computes the size of the gutters.
computeGutters() - Method in class org.opensourcephysics.display.PlottingPanel
Computes the size of the gutters using a Dimensioned object.
concatenate(AffineTransform) - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Post-concatenates a given AffineTransform to this transform.
concatenate(PerspectiveTransform) - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Post-concatenates a given PerspectiveTransform to this transform.
concatenate(AffineTransform) - Method in class org.opensourcephysics.numerics.FunctionTransform
 
ConeUtils - Class in org.opensourcephysics.display3d.simple3d.utils
 
ConeUtils() - Constructor for class org.opensourcephysics.display3d.simple3d.utils.ConeUtils
 
config(String) - Static method in class org.opensourcephysics.controls.MessageFrame
Logs a configuration message.
config(String) - Static method in class org.opensourcephysics.controls.OSPLog
Logs a configuration message.
configItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
configPanel - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
Configuration - Class in org.opensourcephysics.cabrillo.tracker
This manages a set of enabled configuration properties.
Configuration() - Constructor for class org.opensourcephysics.cabrillo.tracker.Configuration
Creates an empty Configuration.
Configuration(Set<String>) - Constructor for class org.opensourcephysics.cabrillo.tracker.Configuration
Creates a Configuration and initializes it with a configuration.
Configuration(TrackerPanel) - Constructor for class org.opensourcephysics.cabrillo.tracker.Configuration
Creates a Configuration and initializes it with the specified tracker panel configuration.
configure() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Configures this panel.
configure() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Configures this panel.
confirmOverwrite(String) - Static method in class org.opensourcephysics.tools.JarTool
Whether to overwrite an existing file.
conjugate() - Method in class org.opensourcephysics.numerics.Complex
Conjugats the complex number
conjugate() - Method in class org.opensourcephysics.numerics.Quaternion
Conjugates this quaternion in place.
connection_location - Variable in class org.opensourcephysics.display.InteractiveLabel
 
ConsoleLevel - Class in org.opensourcephysics.controls
 
constantFunction(double) - Static method in class org.opensourcephysics.numerics.Util
Creates a function having a constant value.
ConstantParser - Class in org.opensourcephysics.ejs.control
This class provides static methods that parse a string and return a Value with the corresponding type and value, ready to be used by the setValue() method of ControlElements
ConstantParser() - Constructor for class org.opensourcephysics.ejs.control.ConstantParser
 
ConstantParser - Class in org.opensourcephysics.ejs.control.swing
This class provides static methods that parse a string and return a Value with the corresponding type and value, ready to be used by the setValue() method of ControlElements
ConstantParser() - Constructor for class org.opensourcephysics.ejs.control.swing.ConstantParser
 
constantsLoadedFromXML - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
constantsLoadedFromXML - Variable in class org.opensourcephysics.tools.DataToolTab
 
constraintsConstant(String) - Static method in class org.opensourcephysics.ejs.control.swing.ConstantParser
 
constructorThreadGroup - Variable in class org.opensourcephysics.display.OSPDialog
The thread group that created this object.
constructorThreadGroup - Variable in class org.opensourcephysics.display.OSPFrame
The thread group that created this object.
contact - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
contactField - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
contactLabel - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
contains(Step) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack.StepArray
Determines if this step array contains the specified step.
contains(Vector) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Determines if the specified vector is in this sum.
contains(double, double) - Method in class org.opensourcephysics.display.InteractiveShape
Tests if the specified coordinates are inside the boundary of the Shape.
containsDuplicateValues(double[]) - Static method in class org.opensourcephysics.tools.DataTool
Determines if an array contains any duplicate or Double.NaN values.
containsInteractive - Variable in class org.opensourcephysics.display.InteractivePanel
 
containsInvalidExpressions() - Method in class org.opensourcephysics.tools.FunctionEditor
Returns true if any objects have invalid expressions.
containsMass(PointMass) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Determines if the specified point mass is in this center of mass.
containsOperators(String) - Method in class org.opensourcephysics.tools.DataToolTab
Determines if the name contains any FunctionTool.parserOperators.
containsPath(String, boolean) - Method in class org.opensourcephysics.tools.Library
Returns true if this library contains a collection path.
containsTrack(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Determines if the specified track is in this tracker panel.
content - Variable in class org.opensourcephysics.controls.XMLPropertyElement
 
contentDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
contentDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
contentPane - Variable in class org.opensourcephysics.tools.DataTool
 
contentPane - Variable in class org.opensourcephysics.tools.FunctionTool
 
contentPane - Variable in class org.opensourcephysics.tools.Launcher
 
contentPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
contentPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
contest(int, int, int) - Method in class org.opensourcephysics.media.gif.NeuQuant
 
CONTOUR_PLOT - Static variable in interface org.opensourcephysics.display2d.Plot2D
 
ContourAccumulator - Class in org.opensourcephysics.display2d
Title: Contour Description: The class LineAccumulator accumulates line drawing information and then draws all accumulated lines together.
ContourPlot - Class in org.opensourcephysics.display2d
ContourPlot draws a contour plot of a scalar field.
ContourPlot() - Constructor for class org.opensourcephysics.display2d.ContourPlot
Constructs a ContourPlot without any data.
ContourPlot(GridData) - Constructor for class org.opensourcephysics.display2d.ContourPlot
Constructs a ContourPlot that renders the given GridData.
control - Variable in class org.opensourcephysics.controls.AbstractAnimation
 
control - Variable in class org.opensourcephysics.controls.AbstractCalculation
 
control - Variable in class org.opensourcephysics.controls.AbstractSimulation
 
Control - Interface in org.opensourcephysics.controls
Graphical User Interfaces implement the Control interface.
control - Variable in class org.opensourcephysics.controls.XMLTree
 
control - Variable in class org.opensourcephysics.controls.XMLTreePanel
 
control - Variable in class org.opensourcephysics.tools.DataTool
 
ControlBar - Class in org.opensourcephysics.ejs.control.swing
A bar that display double values.
ControlBar(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlBar
Constructor ControlBar
ControlButton - Class in org.opensourcephysics.ejs.control.swing
A configurable control button.
ControlButton(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlButton
Constructor ControlButton
ControlCheckBox - Class in org.opensourcephysics.ejs.control.swing
A configurable checkbox.
ControlCheckBox(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlCheckBox
Constructor ControlCheckBox
ControlComboBox - Class in org.opensourcephysics.ejs.control.swing
A combobox to display string options.
ControlComboBox(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlComboBox
Constructor ControlComboBox
ControlContainer - Class in org.opensourcephysics.ejs.control.swing
A configurable Container
ControlContainer(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlContainer
Constructor ControlContainer
controlContainsData - Variable in class org.opensourcephysics.tools.DataTool
 
ControlDialog - Class in org.opensourcephysics.ejs.control.swing
A configurable Dialog.
ControlDialog(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlDialog
Constructor ControlDialog
ControlDrawable - Class in org.opensourcephysics.ejs.control.swing
Abstract superclass for Drawables (children of ControlDrawableParent)
ControlDrawable(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlDrawable
Constructor and utilities
ControlDrawablesParent - Class in org.opensourcephysics.ejs.control.swing
A container to hold Drawables.
ControlDrawablesParent(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlDrawablesParent
Constructor ControlDrawablesParent
ControlElement - Class in org.opensourcephysics.ejs.control
ControlElement is a base class for an object that can be managed using a series of configurable properties, hold actions that when invoked graphically call other objects' methods, and be responsible for the display and change of one or more internal variables.
ControlElement(Object) - Constructor for class org.opensourcephysics.ejs.control.ControlElement
Constructor ControlElement
ControlFrame - Class in org.opensourcephysics.controls
A frame with menu items for saving and loading control parameters
ControlFrame(String) - Constructor for class org.opensourcephysics.controls.ControlFrame
 
ControlFrame - Class in org.opensourcephysics.ejs.control.swing
A configurable Frame.
ControlFrame(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlFrame
Constructor ControlFrame
ControlInputArea - Class in org.opensourcephysics.ejs.control.swing
 
ControlInputArea(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlInputArea
Constructor ControlInputArea
ControlLabel - Class in org.opensourcephysics.ejs.control.swing
A configurable Label.
ControlLabel(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlLabel
Constructor ControlLabel
ControlNumberField - Class in org.opensourcephysics.ejs.control.swing
A textfield to display double values.
ControlNumberField(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlNumberField
Constructor ControlNumberField
ControlNumberField.MyKeyListener - Class in org.opensourcephysics.ejs.control.swing
 
ControlNumberField.MyKeyListener() - Constructor for class org.opensourcephysics.ejs.control.swing.ControlNumberField.MyKeyListener
 
controlPanel - Variable in class org.opensourcephysics.ejs.control.EjsCalculationControl
 
controlPanel - Variable in class org.opensourcephysics.ejs.control.EjsSimulationControl
 
ControlPanel - Class in org.opensourcephysics.ejs.control.swing
A configurable panel.
ControlPanel(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlPanel
Constructor ControlPanel
ControlParsedNumberField - Class in org.opensourcephysics.ejs.control.swing
A textfield to display double values.
ControlParsedNumberField(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlParsedNumberField
Constructor ControlParsedNumberField
ControlRadioButton - Class in org.opensourcephysics.ejs.control.swing
A configurable checkbox.
ControlRadioButton(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlRadioButton
Constructor ControlRadioButton
controls - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackControl
 
controls_res - Class in org.opensourcephysics.resources.controls
Default resource loader for the OSP display package.
controls_res() - Constructor for class org.opensourcephysics.resources.controls.controls_res
Constructor tools
controls_res(InputStream) - Constructor for class org.opensourcephysics.resources.controls.controls_res
Constructor tools
controls_res_en - Class in org.opensourcephysics.resources.controls
English resource loader for OSP controls class.
controls_res_en() - Constructor for class org.opensourcephysics.resources.controls.controls_res_en
Constructor controls_res_en
controls_res_en_US - Class in org.opensourcephysics.resources.controls
US English resource loader for OSP controls class.
controls_res_en_US() - Constructor for class org.opensourcephysics.resources.controls.controls_res_en_US
Constructor controls_res_en_US
controls_res_es - Class in org.opensourcephysics.resources.controls
Spanish resource loader for OSP controls class.
controls_res_es() - Constructor for class org.opensourcephysics.resources.controls.controls_res_es
Constructor controls_res_es
controls_res_es_ES - Class in org.opensourcephysics.resources.controls
ES Spanish resource loader for OSP controls class.
controls_res_es_ES() - Constructor for class org.opensourcephysics.resources.controls.controls_res_es_ES
Constructor controls_res_en_US
controls_res_zh - Class in org.opensourcephysics.resources.controls
Chinese resource loader for OSP controls class.
controls_res_zh() - Constructor for class org.opensourcephysics.resources.controls.controls_res_zh
Constructor controls_res_es
ControlSlider - Class in org.opensourcephysics.ejs.control.swing
A slider to display double values.
ControlSlider(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlSlider
Constructor ControlSlider
ControlSound - Class in org.opensourcephysics.ejs.control.swing
An element to play sound according to the state of an internal variable.
ControlSound(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlSound
Constructor ControlSound
ControlSplitPanel - Class in org.opensourcephysics.ejs.control.swing
A configurable SplitPanel
ControlSplitPanel(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
Constructor ControlSplitPanel
ControlsRes - Class in org.opensourcephysics.controls
ControlsRes provides access to internationalized string resources for OSPControls.
ControlSwingElement - Class in org.opensourcephysics.ejs.control.swing
ControlSwingElement is a base class for an object that displays a visual java.awt.Component.
ControlSwingElement(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Instantiates an object that wrapps a Swing JComponent of this type.
ControlTabbedPanel - Class in org.opensourcephysics.ejs.control.swing
A configurabel TabbedPanel
ControlTabbedPanel(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
Constructor ControlTabbedPanel
ControlTextArea - Class in org.opensourcephysics.ejs.control.swing
A configurable text.
ControlTextArea(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlTextArea
Constructor ControlTextArea
ControlTextField - Class in org.opensourcephysics.ejs.control.swing
A textfield to display double values.
ControlTextField(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlTextField
Constructor ControlTextField
ControlUtils - Class in org.opensourcephysics.controls
 
ControlWindow - Class in org.opensourcephysics.ejs.control.swing
A configurable Window.
ControlWindow(Object) - Constructor for class org.opensourcephysics.ejs.control.swing.ControlWindow
Constructor ControlWindow
conversionFactor - Variable in class org.opensourcephysics.media.core.NumberField
 
convertPathMouseListener - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
convertTableColumnIndex(boolean[], int) - Static method in class org.opensourcephysics.display.Dataset
Converts a table column in a table model to the appropriate table column.
convertToAmpAndPhaseView() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
 
convertToAmpAndPhaseView() - Method in class org.opensourcephysics.frames.FFTFrame
 
convertToCellLattice() - Method in class org.opensourcephysics.frames.LatticeFrame
Converts this lattice to a Byte lattice from a CellLattice.
convertToConnectedView() - Method in class org.opensourcephysics.frames.FFTRealFrame
 
convertToContourPlot() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Converts to a contour plot.
convertToGrayscalePlot() - Method in class org.opensourcephysics.frames.Scalar2DFrame
 
convertToGridPlot() - Method in class org.opensourcephysics.frames.Complex2DFrame
 
convertToGridPlot() - Method in class org.opensourcephysics.frames.FFT2DFrame
 
convertToGridPlot() - Method in class org.opensourcephysics.frames.Scalar2DFrame
 
convertToInterpolatedPlot() - Method in class org.opensourcephysics.frames.Complex2DFrame
 
convertToInterpolatedPlot() - Method in class org.opensourcephysics.frames.FFT2DFrame
 
convertToInterpolatedPlot() - Method in class org.opensourcephysics.frames.Scalar2DFrame
 
convertToPhaseBarView() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
 
convertToPhaseBarView() - Method in class org.opensourcephysics.frames.FFTFrame
 
convertToPostView() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
 
convertToPostView() - Method in class org.opensourcephysics.frames.FFTFrame
 
convertToPostView() - Method in class org.opensourcephysics.frames.FFTRealFrame
 
convertToReImView() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
 
convertToSiteLattice() - Method in class org.opensourcephysics.frames.LatticeFrame
Converts this lattice to a SiteLattice from a CellLattice.
convertToSurfacePlot() - Method in class org.opensourcephysics.frames.Complex2DFrame
Converts to a SurfacePlot plot.
convertToSurfacePlot() - Method in class org.opensourcephysics.frames.FFT2DFrame
Converts to a SurfacePlot plot.
convertToSurfacePlot() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Converts to a SurfacePlot plot.
convexHull(double[], int) - Static method in class org.opensourcephysics.display.GraphicsLib
Computes the 2D convex hull of a set of points using Graham's scanning algorithm.
convexHull(double[], int, float[], int[], int[]) - Static method in class org.opensourcephysics.display.GraphicsLib
Computes the 2D convex hull of a set of points using Graham's scanning algorithm.
CoordAxes - Class in org.opensourcephysics.cabrillo.tracker
A CoordAxes displays and controls the image coordinate system of a specified tracker panel.
CoordAxes() - Constructor for class org.opensourcephysics.cabrillo.tracker.CoordAxes
Constructs a CoordAxes for the specified tracker panel.
CoordAxesStep - Class in org.opensourcephysics.cabrillo.tracker
This is a Step for a CoordAxes.
CoordAxesStep(CoordAxes, int) - Constructor for class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Constructs an AxesStep.
COORDINATE_PLACEMENT - Static variable in class org.opensourcephysics.display.TextBox
 
coordinateStrBuilder - Variable in class org.opensourcephysics.display.DrawingPanel
 
coordinateStrBuilder - Static variable in class org.opensourcephysics.media.core.TPoint
 
CoordinateStringBuilder - Class in org.opensourcephysics.display.axes
Builds a coordinate string from a mouse event for an axis type.
CoordinateStringBuilder() - Constructor for class org.opensourcephysics.display.axes.CoordinateStringBuilder
 
coords - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
coords - Variable in class org.opensourcephysics.media.core.VideoPanel
 
coordsEditTrigger - Variable in class org.opensourcephysics.media.core.TPoint
 
coordsMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
coordsVisibleInMouseBox - Static variable in class org.opensourcephysics.media.core.TPoint
 
copy() - Method in class org.opensourcephysics.controls.ControlFrame
Copies the data in the table to the system clipboard
copy() - Method in class org.opensourcephysics.display.DataTableFrame
Copies the data in the table to the system clipboard
copy(Complex[][], Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
copy(Complex[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
copy(String) - Static method in class org.opensourcephysics.tools.DataTool
Copies text to the clipboard.
copy(Dataset, Dataset, boolean) - Method in class org.opensourcephysics.tools.DataToolTab
Copies a dataset.
copy(File, File) - Static method in class org.opensourcephysics.tools.JarTool
Copies a file.
copyAction(XMLControlElement) - Method in class org.opensourcephysics.display.DrawingFrame
Copies objects found in the specified xml control.
copyAction() - Method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Copies objects found in the specified xml control.
copyAction - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
copyButton - Variable in class org.opensourcephysics.tools.FunctionEditor
 
copyButton - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
copyDataFormattedItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
copyDataItem - Variable in class org.opensourcephysics.tools.DataTool
 
copyDataMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
copyDataMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyDataRawItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
copyFile(File, File) - Static method in class org.opensourcephysics.media.core.VideoIO
Copies a source file to a target file.
copyFrameImageItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyFrom(Camera) - Method in interface org.opensourcephysics.display3d.core.Camera
Copies its configuration from another camera
copyFrom(VisualizationHints) - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
Copies its data from another set of hints
copyFrom(Camera) - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
copyFrom(VisualizationHints) - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
copyImage(Image) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Copies the specified image to the system clipboard.
copyImage(Image) - Method in class org.opensourcephysics.tools.SnapshotTool
Copies the specified image to the system clipboard.
copyImage(Component) - Method in class org.opensourcephysics.tools.SnapshotTool
Copies an image of a component to the clipboard
copyImageItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
copyImageItem - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
copyImageItem - Variable in class org.opensourcephysics.cabrillo.tracker.WorldTView
 
copyImageItem - Variable in class org.opensourcephysics.tools.DataTool
 
copyImageMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyItem - Variable in class org.opensourcephysics.controls.ControlFrame
 
copyItem - Variable in class org.opensourcephysics.display.DrawingFrame
 
copyItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
copyItem - Variable in class org.opensourcephysics.frames.ImageFrame
 
copyMainViewImageItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyMenu - Variable in class org.opensourcephysics.tools.DataTool
 
copyObjectMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyState() - Method in class org.opensourcephysics.display.TextLine
Create a New Textline object copying the state of the existing object into the new one.
copyState(TextLine) - Method in class org.opensourcephysics.display.TextLine
Copy the state of the parsed Textline into the existing object.
copyTabItem - Variable in class org.opensourcephysics.tools.DataTool
 
copyTable(DataTable, boolean, String) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Copies data in the specified datatable to the system clipboard.
copyTableDataToClipboard() - Method in class org.opensourcephysics.tools.DataToolTab
Copies the selected table data to the clipboard.
copyTo(Style) - Method in interface org.opensourcephysics.display3d.core.Style
 
copyTo(Style) - Method in class org.opensourcephysics.display3d.simple3d.Style
 
copyValue(Value) - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
copyValue(Value) - Method in class org.opensourcephysics.ejs.control.value.Value
Copies one value into another
copyViewImageItems - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
copyXML(Object) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Copies an xml string representation of the specified object to the system clipboard.
corners - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
corners - Variable in class org.opensourcephysics.display3d.simple3d.AbstractTile
 
cos - Variable in class org.opensourcephysics.display.axes.PolarCoordinateStringBuilder
 
cos(double, double) - Method in class org.opensourcephysics.media.core.TPoint
Returns the cosine of the angle measured ccw from the positive x-axis to the line between this TPoint and the specified coordinates.
cos(Point2D) - Method in class org.opensourcephysics.media.core.TPoint
Returns the cosine of the angle measured ccw from the positive x-axis to the line between this TPoint and the specified Point2D.
cos() - Method in class org.opensourcephysics.numerics.Complex
Returns the cosine of this complex number.
cosh() - Method in class org.opensourcephysics.numerics.Complex
 
countColumnsVisible(boolean[]) - Static method in class org.opensourcephysics.display.Dataset
Counts the number of columns visible
counts - Variable in class org.opensourcephysics.controls.XMLControlElement
 
create(ArrayList<String>, File, File, Manifest) - Method in class org.opensourcephysics.tools.JarTool
Creates a JAR file out of the list of contents provided.
createActions() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Creates the actions.
createActions() - Method in class org.opensourcephysics.media.core.VideoFrame
 
createActions() - Method in class org.opensourcephysics.media.core.VideoGrabber
Creates the actions.
createActions() - Method in class org.opensourcephysics.tools.LaunchBuilder
Creates the actions.
createAdjoint() - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Returns a new PerpectiveTransform that is the adjoint, of the current transform.
createAlignmentTransformation(double[], double[]) - Static method in class org.opensourcephysics.numerics.Matrix2DTransformation
Instantiates a rotation that aligns the first vector with the second vector.
createAlignmentTransformation(double[], double[]) - Static method in class org.opensourcephysics.numerics.Matrix3DTransformation
Instantiates a rotation that aligns the first vector with the second vector.
createAlignmentTransformation(double[], double[]) - Static method in class org.opensourcephysics.numerics.Quaternion
Instantiates a quaternion that aligns the first vector with the second vector.
createApp(Animation) - Static method in class org.opensourcephysics.controls.AnimationControl
Creates an animation control and establishes communication between the control and the model.
createApp(Animation, String[]) - Static method in class org.opensourcephysics.controls.AnimationControl
Creates a animation control and establishes communication between the control and the model.
createApp(Calculation) - Static method in class org.opensourcephysics.controls.CalculationControl
Creates a calculation control and establishes communication between the control and the model.
createApp(Calculation, String[]) - Static method in class org.opensourcephysics.controls.CalculationControl
Creates a calculation control and establishes communication between the control and the model.
createApp(Object) - Static method in class org.opensourcephysics.controls.OSPControl
Creates an OSP control and establishes communication between the control and the model.
createApp(Simulation) - Static method in class org.opensourcephysics.controls.SimulationControl
Creates a SIP animation control and establishes communication between the control and the model.
createApp(Simulation, String[]) - Static method in class org.opensourcephysics.controls.SimulationControl
Creates a simulation control and establishes communication between the control and the model.
createArrow(double, double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive arrow.
createAxes(PlottingPanel) - Method in class org.opensourcephysics.display.axes.AxisFactory
 
createAxesType1(PlottingPanel) - Static method in class org.opensourcephysics.display.axes.AxisFactory
 
createAxesType2(PlottingPanel) - Static method in class org.opensourcephysics.display.axes.AxisFactory
 
createAxesType3(PlottingPanel) - Static method in class org.opensourcephysics.display.axes.AxisFactory
 
createBoundedArrow(double, double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded arrow.
createBoundedCenteredArrow(double, double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded arrow.
createBoundedCircle(double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded circle.
createBoundedEllipse(double, double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded ellipse.
createBoundedImage(Image, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded image.
createBoundedRectangle(double, double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded rectangle.
createBoundedTriangle(double, double, double, double) - Static method in class org.opensourcephysics.display.BoundedShape
Creates a bounded rectangle.
createBufferStrategy() - Method in class org.opensourcephysics.display.OSPDialog
Creates a BufferStrategy based on the capabilites of the hardware.
createBufferStrategy() - Method in class org.opensourcephysics.display.OSPFrame
Creates a BufferStrategy based on the capabilites of the hardware.
createButton(String) - Static method in class org.opensourcephysics.tools.DataTool
Creates a button with a specified text.
createCartesian() - Static method in class org.opensourcephysics.display.axes.CoordinateStringBuilder
Creates the default builder for cartesian coordiantes.
createCellLattice() - Method in class org.opensourcephysics.display2d.SiteLattice
Creates a new CellLattice containing the same data as this lattice.
createCenteredArrow(double, double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive arrow.
createChildNodes() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Creates the child nodes of this node if this is a collection node.
createChooser(String, String, String[]) - Static method in class org.opensourcephysics.display.OSPRuntime
Creates a JFileChooser with given title, description and extensions
createChooser(String, String[]) - Static method in class org.opensourcephysics.display.OSPRuntime
Creates a JFileChooser with given description and extensions
createChooser(String, String[], File) - Static method in class org.opensourcephysics.display.OSPRuntime
Creates a JFileChooser with given description and extensions
createChooser() - Static method in class org.opensourcephysics.tools.SnapshotTool
 
createCircle(double, double, double) - Static method in class org.opensourcephysics.display.DrawableShape
Creates a drawable circle.
createCircle(double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive circle.
createDataColumn() - Method in class org.opensourcephysics.tools.DataToolTab
Creates a new empty DataColumn.
createDatasetFromYPoints(Dataset, Dataset) - Static method in class org.opensourcephysics.tools.DataTool
Constructs a dataset from independent xColumn and yColumn datasets.
createDefaultColors() - Method in class org.opensourcephysics.display2d.BinaryLattice
Creates the default palette.
createDefaultColors() - Method in interface org.opensourcephysics.display2d.ByteLattice
Creates the default palette.
createDefaultColors() - Method in class org.opensourcephysics.display2d.ByteRaster
Sets the default palette.
createDefaultColors() - Method in class org.opensourcephysics.display2d.CellLattice
 
createDefaultColors() - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Creates the default palette.
createDefaultColors() - Method in class org.opensourcephysics.display2d.CellLatticePC
Creates the default palette.
createDefaultColors() - Method in class org.opensourcephysics.display2d.SiteLattice
Creates the default palette.
createDefaultColors() - Method in class org.opensourcephysics.display2d.TriangularByteLattice
 
createDefaultViews() - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Creates default views
createDrawable(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
createEllipse(double, double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive ellipse.
createFolders(String) - Static method in class org.opensourcephysics.controls.XML
Creates any missing folders in the specified path.
createFourierData(Data) - Static method in class org.opensourcephysics.tools.FourierTool
Creates a Data object containing the Fourier spectrum of the input Data.
createFourierTab(Data) - Static method in class org.opensourcephysics.tools.DataTool
Creates a fourier tab for the specified Data object.
createFrame(DrawingPanel3D) - Static method in class org.opensourcephysics.display3d.core.CameraInspector
Creates a frame and, inside it, a CameraInspector.
createFrame(CameraInspector) - Static method in class org.opensourcephysics.display3d.core.CameraInspector
Creates a frame with the given CameraInspector.
createGridPointData(int) - Method in class org.opensourcephysics.display2d.GridPointData
Creates a new GridPointData object with the same grid points and the given number of components.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Creates the visible components.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
Creates the menu bar.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.TToolBar
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.cabrillo.tracker.TTrackBar
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.controls.OSPLog
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.controls.XMLTree
Creates the GUI and listeners.
createGUI() - Method in class org.opensourcephysics.controls.XMLTreePanel
Creates the GUI and listeners.
createGUI() - Method in class org.opensourcephysics.display.ArrayPanel
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.media.core.VideoGrabber
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.ArrayInspector
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.DataTool
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.DataToolTab
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.FourierTool
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.FourierToolTab
/** Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.FunctionEditor
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.FunctionPanel
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.InitialValueEditor
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.JarTreeDialog
Creates the GUI.
createGUI(boolean) - Method in class org.opensourcephysics.tools.LaunchBuilder
Creates the GUI.
createGUI(boolean) - Method in class org.opensourcephysics.tools.Launcher
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.LaunchPanel
Creates the GUI.
createGUI() - Method in class org.opensourcephysics.tools.LibraryBrowser
Creates the visible components of this panel.
createGUI() - Method in class org.opensourcephysics.tools.LibraryTreePanel
Creates the GUI and listeners.
createImage(Image, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive image.
createInverse() - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Returns a new PerpectiveTransform that is the inverse of the current transform.
createInverse() - Method in class org.opensourcephysics.numerics.FunctionTransform
 
createLibraryTreePanel() - Method in class org.opensourcephysics.tools.LibraryBrowser
Creates a new empty LibraryTreePanel.
createLightInspectorFrame(DrawingPanel3D) - Method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Dummy creator of a LightInspector.
createLogger() - Method in class org.opensourcephysics.controls.OSPLog
Creates and initializes the logger.
createMagnifiedImage(BufferedImage) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
createManifest(String, String) - Static method in class org.opensourcephysics.tools.JarTool
Creates a Manifest for a JAR file with the given parameters
createMassAndTimeParameters() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
This adds the mass and initial time parameters to the function panel.
createMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
createMenus() - Method in class org.opensourcephysics.controls.OSPLog
Creates the popup menu.
createNewCollection() - Method in class org.opensourcephysics.tools.LibraryBrowser
Creates a new empty LibraryCollection file.
createObject(XMLControl) - Method in interface org.opensourcephysics.controls.XML.ObjectLoader
Creates an object from data in an XMLControl.
createObject(XMLControl) - Method in class org.opensourcephysics.controls.XMLJavaLoader
Creates a new object if the class type has a no-arg constructor.
createObject(XMLControl) - Method in class org.opensourcephysics.controls.XMLLoader
Creates a new object if the class type has a no-arg constructor.
createObject(XMLControl) - Method in class org.opensourcephysics.display.ArrowLoader
Creates an Arrow.
createObject(XMLControl) - Method in class org.opensourcephysics.display.BoundedShape.BoundedShapeLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.CircleLoader
Creates a Circle.
createObject(XMLControl) - Method in class org.opensourcephysics.display.DataFunction.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.Dataset.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.DrawableShapeLoader
Creates the DrawableShape containing a GeneralPath.
createObject(XMLControl) - Method in class org.opensourcephysics.display.DrawableTextLine.DrawableTextLineLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.DrawingFrame.DrawingFrameLoader
createObject
createObject(XMLControl) - Method in class org.opensourcephysics.display.GeneralPathLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.Histogram.HistogramLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.InteractiveArrow.InteractiveArrowLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.InteractiveCenteredArrow.InteractiveCenteredArrowLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.InteractiveCircle.InteractiveCircleLoader
Creates a default InteractiveCircle.
createObject(XMLControl) - Method in class org.opensourcephysics.display.InteractiveShape.InteractiveShapeLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display.InteractiveTextLine.InteractiveTextLineLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display2d.Plot2DLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.Camera.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.DrawingFrame3D.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.DrawingPanel3D.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.Element.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.Resolution.ResolutionLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.Style.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.core.VisualizationHints.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.Camera.CameraLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.ElementCone.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.ElementCylinder.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.Group.Loader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.Style.StyleLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints.VisualizationHintsLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.frames.ComplexPlotFrame.ComplexPlotFrameLoader
Creates a PlotFame.
createObject(XMLControl) - Method in class org.opensourcephysics.frames.HistogramFrame.HistogramFrameLoader
Creates a PlotFame.
createObject(XMLControl) - Method in class org.opensourcephysics.frames.PlotFrame.PlotFrameLoader
Creates a PlotFame.
createObject(XMLControl) - Method in class org.opensourcephysics.media.core.ImageCoordSystem.Loader
Creates a new ImageCoordSystem.
createObject(XMLControl) - Method in class org.opensourcephysics.numerics.Matrix2DTransformation.Matrix2DTransformationLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.numerics.Matrix3DTransformation.Affine3DTransformationLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.numerics.Quaternion.QuaternionLoader
 
createObject(XMLControl) - Method in class org.opensourcephysics.tools.DataColumn.Loader
 
createObject(String, String, Object) - Method in class org.opensourcephysics.tools.DataFunctionEditor
Creates an object with specified name and expression.
createObject(String, String, Object) - Method in class org.opensourcephysics.tools.FunctionEditor
Creates an object with specified name and expression.
createObject(XMLControl) - Method in class org.opensourcephysics.tools.Launcher.LaunchSet
 
createObject(String, String, Object) - Method in class org.opensourcephysics.tools.ParamEditor
Creates an object with specified name and expression.
createObject(XMLControl) - Method in class org.opensourcephysics.tools.UserFunction.Loader
 
createObject(String, String, Object) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Creates an object with specified name and expression.
createODESolver(ODE, String) - Static method in class org.opensourcephysics.numerics.ODESolverFactory
A factory method that creates an ODESolver using a name.
createParser() - Static method in class org.opensourcephysics.numerics.MathExpParser
 
createPolar() - Static method in class org.opensourcephysics.display.axes.CoordinateStringBuilder
Creates the default builder for polar coordinates.
createPolar(String, String, double) - Static method in class org.opensourcephysics.display.axes.CoordinateStringBuilder
Creates the default builder for polar coordinates.
createPolarMainFunctions() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
 
createPolarType1(String, double) - Static method in class org.opensourcephysics.display.PlottingPanelFactory
Constructs a new PlottingPanel with polar type 1 axes using the given title.
createPolarType2(String, double) - Static method in class org.opensourcephysics.display.PlottingPanelFactory
Constructs a new PlottingPanel with polar type 2 axes using the given title.
createRectangle(double, double, double, double) - Static method in class org.opensourcephysics.display.DrawableShape
Creates a drawable rectangle.
createRectangle(double, double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive rectangle.
createScratch() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Creates the scratch file.
createSiteLattice() - Method in class org.opensourcephysics.display2d.CellLattice
Creates a new SiteLattice containing the same data as this lattice.
createSiteLattice() - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Creates a new SiteLattice containing the same data as this lattice.
createSiteLattice() - Method in class org.opensourcephysics.display2d.CellLatticePC
Creates a new SiteLattice containing the same data as this lattice.
createSquare(double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive square.
createStandardCone(int, int, int, double, double, boolean, boolean, boolean, boolean, double) - Static method in class org.opensourcephysics.display3d.simple3d.utils.ConeUtils
 
createStandardCylinder(int, int, int, double, double, boolean, boolean, boolean, boolean) - Static method in class org.opensourcephysics.display3d.simple3d.utils.CylinderUtils
 
createStandardEllipsoid(int, int, int, double, double, double, double, boolean, boolean, boolean, boolean) - Static method in class org.opensourcephysics.display3d.simple3d.utils.EllipsoidUtils
 
createStandardTetrahedron(boolean, boolean, double) - Static method in class org.opensourcephysics.display3d.simple3d.utils.TetrahedronUtils
 
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Creates a new calibration step with a single calibration point.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Creates a new calibration step with two calibration points.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Mimics step creation by setting the origin position.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Creates a new step.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Creates a new step or sets end positions of an existing step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Creates a new offset origin step with specified image coordinates.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Creates a new position step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Implements createStep but only mimics step creation since steps are created automatically by the autofill StepArray.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Mimics step creation by setting end positions of an existing step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Creates a new step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Implements createStep but only mimics step creation since steps are created automatically by the autofill StepArray.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Mimics step creation by setting end positions of an existing step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Creates a new step.
createStep(int, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Implements createStep.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Creates a vector step with specified tail position and vector components.
createStep(int, double, double, double, double) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Overrides vector method.
createTab(Data) - Static method in class org.opensourcephysics.tools.DataTool
Creates a tab for the specified Data object.
createTabs(Data) - Static method in class org.opensourcephysics.tools.DataTool
Creates a tab for each Data object returned by DataTool.getDataList(source).
createTemplateMatcher() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Creates a TemplateMatcher based on the current image and mask.
createTextLine(double, double, String) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive image.
createTrackView(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.PlotTView
Creates a view for the specified track
createTrackView(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TableTView
Creates a view for the specified track
createTrackView(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Creates a view for the specified track
createTree(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchPanel
Creates the tree.
createTree(LibraryTreeNode) - Method in class org.opensourcephysics.tools.LibraryTreePanel
Creates the tree.
createTriangle(double, double, double, double) - Static method in class org.opensourcephysics.display.InteractiveShape
Creates an interactive triangle with a base parallel to the x axis.
createType1(String, String, String) - Static method in class org.opensourcephysics.display.PlottingPanelFactory
Constructs a new PlottingPanel with cartesian type 1 axes using the given X axis label, Y axis label, and plot title.
createType2(String, String, String) - Static method in class org.opensourcephysics.display.PlottingPanelFactory
Constructs a new PlottingPanel with cartesian type 2 axes using the given X axis label, Y axis label, and plot title.
createType3(String, String, String) - Static method in class org.opensourcephysics.display.PlottingPanelFactory
Constructs a new PlottingPanel with cartesian type 3 axes using the given X axis label, Y axis label, and plot title.
createUniqueObject(Object, String, boolean) - Method in class org.opensourcephysics.tools.FunctionEditor
Creates an object with a unique name.
createVarChoices() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
createVideo() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Creates a new video (scratch file) and sets fileName to null.
createVideo(String) - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Creates a new video and sets the destination file name.
createVideo() - Method in interface org.opensourcephysics.media.core.VideoRecorder
Creates a new video to which frames can be added.
createVideo(String) - Method in interface org.opensourcephysics.media.core.VideoRecorder
Creates a new video with the specified file name.
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlBar
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlButton
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlCheckBox
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlComboBox
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlInputArea
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlLabel
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlPanel
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlParsedNumberField
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlRadioButton
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlSlider
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Creates the visual component of this ControlElement, the one you can configure graphically.
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
createVisual(Object) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextField
 
createWarningDialog() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
 
creditsLabel - Static variable in class org.opensourcephysics.tools.Launcher
 
cross(Vec3D, Vec3D) - Method in class org.opensourcephysics.numerics.Vec3D
Sets this vector to the vector cross product of vectors v1 and v2.
cross2D(double[], double) - Static method in class org.opensourcephysics.numerics.VectorMath
Calculates the cross product of a double[2] vector in a plane and a vector perpendicular to that plane.
cross2D(double[], double[]) - Static method in class org.opensourcephysics.numerics.VectorMath
Calculate the cross product of two-component vectors.
cross3D(double[], double[]) - Static method in class org.opensourcephysics.numerics.VectorMath
Calculates the vector cross product of double[3] vectors v1 and v2.
CROSS_PLATFORM_LF - Static variable in class org.opensourcephysics.display.OSPRuntime
 
crosshair - Static variable in class org.opensourcephysics.cabrillo.tracker.RGBStep
 
crossProduct(double[], double[]) - Static method in class org.opensourcephysics.display3d.simple3d.utils.VectorAlgebra
 
Cryptic - Class in org.opensourcephysics.controls
A class to represent an encrypted version of a UTF-8-encoded String.
Cryptic() - Constructor for class org.opensourcephysics.controls.Cryptic
Protected no-arg constructor has null cryptic.
Cryptic(String) - Constructor for class org.opensourcephysics.controls.Cryptic
Public constructor with input string.
Cryptic(String, String) - Constructor for class org.opensourcephysics.controls.Cryptic
Public constructor with input and password.
cubic(double, double, double, double) - Static method in class org.opensourcephysics.numerics.Root
Solves for the roots of the cubic equation ax3+bx2+cx+d=0.
CubicSpline - Class in org.opensourcephysics.numerics
Class description
CubicSpline(double[], double[]) - Constructor for class org.opensourcephysics.numerics.CubicSpline
Constructs a natural CubicSpline interpolating function from the given data.
CubicSpline(double[], double[], double, double) - Constructor for class org.opensourcephysics.numerics.CubicSpline
Constructs a constrained CubicSpline interpolating function from the given data.
currentCoords - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
currentState - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
CURSOR_CROSSHAIR - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
CURSOR_CUBE - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
CURSOR_NONE - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
CURSOR_XYZ - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
cursorCrosshairItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
cursorCubeItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
cursorMenu - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
cursorNoneItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
cursorXYZItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
curveFitter - Variable in class org.opensourcephysics.tools.DataToolTab
 
curveFitters - Variable in class org.opensourcephysics.tools.FunctionTool
 
CurveFitting - Class in org.opensourcephysics.numerics
Class CurveFitting defines various curve fitting algorithms inluding linear regression.
CUSTOM - Static variable in class org.opensourcephysics.display.Dataset
Field POST
CUSTOM - Static variable in class org.opensourcephysics.display.TitleText
 
CustomAxes - Class in org.opensourcephysics.display.axes
 
CustomAxes(PlottingPanel) - Constructor for class org.opensourcephysics.display.axes.CustomAxes
Constructor CustomAxes
customButtons - Variable in class org.opensourcephysics.display.OSPFrame
 
customButtons - Variable in class org.opensourcephysics.tools.FunctionEditor
 
customButtons - Variable in class org.opensourcephysics.tools.FunctionTool
 
customDelimiters - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
customInspector - Variable in class org.opensourcephysics.display.DrawingFrame
 
customInspector - Variable in class org.opensourcephysics.display.DrawingPanel
 
customize() - Method in class org.opensourcephysics.ejs.control.EjsCalculationControl
Override this method to customize this EjsSimulationControl.
customize() - Method in class org.opensourcephysics.ejs.control.EjsSimulationControl
Override this method to customize the EjsSimulationControl.
customMarker - Variable in class org.opensourcephysics.display.Dataset
 
cutAction - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
cutButton - Variable in class org.opensourcephysics.tools.FunctionEditor
 
cutButton - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
CylinderUtils - Class in org.opensourcephysics.display3d.simple3d.utils
 
CylinderUtils() - Constructor for class org.opensourcephysics.display3d.simple3d.utils.CylinderUtils
 

D

DARK_BLUE - Static variable in class org.opensourcephysics.controls.OSPLog
 
DARK_GREEN - Static variable in class org.opensourcephysics.controls.OSPLog
 
DARK_RED - Static variable in class org.opensourcephysics.controls.OSPLog
 
DarkGhostFilter - Class in org.opensourcephysics.media.core
This is a Filter that produces fading ghost images of dark objects on a bright background.
DarkGhostFilter() - Constructor for class org.opensourcephysics.media.core.DarkGhostFilter
Constructs a GhostFilter object with default fade.
darkRed - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
DASHED_LINE - Static variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
A dashed line pattern
data - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView.TabView
 
data - Variable in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
 
data - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
data - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
data - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
Data - Interface in org.opensourcephysics.display
The Data interface defines methods for obtaining and identifying OSP data.
data - Variable in class org.opensourcephysics.display.DataAdapter
 
data - Variable in class org.opensourcephysics.display2d.ArrayData
 
data - Variable in class org.opensourcephysics.display2d.FlatData
 
data - Variable in class org.opensourcephysics.display2d.GridPointData
 
data - Variable in class org.opensourcephysics.display3d.simple3d.ElementSurface
 
data - Variable in class org.opensourcephysics.display3d.simple3d.ElementTessellation
 
DataAdapter - Class in org.opensourcephysics.display
Data adapter class implements the Data interface for double[][] arrays.
DataAdapter(double[][]) - Constructor for class org.opensourcephysics.display.DataAdapter
Constructor DataAdapter
dataBuilder - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
dataBuilder - Variable in class org.opensourcephysics.tools.DataTool
 
dataBuilder - Variable in class org.opensourcephysics.tools.DataToolTab
 
dataBuilderButton - Variable in class org.opensourcephysics.tools.DataToolTab
 
dataBuilderItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
dataBuilderItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
dataBuilderItem - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
dataBuilderItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
DataColumn - Class in org.opensourcephysics.tools
A Dataset that represents a single column in a DataToolTable.
DataColumn() - Constructor for class org.opensourcephysics.tools.DataColumn
Constructs a DataColumn.
DataColumn.Loader - Class in org.opensourcephysics.tools
A class to save and load DataColumn data in an XMLControl.
DataColumn.Loader() - Constructor for class org.opensourcephysics.tools.DataColumn.Loader
 
dataDescriptions - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfile
 
dataDescriptions - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
dataDescriptions - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
dataDescriptions - Variable in class org.opensourcephysics.cabrillo.tracker.Vector
 
dataExporter - Static variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
DataFile - Class in org.opensourcephysics.display
 
DataFile(String) - Constructor for class org.opensourcephysics.display.DataFile
Creates a DataFile using data in the given file.
dataFile - Variable in class org.opensourcephysics.media.core.VideoPanel
 
dataFrames - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
DataFunction - Class in org.opensourcephysics.display
This is a dataset whose values are determined by a multivariable function evaluated with input constants and linked datasets.
DataFunction(DatasetManager) - Constructor for class org.opensourcephysics.display.DataFunction
Constructs a DataFunction for the specified input data.
DataFunction(DatasetManager, String, String) - Constructor for class org.opensourcephysics.display.DataFunction
Constructs a DataFunction for the specified input data, name and expression.
DataFunction.Loader - Class in org.opensourcephysics.display
A class to save and load DataFunction data in an XMLControl.
DataFunction.Loader() - Constructor for class org.opensourcephysics.display.DataFunction.Loader
 
DataFunctionEditor - Class in org.opensourcephysics.tools
A FunctionEditor for DataFunctions.
DataFunctionEditor(DatasetManager) - Constructor for class org.opensourcephysics.tools.DataFunctionEditor
Constructor.
dataFunctionListener - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
DataFunctionPanel - Class in org.opensourcephysics.tools
This is a FunctionPanel for DataFunctions.
DataFunctionPanel(DatasetManager) - Constructor for class org.opensourcephysics.tools.DataFunctionPanel
Constructor with input data.
DataFunctionPanel(DataFunctionEditor) - Constructor for class org.opensourcephysics.tools.DataFunctionPanel
Constructor with function editor.
dataHidden - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
dataManager - Variable in class org.opensourcephysics.tools.DataToolTab
 
DataPanel - Class in org.opensourcephysics.display
 
DataPanel() - Constructor for class org.opensourcephysics.display.DataPanel
Constructor DataRowPanel
dataPanel - Variable in class org.opensourcephysics.display.dialogs.AutoScaleInspector
 
dataPanel - Variable in class org.opensourcephysics.display.dialogs.LogAxesInspector
 
dataPanel - Variable in class org.opensourcephysics.display.dialogs.ScaleInspector
 
dataPanel - Variable in class org.opensourcephysics.media.core.ClipInspector
 
dataPanel - Variable in class org.opensourcephysics.tools.LaunchPanel
 
dataProp - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
DataRaster - Class in org.opensourcephysics.display2d
DataRaster maps (x,y) data onto an image.
DataRaster(DrawingPanel, double, double, double, double) - Constructor for class org.opensourcephysics.display2d.DataRaster
Constructs a DataRaster object that maps (x,y) data to image pixels.
DataRefreshTool - Class in org.opensourcephysics.tools
This tool sends data to any tool that requests it.
DataRowModel - Class in org.opensourcephysics.display
 
DataRowModel() - Constructor for class org.opensourcephysics.display.DataRowModel
Constructor DataRowModel
DataRowTable - Class in org.opensourcephysics.display
A JTable to display rows of integers, doubles and Strings.
DataRowTable() - Constructor for class org.opensourcephysics.display.DataRowTable
Constructor DataRowTable
dataScroller - Variable in class org.opensourcephysics.tools.DataToolTab
 
dataset - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
Dataset - Class in org.opensourcephysics.display
Dataset stores and plots (x,y) points.
Dataset() - Constructor for class org.opensourcephysics.display.Dataset
Dataset constructor.
Dataset(Color) - Constructor for class org.opensourcephysics.display.Dataset
Dataset constructor specifying the marker color.
Dataset(Color, Color, boolean) - Constructor for class org.opensourcephysics.display.Dataset
Dataset constructor specifying the marker color, line color, and whether points are connected.
Dataset.Loader - Class in org.opensourcephysics.display
A class to save and load Dataset data in an XMLControl.
Dataset.Loader() - Constructor for class org.opensourcephysics.display.Dataset.Loader
 
DatasetCurveFitter - Class in org.opensourcephysics.tools
A panel that displays and controls functional curve fits to a Dataset.
DatasetCurveFitter(Dataset) - Constructor for class org.opensourcephysics.tools.DatasetCurveFitter
Constructs a DatasetCurveFitter for the specified Dataset.
DatasetCurveFitter.MinimizeMultiVarFunction - Class in org.opensourcephysics.tools
A function whose value is the total deviation squared between a multivariable function and a set of data points.
DatasetCurveFitter.MinimizeUserFunction - Class in org.opensourcephysics.tools
A function whose value is the total deviation squared between a user function and a set of data points.
datasetID - Variable in class org.opensourcephysics.analysis.FourierAnalysis
 
datasetID - Variable in class org.opensourcephysics.analysis.FourierSinCosAnalysis
 
datasetID - Variable in class org.opensourcephysics.display.Dataset
Field datasetID: an integer ID that identifies this object
datasetID - Variable in class org.opensourcephysics.display.Histogram
an integer ID that identifies this object
datasetID - Variable in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
datasetID - Variable in class org.opensourcephysics.display3d.simple3d.Group
an integer ID that identifies this object
DatasetManager - Class in org.opensourcephysics.display
DatasetManager maintains a list of datasets.
DatasetManager() - Constructor for class org.opensourcephysics.display.DatasetManager
DatasetManager constructor.
DatasetManager(boolean) - Constructor for class org.opensourcephysics.display.DatasetManager
DatasetManager constructor.
DatasetManager(boolean, boolean) - Constructor for class org.opensourcephysics.display.DatasetManager
DatasetManager constructor specifying whether points are connected and sorted.
DatasetManager(boolean, boolean, boolean, int) - Constructor for class org.opensourcephysics.display.DatasetManager
DatasetManager constructor specifying whether points are connected, sorted, and the marker shape.
datasetManager - Variable in class org.opensourcephysics.frames.PlotFrame
 
dataTable - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
DataTable - Class in org.opensourcephysics.display
DataTable displays multiple TableModels in a table.
DataTable() - Constructor for class org.opensourcephysics.display.DataTable
Constructs a DatTable with a default data model
DataTable(DataTableModel) - Constructor for class org.opensourcephysics.display.DataTable
Constructs a DatTable with the specified data model
dataTable - Variable in class org.opensourcephysics.frames.ComplexPlotFrame
 
dataTable - Variable in class org.opensourcephysics.frames.FFTFrame
 
dataTable - Variable in class org.opensourcephysics.frames.HistogramFrame
 
dataTable - Variable in class org.opensourcephysics.frames.PlotFrame
 
dataTable - Variable in class org.opensourcephysics.tools.DataToolTab
 
DataTable.DefaultDataTableModel - Class in org.opensourcephysics.display
 
DataTable.DefaultDataTableModel() - Constructor for class org.opensourcephysics.display.DataTable.DefaultDataTableModel
 
DataTable.NumberFormatDialog - Class in org.opensourcephysics.display
 
DataTable.PrecisionRenderer - Class in org.opensourcephysics.display
 
DataTable.PrecisionRenderer(int) - Constructor for class org.opensourcephysics.display.DataTable.PrecisionRenderer
PrecisionRenderer constructor
DataTable.PrecisionRenderer(String) - Constructor for class org.opensourcephysics.display.DataTable.PrecisionRenderer
PrecisionRenderer constructor
DataTable.RowNumberRenderer - Class in org.opensourcephysics.display
 
DataTable.RowNumberRenderer(JTable) - Constructor for class org.opensourcephysics.display.DataTable.RowNumberRenderer
RowNumberRenderer constructor
DataTable.UnitRenderer - Class in org.opensourcephysics.display
A cell renderer that adds units to displayed values.
DataTable.UnitRenderer(TableCellRenderer, String, String) - Constructor for class org.opensourcephysics.display.DataTable.UnitRenderer
UnitRenderer constructor
DataTableFrame - Class in org.opensourcephysics.display
TableFrame displays a DataTable with a scroll pane in a frame.
DataTableFrame(DataTable) - Constructor for class org.opensourcephysics.display.DataTableFrame
TableFrame Constructor
DataTableFrame(String, DataTable) - Constructor for class org.opensourcephysics.display.DataTableFrame
TableFrame Constructor
DataTableModel - Interface in org.opensourcephysics.display
Interface DataTableModel
DataTool - Class in org.opensourcephysics.tools
This provides a GUI for analyzing OSP Data objects.
DataTool() - Constructor for class org.opensourcephysics.tools.DataTool
Constructs a blank DataTool.
DataTool(String) - Constructor for class org.opensourcephysics.tools.DataTool
Constructs a DataTool and opens the specified xml file.
DataTool(XMLControl) - Constructor for class org.opensourcephysics.tools.DataTool
Constructs a DataTool and loads data from an xml control.
DataTool(Data) - Constructor for class org.opensourcephysics.tools.DataTool
Constructs a DataTool and loads the specified data object.
DataTool(String, String) - Constructor for class org.opensourcephysics.tools.DataTool
Constructs a DataTool with title and name.
dataTool - Variable in class org.opensourcephysics.tools.DataToolTab
 
dataToolDialog - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
dataToolItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
dataToolItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
dataToolItem - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
DataToolPropsTable - Class in org.opensourcephysics.tools
This displays plot properties of the columns in a data tool table.
DataToolPropsTable(DataToolTable) - Constructor for class org.opensourcephysics.tools.DataToolPropsTable
Constructor.
DataToolStatsTable - Class in org.opensourcephysics.tools
This displays statistics of data columns in a DataToolTable.
DataToolStatsTable(DataToolTable) - Constructor for class org.opensourcephysics.tools.DataToolStatsTable
Constructor.
DataToolTab - Class in org.opensourcephysics.tools
This tab displays and analyzes a single Data object in a DataTool.
DataToolTab(Data) - Constructor for class org.opensourcephysics.tools.DataToolTab
Constructs a DataToolTab for the specified Data.
DataToolTable - Class in org.opensourcephysics.tools
This is a DataTable that displays DataColumns and constructs HighlightableDatasets for a plot.
DataToolTable(DataToolTab) - Constructor for class org.opensourcephysics.tools.DataToolTable
Constructs a DataToolTable for the specified DataTooltab.
DataToolTable.DataToolTableModel - Class in org.opensourcephysics.tools
A table model for this table.
DataToolTable.TableEdit - Class in org.opensourcephysics.tools
A class to undo/redo edits.
DataToolTable.TableEdit(int, String, Object, Object) - Constructor for class org.opensourcephysics.tools.DataToolTable.TableEdit
A class to undo/redo edits.
dataToolVisible - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
dataValid - Variable in class org.opensourcephysics.cabrillo.tracker.RGBStep
 
dataValid - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
dataVisible - Variable in class org.opensourcephysics.cabrillo.tracker.Step
 
DEBUG_ALL - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_CONTROL - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_CONTROL_VERBOSE - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_DRAWING - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_DRAWING_VERBOSE - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_ELEMENTS - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_NONE - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_SET_AND_GET - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_SYSTEM - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
DEBUG_SYSTEM_VERBOSE - Static variable in class org.opensourcephysics.ejs.control.GroupControl
 
decideColors(Color) - Method in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
decimal - Static variable in class org.opensourcephysics.media.core.ImageCoordSystem
 
DecimalField - Class in org.opensourcephysics.display.dialogs
This is a JTextField that accepts only decimal numbers.
DecimalField(int, int) - Constructor for class org.opensourcephysics.display.dialogs.DecimalField
Constructs a DecimalField object.
DecimalField - Class in org.opensourcephysics.media.core
This is a NumberField that displays numbers in decimal format with a fixed number of decimal places.
DecimalField(int, int) - Constructor for class org.opensourcephysics.media.core.DecimalField
Constructs a DecimalField.
decimalFormat - Variable in class org.opensourcephysics.controls.AbstractAnimation
Field decimalFormat can be used to display time and other numeric values.
decimalFormat - Variable in class org.opensourcephysics.controls.AbstractCalculation
 
decimalFormat - Variable in class org.opensourcephysics.display.axes.CoordinateStringBuilder
 
decimalFormat - Variable in class org.opensourcephysics.display.DrawingPanel
 
decode(String) - Static method in class org.opensourcephysics.controls.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class org.opensourcephysics.controls.Base64Coder
Decodes a byte array from Base64 format.
decodeImageData() - Method in class org.opensourcephysics.media.gif.GifDecoder
Decodes LZW image data into pixel array.
decoder - Variable in class org.opensourcephysics.media.gif.GifVideo
 
DECORATION_AXES - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
DECORATION_CUBE - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
DECORATION_NONE - Static variable in interface org.opensourcephysics.display3d.core.VisualizationHints
 
decorationAxesItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
decorationCubeItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
decorationMenu - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
decorationNoneItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
decrypt() - Method in class org.opensourcephysics.controls.Cryptic
Gets the decrypted string.
decrypt(String) - Method in class org.opensourcephysics.controls.Cryptic
Gets the decrypted string using a password.
DEFAULT_LF - Static variable in class org.opensourcephysics.display.OSPRuntime
 
DEFAULT_LOOK_AND_FEEL - Static variable in class org.opensourcephysics.display.OSPRuntime
 
DEFAULT_LOOK_AND_FEEL_DECORATIONS - Static variable in class org.opensourcephysics.display.OSPRuntime
 
defaultArray - Variable in class org.opensourcephysics.numerics.DoubleArray
 
defaultArray - Variable in class org.opensourcephysics.numerics.IntegerArray
 
defaultBottomDivider - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
defaultBottomGutter - Variable in class org.opensourcephysics.display.axes.AbstractAxes
 
defaultButtonHeight - Static variable in class org.opensourcephysics.tools.DataTool
 
defaultColor - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
defaultColors - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
defaultCommands() - Static method in class org.opensourcephysics.desktop.ostermiller.Browser
Retrieve the default commands to open a browser for this system.
defaultDelimiter - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
defaultFileName - Variable in class org.opensourcephysics.media.core.VideoPanel
default file name used for initial saveAs
defaultFileName - Static variable in class org.opensourcephysics.tools.Launcher
 
defaultFontSizeItem - Variable in class org.opensourcephysics.tools.DataTool
 
defaultFontSizeItem - Variable in class org.opensourcephysics.tools.FunctionTool
 
defaultFootprint - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
defaultForeground - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
defaultFormat - Static variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
defaultHeight - Static variable in class org.opensourcephysics.media.core.VideoPanel
 
defaultIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
defaultImageBorder - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
defaultIndex - Variable in class org.opensourcephysics.cabrillo.tracker.Step
 
defaultLeftGutter - Variable in class org.opensourcephysics.display.axes.AbstractAxes
default gutters.
defaultLFItem - Variable in class org.opensourcephysics.tools.Launcher
 
defaultLocales - Static variable in class org.opensourcephysics.display.OSPRuntime
Array of default OSP Locales.
defaultMemoryCheckbox - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
defaultNumericalPrecision - Static variable in class org.opensourcephysics.numerics.Util
The default precision for numerical analysis.
defaultPlotCount - Variable in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
 
defaultRadius - Static variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
defaultRefFrameItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
defaultRightDivider - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
defaultRightGutter - Variable in class org.opensourcephysics.display.axes.AbstractAxes
 
defaultSavePath - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
defaultString - Variable in class org.opensourcephysics.numerics.DoubleArray
 
defaultString - Variable in class org.opensourcephysics.numerics.IntegerArray
 
defaultTopGutter - Variable in class org.opensourcephysics.display.axes.AbstractAxes
 
defaultValue - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
defaultValueSet - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
defaultWidth - Variable in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
 
defaultWidth - Static variable in class org.opensourcephysics.media.core.VideoPanel
 
defaultXMLExt - Static variable in class org.opensourcephysics.media.core.VideoIO
 
define(String) - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Defines a function.
define(String) - Method in class org.opensourcephysics.numerics.SuryonoParser
Defines a function.
defineButton - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
defineVariable(int, String) - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Sets the variable names.
defineVariable(int, String) - Method in class org.opensourcephysics.numerics.SuryonoParser
Sets the variable names.
deflate(double) - Method in class org.opensourcephysics.numerics.Polynomial
Deflates the polynomial by removing the root.
degree() - Method in class org.opensourcephysics.numerics.Polynomial
Gets the degree of this polynomial function.
degreeRenderers - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
DEGREES - Static variable in class org.opensourcephysics.tools.FunctionEditor
 
degreesButton - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
degreesItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
DeinterlaceFilter - Class in org.opensourcephysics.media.core
This is a Filter that returns only one field of an interlaced video image.
DeinterlaceFilter() - Constructor for class org.opensourcephysics.media.core.DeinterlaceFilter
Constructs a default DeinterlaceFilter object.
delay - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
delay - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
delayTime - Variable in class org.opensourcephysics.controls.AbstractAnimation
 
delete(int) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Deletes the match data at a specified frame number.
delete() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Deletes this particle.
delete() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Deletes this system.
delete() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Removes this particle from all panels that draw it.
delete() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Removes this track from all panels that draw it.
DELETE_CELLS_EDIT - Static variable in class org.opensourcephysics.tools.DataToolTable
 
DELETE_COLUMN_EDIT - Static variable in class org.opensourcephysics.tools.DataToolTable
 
DELETE_ROWS_EDIT - Static variable in class org.opensourcephysics.tools.DataToolTable
 
deleteCells(int[], HashMap<String, double[]>) - Method in class org.opensourcephysics.tools.DataToolTable
Deletes cells in a column.
deleteColumn(String) - Method in class org.opensourcephysics.tools.DataToolTable
Deletes a column.
deleteDataFunctionItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
deleteItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
deleteItem - Variable in class org.opensourcephysics.media.core.Filter
 
deleteItem - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
deletePoint(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Deletes a point.
deletePoints(Dataset, int[]) - Method in class org.opensourcephysics.tools.DataToolTable
Deletes points from a dataset.
deleteRows(int[]) - Method in class org.opensourcephysics.tools.DataToolTable
Deletes rows.
deleteSelectedColumns() - Method in class org.opensourcephysics.tools.DataToolTable
 
deleteSelectedPointItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Overrides TTrack deleteStep method to prevent deletion.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Overrides TTrack deleteStep method to prevent deletion.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack deleteStep method.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Overrides TTrack deleteStep method to prevent deletion.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack deleteStep method to prevent deletion.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Overrides TTrack deleteStep method to prevent deletion.
deleteStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Deletes a step.
deleteTempFiles() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Deletes the temporary files.
deleteTracksMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
delimiter - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
delimiterDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
delimiterPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
delimiters - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
delimiters - Static variable in class org.opensourcephysics.display.DataFile
 
delimiters - Static variable in class org.opensourcephysics.tools.DataTool
 
delta - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack.StepArray
 
deltaTransform(Point2D, Point2D) - Method in class org.opensourcephysics.numerics.FunctionTransform
 
deltaTransform(double[], int, double[], int, int) - Method in class org.opensourcephysics.numerics.FunctionTransform
 
Derivative - Interface in org.opensourcephysics.cabrillo.tracker
A Derivative implements an algorithm for finding a derivative.
Derivative - Class in org.opensourcephysics.numerics
Derivative defines various derivative algorithms.
derivative() - Method in class org.opensourcephysics.numerics.Polynomial
Gets the derivative of this polynomial.
derivData - Variable in class org.opensourcephysics.cabrillo.tracker.PointMass
 
descent - Variable in class org.opensourcephysics.display.TextLine
The descent using the current font
description - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
description - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
description() - Method in interface org.opensourcephysics.tools.ExportFormat
 
description() - Method in class org.opensourcephysics.tools.ExportGnuplotFormat
 
description() - Method in class org.opensourcephysics.tools.ExportXMLFormat
 
description - Variable in class org.opensourcephysics.tools.UserFunction
 
descriptionItem - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
descriptionPane - Variable in class org.opensourcephysics.tools.LaunchPanel
 
descriptionScroller - Variable in class org.opensourcephysics.tools.LaunchPanel
 
destroy() - Method in class org.opensourcephysics.davidson.applets.ApplicationApplet
Destroys the applet's resources.
destroy() - Method in class org.opensourcephysics.davidson.applets.FrameApplet
Destroys the applet's resources.
destroy() - Method in class org.opensourcephysics.ejs.control.ControlElement
Clears any trace of myself (specially in the group)
destroy(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Completely destroy a ControlElement by name
destroy(ControlElement) - Method in class org.opensourcephysics.ejs.control.GroupControl
Completely destroy a ControlElement
destroy() - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
destroy() - Method in class org.opensourcephysics.ejs.control.swing.ControlSound
 
destroy() - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
destroy() - Method in class org.opensourcephysics.media.quicktime.QTApplicationApplet
Destroy method
determinant(Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
determinant() - Method in class org.opensourcephysics.numerics.LUPDecomposition
Gets the determinant.
diagnosticMenu - Variable in class org.opensourcephysics.tools.Launcher
 
Diagnostics - Class in org.opensourcephysics.tools
This defines static methods for reporting the availability and status of various software resources.
Diagnostics() - Constructor for class org.opensourcephysics.tools.Diagnostics
 
DiagnosticsForSystem - Class in org.opensourcephysics.tools
Displays system properties.
DiagnosticsForSystem() - Constructor for class org.opensourcephysics.tools.DiagnosticsForSystem
 
DiagnosticsForThreads - Class in org.opensourcephysics.tools
 
DiagnosticsForThreads() - Constructor for class org.opensourcephysics.tools.DiagnosticsForThreads
 
DiagnosticsForXuggle - Class in org.opensourcephysics.tools
Checks to see if Xuggle is installed and available.
dialog - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
dialog - Variable in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
dialogs_res - Class in org.opensourcephysics.resources.display
Default resource loader for the OSP dialogs.
dialogs_res() - Constructor for class org.opensourcephysics.resources.display.dialogs_res
Constructor tools
dialogs_res(InputStream) - Constructor for class org.opensourcephysics.resources.display.dialogs_res
Constructor tools
dialogs_res_en - Class in org.opensourcephysics.resources.display
English resource loader for OSP display class.
dialogs_res_en() - Constructor for class org.opensourcephysics.resources.display.dialogs_res_en
Constructor dialogs_res_en
dialogs_res_en_US - Class in org.opensourcephysics.resources.display
US English resource loader for OSP display class.
dialogs_res_en_US() - Constructor for class org.opensourcephysics.resources.display.dialogs_res_en_US
Constructor dialogs_res_en_US
dialogs_res_es - Class in org.opensourcephysics.resources.display
Spanish resource loader for OSP display class.
dialogs_res_es() - Constructor for class org.opensourcephysics.resources.display.dialogs_res_es
Constructor dialogs_res_es
dialogs_res_es_ES - Class in org.opensourcephysics.resources.display
ES Spanish resource loader for OSP display class.
dialogs_res_es_ES() - Constructor for class org.opensourcephysics.resources.display.dialogs_res_es_ES
Constructor dialogs_res_en_US
dialogs_res_zh - Class in org.opensourcephysics.resources.display
Chinese resource loader for OSP display class.
dialogs_res_zh() - Constructor for class org.opensourcephysics.resources.display.dialogs_res_zh
Constructor dialogs_res_zh
DialogsRes - Class in org.opensourcephysics.display.dialogs
String constants for Dialogs.
dialogVisible - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
DID_NOT_CONVERGE - Static variable in interface org.opensourcephysics.numerics.ODEAdaptiveSolver
 
dim - Variable in class org.opensourcephysics.display.TextPanel
 
dim - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
dim - Static variable in class org.opensourcephysics.tools.DataTool
 
dimensionConstant(String) - Static method in class org.opensourcephysics.ejs.control.swing.ConstantParser
 
Dimensioned - Interface in org.opensourcephysics.display
Dimensioned objects can only be drawn a certain size and therefore set the size of a drawing panel's drawable area.
dimensionSetter - Variable in class org.opensourcephysics.display.DrawingPanel
 
dipole(double, double) - Static method in class org.opensourcephysics.display2d.TestData
Dipole distribution with poles at +1 and -1 on the x axis.
dipoleScalarField(GridPointData) - Static method in class org.opensourcephysics.display2d.TestData
Generate a dipole scalar field.
dipoleVector(double, double) - Static method in class org.opensourcephysics.display2d.TestData
Dipole field with poles at +1 and -1 on the x axis.
dipoleVectorField(int, int, double, double, double, double) - Static method in class org.opensourcephysics.display2d.TestData
 
direct(double[]) - Method in class org.opensourcephysics.numerics.Matrix2DTransformation
Transforms the given point+.
direct(double[]) - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
Transforms the given point+.
direct(double[][]) - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
Transforms the given matrix into the transformation's coordinate system.
direct(double[]) - Method in class org.opensourcephysics.numerics.Quaternion
Transforms (rotates) the coordinates of the given point.
direct(double[]) - Method in interface org.opensourcephysics.numerics.Transformation
Transforms a given point
DIRECTIONAL_LIGHT - Static variable in interface org.opensourcephysics.display3d.core.DrawingPanel3D
 
dirty - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
disableAllDrawing - Static variable in class org.opensourcephysics.display.OSPRuntime
Disables drawing for faster start-up and to avoid screen flash in Drawing Panels.
DISABLED_COLOR - Static variable in class org.opensourcephysics.media.core.NumberField
 
disableHyperlinks() - Method in class org.opensourcephysics.display.TextFrame
Enables hyperlinks.
disableWarning() - Static method in class org.opensourcephysics.tools.JarTool
This method is kept for backwards compatibility.
Display3DFrame - Class in org.opensourcephysics.frames
 
Display3DFrame(String) - Constructor for class org.opensourcephysics.frames.Display3DFrame
 
display_res - Class in org.opensourcephysics.resources.display
Default resource loader for the OSP display package.
display_res() - Constructor for class org.opensourcephysics.resources.display.display_res
Constructor tools
display_res(InputStream) - Constructor for class org.opensourcephysics.resources.display.display_res
Constructor tools
display_res_en - Class in org.opensourcephysics.resources.display
English resource loader for OSP display class.
display_res_en() - Constructor for class org.opensourcephysics.resources.display.display_res_en
Constructor display_res_en
display_res_en_US - Class in org.opensourcephysics.resources.display
US English resource loader for OSP display class.
display_res_en_US() - Constructor for class org.opensourcephysics.resources.display.display_res_en_US
Constructor display_res_en_US
display_res_es - Class in org.opensourcephysics.resources.display
Spanish resource loader for OSP display class.
display_res_es() - Constructor for class org.opensourcephysics.resources.display.display_res_es
Constructor display_res_es
display_res_es_ES - Class in org.opensourcephysics.resources.display
ES Spanish resource loader for OSP display class.
display_res_es_ES() - Constructor for class org.opensourcephysics.resources.display.display_res_es_ES
Constructor display_res_es_ES
display_res_zh - Class in org.opensourcephysics.resources.display
Spanish resource loader for OSP display class.
display_res_zh() - Constructor for class org.opensourcephysics.resources.display.display_res_zh
Constructor display_res_es
DisplayColors - Class in org.opensourcephysics.display
Defines color palette used by OSP components.
DisplayFrame - Class in org.opensourcephysics.frames
A DrawingFrame with an empty drawing panel.
DisplayFrame(String) - Constructor for class org.opensourcephysics.frames.DisplayFrame
Constructs the DisplayFrame with the given title.
DisplayFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.DisplayFrame
Constructs the DisplayFrame with the given labels and title.
displayMenu - Variable in class org.opensourcephysics.controls.ControlFrame
 
displayMenu - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
displayMenu - Variable in class org.opensourcephysics.tools.DataTool
 
displayMenu - Variable in class org.opensourcephysics.tools.Launcher
 
displayName - Variable in class org.opensourcephysics.tools.LibraryResource
 
displayNoPerspectiveItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
displayPane - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView.TabView
 
displayPanel - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
displayPanel - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
displayPerspectiveItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
displayProperty(XMLTreeNode, boolean) - Method in class org.opensourcephysics.controls.XMLTreePanel
Displays the property data for the specified node.
DisplayRes - Class in org.opensourcephysics.display
DisplayRes provides access to internationalized string resources for objects in the display package.
displayTabs(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchPanel
Displays all tabs for the specified node.
displayURL(String) - Static method in class org.opensourcephysics.desktop.OSPDesktop
Display a URL in the system browser.
displayURL(String) - Static method in class org.opensourcephysics.desktop.ostermiller.Browser
Display a URL in the system browser.
displayURLs(String[]) - Static method in class org.opensourcephysics.desktop.ostermiller.Browser
Display the URLs, each in their own window, in the system browser.
displayWorldCoordinates() - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Displays the world coordinates of the currently selected step.
displayXYItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
displayXZItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
displayYZItem - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
dispose() - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMassInspector
Disposes of this inspector.
dispose() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
Disposes of this inspector.
dispose() - Method in class org.opensourcephysics.cabrillo.tracker.TrackControl
Disposes of this dialog.
dispose() - Method in class org.opensourcephysics.cabrillo.tracker.VectorSumInspector
Disposes of this inpector.
dispose() - Method in class org.opensourcephysics.controls.AnimationControl
Disposes all resources.
dispose() - Method in class org.opensourcephysics.display.OSPFrame
Disposes all resources.
dispose() - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
dispose() - Method in class org.opensourcephysics.media.core.ClipControl
Empty dispose method.
dispose() - Method in interface org.opensourcephysics.media.core.Video
Disposes of this video.
dispose() - Method in class org.opensourcephysics.media.core.VideoAdapter
Disposes of this video.
dispose() - Method in class org.opensourcephysics.media.core.VideoClipControl
Removes this listener from the video so it can be garbage collected.
dispose - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
dispose - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
dispose() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Disposes of this object.
dispose() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Disposes of this video.
dispose() - Method in class org.opensourcephysics.tools.DiagnosticsForThreads
 
dispose() - Method in class org.opensourcephysics.tools.TranslatorTool
Disposes all resources.
div - Variable in class org.opensourcephysics.display3d.simple3d.ElementSegment
 
div(Complex) - Method in class org.opensourcephysics.numerics.Complex
Returns the result of dividing this complex number by the parameter.
div(double) - Method in class org.opensourcephysics.numerics.Complex
Devide the complex number by a double value.
divergence(GridPointData, double) - Static method in class org.opensourcephysics.display2d.Util2D
Calculates the divergence of a 2d vector field and multiplies the divergence by a constant.
divide(double) - Method in class org.opensourcephysics.numerics.Polynomial
Divides this polynomial by a constant.
divide(Polynomial) - Method in class org.opensourcephysics.numerics.Polynomial
Divides this polynomial by another polynomial.
divider - Variable in class org.opensourcephysics.tools.Launcher
 
dividerLocs - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
dividerLocs - Variable in class org.opensourcephysics.cabrillo.tracker.TViewChooser
 
dividerSize - Variable in class org.opensourcephysics.cabrillo.tracker.TViewChooser
 
divideWithRemainder(Polynomial) - Method in class org.opensourcephysics.numerics.Polynomial
Divides this polynomial by another polynomial.
DIVISIONS - Static variable in class org.opensourcephysics.display3d.core.Resolution
 
doAnalysis(double[], double[], int) - Method in class org.opensourcephysics.analysis.FourierAnalysis
Fourier analyzes the given complex data z[] after adding gutter points at the start and end of the z[] array.
doAnalysis(double[], double[], int) - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Fourier analyzes the given data y[] after adding gutter points at the start and end of the z[] array.
doctype - Variable in class org.opensourcephysics.controls.XMLControlElement
 
doFFT(double[][][], double, double, double, double) - Method in class org.opensourcephysics.frames.FFT2DFrame
Does an FFT of the given data array and repaints the panel.
doFFT(double[], int, double, double, double, double) - Method in class org.opensourcephysics.frames.FFT2DFrame
 
doFFT(Function, Function, double, double, int) - Method in class org.opensourcephysics.frames.FFTFrame
Does an FFT of the given real and imaginary function.
doFFT(double[], double, double) - Method in class org.opensourcephysics.frames.FFTFrame
Does an FFT of the given data array.
doFFT(double[], double[], int) - Method in class org.opensourcephysics.frames.FFTRealFrame
Does an FFT of the given data array.
domainType - Variable in class org.opensourcephysics.frames.FFT2DFrame
 
domainType - Variable in class org.opensourcephysics.frames.FFTFrame
 
domainType - Variable in class org.opensourcephysics.frames.FFTRealFrame
 
doRealFFT(double[], double, double) - Method in class org.opensourcephysics.frames.FFTFrame
Does an FFT of the given data.
DormandPrince45 - Class in org.opensourcephysics.numerics
DormandPrince45 implements a RKF 4/5 ODE solver with variable step size using Dormand-Prince coefficients.
DormandPrince45(ODE) - Constructor for class org.opensourcephysics.numerics.DormandPrince45
Constructs the DormandPrince45 ODESolver for a system of ordinary differential equations.
doStep() - Method in class org.opensourcephysics.controls.AbstractAnimation
Does an animation step.
doStep() - Method in class org.opensourcephysics.manual.ch13.CaptureAnimationApp
 
dot(Quaternion) - Method in class org.opensourcephysics.numerics.Quaternion
Returns the dot product of this quaternion and quaternion q.
dot(Vec3D) - Method in class org.opensourcephysics.numerics.Vec3D
Returns the dot product of this vector and vector v1.
dot(double[], double[]) - Static method in class org.opensourcephysics.numerics.VectorMath
Calculate the dot product of two vectors.
DOTTED_LINE - Static variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
A dotted line pattern
DOTTED_LINE - Static variable in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
 
DoubleArray - Class in org.opensourcephysics.media.core
This manages an array of doubles.
DoubleArray(int, double) - Constructor for class org.opensourcephysics.media.core.DoubleArray
Constructs a DoubleArray object.
DoubleArray - Class in org.opensourcephysics.numerics
DoubleArray stores an array of doubles as a string and as an array.
DoubleArray(int) - Constructor for class org.opensourcephysics.numerics.DoubleArray
Creates a DoubleArray of the given length with all elements set to zero.
DoubleArray(double[]) - Constructor for class org.opensourcephysics.numerics.DoubleArray
Creates a DoubleArray of the given length with all elements set to zero.
DoubleArray(String) - Constructor for class org.opensourcephysics.numerics.DoubleArray
Creates an arry with the given string being the default string.
DoubleArrowFootprint - Class in org.opensourcephysics.cabrillo.tracker
An DoubleArrowFootprint returns a double arrow shape for a Point array of length 2.
DoubleArrowFootprint(String) - Constructor for class org.opensourcephysics.cabrillo.tracker.DoubleArrowFootprint
Constructs a DoubleArrowFootprint.
DoubleCrosshairFootprint - Class in org.opensourcephysics.cabrillo.tracker
A double crosshair footprint for a Point array of length 2.
DoubleCrosshairFootprint(String) - Constructor for class org.opensourcephysics.cabrillo.tracker.DoubleCrosshairFootprint
Constructs a DoubleCrosshairFootprint.
doubleToColor(double) - Method in class org.opensourcephysics.display2d.ColorMapper
Converts a double to a color.
doubleToColor(double) - Method in class org.opensourcephysics.display2d.VectorColorMapper
Converts a double to a color.
doubleToCompColor(double) - Method in class org.opensourcephysics.display2d.VectorColorMapper
Converts a double to a the complementary color.
doubleToComponents(double, byte[]) - Method in class org.opensourcephysics.display2d.ColorMapper
Converts a double to color components.
DoubleValue - Class in org.opensourcephysics.ejs.control.value
A DoubleValue is a Value object that holds a double value.
DoubleValue(double) - Constructor for class org.opensourcephysics.ejs.control.value.DoubleValue
Constructor DoubleValue
download(String, String, File, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
downloadToOSPCache(String, String, String, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
dr - Variable in class org.opensourcephysics.display.axes.AbstractPolarAxis
 
drag(int, int) - Method in class org.opensourcephysics.display.DrawingPanel.ZoomBox
Drags the corner of the ZoomBox.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Draws this object.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Overrides PointMass draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Overrides ParticleModel draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Overrides DynamicParticle draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Overrides TTrack draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Overrides Step draw method.
draw(Graphics2D, boolean) - Method in interface org.opensourcephysics.cabrillo.tracker.Mark
Draws this object.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Overrides PointMass draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Draws this step.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Draws the image mat on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Draws the steps on the tracker panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Overrides TTrack draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Overrides Step draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Overrides Vector draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.AbstractInteractive
Draws the object.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Arrow
Draws the arrow.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Draws the axes.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CartesianType1
Draws the plot by implementing the drawable interface.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CartesianType2
Draws the axes in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CartesianType3
Draws the axes in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CustomAxes
Draws the axes in a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.PolarType1
Draws a representation of an object in a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.PolarType2
Draws a representation of an object in a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.XAxis
Draws the axis in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.XYAxis
Draws the axis in a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.YAxis
Draws the axis in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.BoundedImage
Draws the image.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.BoundedShape
Draws the shape.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.BoundedTextLine
Draws the image.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Circle
Draws the circle.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.ComplexDataset
Draw this Dataset in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Dataset
Draw this Dataset in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.DatasetManager
Draws this Dataset in the drawing panel.
draw(DrawingPanel, Graphics) - Method in interface org.opensourcephysics.display.Drawable
Draws a representation of an object in a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.DrawableBuffer
Method draw
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.DrawableGroup
Draws the shapes in the drawable list.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.DrawableShape
Draws the shape.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.DrawableTextLine
Draws the TextLine.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.FunctionDrawer
Draw the function on a drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Grid
 
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.HighlightableDataset
Draw this Dataset in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Histogram
Draws this histogram in the drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveArrow
Draws the arrow.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveCenteredArrow
Draws the arrow.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveImage
Draws the image.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveLabel
 
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveShape
Draws the shape.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.InteractiveTextLine
Draws the text.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.MeasuredImage
Draws the image on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Protractor
Draws the protractor on the given drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Spring
Implementation of Drawable.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.TextBox
 
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.TitleText
Draws the TextLine offset from the location.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.Trail
Draws the trail on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.TrailBezier
Draw the trail on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.BinaryLattice
Draws the lattice and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ByteRaster
Draws the image on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.CellLattice
 
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Draws the lattice and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.CellLatticePC
Draws the lattice and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ComplexContourPlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ComplexGridPlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Paint the surface.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.ContourPlot
Paint the contour.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.DataRaster
Draw the image containing the dataset pixels.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.GrayscalePlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.GridPlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.IntegerRaster
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Draws the image and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.SiteLattice
Draws the lattice and the grid.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.SurfacePlot
Paint the surface.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
Draws the lattice.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.TriangularByteLattice
Draws the lattice.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display2d.VectorPlot
Draws this vector field in the given drawing panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.TCoordAxes
Overrides TShape draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.TLineProfile
Override the draw method to get the profile data.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.TPoint
Empty draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.TrackableCircle
Overrides the Circle draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.TShape
Overrides TPoint draw method.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.core.VideoAdapter
Draws the video image on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.gif.GifVideo
Draws the video image on the panel.
draw(DrawingPanel, Graphics) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Draws the video image on the panel.
DRAW_AT_LOCATION - Static variable in class org.opensourcephysics.display.axes.XYAxis
Field DRAW_AT_LOCATION
DRAW_BIN - Static variable in class org.opensourcephysics.display.Histogram
draw bin from y min to top of bin
DRAW_IN_DISPLAY - Static variable in class org.opensourcephysics.display.axes.XYAxis
Field DRAW_IN_DISPLAY
DRAW_IN_GUTTER - Static variable in class org.opensourcephysics.display.axes.XYAxis
Field DRAW_IN_GUTTER
DRAW_POINT - Static variable in class org.opensourcephysics.display.Histogram
draw point at top of bin
Drawable - Interface in org.opensourcephysics.display
Drawable objects draw themselves in a DrawingPanel.
DrawableAxes - Interface in org.opensourcephysics.display.axes
DrawableAxes defines axes that render themselves in a drawing panel.
DrawableBuffer - Class in org.opensourcephysics.display
A DrawableBuffer contains an image of drawable objects.
DrawableBuffer() - Constructor for class org.opensourcephysics.display.DrawableBuffer
Constructor DrawableBuffer
DrawableBuffer(Drawable) - Constructor for class org.opensourcephysics.display.DrawableBuffer
Constructor DrawableBuffer
DrawableGroup - Class in org.opensourcephysics.display
Draws a group of shapes.
DrawableGroup() - Constructor for class org.opensourcephysics.display.DrawableGroup
 
DrawableImage - Interface in org.opensourcephysics.media.core
This defines methods used by drawable images.
drawableList - Variable in class org.opensourcephysics.display.DrawableGroup
 
drawableList - Variable in class org.opensourcephysics.display.DrawingPanel
 
DrawableShape - Class in org.opensourcephysics.display
A class that draws shapes using the Java 2D API.
DrawableShape(Shape, double, double) - Constructor for class org.opensourcephysics.display.DrawableShape
Constructs a DrawableShape with the given coordinates.
DrawableShapeLoader - Class in org.opensourcephysics.display
A class to save and load DrawableShapes in an XMLControl.
DrawableShapeLoader() - Constructor for class org.opensourcephysics.display.DrawableShapeLoader
 
DrawableTextLine - Class in org.opensourcephysics.display
DrawableTextLine draws short Strings with subscripts and superscripts.
DrawableTextLine(String, double, double) - Constructor for class org.opensourcephysics.display.DrawableTextLine
Constructs a DrawableTextLine with the given text and location.
DrawableTextLine.DrawableTextLineLoader - Class in org.opensourcephysics.display
A class to save and load InteractiveArrow in an XMLControl.
DrawableTextLine.DrawableTextLineLoader() - Constructor for class org.opensourcephysics.display.DrawableTextLine.DrawableTextLineLoader
 
drawAll(Graphics) - Method in class org.opensourcephysics.display2d.ContourAccumulator
Draws all accumulated lines.
drawBin(DrawingPanel, Graphics, int, double) - Method in class org.opensourcephysics.display.Histogram
Draws a filled bin.
drawFilledPlot(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.Dataset
Fills the line connecting the data points.
drawingBounds - Variable in class org.opensourcephysics.cabrillo.tracker.TMat
 
DrawingDialog - Class in org.opensourcephysics.display
DrawingDialog: a dialog that contains a drawing panel.
DrawingDialog(Frame, DrawingPanel) - Constructor for class org.opensourcephysics.display.DrawingDialog
DrawingDialog constructor specifying the DrawingPanel that will be placed in the center of the content pane.
DrawingFrame - Class in org.opensourcephysics.display
Drawing Frame: a frame that contains a drawing panel.
DrawingFrame() - Constructor for class org.opensourcephysics.display.DrawingFrame
DrawingFrame constructor that creates a default DrawingPanel.
DrawingFrame(DrawingPanel) - Constructor for class org.opensourcephysics.display.DrawingFrame
DrawingFrame constructor specifying the DrawingPanel that will be placed in the center of the content pane.
DrawingFrame(String, DrawingPanel) - Constructor for class org.opensourcephysics.display.DrawingFrame
DrawingFrame constructor specifying the title and the DrawingPanel that will be placed in the center of the content pane.
DrawingFrame.DrawingFrameLoader - Class in org.opensourcephysics.display
 
DrawingFrame.DrawingFrameLoader() - Constructor for class org.opensourcephysics.display.DrawingFrame.DrawingFrameLoader
 
DrawingFrame3D - Interface in org.opensourcephysics.display3d.core
Title: DrawingFrame3D
DrawingFrame3D - Class in org.opensourcephysics.display3d.simple3d
DrawingFrame: a frame that contains a generic drawing panel.
DrawingFrame3D() - Constructor for class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Default DrawingFrame constructor
DrawingFrame3D(DrawingPanel3D) - Constructor for class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
DrawingFrame constructor specifying the DrawingPanel that will be placed in the center of the content pane.
DrawingFrame3D(String, DrawingPanel3D) - Constructor for class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
DrawingFrame constructor specifying the title and the DrawingPanel that will be placed in the center of the content pane.
DrawingFrame3D.Loader - Class in org.opensourcephysics.display3d.core
 
DrawingFrame3D.Loader() - Constructor for class org.opensourcephysics.display3d.core.DrawingFrame3D.Loader
 
drawingInImageSpace - Variable in class org.opensourcephysics.media.core.VideoPanel
 
drawingPanel - Variable in class org.opensourcephysics.display.axes.AbstractAxes
 
drawingPanel - Variable in class org.opensourcephysics.display.dialogs.ScaleInspector
 
drawingPanel - Variable in class org.opensourcephysics.display.DrawingDialog
 
drawingPanel - Variable in class org.opensourcephysics.display.DrawingFrame
 
DrawingPanel - Class in org.opensourcephysics.display
DrawingPanel renders drawable objects on its canvas.
DrawingPanel() - Constructor for class org.opensourcephysics.display.DrawingPanel
DrawingPanel constructor.
drawingPanel - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
drawingPanel - Variable in class org.opensourcephysics.ejs.control.EjsCalculationControl
 
drawingPanel - Variable in class org.opensourcephysics.ejs.control.EjsSimulationControl
 
drawingPanel - Variable in class org.opensourcephysics.frames.ImageFrame
 
DrawingPanel.ZoomBox - Class in org.opensourcephysics.display
ZoomBox creates an on-screen rectangle using XORMode for fast redrawing.
DrawingPanel.ZoomBox() - Constructor for class org.opensourcephysics.display.DrawingPanel.ZoomBox
 
DrawingPanel3D - Interface in org.opensourcephysics.display3d.core
Title: DrawingPanel3D
DrawingPanel3D - Class in org.opensourcephysics.display3d.simple3d
Title: DrawingPanel3D
DrawingPanel3D() - Constructor for class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
Constructor DrawingPanel3D
DrawingPanel3D.Loader - Class in org.opensourcephysics.display3d.core
 
DrawingPanel3D.Loader() - Constructor for class org.opensourcephysics.display3d.core.DrawingPanel3D.Loader
 
DrawingPanelInspector - Class in org.opensourcephysics.display.dialogs
 
DrawingPanelInspector(Frame, String, boolean) - Constructor for class org.opensourcephysics.display.dialogs.DrawingPanelInspector
Constructor DrawingPanelInspector
DrawingPanelInspector(DrawingPanel) - Constructor for class org.opensourcephysics.display.dialogs.DrawingPanelInspector
Constructor DrawingPanelInspector
DrawingPanelInspector() - Constructor for class org.opensourcephysics.display.dialogs.DrawingPanelInspector
Constructor DrawingPanelInspector
DrawingSpacesApp - Class in org.opensourcephysics.manual.ch13
DrawingSpacesApp draws a video in image space and world space.
DrawingSpacesApp() - Constructor for class org.opensourcephysics.manual.ch13.DrawingSpacesApp
 
DrawingSpacesApp - Class in org.opensourcephysics.mediaapps
Title: DrawingSpacesApp Description: An application that draws a video in image space and world space.
DrawingSpacesApp() - Constructor for class org.opensourcephysics.mediaapps.DrawingSpacesApp
 
drawingStroke - Variable in class org.opensourcephysics.display.AbstractTrail
 
drawLayoutBounds - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
drawLayoutBounds - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
drawLinePlot(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.ComplexDataset
Draw the lines connecting the data points.
drawLinePlot(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.Dataset
Draw the lines connecting the data points.
drawMe(DrawingPanel, Graphics) - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Draws this without refreshing steps.
drawMultiplier(int, int, int, Graphics2D) - Method in class org.opensourcephysics.display.axes.XYAxis
 
drawPathEnd(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.TrailBezier
Draws the points that have not yet been added to the spline.
drawPathEnd(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.TrailSmart
Draws the points that have not yet been added to the Bezier spline.
drawPhaseBars(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.ComplexDataset
Draw the phase as a colored bar.
drawPhaseCurve(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.ComplexDataset
Draw the phase as color.
drawPhasePosts(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.ComplexDataset
Draw the phase as a colored post.
drawPlot(DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.CartesianType1
Draws the axes onto the specified panel
drawPoint(DrawingPanel, Graphics, int, double) - Method in class org.opensourcephysics.display.Histogram
Draws a point at the top of a bin.
drawRAxis(double, double, DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Draws the spokes for the polar plot.
drawReImPlot(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.ComplexDataset
Draw the lines connecting the data points.
drawRings(double, DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Draws the rings for the polar plot.
drawRings(double, DrawingPanel, Graphics) - Method in interface org.opensourcephysics.display.axes.PolarAxes
Draws the rings for the polar plot.
drawScatterPlot(DrawingPanel, Graphics2D) - Method in class org.opensourcephysics.display.Dataset
Draw the markers at the data points.
drawSpokes(double, DrawingPanel, Graphics) - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Draws the spokes for the polar plot.
drawSpokes(double, DrawingPanel, Graphics) - Method in interface org.opensourcephysics.display.axes.PolarAxes
Draws the spokes for the polar plot.
drawText(Graphics, int, int, int) - Method in class org.opensourcephysics.display.TextLine
Parse the text then draw it.
drawText(Graphics, int, int) - Method in class org.opensourcephysics.display.TextLine
Parse the text then draw it without any rotation.
dropdown - Variable in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
 
dropdown - Variable in class org.opensourcephysics.tools.FunctionTool
 
dropdownLabel - Variable in class org.opensourcephysics.tools.FunctionTool
 
dt - Variable in class org.opensourcephysics.cabrillo.tracker.ParticleModel
 
dtField - Variable in class org.opensourcephysics.media.core.ClipInspector
 
dtheta - Variable in class org.opensourcephysics.display.axes.AbstractPolarAxis
 
dtLabel - Variable in class org.opensourcephysics.media.core.ClipInspector
 
DUALSHADE - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
dummyVars - Static variable in class org.opensourcephysics.tools.UserFunction
 
dx - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
dx - Variable in class org.opensourcephysics.display.Grid
 
dx - Variable in class org.opensourcephysics.display2d.ArrayData
 
dx - Variable in class org.opensourcephysics.display2d.FlatData
 
dx - Variable in class org.opensourcephysics.display2d.GridPointData
 
dy - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
dy - Variable in class org.opensourcephysics.display.Grid
 
dy - Variable in class org.opensourcephysics.display2d.ArrayData
 
dy - Variable in class org.opensourcephysics.display2d.FlatData
 
dy - Variable in class org.opensourcephysics.display2d.GridPointData
 
DynamicFunctionPanel - Class in org.opensourcephysics.cabrillo.tracker
This is a FunctionPanel for dynamic particles.
DynamicFunctionPanel(UserFunctionEditor, DynamicParticle) - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicFunctionPanel
Constructor with user function editor and track.
DynamicParticle - Class in org.opensourcephysics.cabrillo.tracker
DynamicParticle models a particle using Newton'w 2nd law.
DynamicParticle() - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Constructor
DynamicParticleConvertible - Class in org.opensourcephysics.cabrillo.tracker
DynamicParticle models a particle using Newton'w 2nd law.
DynamicParticleConvertible() - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
 
DynamicParticlePolar - Class in org.opensourcephysics.cabrillo.tracker
DynamicParticlePolar models a particle using Newton'w 2nd law in polar coordinates.
DynamicParticlePolar() - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicParticlePolar
 
DynamicSystem - Class in org.opensourcephysics.cabrillo.tracker
This models a system of 2 particles that interact via internal forces.
DynamicSystem() - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicSystem
No-arg constructor.
DynamicSystem(DynamicParticle[]) - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Constructor with particles.
DynamicSystemInspector - Class in org.opensourcephysics.cabrillo.tracker
This displays and sets DynamicSystem properties.
DynamicSystemInspector(DynamicSystem) - Constructor for class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
Constructs a DynamicSystemInspector.

E

e2(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing two decimal places including exponent.
e3(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing three decimal places including exponent.
e4(double) - Static method in class org.opensourcephysics.controls.ControlUtils
Convert a double to a string, printing four decimal places including exponent.
EAST - Static variable in interface org.opensourcephysics.display3d.core.Style
 
edgeColor - Variable in class org.opensourcephysics.display.DrawableShape
 
edgeColor - Variable in class org.opensourcephysics.display.InteractiveShape
 
edgeColor - Variable in class org.opensourcephysics.display.Spring
 
edgeStroke - Variable in class org.opensourcephysics.display.Spring
 
edit(File) - Static method in class org.opensourcephysics.desktop.OSPDesktop
Launches the default application to edit a file.
editable - Variable in class org.opensourcephysics.controls.XMLTreePanel
 
editable - Variable in class org.opensourcephysics.tools.LibraryTreeNode
 
editableLabel - Variable in class org.opensourcephysics.tools.DataToolTab
 
editButton - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
editCellAt(int, int, EventObject) - Method in class org.opensourcephysics.display.ArrayTable
Starts editing the cell at row and column.
editing - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
editing - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
editing - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
editingColor - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
editItem - Variable in class org.opensourcephysics.tools.Launcher
 
editListener - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
editListener - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
editMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
editMenu - Variable in class org.opensourcephysics.controls.ControlFrame
 
editMenu - Variable in class org.opensourcephysics.display.DataTableFrame
 
editMenu - Variable in class org.opensourcephysics.display.DrawingFrame
 
editMenu - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
editMenu - Variable in class org.opensourcephysics.frames.ImageFrame
 
editMenu - Variable in class org.opensourcephysics.tools.DataTool
 
editorbar - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
editorEnabled - Variable in class org.opensourcephysics.tools.Launcher
 
editorPane - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView.TabView
 
editorPane - Variable in class org.opensourcephysics.tools.Launcher.HTMLPane
 
editorPanel - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
editTypes - Static variable in class org.opensourcephysics.tools.DataToolTable
 
editTypes - Static variable in class org.opensourcephysics.tools.FunctionEditor
 
eigen(Complex[][], Complex[], Complex[][], boolean[]) - Static method in class org.opensourcephysics.numerics.ComplexEigenvalueDecomposition
Obtains the eigenvalues and eigenvectors of a complex matrix.
eigenCheck(Complex[][], Complex[][], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
EigenvalueDecomposition - Class in org.opensourcephysics.numerics
Eigenvalues and eigenvectors of a real matrix.
EigenvalueDecomposition(double[][]) - Constructor for class org.opensourcephysics.numerics.EigenvalueDecomposition
Constructs the EigenvalueDecomposition.
eigenvalues(Complex[][], Complex[][], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
EJS_COLLECTION_NAME - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
EJS_INFO_URL - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
ejs_res - Class in org.opensourcephysics.resources.ejs
Resource loader for EJS.
ejs_res() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res
Constructor ejs_res
ejs_res(InputStream) - Constructor for class org.opensourcephysics.resources.ejs.ejs_res
Constructor ejs_res
ejs_res_en - Class in org.opensourcephysics.resources.ejs
English resource loader for EJS.
ejs_res_en() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res_en
Constructor ejs_res_en
ejs_res_en_US - Class in org.opensourcephysics.resources.ejs
US English resource loader for EJS resources.
ejs_res_en_US() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res_en_US
Constructor ejs_res_en_US
ejs_res_es - Class in org.opensourcephysics.resources.ejs
Spanish resource loader for OSP display class.
ejs_res_es() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res_es
Constructor ejs_res_es
ejs_res_es_ES - Class in org.opensourcephysics.resources.ejs
ES Spanish resource loader for OSP display class.
ejs_res_es_ES() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res_es_ES
Constructor ejs_res_es_ES
ejs_res_zh - Class in org.opensourcephysics.resources.ejs
Chinese resource loader for OSP display class.
ejs_res_zh() - Constructor for class org.opensourcephysics.resources.ejs.ejs_res_zh
Constructor ejs_res_zh
EJS_SERVER_RECORDS - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
EJS_SERVER_TREE - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
EJS_TYPE - Static variable in class org.opensourcephysics.tools.LibraryResource
 
EjsCalculationControl - Class in org.opensourcephysics.ejs.control
An EJS control object for Calculations.
EjsCalculationControl(Calculation, DrawingFrame, String[]) - Constructor for class org.opensourcephysics.ejs.control.EjsCalculationControl
Constructor EjsCalculationControl
ejsConfirmList(Component, Dimension, String, String, List<?>) - Static method in class org.opensourcephysics.tools.EjsTool
 
ejsConfirmList(Component, Dimension, String, String, List<?>, JComponent) - Static method in class org.opensourcephysics.tools.EjsTool
This method receives a list of objects which it exposes to the user.
EjsControl - Class in org.opensourcephysics.ejs.control
A blend of GroupControl and org.opensourcephysics.control.Control
EjsControl(Object) - Constructor for class org.opensourcephysics.ejs.control.EjsControl
The EjsControl constructor.
EjsControl(Object, String, Frame) - Constructor for class org.opensourcephysics.ejs.control.EjsControl
Constructor EjsControl
EjsControl() - Constructor for class org.opensourcephysics.ejs.control.EjsControl
Constructor EjsControl
EjsControlFrame - Class in org.opensourcephysics.ejs.control
EjsControlFrame defines an Easy Java Simulations control that is guaranteed to have a parent frame.
EjsControlFrame(Object) - Constructor for class org.opensourcephysics.ejs.control.EjsControlFrame
Constructor EjsControlFrame
EjsControlFrame(Object, String) - Constructor for class org.opensourcephysics.ejs.control.EjsControlFrame
Constructor EjsControlFrame
ejsIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
ejsIcon - Static variable in class org.opensourcephysics.tools.LibraryResource
 
EjsRes - Class in org.opensourcephysics.ejs
 
EjsSimulationControl - Class in org.opensourcephysics.ejs.control
 
EjsSimulationControl(Simulation, DrawingFrame, String[]) - Constructor for class org.opensourcephysics.ejs.control.EjsSimulationControl
Constructor EjsSimulationControl
EjsTool - Class in org.opensourcephysics.tools
Utility classes to work with Ejs at a high level
EjsTool() - Constructor for class org.opensourcephysics.tools.EjsTool
 
Element - Interface in org.opensourcephysics.display3d.core
Title: Element
Element - Class in org.opensourcephysics.display3d.simple3d
Title: Element
Element() - Constructor for class org.opensourcephysics.display3d.simple3d.Element
 
Element.Loader - Class in org.opensourcephysics.display3d.core
A class to save and load Element data.
Element.Loader() - Constructor for class org.opensourcephysics.display3d.core.Element.Loader
 
ElementArrow - Interface in org.opensourcephysics.display3d.core
Title: ElementArrow
ElementArrow - Class in org.opensourcephysics.display3d.simple3d
Title: ElementArrow
ElementArrow() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementArrow
 
ElementArrow.Loader - Class in org.opensourcephysics.display3d.core
 
ElementArrow.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementArrow.Loader
 
ElementBox - Interface in org.opensourcephysics.display3d.core
Title: ElementBox
ElementBox - Class in org.opensourcephysics.display3d.simple3d
Title: ElementBox
ElementBox() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementBox
 
ElementBox.Loader - Class in org.opensourcephysics.display3d.core
 
ElementBox.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementBox.Loader
 
ElementCircle - Interface in org.opensourcephysics.display3d.core
Title: ElementSegment
ElementCircle - Class in org.opensourcephysics.display3d.simple3d
Title: ElementCircle
ElementCircle() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementCircle
 
ElementCircle.Loader - Class in org.opensourcephysics.display3d.core
 
ElementCircle.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementCircle.Loader
 
ElementCone - Interface in org.opensourcephysics.display3d.core
Title: ElementCylinder
ElementCone - Class in org.opensourcephysics.display3d.simple3d
Title: ElementCylinder
ElementCone() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementCone
 
ElementCone.Loader - Class in org.opensourcephysics.display3d.core
 
ElementCone.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementCone.Loader
 
ElementCone.Loader - Class in org.opensourcephysics.display3d.simple3d
 
ElementCone.Loader() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementCone.Loader
 
ElementCylinder - Interface in org.opensourcephysics.display3d.core
Title: ElementCylinder
ElementCylinder - Class in org.opensourcephysics.display3d.simple3d
Title: ElementCylinder
ElementCylinder() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementCylinder
 
ElementCylinder.Loader - Class in org.opensourcephysics.display3d.core
 
ElementCylinder.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementCylinder.Loader
 
ElementCylinder.Loader - Class in org.opensourcephysics.display3d.simple3d
 
ElementCylinder.Loader() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementCylinder.Loader
 
ElementEllipsoid - Interface in org.opensourcephysics.display3d.core
Title: ElementEllipsoid
ElementEllipsoid - Class in org.opensourcephysics.display3d.simple3d
Title: ElementEllipsoid
ElementEllipsoid() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
ElementEllipsoid.Loader - Class in org.opensourcephysics.display3d.core
 
ElementEllipsoid.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementEllipsoid.Loader
 
ElementImage - Interface in org.opensourcephysics.display3d.core
Title: ElementImage
ElementImage - Class in org.opensourcephysics.display3d.simple3d
Title: ElementImage
ElementImage() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementImage
 
ElementImage.Loader - Class in org.opensourcephysics.display3d.core
 
ElementImage.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementImage.Loader
 
ElementObject - Interface in org.opensourcephysics.display3d.core
Title: ElementLoad
ElementObject - Class in org.opensourcephysics.display3d.simple3d
Title: ElementBox
ElementObject() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementObject
 
ElementObject.Loader - Class in org.opensourcephysics.display3d.core
 
ElementObject.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementObject.Loader
 
ElementPlane - Interface in org.opensourcephysics.display3d.core
Title: ElementSurface
ElementPlane - Class in org.opensourcephysics.display3d.simple3d
Title: ElementBox
ElementPlane() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementPlane
 
ElementPlane.ElementPlaneLoader - Class in org.opensourcephysics.display3d.core
 
ElementPlane.ElementPlaneLoader() - Constructor for class org.opensourcephysics.display3d.core.ElementPlane.ElementPlaneLoader
 
ElementPoints - Interface in org.opensourcephysics.display3d.core
Title: ElementPoints
ElementPoints - Class in org.opensourcephysics.display3d.simple3d
Title: ElementPolygon
ElementPoints() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementPoints
 
ElementPoints.ElementPointsLoader - Class in org.opensourcephysics.display3d.core
 
ElementPoints.ElementPointsLoader() - Constructor for class org.opensourcephysics.display3d.core.ElementPoints.ElementPointsLoader
 
ElementPolygon - Interface in org.opensourcephysics.display3d.core
Title: ElementPolygon
ElementPolygon - Class in org.opensourcephysics.display3d.simple3d
Title: ElementPolygon
ElementPolygon() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementPolygon
 
ElementPolygon.ElementPolygonLoader - Class in org.opensourcephysics.display3d.core
 
ElementPolygon.ElementPolygonLoader() - Constructor for class org.opensourcephysics.display3d.core.ElementPolygon.ElementPolygonLoader
 
ElementSegment - Interface in org.opensourcephysics.display3d.core
Title: ElementSegment
ElementSegment - Class in org.opensourcephysics.display3d.simple3d
Title: ElementSegment
ElementSegment() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementSegment
 
ElementSegment.Loader - Class in org.opensourcephysics.display3d.core
 
ElementSegment.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementSegment.Loader
 
ElementSphere - Interface in org.opensourcephysics.display3d.core
Title: ElementSphere
ElementSphere - Class in org.opensourcephysics.display3d.simple3d
Title: ElementSphere
ElementSphere() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementSphere
Constructor ElementSphere
ElementSphere(double) - Constructor for class org.opensourcephysics.display3d.simple3d.ElementSphere
Constructor ElementSphere
ElementSpring - Interface in org.opensourcephysics.display3d.core
Title: ElementSpring
ElementSpring - Class in org.opensourcephysics.display3d.simple3d
Title: ElementSegment
ElementSpring() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementSpring
 
ElementSpring.Loader - Class in org.opensourcephysics.display3d.core
 
ElementSpring.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementSpring.Loader
 
ElementSurface - Interface in org.opensourcephysics.display3d.core
Title: ElementSurface
ElementSurface - Class in org.opensourcephysics.display3d.simple3d
Title: ElementBox
ElementSurface() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementSurface
 
ElementSurface.Loader - Class in org.opensourcephysics.display3d.core
 
ElementSurface.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementSurface.Loader
 
ElementTessellation - Interface in org.opensourcephysics.display3d.core
Title: ElementSurface
ElementTessellation - Class in org.opensourcephysics.display3d.simple3d
Title: ElementBox
ElementTessellation() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementTessellation
 
ElementTessellation.Loader - Class in org.opensourcephysics.display3d.core
 
ElementTessellation.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementTessellation.Loader
 
ElementTetrahedron - Interface in org.opensourcephysics.display3d.core
Title: ElementTetrahedron
ElementTetrahedron - Class in org.opensourcephysics.display3d.simple3d
Title: ElementTetrahedron
ElementTetrahedron() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementTetrahedron
 
ElementTetrahedron.Loader - Class in org.opensourcephysics.display3d.core
 
ElementTetrahedron.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementTetrahedron.Loader
 
ElementText - Interface in org.opensourcephysics.display3d.core
Title: ElementSegment
ElementText - Class in org.opensourcephysics.display3d.simple3d
Title: ElementText
ElementText() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementText
Constructor ElementText
ElementText(String) - Constructor for class org.opensourcephysics.display3d.simple3d.ElementText
Constructor ElementText
ElementText.Loader - Class in org.opensourcephysics.display3d.core
 
ElementText.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementText.Loader
 
ElementTrail - Interface in org.opensourcephysics.display3d.core
Title: ElementTrail
ElementTrail - Class in org.opensourcephysics.display3d.simple3d
Title: ElementSegment
ElementTrail() - Constructor for class org.opensourcephysics.display3d.simple3d.ElementTrail
 
ElementTrail.Loader - Class in org.opensourcephysics.display3d.core
 
ElementTrail.Loader() - Constructor for class org.opensourcephysics.display3d.core.ElementTrail.Loader
 
EllipsoidUtils - Class in org.opensourcephysics.display3d.simple3d.utils
 
EllipsoidUtils() - Constructor for class org.opensourcephysics.display3d.simple3d.utils.EllipsoidUtils
 
emptyCoordsItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
emptyEditMenu - Variable in class org.opensourcephysics.tools.DataTool
 
emptyExitItem - Variable in class org.opensourcephysics.tools.DataTool
 
emptyFileMenu - Variable in class org.opensourcephysics.tools.DataTool
 
emptyHTMLPane - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
emptyLabel - Variable in class org.opensourcephysics.cabrillo.tracker.TTrackBar
 
emptyMenubar - Variable in class org.opensourcephysics.tools.DataTool
 
emptyNewTabItem - Variable in class org.opensourcephysics.tools.DataTool
 
emptyOpenItem - Variable in class org.opensourcephysics.tools.DataTool
 
emptyPasteFourierTabItem - Variable in class org.opensourcephysics.tools.DataTool
 
emptyPasteMenu - Variable in class org.opensourcephysics.tools.DataTool
 
emptyPasteTabItem - Variable in class org.opensourcephysics.tools.DataTool
 
emptyTracksItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
emptyVideoItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
enable(boolean) - Method in class org.opensourcephysics.display.Stripchart
 
enableButtons() - Method in class org.opensourcephysics.tools.LibraryTreePanel
Enables/disables buttons based on selected node and clipboard state.
enabled - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
enabled - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
ENABLED - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
enabled - Variable in class org.opensourcephysics.media.core.TPoint
 
enabledAction - Variable in class org.opensourcephysics.media.core.Filter
 
enableDesktopHyperlinks() - Method in class org.opensourcephysics.display.TextFrame
Enables hyperlinks.
enabledItem - Variable in class org.opensourcephysics.media.core.Filter
 
enableExceptions - Variable in class org.opensourcephysics.numerics.CashKarp45
 
enableExceptions - Variable in class org.opensourcephysics.numerics.DormandPrince45
 
enableExceptions - Variable in class org.opensourcephysics.numerics.ODEMultistepSolver
 
enableHyperlinks() - Method in class org.opensourcephysics.display.TextFrame
Enables hyperlinks.
enableInspector(boolean) - Method in class org.opensourcephysics.display.DrawingPanel
Enables the popup inspector option.
enableInteraction(boolean) - Method in class org.opensourcephysics.frames.Display3DFrame
Enables/Disables interaction with the DrawingPanel3D.
enableMeasure - Variable in class org.opensourcephysics.display.AbstractTrail
 
enableMenubars(boolean) - Static method in class org.opensourcephysics.display.GUIUtils
Enables and disables the menu bars in DrawingFrames and DrawingFrame3D.
enableRuntimeExpecptions(boolean) - Method in class org.opensourcephysics.numerics.CashKarp45
Enables runtime exceptions if the solver does not converge.
enableRuntimeExpecptions(boolean) - Method in class org.opensourcephysics.numerics.DormandPrince45
Enables runtime exceptions if the solver does not converge.
enableRuntimeExpecptions(boolean) - Method in class org.opensourcephysics.numerics.ODEMultistepSolver
Enables runtime exceptions if the solver does not converge.
enableStepsPerDisplay(boolean) - Method in class org.opensourcephysics.controls.AbstractSimulation
Enables the steps per display variable in the control;
enableZoom - Variable in class org.opensourcephysics.display.DrawingPanel
 
encode(byte[]) - Static method in class org.opensourcephysics.controls.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.opensourcephysics.controls.Base64Coder
Encodes a byte array into Base64 format.
encoding - Static variable in class org.opensourcephysics.controls.XMLControlElement
 
encrypt(String) - Method in class org.opensourcephysics.controls.Cryptic
Encrypts the input and saves in cryptic form.
encrypt(String, String) - Method in class org.opensourcephysics.controls.Cryptic
Encrypts the input with a password and saves in cryptic form.
EncryptionTool - Class in org.opensourcephysics.tools
This provides a GUI for encrypting and decrypting XMLControls.
EncryptionTool() - Constructor for class org.opensourcephysics.tools.EncryptionTool
Constructs a blank EncryptionTool.
EncryptionTool(String) - Constructor for class org.opensourcephysics.tools.EncryptionTool
Constructs a EncryptionTool and opens the specified xml file.
end0Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
end1 - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
end1 - Variable in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
 
end1 - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
end1 - Variable in class org.opensourcephysics.media.core.TLine
 
end1Rect - Variable in class org.opensourcephysics.media.core.TLine
 
end1Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
end1Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
end1Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
end2 - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
end2 - Variable in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
 
end2 - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
end2 - Variable in class org.opensourcephysics.media.core.TLine
 
end2Rect - Variable in class org.opensourcephysics.media.core.TLine
 
end2Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
end2Shapes - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
endField - Variable in class org.opensourcephysics.media.core.ClipInspector
 
endFrame - Variable in class org.opensourcephysics.cabrillo.tracker.ParticleModel
 
endFrameLabel - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
endFrameNumber - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
endFrameSpinner - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
endLabel - Variable in class org.opensourcephysics.media.core.ClipInspector
 
endPoint1 - Static variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
endPoint2 - Static variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
endsEnabled - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
endsEnabled - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
endsEnabled - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
endX - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
endY - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
entries() - Method in class org.opensourcephysics.display.Histogram
Gets an array of bin number-occurrences pairs
epsItem - Variable in class org.opensourcephysics.frames.ImageFrame
 
equals(int, Object, String) - Method in class org.opensourcephysics.ejs.control.MethodWithOneParameter
 
equals(Object) - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Tests if this PerspectiveTransform equals a supplied one.
equals(Object) - Method in class org.opensourcephysics.media.core.TPoint
Compares this to the specified object.
equals(Complex, double) - Method in class org.opensourcephysics.numerics.Complex
Compares this object with the Complex number given as parameter
equals(Complex[][], Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
equals(Complex[], Complex[]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
equals(Object) - Method in class org.opensourcephysics.numerics.FunctionTransform
 
equals(Object) - Method in class org.opensourcephysics.numerics.specialfunctions.QNKey
 
equals(Object) - Method in class org.opensourcephysics.tools.Parameter
Determines if this is equal to another parameter.
erase() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Erases the current mark.
erase() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack erase method to include v, a and the autoTracker.
erase(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack erase method.
erase(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Erases this on the specified tracker panel.
erase() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Erases this on all tracker panels.
erase() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Erases all steps on all panels.
erase(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Erases all steps on the specified panel.
eraseAll() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Erases all tracks in this tracker panel.
err() - Method in class org.opensourcephysics.media.gif.GifDecoder
Returns true if an error was encountered during reading/decoding
err_code - Variable in class org.opensourcephysics.numerics.ODEMultistepSolver
 
ERR_CONSOLE - Static variable in class org.opensourcephysics.controls.ConsoleLevel
 
err_msg - Variable in class org.opensourcephysics.numerics.ODEMultistepSolver
 
errf(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.ErrorFunction
Error function.
error_code - Variable in exception org.opensourcephysics.numerics.NumericMethodException
Field error_code sotes an optional error code
error_value - Variable in exception org.opensourcephysics.numerics.NumericMethodException
Field error_value stores an optional numeric error.
errorBars - Variable in class org.opensourcephysics.display.Dataset
 
errorcode - Variable in class org.opensourcephysics.numerics.DoubleArray
 
errorcode - Variable in class org.opensourcephysics.numerics.IntegerArray
 
errorCode - Variable in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
errorColor - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
ErrorFunction - Class in org.opensourcephysics.numerics.specialfunctions
Computes the error function for a real argument.
ErrorFunction() - Constructor for class org.opensourcephysics.numerics.specialfunctions.ErrorFunction
 
errorListener - Static variable in class org.opensourcephysics.media.quicktime.QTVideoType
 
errorListener - Static variable in class org.opensourcephysics.media.xuggle.XuggleVideoType
 
errors - Variable in class org.opensourcephysics.tools.FunctionEditor
 
Euler - Class in org.opensourcephysics.numerics
Euler implements an Euler method ODE solver.
Euler(ODE) - Constructor for class org.opensourcephysics.numerics.Euler
Constructs the Euler ODESolver for a system of ordinary differential equations.
EulerRichardson - Class in org.opensourcephysics.numerics
An Euler-Richardson (midpoint) method ODE solver.
EulerRichardson(ODE) - Constructor for class org.opensourcephysics.numerics.EulerRichardson
Constructs the EulerRichardson ODESolver for a system of ordinary differential equations.
evalMath(String) - Static method in class org.opensourcephysics.numerics.Util
Evalautes a mathematical expression without variables.
evalPolynomial(double, double[]) - Static method in class org.opensourcephysics.numerics.Polynomial
Evaluates a polynomial using the given coefficients.
evaluate(Object[]) - Method in interface org.opensourcephysics.cabrillo.tracker.Derivative
Evaluates the derivative.
evaluate(Object[]) - Method in class org.opensourcephysics.cabrillo.tracker.FirstDerivative
Evaluates the derivative.
evaluate(Object[]) - Method in class org.opensourcephysics.cabrillo.tracker.SecondDerivative
Evaluates the derivative.
evaluate(double) - Method in class org.opensourcephysics.display.FunctionDrawer
Evalutes the function.
evaluate(double) - Method in class org.opensourcephysics.display2d.ZExpansion
 
evaluate() - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Evaluates compiled function.
evaluate(double) - Method in class org.opensourcephysics.numerics.CubicSpline
Computes the interpolated y value for a given x value.
evaluate(double) - Method in interface org.opensourcephysics.numerics.Function
Evaluates the function at x.
evaluate(double) - Method in class org.opensourcephysics.numerics.LagrangeInterpolator
Computes the interpolated y value for a given x value.
evaluate(double) - Method in class org.opensourcephysics.numerics.LogBase10Function
 
evaluate(double[]) - Method in interface org.opensourcephysics.numerics.MultiVarFunction
 
evaluate(double) - Method in class org.opensourcephysics.numerics.ParsedFunction
Evaluates the function, f.
evaluate(double[]) - Method in class org.opensourcephysics.numerics.ParsedMultiVarFunction
Evaluates the function, f.
evaluate(double) - Method in class org.opensourcephysics.numerics.Polynomial
Evaluates the polynomial for the specified variable value.
evaluate(double) - Method in class org.opensourcephysics.numerics.specialfunctions.ErrorFunction
Evaluates the error function in order to implement the Function interface.
evaluate(double) - Method in class org.opensourcephysics.numerics.specialfunctions.Gamma
Implements the Function interface for the gamma function .
evaluate(int, double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Hermite
Evaluates the n-th Hermite polynomial at x.
evaluate(int, double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Laguerre
Evaluates the n-th Laguerre polynomial at x.
evaluate(int, double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Legendre
Evaluates the el-th Legendre polynomial at x.
evaluate(double[]) - Method in interface org.opensourcephysics.numerics.StateEvent
Returns the value f(t) for a given state of the model.
evaluate(double, double) - Method in class org.opensourcephysics.numerics.SuryonoParser
 
evaluate(double, double, double) - Method in class org.opensourcephysics.numerics.SuryonoParser
 
evaluate(double) - Method in class org.opensourcephysics.numerics.SuryonoParser
 
evaluate(double[]) - Method in class org.opensourcephysics.numerics.SuryonoParser
 
evaluate() - Method in class org.opensourcephysics.numerics.SuryonoParser
Evaluates compiled function.
evaluate(double[], double[]) - Method in interface org.opensourcephysics.numerics.VectorFunction
Evaluates the vector function and returns the the result.
evaluate(double[]) - Method in class org.opensourcephysics.tools.DatasetCurveFitter.MinimizeMultiVarFunction
 
evaluate(double[]) - Method in class org.opensourcephysics.tools.DatasetCurveFitter.MinimizeUserFunction
 
evaluate - Variable in class org.opensourcephysics.tools.FunctionEditor
 
evaluate(List<?>) - Method in class org.opensourcephysics.tools.Parameter
Determines the value of this parameter based on input parameter values.
evaluate(Parameter[]) - Method in class org.opensourcephysics.tools.Parameter
Determines the value of this parameter based on input parameter values.
evaluate(double) - Method in class org.opensourcephysics.tools.UserFunction
Evaluates the function for a single variable x.
evaluate(double[]) - Method in class org.opensourcephysics.tools.UserFunction
Evaluates the function for a variables array x.
evaluateAll() - Method in class org.opensourcephysics.tools.DataFunctionEditor
Evaluates all current objects.
evaluateAll() - Method in class org.opensourcephysics.tools.FunctionEditor
Evaluates all current objects.
evaluateAll() - Method in class org.opensourcephysics.tools.InitialValueEditor
Evaluates all current objects.
evaluateAll() - Method in class org.opensourcephysics.tools.ParamEditor
Evaluates all current objects.
evaluateAll() - Method in class org.opensourcephysics.tools.UserFunctionEditor
Evaluates all current objects.
evaluateDependents(Parameter) - Method in class org.opensourcephysics.tools.ParamEditor
Evaluates parameters that depend on the named parameter.
evaluatedToNaN() - Method in class org.opensourcephysics.numerics.ParsedMultiVarFunction
Determines if last evaluation resulted in NaN.
evaluatedToNaN() - Method in class org.opensourcephysics.numerics.SuryonoParser
Determines if last evaluation resulted in NaN.
evaluateObject(Object) - Method in class org.opensourcephysics.tools.ParamEditor
Evaluates an object.
evaluateSupportFunctions(double) - Method in class org.opensourcephysics.tools.UserFunction
Evaluates the support functions for a single variable x.
evaluateSupportFunctions(double[]) - Method in class org.opensourcephysics.tools.UserFunction
Evaluates the support functions for a variables array x.
eventHappened - Variable in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
eventList - Variable in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
exec - Static variable in class org.opensourcephysics.desktop.ostermiller.Browser
A list of commands to try in order to display the url.
execute(Movie) - Method in class org.opensourcephysics.media.quicktime.QTVideo
This is called by the Quicktime movie toolbox when it finishes drawing a movie frame.
existingFrames - Static variable in class org.opensourcephysics.tools.Launcher
 
exists() - Method in class org.opensourcephysics.tools.LaunchNode
Determines whether a resource exists for this node.
exit() - Static method in class org.opensourcephysics.media.quicktime.QT
Called when QuickTime resources are no longer needed--typically when an application is closed or an applet is destroyed
exit() - Method in class org.opensourcephysics.tools.LaunchBuilder
Overrides Launcher exit method.
exit() - Method in class org.opensourcephysics.tools.Launcher
Exits this application.
exit() - Method in class org.opensourcephysics.tools.LibraryBrowser
Exits this browser.
exitItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
exitItem - Variable in class org.opensourcephysics.frames.ImageFrame
 
exitItem - Variable in class org.opensourcephysics.media.core.VideoFrame
 
exitItem - Variable in class org.opensourcephysics.tools.DataTool
 
exitItem - Variable in class org.opensourcephysics.tools.Launcher
 
exitItem - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
exitOnClose - Variable in class org.opensourcephysics.tools.DataTool
 
exitOnClose - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
exp() - Method in class org.opensourcephysics.numerics.Complex
Returns e to the power of the complex number
expand(Rectangle2D, double) - Static method in class org.opensourcephysics.display.GraphicsLib
Expand a rectangle by the given amount.
expansions - Variable in class org.opensourcephysics.tools.Launcher
 
export(File, List<Object>) - Method in interface org.opensourcephysics.tools.ExportFormat
 
export(File, List<Object>) - Method in class org.opensourcephysics.tools.ExportGnuplotFormat
 
export(File, List<Object>) - Method in class org.opensourcephysics.tools.ExportXMLFormat
 
export(Library) - Method in class org.opensourcephysics.tools.LibraryBrowser
Exports a library by saving a clone of this browser's library after the user is prompted to give the clone a descriptive name.
ExportDataDialog - Class in org.opensourcephysics.cabrillo.tracker
A dialog for exporting videos from a TrackerPanel.
exportDataItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
exportFile(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Exports xml data from the specified tracker panel to a file selected with a chooser.
ExportFormat - Interface in org.opensourcephysics.tools
To create a new export format: implement this interface and register with ExportTool.registerFormat()
ExportGnuplotFormat - Class in org.opensourcephysics.tools
Text format, compatible with Octave and Gnuplot
ExportGnuplotFormat() - Constructor for class org.opensourcephysics.tools.ExportGnuplotFormat
 
exportItem - Variable in class org.opensourcephysics.tools.DataTool
 
exportItem - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
exportMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
ExportTool - Class in org.opensourcephysics.tools
An export tool which launches a Save dialog
ExportTool() - Constructor for class org.opensourcephysics.tools.ExportTool
Creates a new export tool.
ExportVideoDialog - Class in org.opensourcephysics.cabrillo.tracker
A dialog for exporting videos from a TrackerPanel.
exportVideoItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
ExportXMLFormat - Class in org.opensourcephysics.tools
Exports data in XML format.
ExportXMLFormat() - Constructor for class org.opensourcephysics.tools.ExportXMLFormat
 
expression - Variable in class org.opensourcephysics.tools.UserFunction
 
EXPRESSION_EDIT - Static variable in class org.opensourcephysics.tools.FunctionEditor
 
EXPRESSION_EXPECTED - Static variable in class org.opensourcephysics.ejs.control.value.ParserSuryono
Expression expected.
EXPRESSION_EXPECTED - Static variable in class org.opensourcephysics.numerics.SuryonoParser
Expression expected.
ExpressionValue - Class in org.opensourcephysics.ejs.control.value
A ExpressionValue is a Value object that holds an expression is parsed into a double.
ExpressionValue(String, GroupControl) - Constructor for class org.opensourcephysics.ejs.control.value.ExpressionValue
Constructor ExpressionValue
ext - Static variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
extension() - Method in interface org.opensourcephysics.tools.ExportFormat
 
extension() - Method in class org.opensourcephysics.tools.ExportGnuplotFormat
 
extension() - Method in class org.opensourcephysics.tools.ExportXMLFormat
 
externalDialog - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
extract(File, String, String) - Static method in class org.opensourcephysics.tools.JarTool
Extracts a given file from a compressed (ZIP or JAR) file
extract(File, String, File) - Static method in class org.opensourcephysics.tools.JarTool
Extracts a given file from a compressed (ZIP or JAR) file Extensive changes by D Brown 2007-10-31
extract(ClassLoader, String, File) - Static method in class org.opensourcephysics.tools.JarTool
Extracts a file using the given class loader
extract(String, File) - Static method in class org.opensourcephysics.tools.JarTool
Extracts a file using the ResourceLoader utility
extract(Object, List<?>, File) - Static method in class org.opensourcephysics.tools.JarTool
Extract a list of files (given by their relative names) to the given target directory.
extractExtensions - Static variable in class org.opensourcephysics.tools.Launcher
 
extractExtensions - Static variable in class org.opensourcephysics.tools.ResourceLoader
 

F

f - Variable in class org.opensourcephysics.display.Protractor
 
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.
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.
ffmpegListener - Static variable in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
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.
fieldBorder - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
fileBox - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
FileDropHandler - Class in org.opensourcephysics.cabrillo.tracker
A TransferHandler for opening video and trk files via DragNDrop.
FileDropHandler(TFrame) - Constructor for class org.opensourcephysics.cabrillo.tracker.FileDropHandler
 
fileDropHandler - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
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
 
fileIcon - Variable in class org.opensourcephysics.tools.JarTreeDialog
 
fileMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
fileMenu - Variable in class org.opensourcephysics.controls.ControlFrame
 
fileMenu - Variable in class org.opensourcephysics.display.DataTableFrame
 
fileMenu - Variable in class org.opensourcephysics.display.DrawingFrame
 
fileMenu - Variable in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
fileMenu - Variable in class org.opensourcephysics.frames.ImageFrame
 
fileMenu - Variable in class org.opensourcephysics.tools.DataTool
 
fileMenu - Variable in class org.opensourcephysics.tools.Launcher
 
fileMenu - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
fileName - Variable in class org.opensourcephysics.tools.DataToolTab
 
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.
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.
FILLEDARROW - Static variable in class org.opensourcephysics.display2d.VectorPlot
 
filler - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView
 
fillShape - Variable in class org.opensourcephysics.media.core.TShape
 
Filter - Class in org.opensourcephysics.media.core
This is the abstract base class for all image filters.
Filter() - Constructor for class org.opensourcephysics.media.core.Filter
Constructs a Filter object.
filterClasses - Variable in class org.opensourcephysics.media.core.VideoPanel
 
filteredImage - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
filtersMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
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.
filterStack - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
finalize() - Method in class org.opensourcephysics.media.core.ImageVideo
Called by the garbage collector when this video is no longer in use.
finalize() - Method in class org.opensourcephysics.media.core.ImageVideoRecorder
Called by the garbage collector when this recorder is no longer in use.
finalize() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Called by the garbage collector when this recorder is no longer in use.
finalize() - Method in class org.opensourcephysics.media.core.VideoAdapter
Called by the garbage collector when this video is no longer in use.
finalize() - Method in class org.opensourcephysics.media.gif.GifVideo
Called by the garbage collector when this video is no longer in use.
finalize() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Called by the garbage collector when this video is no longer in use.
finalize() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Called by the garbage collector when this video is no longer in use.
finalize() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoRecorder
Called by the garbage collector when this recorder is no longer in use.
finalize() - Method in class org.opensourcephysics.tools.DiagnosticsForThreads
 
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.
findBadVideoFrames(TrackerPanel, double, boolean) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
 
findClosest(Color) - Method in class org.opensourcephysics.media.gif.AnimatedGifEncoder
Returns index of palette color closest to c
findEdge() - Method in class org.opensourcephysics.cabrillo.tracker.TRegion
 
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.cabrillo.tracker.AutoTracker
Finds the TPoint, if any, located at a specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Implements findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Overrides PointMass findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Implements findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Implements findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Overrides TTrack findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Overrides PointMass findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Implements findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Finds the Interactive located at the specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Implements findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Finds the interactive drawable object located at the specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Finds the interactive drawable object located at the specified pixel position.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Overrides Step findInteractive method.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Finds the interactive drawable object located at the specified pixel position.
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.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.
findInteractive(DrawingPanel, int, int) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Returns this video if enabled.
findMatchTarget(boolean) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Finds the match target, if any.
findMatchTarget(Rectangle) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Finds the target for the best match found within the specified searchRect.
findMinMaxValues() - Method in class org.opensourcephysics.media.core.VideoAdapter
Finds the min and max values of x and y.
findRegion(Point) - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Finds the plot region containing the specified point.
findViewRect() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Overrides DrawingPanel method to prevent changes to glassPanel and deal with multiple plots.
findViewRect() - Method in class org.opensourcephysics.display.DrawingPanel
Finds the clipping rectangle if this panel is within a scroll pane viewport.
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.
firePropChange - Variable in class org.opensourcephysics.media.core.ImageCoordSystem
 
firePropertyChange(String, Object, Object) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Fires a property change event.
firePropertyChange(String, Object, Object) - Method in class org.opensourcephysics.controls.OSPLog
Fires a property change event.
firePropertyChange(String, Object, Object) - Method in class org.opensourcephysics.media.core.VideoAdapter
Sends a PropertyChangeEvent to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Sends a PropertyChangeEvent to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.opensourcephysics.tools.FunctionTool
Fires a property change.
firePropertyChangeEvents - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
first(Function, double, double) - Static method in class org.opensourcephysics.numerics.Derivative
Calculates the first derivative of a function at the given point.
FirstDerivative - Class in org.opensourcephysics.cabrillo.tracker
This implements an algorithm for finding a first derivative.
FirstDerivative() - Constructor for class org.opensourcephysics.cabrillo.tracker.FirstDerivative
 
firstDerivative() - Method in class org.opensourcephysics.numerics.CubicSpline
 
firstFrame - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
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.
firstTimeRadiusUnfixed - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
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.
fixedAngleItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
fixedCoordinates - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
fixedCoordinates - Variable in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
 
fixedCoordinatesItem - Variable in class org.opensourcephysics.cabrillo.tracker.Calibration
 
fixedCoordinatesItem - Variable in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
 
fixedItem - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
fixedLength - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
fixedLengthItem - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
fixedLine - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfile
 
fixedLineItem - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfile
 
fixedOriginItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
fixedPattern - Variable in class org.opensourcephysics.media.core.NumberField
 
fixedPixelPerUnit - Variable in class org.opensourcephysics.display.DrawingPanel
 
fixedPosition - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
fixedPosition - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
fixedPosition - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
fixedPositionItem - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
fixedPositionItem - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
fixedRadius - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
fixedRadiusItem - Variable in class org.opensourcephysics.cabrillo.tracker.RGBRegion
 
fixedScale - Variable in class org.opensourcephysics.display.DrawingPanel
 
fixedScaleItem - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
fixedStepSize - Variable in class org.opensourcephysics.numerics.ODEMultistepSolver
 
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.
folderFilter - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
folderIcon - Variable in class org.opensourcephysics.controls.XMLTreePanel
 
font - Variable in class org.opensourcephysics.cabrillo.tracker.PositionStep
 
font - Static variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
font - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
font - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
font - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
font - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
font - Variable in class org.opensourcephysics.display.InteractiveLabel
 
font - Variable in class org.opensourcephysics.display.TextBox
 
font - Variable in class org.opensourcephysics.display.TextLine
Font to use for text
font - Variable in class org.opensourcephysics.display.TextPanel
 
FONT - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
fontButton - Variable in class org.opensourcephysics.tools.FunctionTool
 
fontConstant(Font, String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
fontLevel - Variable in class org.opensourcephysics.tools.DataTool
 
fontLevel - Variable in class org.opensourcephysics.tools.DataToolTab
 
fontLevel - Variable in class org.opensourcephysics.tools.FunctionTool
 
fontname - Variable in class org.opensourcephysics.display.InteractiveLabel
 
fontname - Variable in class org.opensourcephysics.display.TextBox
 
fontname - Variable in class org.opensourcephysics.display.TextLine
The logical name of the font to use
fontname - Variable in class org.opensourcephysics.display.TextPanel
 
fontsize - Variable in class org.opensourcephysics.display.InteractiveLabel
 
fontsize - Variable in class org.opensourcephysics.display.TextBox
 
fontsize - Variable in class org.opensourcephysics.display.TextLine
The font size
fontsize - Variable in class org.opensourcephysics.display.TextPanel
 
fontSizeMenu - Variable in class org.opensourcephysics.tools.DataTool
 
FontSizer - Class in org.opensourcephysics.tools
A class for setting relative font sizes by level.
fontstyle - Variable in class org.opensourcephysics.display.InteractiveLabel
 
fontstyle - Variable in class org.opensourcephysics.display.TextBox
 
fontstyle - Variable in class org.opensourcephysics.display.TextLine
The font style
fontstyle - Variable in class org.opensourcephysics.display.TextPanel
 
Footprint - Interface in org.opensourcephysics.cabrillo.tracker
A Footprint creates a mark for a track step.
footprint - Variable in class org.opensourcephysics.cabrillo.tracker.Step
 
footprint - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
footprintListener - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
footprintMenu - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
footprints - Static variable in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
 
footprints - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
forbiddenNames - Variable in class org.opensourcephysics.tools.FunctionEditor
 
forbiddenNames - Variable in class org.opensourcephysics.tools.FunctionTool
 
FOREGROUND - Static variable in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
format - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
format - Static variable in class org.opensourcephysics.cabrillo.tracker.Step
 
format - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
format - Variable in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
format - Variable in class org.opensourcephysics.media.core.NumberField
 
format - Variable in class org.opensourcephysics.numerics.DoubleArray
 
format(double, double) - Static method in class org.opensourcephysics.tools.FunctionEditor
Formats a number.
formatConstant(String) - Static method in class org.opensourcephysics.ejs.control.ConstantParser
 
formatDescriptions - Static variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
formatDialog - Variable in class org.opensourcephysics.display.DataTable
 
formatDialogItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
formatDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
formatDropdown - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
formatExp - Variable in class org.opensourcephysics.numerics.DoubleArray
 
formatPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
 
formatPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
formats - Static variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
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.
forwardButton - Variable in class org.opensourcephysics.tools.Launcher
 
forwardIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
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.
fpsField - Variable in class org.opensourcephysics.media.core.ClipInspector
 
fpsLabel - Variable in class org.opensourcephysics.media.core.ClipInspector
 
frame - Variable in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
frame - Variable in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
frame - Variable in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
frame - Variable in class org.opensourcephysics.media.core.Filter
 
frame - Variable in class org.opensourcephysics.tools.Launcher
 
frame - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
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
 
frameCount - Variable in class org.opensourcephysics.media.core.ImageVideoRecorder
 
frameCount - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
frameCount - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
frameCount - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
frameDuration - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
frameFinder - Static variable in class org.opensourcephysics.tools.Launcher
 
frameImage - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
frameNumber - Variable in class org.opensourcephysics.media.core.ClipControl
 
frameNumber - Variable in class org.opensourcephysics.media.core.VideoAdapter
 
frames - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
framesLoaded - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
frameStates - Variable in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
 
frameToStep(int) - Method in class org.opensourcephysics.media.core.VideoClip
Converts frame number to step number.
frc - Static variable in class org.opensourcephysics.cabrillo.tracker.Step
 
frc - Static variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
frc - Static variable in class org.opensourcephysics.media.core.PerspectiveFilter
 
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
 
freq - Variable in class org.opensourcephysics.media.gif.NeuQuant
 
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
 
fullSize - Variable in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
 
Function - Interface in org.opensourcephysics.numerics
Title: Function Description: A function of one variable.
function - Variable in class org.opensourcephysics.tools.UserFunction
 
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 - Variable in class org.opensourcephysics.cabrillo.tracker.ParticleModel
 
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 - Variable in class org.opensourcephysics.tools.FunctionPanel
 
FunctionEditor.DefaultEdit - Class in org.opensourcephysics.tools
A class to undo/redo edits.
FunctionEditor.DefaultEdit(int, Object, int, int, Object, int, int, String) - Constructor for class org.opensourcephysics.tools.FunctionEditor.DefaultEdit
A class to undo/redo edits.
FunctionEditor.Table - Class in org.opensourcephysics.tools
Class description
FunctionEditor.TableModel - Class in org.opensourcephysics.tools
The table model.
FunctionEditor.TableModel() - Constructor for class org.opensourcephysics.tools.FunctionEditor.TableModel
 
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].
functionNames - Variable in class org.opensourcephysics.tools.UserFunction
 
functionPanel - Variable in class org.opensourcephysics.cabrillo.tracker.ParticleModel
 
functionPanel - Variable in class org.opensourcephysics.tools.FunctionEditor
 
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
functionTool - Variable in class org.opensourcephysics.tools.FunctionPanel
 
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

G

gamma - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
Gamma - Class in org.opensourcephysics.numerics.specialfunctions
 
Gamma() - Constructor for class org.opensourcephysics.numerics.specialfunctions.Gamma
 
gamma(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Gamma
 
gammaln(double) - Static method in class org.opensourcephysics.numerics.specialfunctions.Factorials
Calculates the logarithm of the Gamma function using the Lanczos approximation.
gammashift - Static variable in class org.opensourcephysics.media.gif.NeuQuant
 
gaussian(double, double, double) - Static method in class org.opensourcephysics.display2d.TestData
A 2D Gaussian distribution function centered at x=0 and y=0 and standard deviation of 1.
gaussian(double, double) - Static method in class org.opensourcephysics.numerics.Util
Creates a Guassian (normal) distribution function.
gaussianScalarField(GridPointData) - Static method in class org.opensourcephysics.display2d.TestData
Generate a gaussian scalar field.
gct - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
gctFlag - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
gctSize - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
generalPanel - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
generalPath - Variable in class org.opensourcephysics.display.Dataset
 
generalPath - Variable in class org.opensourcephysics.display.Grid
 
GeneralPathLoader - Class in org.opensourcephysics.display
A class that saves and loads a GeneralPath in an XMLControl.
GeneralPathLoader() - Constructor for class org.opensourcephysics.display.GeneralPathLoader
 
GENERIC_COLLECTION_NAME - Static variable in class org.opensourcephysics.tools.LibraryComPADRE
 
genericLFGroup - Variable in class org.opensourcephysics.tools.Launcher
 
get(int, int) - Method in class org.opensourcephysics.frames.RasterFrame
Gets the (x,y) pixel of the raster
get(int) - Method in class org.opensourcephysics.media.core.DoubleArray
Gets the specified array element.
get(int) - Method in class org.opensourcephysics.media.core.TransformArray
Gets the specified transform array element.
get2D_xTranslation() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the 2D x translation.
get2D_yTranslation() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the 2D y translation.
get2DScaling() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the 2D scaling factor.
GET_APPLET_DIMENSION_METHOD - Static variable in class org.opensourcephysics.tools.EjsTool
 
GET_MODEL_METHOD - Static variable in class org.opensourcephysics.tools.EjsTool
 
GET_RESOURCES_METHOD - Static variable in class org.opensourcephysics.tools.EjsTool
 
getAArray(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the acceleration StepArray for the specified panel.
getAbsolutePath(File) - Static method in class org.opensourcephysics.controls.XML
Gets the absolute path of the specified file.
getAbsolutePath() - Method in class org.opensourcephysics.tools.Resource
Gets the absolute path.
getAbsoluteTarget() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the absolute target path of this node's resource.
getAcceleration(int, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the acceleration for the specified frame number and panel.
getAccelerationFootprint() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the current acceleration footprint.
getAccelerationFootprints() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the acceleration footprint choices.
getAccelerations(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the acceleration step array for the specified panel.
getAction(String, TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TActions
Gets an action for a TrackerPanel.
getActionCommand() - Method in interface org.opensourcephysics.display3d.core.interaction.InteractionTarget
Returns the action command of this target
getActionCommand() - Method in class org.opensourcephysics.display3d.simple3d.InteractionTarget
Returns the action command of this target
getActions(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TActions
Gets the action map for a TrackerPanel.
getAffectsGroup() - Method in interface org.opensourcephysics.display3d.core.interaction.InteractionTarget
Whether the target affects the top-level group of the element
getAffectsGroup() - Method in class org.opensourcephysics.display3d.simple3d.InteractionTarget
Whether the target affects the top-level group
getAll() - Method in class org.opensourcephysics.frames.LatticeFrame
Gets the entire lattice contents in an int array.
getAll() - Method in class org.opensourcephysics.frames.RasterFrame
Gets the entire raster contents in an int array Values are in row-major format such that the index corresponds to iy*ny+ix.
getAllChildren(Node, String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns all child nodes with the given name.
getAllDataColumns(Data) - Static method in class org.opensourcephysics.tools.DataTool
Gets a list of all DataColumns from any Data object.
getAllDatasets(Data) - Static method in class org.opensourcephysics.tools.DataTool
Gets a list of all Datasets from any Data object.
getAllOwnedNodes() - Method in class org.opensourcephysics.tools.LaunchNode
Returns all descendents of this node with non-null file names.
getAlpha(int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the alpha component from a color value
getAlphabetIndex(String, String) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the alphabet index for setting the name letter suffix and color of a track.
getAlphas() - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the alphas used to build the most recent template.
getAltitude() - Method in interface org.opensourcephysics.display3d.core.Camera
Get the elevation (vertical) angle of the camera position in spherical coordinates with respect to the focus point.
getAltitude() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getAngle(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the angle of the world x-axis measured ccw from the image x-axis for the specified frame number.
getAngle() - Method in interface org.opensourcephysics.media.core.InteractiveImage
Gets the angle in radians of the image base measured ccw from the world x-axis.
getAngle() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the angle in radians of the curent video frame measured ccw from the world x-axis.
getAngle() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the angle in radians of the curent video frame measured ccw from the world x-axis.
getAppendedNumber(String) - Static method in class org.opensourcephysics.media.core.ImageVideoRecorder
 
getArcAdjustShape(Point, Point) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets an arcAdjust shape.
getArgs() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the launch arguments of this node.
getArray() - Method in class org.opensourcephysics.display.ArrayPanel
Gets the object being displayed.
getArray(String) - Method in class org.opensourcephysics.numerics.DoubleArray
Converts the string to an array and returns the array.
getArray() - Method in class org.opensourcephysics.numerics.DoubleArray
Gets the array of doubles.
getArray(String) - Method in class org.opensourcephysics.numerics.IntegerArray
Converts the string to an array and returns the array.
getArray() - Method in class org.opensourcephysics.numerics.IntegerArray
Gets the array of doubles.
getArray() - Method in class org.opensourcephysics.tools.ArrayInspector
Gets the array.
getArrayPanel(Object) - Static method in class org.opensourcephysics.display.ArrayPanel
 
getArrayString(Object) - Method in class org.opensourcephysics.controls.XMLPropertyElement
Returns a string representation of a primitive array.
getAscent(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getAspectRatio() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the ratio of pixels per unit in the x and y directions.
getAssociatedFunction(int, int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Legendre
Gets the associated Legendre function.
getAssociates(Class<?>) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets objects associated with the specified class.
getAtIndex(int) - Method in class org.opensourcephysics.frames.LatticeFrame
Gets the ith indexed cell of the lattice Values are in row-major format such that the index corresponds to iy*ny+ix.
getAtIndex(int) - Method in class org.opensourcephysics.frames.RasterFrame
Gets the ith indexed pixel of the raster Values are in row-major format such that the index corresponds to iy*ny+ix.
getAttachment(Node, String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns data for a DOM Node attachment.
getAttachmentPoint() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the attachment point.
getAudioClip() - Method in class org.opensourcephysics.tools.Resource
Gets an AudioClip.
getAudioClip(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getAuthor() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the author.
getAutoTracker() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
getAxes() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the coordinate axes.
getAxes() - Method in class org.opensourcephysics.display.DrawingFrame
 
getAxes() - Method in class org.opensourcephysics.display.PlottingPanel
Gets the axes.
getAxesLabels() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getAxesLabels() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getAxesMode() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Returns the axes mode
getAxesMode() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getAxesMode() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getAzimuth() - Method in interface org.opensourcephysics.display3d.core.Camera
Get the horizontal angle of the camera position in spherical coordinates with respect to the focus point.
getAzimuth() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getBackground() - Method in class org.opensourcephysics.display.TextLine
 
getBackgroundColor(String) - Method in class org.opensourcephysics.controls.XMLTable
Gets the background color for a specified property name.
getBackgroundColor() - Method in class org.opensourcephysics.display2d.DataRaster
 
getBackgroundImage() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Returns the background image
getBackgroundImage() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getBase(String) - Static method in class org.opensourcephysics.media.core.ImageVideoRecorder
 
getBaselineImage() - Method in class org.opensourcephysics.media.core.BaselineFilter
Gets the baseline image being subtracted.
getBasePath() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the base path.
getBasePath() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the base path of this node's resource.
getBinOffset() - Method in class org.opensourcephysics.display.Histogram
Gets the offset of the bins.
getBinWidth() - Method in class org.opensourcephysics.display.Histogram
Gets the width of a bin.
getBinWidth() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets the width of the bins.
getBlue(int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the blue component from a color value
getBoolean(String) - Method in interface org.opensourcephysics.controls.Control
Gets a stored boolean from the control.
getBoolean(String) - Method in class org.opensourcephysics.controls.HiddenControl
Read a parameter value from the input display.
getBoolean(String) - Method in class org.opensourcephysics.controls.OSPControl
Reads a parameter value from the input display.
getBoolean(String) - Method in class org.opensourcephysics.controls.OSPControlTable
 
getBoolean(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the boolean value of the specified named property.
getBoolean(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
A convenience method to get a value as a boolean
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.BooleanValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.DoubleValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.IntegerValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.ObjectValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.StringValue
 
getBoolean() - Method in class org.opensourcephysics.ejs.control.value.Value
Returns the value of the variable as a boolean
getBorderInsets(Component) - Method in class org.opensourcephysics.display.CellBorder
Returns the insets of the border.
getBorderInsets(Component, Insets) - Method in class org.opensourcephysics.display.CellBorder
Reinitialize the insets parameter with this Border's current Insets.
getBottom() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the y value for the last row of the grid.
getBottom() - Method in class org.opensourcephysics.display2d.FlatData
Gets the y value for the last row of the grid.
getBottom() - Method in interface org.opensourcephysics.display2d.GridData
Gets the y value for the last row of the grid.
getBottom() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the y value for the last row of the grid.
getBottomGutter() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the bottom gutter of this DrawingPanel.
getBottomGutter() - Method in class org.opensourcephysics.display.PlottingPanel
Gets the bottom gutter of this DrawingPanel.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Overrides Step getBounds method.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Overrides Step getBounds method.
getBounds(boolean) - Method in interface org.opensourcephysics.cabrillo.tracker.Mark
Gets the bounds of this object.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Overrides Step getBounds method.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Overrides Step getBounds method.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Overrides Step getBounds method.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the screen bounds of this step on the specified tracker panel.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Overrides Step getBounds method.
getBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Overrides Step getBounds method.
getBounds(VideoPanel) - Method in class org.opensourcephysics.media.core.TPoint
Gets the screen bounds of this object.
getBounds(VideoPanel) - Method in class org.opensourcephysics.media.core.TShape
Gets the screen bounds of the shape.
getBrightness() - Method in class org.opensourcephysics.media.core.BrightnessFilter
Gets the brightness.
getBrowser() - Static method in class org.opensourcephysics.tools.LibraryBrowser
Gets the shared singleton browser.
getBrowser(JDialog) - Static method in class org.opensourcephysics.tools.LibraryBrowser
Gets the shared singleton browser in a JDialog or, if none, in a shared JFrame.
getBufferedImage() - Method in class org.opensourcephysics.tools.Resource
Gets a buffered image.
getBufferedImage(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getCamera() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Provides the Camera object used to project the scene in 3D modes.
getCamera() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getCamera() - Method in class org.opensourcephysics.frames.Display3DFrame
Provides the Camera object used to project the scene in 3D modes.
getCartesianState(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
Converts a polar state {t, r, theta, vr, omega} to cartesian {t, x, y, vx, vy}, both relative to the origin.
getCeil() - Method in class org.opensourcephysics.display2d.ColorMapper
Gets the ceiling color.
getCeil() - Method in class org.opensourcephysics.display2d.ComplexColorMapper
Gets the ceiling color.
getCeilColor() - Method in class org.opensourcephysics.display2d.ColorMapper
Gets the ceiling color.
getCeilColor() - Method in class org.opensourcephysics.display2d.ComplexColorMapper
Gets the ceiling color.
getCeiling() - Method in class org.opensourcephysics.display2d.ComplexGridPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.ContourPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.GrayscalePlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.GridPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in interface org.opensourcephysics.display2d.Plot2D
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.display2d.VectorColorMapper
 
getCeiling() - Method in class org.opensourcephysics.display2d.VectorPlot
Gets the ceiling for scaling the z data.
getCeiling() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets the maximum z value of the plot.
getCell(int, int) - Method in class org.opensourcephysics.display2d.IntegerRaster
Gets a lattice cell value.
getCell(int, int) - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
Gets a lattice cell value.
getCell(int, int) - Method in class org.opensourcephysics.display2d.TriangularByteLattice
Gets a lattice cell value.
getCellEditor(int, int) - Method in class org.opensourcephysics.controls.XMLTable
Returns the editor for a cell specified by row and column.
getCellEditor(int, int) - Method in class org.opensourcephysics.tools.DataToolPropsTable
Returns the editor for a cell specified by row and column.
getCellEditor(int, int) - Method in class org.opensourcephysics.tools.DataToolTable
Returns the editor for a cell specified by row and column.
getCellEditor(int, int) - Method in class org.opensourcephysics.tools.FunctionEditor.Table
 
getCellPoint(double, double) - Method in class org.opensourcephysics.display.Grid
Gets the cell column and row index for the specified location
getCellRenderer(int, int) - Method in class org.opensourcephysics.controls.XMLTable
Returns the renderer for a cell specified by row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.display.ArrayTable
Returns the renderer for a cell specified by row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.display.DataRowTable
Returns the renderer for a cell specified by row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.display.DataTable
Returns an appropriate renderer for the cell specified by this row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.display2d.GridDataTable
Returns an appropriate renderer for the cell specified by this row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.tools.DataToolPropsTable
Returns the renderer for a cell specified by row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.tools.DataToolStatsTable
Returns the renderer for a cell specified by row and column.
getCellRenderer(int, int) - Method in class org.opensourcephysics.tools.DataToolTable
Overrides DataTable getCellRenderer() method.
getCellRenderer(int, int) - Method in class org.opensourcephysics.tools.FunctionEditor.Table
 
getCenter() - Method in class org.opensourcephysics.cabrillo.tracker.TRegion
 
getChain() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the vector chain containing this vector, if any.
getCharset() - Static method in class org.opensourcephysics.tools.Resource
 
getChild(Object, int) - Method in class org.opensourcephysics.tools.JarTreeModel
Gets the child node at a specified index.
getChild(Object, String) - Method in class org.opensourcephysics.tools.JarTreeModel
Gets a child node with a given name.
getChildControl(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the named XMLControl child of this property.
getChildControl(String) - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the named XMLControl child of this property.
getChildControl(String) - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the named XMLControl child of this property.
getChildControls() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the XMLControl children of this property.
getChildControls() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the XMLControl children of this property.
getChildControls() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the XMLControl children of this property.
getChildCount(Object) - Method in class org.opensourcephysics.tools.JarTreeModel
Determines the number of child nodes for the specified node.
getChildFrames() - Method in class org.opensourcephysics.controls.AbstractAnimation
Gets a copy of the ChildFrames collection.
getChildFrames() - Method in class org.opensourcephysics.controls.AbstractCalculation
Gets a copy of the ChildFrames collection.
getChildFrames() - Method in interface org.opensourcephysics.controls.MainFrame
Gets a copy of the ChildFrames collection.
getChildFrames() - Method in class org.opensourcephysics.display.OSPFrame
Gets a copy of the ChildFrames collection.
getChildFrames() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets a copy of the ChildFrames collection.
getChildNode(String) - Method in class org.opensourcephysics.tools.LaunchNode
Gets a child node specified by fileName.
getChildOwnedNodes() - Method in class org.opensourcephysics.tools.LaunchNode
Returns the nearest descendents of this node with non-null file names.
getChildren() - Method in class org.opensourcephysics.ejs.control.swing.ControlContainer
Returns the vector of children
getChildResources(String[]) - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns this node's child resources, if any, of a given set of types.
getChildValue(Node, String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Gets the value of the first child node with a given name.
getChooser() - Static method in class org.opensourcephysics.controls.OSPLog
Gets a file chooser.
getChooser() - Static method in class org.opensourcephysics.display.OSPFrame
Deprecated. use OSPRuntime.getChooser()<\code>.
getChooser() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets a file chooser.
getChooser() - Static method in class org.opensourcephysics.media.core.VideoIO
Gets the file chooser.
getChooserFiles(String) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Displays a file chooser and returns the chosen files.
getChooserFiles(String) - Static method in class org.opensourcephysics.media.core.VideoIO
Displays a file chooser and returns the chosen files.
getCircleShape(Point) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets a circle shape.
getClass(String) - Method in class org.opensourcephysics.tools.LaunchClassChooser
Gets the class with the given name in the current class map.
getClass(String, String) - Static method in class org.opensourcephysics.tools.LaunchClassChooser
Gets the class with the given name in the specified path.
getClassChooser() - Method in class org.opensourcephysics.tools.Launcher
Gets a class chooser for selecting launchable classes from jar files.
getClassLoader() - Static method in class org.opensourcephysics.controls.XML
Gets the ClassLoader.
getClassLoader(String) - Static method in class org.opensourcephysics.tools.LaunchClassChooser
Gets the ClassLoader for the specified path.
getClassOfType(String, String, Class<?>) - Static method in class org.opensourcephysics.tools.LaunchClassChooser
Gets the class with the given name in the specified path.
getClassPath() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the complete class path in node-to-root order.
getClipboardContents() - Method in class org.opensourcephysics.tools.FunctionEditor
Gets the clipboard contents.
getClipboardImage() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Returns the image on the clipboard, if any.
getClipboardImage() - Method in class org.opensourcephysics.tools.SnapshotTool
Returns the image on the clipboard, if any.
getClipControl() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the current clip control.
getClipInspector() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the clip inspector.
getClipInspector(ClipControl, Frame) - Method in class org.opensourcephysics.media.core.VideoClip
Gets the clip inspector with access to the specified ClipControl.
getClone(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchPanel
Returns the node with the same file name as the specified node.
getClone() - Method in class org.opensourcephysics.tools.LibraryResource
Gets a clone of this resource.
getCloneForExport() - Method in class org.opensourcephysics.tools.Library
Gets a clone of this library that is suitable for exporting.
getClones(LaunchNode) - Method in class org.opensourcephysics.tools.LaunchBuilder
Returns clones containing a specified node in a tab-to-node map.
getClosestGridPoint(double, double) - Method in class org.opensourcephysics.display.Grid
Gets the grid point closest to the specified location
getCodebase() - Method in class org.opensourcephysics.ejs.Simulation
Returns the codebase
getCoefficients() - Method in class org.opensourcephysics.numerics.LagrangeInterpolator
Gets the polynomial coefficients c in c[0] + c[1] * x + c[2] * x^2 + ....
getCoefficients() - Method in class org.opensourcephysics.numerics.Polynomial
Gets a clone of the polynomial coefficients c: c[0] + c[1] * x + c[2] * x^2 + ....
getCollection(String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns the LibraryCollection for a given ComPADRE path (query).
getCollection() - Method in class org.opensourcephysics.tools.LibraryTreePanel
Gets the collection displayed in the tree.
getCollectionName(String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns a descriptive name for a given ComPADRE path (query).
getCollectionPath(String, boolean) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns the collection path for an EJS or tracker tree.
getColor() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the color.
getColor() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the color.
getColor() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the color.
getColor() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the color.
getColor() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the color.
getColor() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the color.
getColor() - Method in class org.opensourcephysics.display.Grid
Gets the drawing color.
getColor() - Method in class org.opensourcephysics.display.TextLine
 
getColor() - Method in class org.opensourcephysics.media.core.TShape
Gets the color of the shape.
getColorDialog() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
 
getColorPalette() - Method in class org.opensourcephysics.display2d.ByteRaster
Gets the current palette.
getColorPalette(int, int) - Static method in class org.opensourcephysics.display2d.ColorMapper
Gets a array of colors for use in data visualization.
getColumnClass(int) - Method in class org.opensourcephysics.display.ComplexDataset
Gets the type of object for JTable entry.
getColumnClass(int) - Method in class org.opensourcephysics.display.Dataset
Gets the type of object for JTable entry.
getColumnClass(int) - Method in class org.opensourcephysics.display.DatasetManager
Gets the type of object for JTable entry.
getColumnClass(int) - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method getColumnClass
getColumnClass(int) - Method in class org.opensourcephysics.display.Histogram
Gets the type of object for JTable entry.
getColumnClass(int) - Method in class org.opensourcephysics.display.SortDecorator
 
getColumnCount() - Method in class org.opensourcephysics.controls.XMLTableModel
Gets the number of columns.
getColumnCount() - Method in class org.opensourcephysics.display.ArrayTableModel
Gets the number of columns.
getColumnCount() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the number of columns for rendering in a JTable.
getColumnCount() - Method in class org.opensourcephysics.display.DataPanel
Gets the number of columns currently shown.
getColumnCount() - Method in class org.opensourcephysics.display.DataRowModel
Gets the number of columns being shown.
getColumnCount() - Method in class org.opensourcephysics.display.Dataset
Gets the number of columns for rendering in a JTable.
getColumnCount() - Method in class org.opensourcephysics.display.DatasetManager
Gets the number of columns for rendering in a JTable.
getColumnCount() - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method getColumnCount
getColumnCount() - Method in class org.opensourcephysics.display.Histogram
Gets the name of the colummn for rendering in a JTable
getColumnCount() - Method in class org.opensourcephysics.display.SortDecorator
 
getColumnCount() - Method in class org.opensourcephysics.display2d.GridTableModel
Gets the number of columns.
getColumnCount() - Method in class org.opensourcephysics.tools.FunctionEditor.TableModel
 
getColumnID() - Method in class org.opensourcephysics.display.Dataset
Returns the column ID.
getColumnName(int) - Method in class org.opensourcephysics.controls.XMLTableModel
Gets the name of the specified column.
getColumnName(int) - Method in class org.opensourcephysics.display.ArrayTableModel
Gets the name of the specified column.
getColumnName(int) - Method in class org.opensourcephysics.display.ComplexDataset
Gets the name of the colummn for rendering in a JTable
getColumnName(int) - Method in class org.opensourcephysics.display.DataRowModel
Gets the name of the specified column.
getColumnName(int) - Method in class org.opensourcephysics.display.Dataset
Gets the name of the colummn for rendering in a JTable
getColumnName(int) - Method in class org.opensourcephysics.display.DatasetManager
Gets the name of the column for rendering in a JTable
getColumnName(int) - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method getColumnName
getColumnName(int) - Method in class org.opensourcephysics.display.Histogram
Gets the name of the column for rendering in a JTable
getColumnName(int) - Method in class org.opensourcephysics.display.SortDecorator
 
getColumnName(int) - Method in class org.opensourcephysics.display2d.GridTableModel
Gets the number of columns.
getColumnName(int) - Method in class org.opensourcephysics.tools.DataToolTable.DataToolTableModel
 
getColumnName(int) - Method in class org.opensourcephysics.tools.FunctionEditor.TableModel
 
getColumnNames() - Method in class org.opensourcephysics.analysis.FourierAnalysis
The column names to be used in the data display tool
getColumnNames() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
The column names to be used in the data display tool
getColumnNames() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
getColumnNames() - Method in class org.opensourcephysics.display.ArrayPanel
Gets column names from Table Model.
getColumnNames() - Method in class org.opensourcephysics.display.ComplexDataset
The column names to be used in the data display tool
getColumnNames() - Method in interface org.opensourcephysics.display.Data
The column names to be used in the data display tool
getColumnNames() - Method in class org.opensourcephysics.display.DataAdapter
Gets column names.
getColumnNames() - Method in class org.opensourcephysics.display.Dataset
The column names to be used in the data tool
getColumnNames() - Method in class org.opensourcephysics.display.DatasetManager
The column names to be used in the data display tool
getColumnNames() - Method in class org.opensourcephysics.display.Histogram
The column names to be used in the data display tool
getColumnNames() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getColumnNames() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getColumnNames() - Method in class org.opensourcephysics.display3d.simple3d.Set
 
getCombine() - Method in interface org.opensourcephysics.display3d.core.Style
 
getCombine() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getComment() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the comment of this node.
getComplexDataset() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Gets the complex dataset that is being plotted.
getComponent() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Getting the pointer to the real JPanel in it
getComponent() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getComponent() - Method in class org.opensourcephysics.ejs.control.ControlElement
Provided for backwards compatibiliy only
getComponent(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the component of a control element by name
getComponent() - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
getComponent() - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
getComponent() - Method in class org.opensourcephysics.ejs.control.swing.ControlInputArea
 
getComponent() - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Returns the component of this ControlElement, the one that is added to a container.
getComponent() - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
getComponent(String) - Method in interface org.opensourcephysics.ejs.View
Get a graphical object
getComponentCount() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the number of data components.
getComponentCount() - Method in class org.opensourcephysics.display2d.FlatData
Gets the number of data components.
getComponentCount() - Method in interface org.opensourcephysics.display2d.GridData
Gets the number of data components.
getComponentCount() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the number of data components.
getComponentName(int) - Method in class org.opensourcephysics.display2d.ArrayData
Gets the name of the component,
getComponentName(int) - Method in class org.opensourcephysics.display2d.FlatData
Gets the name of the component,
getComponentName(int) - Method in interface org.opensourcephysics.display2d.GridData
Gets the name of the component
getComponentName(int) - Method in class org.opensourcephysics.display2d.GridPointData
Gets the name of the component,
getComponents() - Method in class org.opensourcephysics.display.OSPLayout
 
getConstantExpression(String) - Method in class org.opensourcephysics.display.DatasetManager
Returns the expression of a constant.
getConstantNames() - Method in class org.opensourcephysics.display.DatasetManager
Returns the constant names.
getConstantValue(String) - Method in class org.opensourcephysics.display.DatasetManager
Returns the value of a constant.
getConstructorThreadGroup() - Method in class org.opensourcephysics.display.OSPDialog
Gets the ThreadGroup that constructed this frame.
getConstructorThreadGroup() - Method in class org.opensourcephysics.display.OSPFrame
Gets the ThreadGroup that constructed this frame.
getContainer(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the container of a control element by name
getContainer() - Method in class org.opensourcephysics.ejs.control.swing.ControlContainer
 
getContainer() - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
getContainer() - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
getContainerType() - Method in class org.opensourcephysics.media.core.VideoFileFilter
Gets the container type.
getContentPane() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets the frame's content pane.
getContentPane() - Method in class org.opensourcephysics.tools.Launcher
Gets the content pane.
getContents(File) - Static method in class org.opensourcephysics.tools.JarTool
Returns all the files under a given directory
getContour() - Method in class org.opensourcephysics.display2d.ComplexContourPlot
 
getContrast() - Method in class org.opensourcephysics.media.core.BrightnessFilter
Gets the contrast.
getControl(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackControl
Gets the track control for the specified tracker panel.
getControl() - Method in class org.opensourcephysics.controls.AbstractAnimation
Gets the Control.
getControl() - Method in class org.opensourcephysics.controls.AbstractSimulation
Gets this simulation's control.
getControl() - Method in class org.opensourcephysics.controls.OSPTableInspector
Gets the Control associated with this table.
getControl() - Method in class org.opensourcephysics.controls.XMLTable
Gets the currently displayed XMLControl.
getControl() - Method in class org.opensourcephysics.controls.XMLTableInspector
Gets the Control associated with this table.
getControl() - Method in class org.opensourcephysics.controls.XMLTreePanel
Gets the control displayed in the tree.
getControl(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
 
getControl(VideoClip) - Static method in class org.opensourcephysics.media.core.ClipControl
Returns an instance of ClipControl.
getConversionFactor() - Method in class org.opensourcephysics.media.core.NumberField
 
getCoordinates() - Method in class org.opensourcephysics.numerics.Quaternion
Gets the Quaternion coordinates.
getCoordinateString(DrawingPanel, MouseEvent) - Method in class org.opensourcephysics.display.axes.CartesianCoordinateStringBuilder
Converts a the pixel coordinates in a mouse event into world coordinates and return these coordinates in a string.
getCoordinateString(DrawingPanel, MouseEvent) - Method in class org.opensourcephysics.display.axes.CoordinateStringBuilder
Converts a the pixel coordinates in a mouse event into world coordinates and return these coordinates in a string.
getCoordinateString(DrawingPanel, MouseEvent) - Method in class org.opensourcephysics.display.axes.PolarCoordinateStringBuilder
Converts a the pixel coordinates in a mouse event into world coordinates and return these coordinates in a string.
getCoordinateString(DrawingPanel, MouseEvent) - Method in class org.opensourcephysics.media.core.VidCartesianCoordinateStringBuilder
Converts the pixel coordinates in a mouse event into world coordinates and return these coordinates in a string.
getCoordinateString(double, double) - Method in class org.opensourcephysics.media.core.VidCartesianCoordinateStringBuilder
Returns the specified xy coordinates in a string.
getCoordinateStringBuilder() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the CoordinateStringBuilder that converts mouse events into a string showing world coordinates.
getCoords() - Method in class org.opensourcephysics.cabrillo.tracker.ReferenceFrame
Gets the parent image coordinate system.
getCoords() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides VideoPanel getCoords method.
getCoords() - Method in interface org.opensourcephysics.media.core.InteractiveImage
Gets the image coordinate system.
getCoords() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the image coordinate system.
getCoords() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the current image coordinate system used for drawing.
getCoords() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the image coordinate system.
getCosElevationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the cosine of elevation angle.
getCosine(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the cosine of the angle of the world x-axis measured ccw from the image x-axis for the specified frame number.
getCosRotationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the cosine of rotation angle.
getCourseLevel() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the course level of this node or ancestor.
getCryptic() - Method in class org.opensourcephysics.controls.Cryptic
Gets the cryptic.
getCurrentDraggable() - Method in class org.opensourcephysics.display.InteractivePanel
Get the Interactive object that is currently being dragged.
getCurrentMap() - Method in class org.opensourcephysics.controls.ParsableTextArea
 
getCursorType() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getCursorType() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getData(DataTable, boolean) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Gets the data selected by the user in a datatable.
getData(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns the DatasetManager.
getData() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the array containing the data.
getData() - Method in class org.opensourcephysics.display2d.FlatData
Gets the array containing the data.
getData() - Method in interface org.opensourcephysics.display2d.GridData
Gets the array containing the data.
getData() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the array containing the data.
getData() - Method in interface org.opensourcephysics.display3d.core.ElementPoints
Gets the data of the coordinates of the points
getData() - Method in interface org.opensourcephysics.display3d.core.ElementPolygon
Gets ths data of the points fo the polygon
getData() - Method in interface org.opensourcephysics.display3d.core.ElementSurface
Gets the data of the surface.
getData() - Method in class org.opensourcephysics.display3d.simple3d.ElementPoints
 
getData() - Method in class org.opensourcephysics.display3d.simple3d.ElementPolygon
Gets (a copy of) the data of the points for the polygon
getData() - Method in class org.opensourcephysics.display3d.simple3d.ElementSurface
 
getData() - Method in class org.opensourcephysics.tools.DataFunctionEditor
Returns the DatasetManager.
getData() - Method in class org.opensourcephysics.tools.DataFunctionPanel
Returns the DatasetManager.
getData() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Gets the data.
getData2D() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets the frequencies, real, and imaginary coefficients.
getData2D() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Gets the frequencies, power, cos, and sin coefficients.
getData2D() - Method in class org.opensourcephysics.display.ArrayPanel
Gets double[][] data from the Table Model and transposes this array if necessary.
getData2D() - Method in class org.opensourcephysics.display.ComplexDataset
 
getData2D() - Method in interface org.opensourcephysics.display.Data
Gets a 2D array of data.
getData2D() - Method in class org.opensourcephysics.display.DataAdapter
Gets the double[][] array.
getData2D() - Method in class org.opensourcephysics.display.Dataset
Gets a data array containing both x and y values.
getData2D() - Method in class org.opensourcephysics.display.DatasetManager
Gets a 2D array of data.
getData2D() - Method in class org.opensourcephysics.display.Histogram
 
getData2D() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getData2D() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getData2D() - Method in class org.opensourcephysics.display3d.simple3d.Set
 
getData3D() - Method in class org.opensourcephysics.analysis.FourierAnalysis
3D data is not available.
getData3D() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
3D data is not available.
getData3D() - Method in class org.opensourcephysics.display.ArrayPanel
Not used because double[][][] is not used in any OSP Tools.
getData3D() - Method in class org.opensourcephysics.display.ComplexDataset
 
getData3D() - Method in interface org.opensourcephysics.display.Data
Gets a 3D array of data.
getData3D() - Method in class org.opensourcephysics.display.DataAdapter
Not used.
getData3D() - Method in class org.opensourcephysics.display.Dataset
Returns a null 3D array of data.
getData3D() - Method in class org.opensourcephysics.display.DatasetManager
Gets a 3D array of data.
getData3D() - Method in class org.opensourcephysics.display.Histogram
 
getData3D() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getData3D() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getDataBuilder() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the DataFunction tool for defining custom data functions.
getDataBuilder() - Method in class org.opensourcephysics.tools.DataTool
Gets the data builder for defining custom data functions.
getDataBuilder() - Method in class org.opensourcephysics.tools.DataToolTab
Gets the data builder for defining custom data functions.
getDataColumns(Data) - Static method in class org.opensourcephysics.tools.DataTool
Gets a list of DataColumns from a self-contained Data object.
getDataDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Gets the description of a data variable.
getDataDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the description of a data variable.
getDataDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Gets the description of a data variable.
getDataDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the description of a data variable.
getDataDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Gets the description of a data variable.
getDataFile() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the file where data is saved.
getDataList() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets a list that contains the complex dataset of the last Fourier analysis.
getDataList() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Some elements (a Group, for instance) do not contain data, but a list of subelements which do.
getDataList() - Method in class org.opensourcephysics.display.ArrayPanel
Not used because Data is stored in this object, not in a list of Data objects.
getDataList() - Method in class org.opensourcephysics.display.ComplexDataset
Some elements (a Group, for instance) do not contain data, but a list of subelements which do.
getDataList() - Method in interface org.opensourcephysics.display.Data
Some Data objects (e.g., a Group) do not contain data, but a list of Data objects which do.
getDataList() - Method in class org.opensourcephysics.display.DataAdapter
Not used.
getDataList() - Method in class org.opensourcephysics.display.DataFile
Some objects (eg, a Group) do not contain data, but a list of Data objects that do.
getDataList() - Method in class org.opensourcephysics.display.Dataset
Some Data objects (e.g., a Group) do not contain data, but a list of Data objects which do.
getDataList() - Method in class org.opensourcephysics.display.DatasetManager
Some objects (eg, a Group) do not contain data, but a list of Data objects that do.
getDataList() - Method in class org.opensourcephysics.display.Histogram
Some elements (a Group, for instance) do not contain data, but a list of subelements which do.
getDataList() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getDataList() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getDataList() - Method in class org.opensourcephysics.display3d.simple3d.Set
 
getDataName(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the name of a data variable.
getDataset() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the dataset
getDataset(int) - Method in class org.opensourcephysics.display.DatasetManager
Gets a dataset with the given index.
getDataset(int) - Method in class org.opensourcephysics.frames.PlotFrame
Gets a dataset with the given index.
getDataset(String) - Method in class org.opensourcephysics.tools.DataToolTable
Gets the source dataset associated with table column name.
getDatasetIndex(String) - Method in class org.opensourcephysics.display.DatasetManager
Returns the index of the first dataset with the specified y column name.
getDatasetManager() - Method in class org.opensourcephysics.frames.PlotFrame
Gets the dataset manager.
getDatasets() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets the complex datasets that contain the result of the last Fourier analysis.
getDatasets() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Gets the datasets that contain the result of the last Fourier analysis.
getDatasets() - Method in class org.opensourcephysics.display.ArrayPanel
Not used Data because is stored in 2D arrays.
getDatasets() - Method in class org.opensourcephysics.display.ComplexDataset
 
getDatasets() - Method in interface org.opensourcephysics.display.Data
Gets a list of OSP Datasets.
getDatasets() - Method in class org.opensourcephysics.display.DataAdapter
Not used Data because is stored in 2D array.
getDatasets() - Method in class org.opensourcephysics.display.Dataset
Returns a list containing this Dataset.
getDatasets() - Method in class org.opensourcephysics.display.DatasetManager
Gets a shallow clone of the dataset list.
getDatasets() - Method in class org.opensourcephysics.display.Histogram
 
getDatasets() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getDatasets() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getDatasets(Data) - Static method in class org.opensourcephysics.tools.DataTool
Gets a list of Datasets from a self-contained source Data object.
getDataString(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Returns a String containing all the data for a single frame number.
getDataTable() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the datatable.
getDataType(Object) - Static method in class org.opensourcephysics.controls.XML
Gets the datatype of the object.
getDataTypes() - Static method in class org.opensourcephysics.controls.XML
Gets an array containing all supported data types.
getDataViews() - Method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
getDebugLevel() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the current debug level
getDecorationType() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getDecorationType() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getDefault() - Method in class org.opensourcephysics.numerics.DoubleArray
Gets the default array.
getDefault() - Method in class org.opensourcephysics.numerics.IntegerArray
Gets the default array.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the default step point index.
getDefaultAutoTrackerIndex() - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Gets the default step point index.
getDefaultAutotrackIndex() - Static method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the default point index.
getDefaultCloseOperation() - Method in interface org.opensourcephysics.display.AppFrame
Returns the operation that occurs when the user initiates a "close" on this frame.
getDefaultConfig() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the default set of configuration properties.
getDefaultExtension() - Method in class org.opensourcephysics.media.core.ImageVideoType
Gets the default extension for this type.
getDefaultExtension() - Method in class org.opensourcephysics.media.core.VideoFileFilter
Gets the default extension to suggest when saving.
getDefaultExtension() - Method in interface org.opensourcephysics.media.core.VideoType
Gets the default extension for this type.
getDefaultExtension() - Method in class org.opensourcephysics.media.gif.GifVideoType
Gets the name and/or description of this type.
getDefaultExtension() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Gets the name and/or description of this type.
getDefaultExtension() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Gets the default extension for this type.
getDefaultFileFilter() - Method in class org.opensourcephysics.media.core.ImageVideoType
Gets the default file filter for this type.
getDefaultFileFilter() - Method in interface org.opensourcephysics.media.core.VideoType
Gets the default file filter for this type.
getDefaultFileFilter() - Method in class org.opensourcephysics.media.gif.GifVideoType
Gets the default file filter for this type.
getDefaultFileFilter() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Gets the default file filter for this type.
getDefaultFileFilter() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Gets the default file filter for this type.
getDefaultImageHeight() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
getDefaultImageWidth() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
getDefaultJar() - Static method in class org.opensourcephysics.tools.Launcher
Gets the name of the jar containing the default launcher xml file, if any.
getDefaultLocales() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets Locales for languages that have properties files in the core library.
getDefaultName() - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the default name for newly created objects.
getDefaultName() - Method in class org.opensourcephysics.tools.ParamEditor
Returns the default name for newly created objects.
getDefaultPoint() - Method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Gets the default point.
getDefaultPoint() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the default point.
getDefaultPoint() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets the default point.
getDefaultPrefixList() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the list (actually, a vector) of prefix
getDelay(int) - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets display duration for specified frame.
getDelayTime() - Method in class org.opensourcephysics.controls.AbstractAnimation
Gets the preferred delay time in ms between animation steps.
getDelimiter() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Gets the delimiter for copied or exported data
getDeltaR() - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Gets the spacing of the radial grid.
getDeltaR() - Method in interface org.opensourcephysics.display.axes.PolarAxes
Gets the spacing of the radial gridlines.
getDeltaTheta() - Method in class org.opensourcephysics.display.axes.AbstractPolarAxis
Gets the spacing of the radial gridlines.
getDeltaTheta() - Method in interface org.opensourcephysics.display.axes.PolarAxes
Gets the spacing of the radial gridlines.
getDepthFactor() - Method in interface org.opensourcephysics.display3d.core.Style
 
getDepthFactor() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getDerivative() - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Gets the singleton derivative of the Airy function.
getDerivative(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
Gets the derivative of the Bessel function with the given order.
getDescendantPaths(Object[]) - Method in class org.opensourcephysics.tools.JarTreeModel
Returns all descendant paths for a parent path.
getDescent(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getDescription() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the description of this panel.
getDescription() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the description of this track.
getDescription() - Method in class org.opensourcephysics.media.core.ImageVideoType
Gets the name and/or description of this type.
getDescription() - Method in class org.opensourcephysics.media.core.VideoFileFilter
Gets a description of the file types accepted by this filter.
getDescription() - Method in interface org.opensourcephysics.media.core.VideoType
Gets the name/description of this type.
getDescription() - Method in class org.opensourcephysics.media.gif.GifVideoType
Gets the name and/or description of this type.
getDescription() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Gets the name and/or description of this type.
getDescription() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Gets the name and/or description of this type.
getDescription() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the description of this node.
getDescription() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the description, which must be in html code.
getDescription() - Method in class org.opensourcephysics.tools.Parameter
Gets the description of this parameter.
getDescription() - Method in class org.opensourcephysics.tools.UserFunction
Gets the description of this function.
getDeterminant() - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Returns the determinant of the matrix representation of the transform.
getDialog(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.ExportDataDialog
Returns the singleton ExportVideoDialog for a specified TrackerPanel.
getDialog(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.ExportVideoDialog
Returns the singleton ExportVideoDialog for a specified TrackerPanel.
getDimensionSetter() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the object that sets the gutters for this panel.
getDirectoryPath(String) - Static method in class org.opensourcephysics.controls.XML
Gets the path of the directory containing the specified file.
getDisplay(String) - Method in class org.opensourcephysics.controls.XMLTreePanel
Gets the xml to be displayed.
getDisplayLanguage(Locale) - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the display language for a given Locale.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the display name of the footprint.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets a display name for this model.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets a display name for this model.
getDisplayName() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the display name of the footprint.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the display name of the footprint.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Gets the display name for the FunctionTool dropdown.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets a display name for this model.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the display name of the footprint.
getDisplayName() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the display name of the footprint.
getDisplayName() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the display name for the FunctionTool dropdown.
getDisplayName(String) - Static method in class org.opensourcephysics.tools.Launcher
Gets the display name of the specified file name.
getDisplayTab(int) - Method in class org.opensourcephysics.tools.LaunchNode
Gets a display tab.
getDisplayTabCount() - Method in class org.opensourcephysics.tools.LaunchNode
Returns the number of display tabs for this node.
getDistance() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the projector distance.
getDistanceToScreen() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the distance from the camera to the projecting screen.
getDistanceToScreen() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getDivider() - Method in class org.opensourcephysics.tools.Launcher
Gets the divider location.
getDoctype() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the doctype.
getDouble(String) - Method in interface org.opensourcephysics.controls.Control
Gets a stored double value from the control.
getDouble(String) - Method in class org.opensourcephysics.controls.HiddenControl
Read a parameter value from the input display.
getDouble(String) - Method in class org.opensourcephysics.controls.OSPControl
Reads a parameter value from the input display.
getDouble(String) - Method in class org.opensourcephysics.controls.OSPControlTable
Reads a double value from the table.
getDouble(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the double value of the specified named property.
getDouble(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
A convenience method to get a value as a double
getDouble(String) - Method in class org.opensourcephysics.ejs.control.ParsedEjsControl
Gets the double keyed to this value.
getDouble() - Method in class org.opensourcephysics.ejs.control.value.BooleanValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.DoubleValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.IntegerValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.ObjectValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.StringValue
 
getDouble() - Method in class org.opensourcephysics.ejs.control.value.Value
Returns the value of the variable as a double
getDrawable() - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
getDrawables() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Overrides VideoPanel getDrawables method.
getDrawables() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides DrawingPanel getDrawables method.
getDrawables() - Method in class org.opensourcephysics.display.DrawingFrame
Gets Drawable previously objects added by the user.
getDrawables(Class<T>) - Method in class org.opensourcephysics.display.DrawingFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the cloned list of Drawable objects.
getDrawables(Class<T>) - Method in class org.opensourcephysics.display.DrawingPanel
Gets Drawable objects of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.Complex2DFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.Complex2DFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.ComplexPlotFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.FFT2DFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.FFT2DFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.FFTFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.FFTFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.HistogramFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.LatticeFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.LatticeFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.PlotFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.PlotFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.RasterFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.RasterFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.frames.Vector2DFrame
Gets Drawable objects added by the user to this frame.
getDrawables(Class<T>) - Method in class org.opensourcephysics.frames.Vector2DFrame
Gets Drawable objects added by the user of an assignable type.
getDrawables() - Method in class org.opensourcephysics.media.core.VideoPanel
Overrides DrawingPanel getDrawables method.
getDrawer() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Gets the function drawer.
getDrawingPanel() - Method in class org.opensourcephysics.display.DrawingFrame
Gets the drawing panel.
getDrawingPanel3D() - Method in interface org.opensourcephysics.display3d.core.DrawingFrame3D
Gets the DrawingPanel3D
getDrawingPanel3D() - Method in interface org.opensourcephysics.display3d.core.Element
Returns the DrawingPanel3D in which it (or its final ancestor group) is displayed.
getDrawingPanel3D() - Method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Gets the drawing panel.
getDrawingPanel3D() - Method in class org.opensourcephysics.display3d.simple3d.Element
Returns the DrawingPanel3D in which it (or its final ancestor group) is displayed.
getDTD(String) - Static method in class org.opensourcephysics.controls.XML
Gets the DTD for the specified doctype file name.
getDuration() - Method in interface org.opensourcephysics.media.core.Playable
Gets the duration of the media.
getDuration() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the duration of the video.
getDuration() - Method in class org.opensourcephysics.media.gif.GifVideo
Gets the duration of the video.
getDuration() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the duration of the video.
getDuration() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Gets the duration of the video.
getDx() - Method in class org.opensourcephysics.display.Grid
Gets the x separation between x gid lines.
getDx() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the change in x between grid columns.
getDx() - Method in class org.opensourcephysics.display2d.FlatData
Gets the change in x between grid columns.
getDx() - Method in interface org.opensourcephysics.display2d.GridData
Gets the change in x between grid columns moving from right to left.
getDx() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the change in x between grid columns.
getDy() - Method in class org.opensourcephysics.display.Grid
Gets the y separation between x gid lines.
getDy() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the change in y between grid rows.
getDy() - Method in class org.opensourcephysics.display2d.FlatData
Gets the change in y between grid rows.
getDy() - Method in interface org.opensourcephysics.display2d.GridData
Gets the change in y between grid rows moving from top to bottom.
getDy() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the change in y between grid rows.
getEdgeColor() - Method in class org.opensourcephysics.display.Dataset
Gets the data point edge color.
getEdgeColor() - Method in class org.opensourcephysics.display.Spring
 
getEdgeStroke() - Method in class org.opensourcephysics.display.Spring
 
getEditingColor(String) - Method in class org.opensourcephysics.controls.XMLTable
Sets the color of the editor for a specified property name.
getEigenvalueMatrix() - Method in class org.opensourcephysics.numerics.EigenvalueDecomposition
Return the block diagonal eigenvalue matrix
getEigenvectors() - Method in class org.opensourcephysics.numerics.EigenvalueDecomposition
Return the eigenvector matrix
getEjsAppletDimension(Class<?>) - Static method in class org.opensourcephysics.tools.EjsTool
Returns the preferred dimension for the simulation's main window.
getElement(int) - Method in interface org.opensourcephysics.display3d.core.Group
Gets the elements of the group at a given index.
getElement(int) - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getElement(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns a control element by name
getElements() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the (cloned) list of Elements.
getElements() - Method in interface org.opensourcephysics.display3d.core.Group
Gets the cloned list of Elements in the group.
getElements() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getElements() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getElevationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets current elevation angle.
getEnabled() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the enabled property set.
getEnd() - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Gets the end of the chain.
getEnd1() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets end 1.
getEnd1() - Method in class org.opensourcephysics.media.core.TLine
Gets end 1.
getEnd2() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets end 2.
getEnd2() - Method in class org.opensourcephysics.media.core.TLine
Gets end 2.
getEndFrame() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the end frame for this model.
getEndFrame() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the end frame for this model.
getEndFrameNumber() - Method in interface org.opensourcephysics.media.core.Video
Gets the end frame number.
getEndFrameNumber() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the end frame number.
getEndFrameNumber() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the end frame number.
getEndFrameNumber() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the end frame number.
getEndTime() - Method in interface org.opensourcephysics.media.core.Playable
Gets the end time in milliseconds.
getEndTime() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the end time in milliseconds.
getEndTime() - Method in class org.opensourcephysics.media.gif.GifVideo
Gets the end time in milliseconds.
getEndTime() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the end time in milliseconds.
getEndTime() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Gets the end frame time in milliseconds.
getError() - Method in class org.opensourcephysics.numerics.DoubleArray
Gets the error code
getError() - Method in class org.opensourcephysics.numerics.IntegerArray
Gets the error code
getErrorCode() - Method in exception org.opensourcephysics.ejs.control.value.ParserException
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Gets error code of last operation.
getErrorCode() - Method in class org.opensourcephysics.numerics.CashKarp45
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.numerics.DormandPrince45
Gets the error code.
getErrorCode() - Method in interface org.opensourcephysics.numerics.ODEAdaptiveSolver
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.numerics.ODEBisectionEventSolver
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.numerics.ODEMultistepSolver
Gets the error code.
getErrorCode() - Method in exception org.opensourcephysics.numerics.ParserException
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.numerics.RK45MultiStep
Gets the error code.
getErrorCode() - Method in class org.opensourcephysics.numerics.SuryonoParser
Gets error code of last operation.
getErrorPosition() - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Gets error position.
getErrorPosition() - Method in class org.opensourcephysics.numerics.SuryonoParser
Gets error position.
getErrorString() - Method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Gets error string/message of last operation.
getErrorString() - Method in class org.opensourcephysics.numerics.SuryonoParser
Gets error string/message of last operation.
getEventHappened() - Method in class org.opensourcephysics.numerics.ODEBisectionEventSolver
Gets the eventHappend flag.
getExpandedNodes() - Method in class org.opensourcephysics.tools.LaunchPanel
Returns a collection of nodes that are currently expanded.
getExpression() - Method in class org.opensourcephysics.display.DataFunction
Gets the expression.
getExpression(Object) - Method in class org.opensourcephysics.tools.DataFunctionEditor
Returns the expression of the object.
getExpression(Object) - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the expression of the object.
getExpression(String) - Method in interface org.opensourcephysics.tools.KnownFunction
Gets the equation.
getExpression(String) - Method in class org.opensourcephysics.tools.KnownPolynomial
Gets the equation.
getExpression(Object) - Method in class org.opensourcephysics.tools.ParamEditor
Returns the expression of the object.
getExpression() - Method in class org.opensourcephysics.tools.Parameter
Gets the expression for this parameter.
getExpression() - Method in class org.opensourcephysics.tools.UserFunction
Gets the expression using the current variables.
getExpression(String) - Method in class org.opensourcephysics.tools.UserFunction
Gets the expression and sets the independent variable.
getExpression(String[]) - Method in class org.opensourcephysics.tools.UserFunction
Gets the expression and sets the independent variables.
getExpression(Object) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns the expression of the object.
getExtension(String) - Static method in class org.opensourcephysics.controls.XML
Gets the extension of the specified file name.
getExtension(File) - Static method in class org.opensourcephysics.media.core.VideoIO
Gets the extension of a file.
getExtensions() - Method in class org.opensourcephysics.media.core.VideoFileFilter
Gets all extensions accepted by this filter.
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementPoints
 
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementPolygon
 
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementSurface
 
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementTessellation
 
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getExtrema(double[], double[]) - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getFactor(int) - Static method in class org.opensourcephysics.tools.FontSizer
Gets the factor corresponding to a specified level.
getFade() - Method in class org.opensourcephysics.media.core.DarkGhostFilter
Gets the fade.
getFade() - Method in class org.opensourcephysics.media.core.GhostFilter
Gets the fade.
getFile() - Method in class org.opensourcephysics.tools.LaunchNode
Return an existing file with current file name and specified base.
getFile() - Method in class org.opensourcephysics.tools.Resource
Gets the file associated with this resource.
getFileChooser(File) - Static method in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
Gets a shared file chooser.
getFileChooser() - Static method in class org.opensourcephysics.tools.LaunchBuilder
Gets a file chooser.
getFileChooser() - Static method in class org.opensourcephysics.tools.LibraryTreePanel
Gets a shared file chooser.
getFileFilters() - Method in class org.opensourcephysics.media.core.ImageVideoType
Gets the file filter for this type.
getFileFilters() - Method in interface org.opensourcephysics.media.core.VideoType
Gets the file filters for this type.
getFileFilters() - Method in class org.opensourcephysics.media.gif.GifVideoType
Gets the file filter for this type.
getFileFilters() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Gets the file filters for this type.
getFileFilters() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Gets the file filters for this type.
getFileHandler() - Method in class org.opensourcephysics.controls.OSPLog
Gets the file handler using lazy instantiation.
getFileIcon(LaunchNode) - Method in class org.opensourcephysics.tools.Launcher
Gets an appropriate File icon for a node (must have non-null filename)
getFileName() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Gets the file name of the destination video.
getFileName() - Method in interface org.opensourcephysics.media.core.VideoRecorder
Gets the current file name.
getFileName() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the fileName.
getFileNames(String, int) - Static method in class org.opensourcephysics.media.core.ImageVideoRecorder
 
getFilePath() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Overrides VideoPanel getFilePath method.
getFilePath() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the default path for the saveAs method.
getFileToBeSaved(File) - Method in class org.opensourcephysics.media.core.ImageVideoRecorder
Return the file that will be saved if the specified file is selected.
getFileToBeSaved(File) - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Return the file that will be saved if the specified file is selected.
getFillColor() - Method in class org.opensourcephysics.display.ComplexDataset
Fill color to use for this data
getFillColor() - Method in class org.opensourcephysics.display.Dataset
Gets the data point fill color.
getFillColor() - Method in class org.opensourcephysics.display.Histogram
Fill color to use for this data
getFillColor() - Method in interface org.opensourcephysics.display3d.core.Style
 
getFillColor() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getFillColors() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Fill colors for Data interface.
getFillColors() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Fill colors for Data interface.
getFillColors() - Method in class org.opensourcephysics.display.ArrayPanel
Fill colors for columns are not specified.
getFillColors() - Method in class org.opensourcephysics.display.ComplexDataset
Fill colors to Data interface.
getFillColors() - Method in interface org.opensourcephysics.display.Data
Fill color to use for this data
getFillColors() - Method in class org.opensourcephysics.display.DataAdapter
Fill colors for columns are not specified.
getFillColors() - Method in class org.opensourcephysics.display.Dataset
Fill colors for Data interface.
getFillColors() - Method in class org.opensourcephysics.display.DatasetManager
Fill colors for Data interface.
getFillColors() - Method in class org.opensourcephysics.display.Histogram
Fill colors for Data interface.
getFillColors() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getFillColors() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getFilter(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
Gets the spectral line filter for the specified tracker panel.
getFilter(Class<?>) - Method in class org.opensourcephysics.media.core.FilterStack
Gets the first instance of the specified filter class.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.BaselineFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.BrightnessFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.DarkGhostFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.DeinterlaceFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.Filter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.FilterStack
Returns the current filtered image.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.GhostFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.GrayScaleFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.NegativeFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.PerspectiveFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.ResizeFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.RotateFilter
Applies the filter to a source image and returns the result.
getFilteredImage(BufferedImage) - Method in class org.opensourcephysics.media.core.SumFilter
Applies the filter to a source image and returns the result.
getFilters() - Method in class org.opensourcephysics.media.core.FilterStack
Returns a copy of the filters in this filter stack.
getFilters() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the map of available video filters.
getFilterStack() - Method in interface org.opensourcephysics.media.core.DrawableImage
Gets the filter stack.
getFilterStack() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the filter stack.
getFilterStack() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the filter stack.
getFirst(Function, double) - Static method in class org.opensourcephysics.numerics.Derivative
Gets a derivative function using the centered difference approximation.
getFirstChild(Node, String) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Returns the first child node with the given name.
getFirstDirection() - Method in interface org.opensourcephysics.display3d.core.ElementPlane
Gets the first direction vector of th eplane
getFirstDirection() - Method in class org.opensourcephysics.display3d.simple3d.ElementPlane
 
getFirstRowIndex() - Method in class org.opensourcephysics.display.ArrayPanel
 
getFitBuilder() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Gets the fit builder.
getFitFunction() - Method in class org.opensourcephysics.tools.FitFunctionPanel
Returns the fit function.
getFitFunctionEditor() - Method in class org.opensourcephysics.tools.FitFunctionPanel
Returns the fit function editor.
getFlatMatrix(double[]) - Method in class org.opensourcephysics.numerics.Matrix2DTransformation
Gets the direct homogeneous affine transformation flattened into a 1-d arrray.
getFlatMatrix(double[]) - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
Gets the direct homogeneous affine transformation flattened into a 1-d array.
getFlatMatrix(double[]) - Method in interface org.opensourcephysics.numerics.MatrixTransformation
Gets the direct homogeneous affine transformation flattened into a 1-d arrray.
getFlatMatrix(double[]) - Method in class org.opensourcephysics.numerics.Quaternion
Gets the direct homogeneous affine transformation flattened into a 1-d array.
getFloor() - Method in class org.opensourcephysics.display2d.ColorMapper
Gets the floor.
getFloor() - Method in class org.opensourcephysics.display2d.ComplexGridPlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.ContourPlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.GrayscalePlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.GridPlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Gets the floor for scaling the z data.
getFloor() - Method in interface org.opensourcephysics.display2d.Plot2D
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.display2d.VectorColorMapper
 
getFloor() - Method in class org.opensourcephysics.display2d.VectorPlot
Gets the floor for scaling the z data.
getFloor() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets the minimum z value of the plot.
getFloorColor() - Method in class org.opensourcephysics.display2d.ColorMapper
Gets the floor color;
getFM(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getFocusX() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the focus X coordinate
getFocusX() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getFocusY() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the focus Y coordinate
getFocusY() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getFocusZ() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the focus Z coordinate
getFocusZ() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getFont() - Method in class org.opensourcephysics.display.ArrayTable
Gets the default font of this component.
getFont() - Method in class org.opensourcephysics.display.BoundedTextLine
Gets the font.
getFont() - Method in class org.opensourcephysics.display.InteractiveTextLine
Gets the font used to display the text.
getFont() - Method in class org.opensourcephysics.display.TextLine
 
getFont() - Method in interface org.opensourcephysics.display3d.core.ElementText
Gets the font of the text
getFont() - Method in class org.opensourcephysics.display3d.simple3d.ElementText
 
getFontLevel() - Method in class org.opensourcephysics.tools.FunctionTool
Gets the font level.
getFontName() - Method in class org.opensourcephysics.display.TextLine
 
getFontSize() - Method in class org.opensourcephysics.display.TextLine
 
getFontStyle() - Method in class org.opensourcephysics.display.TextLine
 
getFootprint(String) - Static method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets a named footprint.
getFootprint(String) - Static method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets a predefined LineFootprint.
getFootprint(Step) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the current footprint of the specified step.
getFootprint(String) - Static method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets a named footprint.
getFootprint(String) - Static method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets a predefined Footprint.
getFootprint() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the current footprint.
getFootprint(Step) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the current footprint.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the length of the footprints required by this track.
getFootprintLength() - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Gets the length of the footprints required by this track.
getFootprints(Step) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the footprint choices.
getFootprints() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the footprint choices.
getFootprints(Step) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the footprint choices.
getForceFunctions() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicFunctionPanel
Returns the forcce functions.
getFormat() - Method in class org.opensourcephysics.media.core.NumberField
Gets the format for this field.
getFormatDialog(String[], String[]) - Method in class org.opensourcephysics.display.DataTable
Gets the format setter dialog.
getFormatPattern(String) - Method in class org.opensourcephysics.display.DataTable
Gets the formatting pattern for a named column
getFormattedColumnNames() - Method in class org.opensourcephysics.display.DataTable
Gets the names of formatted columns Added by D Brown 24 Apr 2011
getFormattedLength(double) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Formats the specified length value.
getFormattedValueAt(int, int) - Method in class org.opensourcephysics.display.DataTable
Gets the formatted value at a given row and column.
getFrame(int) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getFrame() - Method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the frame.
getFrame() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Deprecated.  
getFrame(int) - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets the image contents of frame n.
getFrameCount() - Method in interface org.opensourcephysics.media.core.Video
Gets the total number of frames.
getFrameCount() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the total number of video frames.
getFrameCount() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the frame count.
getFrameCount() - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets the number of frames read from file.
getFrameCount() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the total number of video frames.
getFrameData(int) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getFrameData() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getFrameDuration(int) - Method in interface org.opensourcephysics.media.core.Video
Gets the duration of the specified frame in milliseconds.
getFrameDuration(int) - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the duration of the specified frame in milliseconds.
getFrameDuration(int) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the duration of the specified frame in milliseconds.
getFrameForData(String, double) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the frame number associated with a specified variable and value.
getFrameNumber(VideoPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep.Position
Overrides TPoint getFrameNumber method.
getFrameNumber(VideoPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep.Position
Overrides TPoint getFrameNumber method.
getFrameNumber() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the current frame number.
getFrameNumber(VideoPanel) - Method in class org.opensourcephysics.media.core.TCircle
Overrides TPoint getFrameNumber method.
getFrameNumber(VideoPanel) - Method in class org.opensourcephysics.media.core.TPoint
Gets the frame number this TPoint uses for coordinate system transforms and other identification.
getFrameNumber() - Method in class org.opensourcephysics.media.core.TrackableCircle
Gets the frame number.
getFrameNumber() - Method in interface org.opensourcephysics.media.core.Video
Gets the current frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the current video frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the current frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the current frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the current frame number.
getFrameNumber() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the current video frame number.
getFrameSize() - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets image size.
getFrameTime(int) - Method in interface org.opensourcephysics.media.core.Video
Gets the start time of the specified frame in milliseconds.
getFrameTime(int) - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the start time of the specified frame in milliseconds.
getFrameTime(int) - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the start time of the specified frame in milliseconds.
getFrameTime(int) - Method in class org.opensourcephysics.media.gif.GifVideo
Gets the start time of the specified frame in milliseconds.
getFrameTime(int) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the start time of the specified frame in milliseconds.
getFrameTime(int) - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Gets the start time of the specified frame in milliseconds.
getFreqMax(double, double, int) - Method in class org.opensourcephysics.numerics.FFT2D
Gets the maximum frequency given the domain and the number of points.
getFreqMin(double, double, int) - Method in class org.opensourcephysics.numerics.FFT2D
Gets the minimum frequency given the domain and the number of points.
getFullConfig() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the full set of configuration properties.
getFullExpression(String[]) - Method in class org.opensourcephysics.tools.UserFunction
Gets the full expression using the current variables.
getFunction() - Method in class org.opensourcephysics.numerics.MathExpParser
Gets the function string.
getFunction() - Static method in class org.opensourcephysics.numerics.specialfunctions.Airy
Gets the singleton Airy function.
getFunction(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Bessel
Gets the Bessel function with the given order.
getFunction() - Method in class org.opensourcephysics.numerics.SuryonoParser
Gets function string of last operation.
getFunctionEditor() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the function editor.
getFunctionEditor() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the function editor.
getFunctionNames() - Method in class org.opensourcephysics.numerics.MathExpParser
Returns names of functions recognized by the parser.
getFunctionNames() - Method in class org.opensourcephysics.numerics.ParsedMultiVarFunction
Returns function names.
getFunctionNames() - Method in class org.opensourcephysics.numerics.SuryonoParser
Returns all built-in and extended function names.
getFunctionTable() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the function table.
getGifEncoder() - Method in class org.opensourcephysics.media.gif.GifVideoRecorder
Gets the encoder used by this recorder.
getGlassPane() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Implementation of RootPaneContainer.
getGlassPanel() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the glass panel.
getGreen(int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the green component from a color value
getGridData() - Method in class org.opensourcephysics.display2d.ComplexGridPlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.ContourPlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.GrayscalePlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.GridPlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Gets the GridData object.
getGridData() - Method in interface org.opensourcephysics.display2d.Plot2D
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the GridData object.
getGridData() - Method in class org.opensourcephysics.display2d.VectorPlot
Gets the GridData object.
getGroup() - Method in class org.opensourcephysics.ejs.control.ControlElement
Gets the GroupControl in which it operates
getGutters() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the gutters.
getHandle() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Gets the handle.
getHandle() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Gets the center handle.
getHandle() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets the handle.
getHandle() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the handle.
getHead(double) - Method in class org.opensourcephysics.display.Arrow
Gets the arrowhead shape.
getHeadSize() - Method in class org.opensourcephysics.display.Arrow
Gets the headsize for the arrow.
getHeight() - Method in class org.opensourcephysics.display.DrawingPanel
 
getHeight() - Method in class org.opensourcephysics.display.InteractiveShape
Gets the height of this shape.
getHeight(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getHeight() - Method in class org.opensourcephysics.display2d.DataRaster
 
getHeight() - Method in interface org.opensourcephysics.media.core.InteractiveImage
Gets the height of the image in world units.
getHeight() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the current height of the video frame.
getHeight() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the current height of the video frame.
getHeightFactor() - Method in class org.opensourcephysics.media.core.ResizeFilter
Gets the height factor.
getHelpDialog() - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the help dialog.
getHessian(MultiVarFunction, double[], double[], double[]) - Method in class org.opensourcephysics.numerics.HessianMinimize
 
getHiddenMarkers() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the names of columns with visible markers.
getHighlightedClass() - Method in class org.opensourcephysics.controls.XMLTree
Gets the highlighted class.
getHinge() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the hinge point.
getHitIndex() - Method in class org.opensourcephysics.display.HighlightableDataset
 
getHitShapes() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the hit shapes.
getHitShapes() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the hit shapes associated with the footprint.
getHitShapes() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the hit shapes.
getHitShapes() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the hit shapes.
getHitShapes() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the hit shapes {vertex, end1, end2, line1, line2, rotator}.
getHorzVariablesPopup() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Gets a popup menu with horizontal axis variables.
getHotSpotBodyCoordinates(InteractionTarget) - Method in class org.opensourcephysics.display3d.simple3d.Element
Returns the body coordinates of the specified hotspot
getHTML(int) - Method in class org.opensourcephysics.tools.LaunchNode
Deprecated. replaced by getDisplayTab
getHTMLChooser() - Static method in class org.opensourcephysics.tools.LaunchBuilder
Gets a file chooser for selecting html files.
getHTMLCount() - Method in class org.opensourcephysics.tools.LaunchNode
Deprecated. replaced by getDisplayTabCount
getHTMLPane(LibraryTreeNode) - Method in class org.opensourcephysics.tools.LibraryTreePanel
Gets the HTMLPane that describes a given tree node.
getHTMLPath() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the path to the html page displayed in the browser.
getHTMLPath() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the html path of this node's resource.
getHTMLString() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns an HTML string that describes this node's resource.
getHTMLTab(int) - Method in class org.opensourcephysics.tools.Launcher
Gets the html tab at the specified index.
getHTMLURL() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the html URL of this node's resource, or null if html path is empty or invalid.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.ArrowFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.DoubleArrowFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.DoubleCrosshairFootprint
Gets the icon.
getIcon(int, int) - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets an icon representing the footprint.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the icon.
getIcon() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Gets an Icon associated with this panel, if any.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.OutlineFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.PositionVectorFootprint
Gets the icon.
getIcon(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the icon.
getIcon(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
 
getIcon() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the Icon for this panel, if any.
getIcon() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the icon for the tree node associated with this resource.
getIcon() - Method in class org.opensourcephysics.tools.Resource
Gets an ImageIcon.
getIcon(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getIconHeight() - Method in class org.opensourcephysics.cabrillo.tracker.ShapeIcon
Gets the icon height.
getIconHeight() - Method in class org.opensourcephysics.display.ColorIcon
Gets the icon height.
getIconWidth() - Method in class org.opensourcephysics.cabrillo.tracker.ShapeIcon
Gets the icon width.
getIconWidth() - Method in class org.opensourcephysics.display.ColorIcon
Gets the icon width.
getID() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.display.ArrayPanel
Gets the Data ID.
getID() - Method in class org.opensourcephysics.display.ComplexDataset
Returns a unique identifier for this Data.
getID() - Method in interface org.opensourcephysics.display.Data
Returns a unique identifier for this Data
getID() - Method in class org.opensourcephysics.display.DataAdapter
Gets the Data ID.
getID() - Method in class org.opensourcephysics.display.Dataset
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.display.DatasetManager
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.display.Histogram
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getID() - Method in class org.opensourcephysics.display3d.simple3d.Group
Returns a unique identifier for this Data.
getID() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the unique ID string for this node.
getImage() - Method in class org.opensourcephysics.display.MeasuredImage
 
getImage() - Method in interface org.opensourcephysics.media.core.DrawableImage
Gets the image as a BufferedImage.
getImage() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the current video image after applying enabled filters.
getImage() - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets the first (or only) image read.
getImage() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the current video image.
getImage() - Method in class org.opensourcephysics.tools.Resource
Gets an Image.
getImage(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getImageBorder() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the image border.
getImageFile() - Method in interface org.opensourcephysics.display3d.core.ElementImage
Gets the image displayed
getImageFile() - Method in class org.opensourcephysics.display3d.simple3d.ElementImage
 
getImageHeight() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the image height in image units (1.0 unit/pixel).
getImagEigenvalues() - Method in class org.opensourcephysics.numerics.EigenvalueDecomposition
Return the imaginary parts of the eigenvalues
getImagePixels() - Method in class org.opensourcephysics.media.gif.AnimatedGifEncoder
Extracts image pixels into byte array "pixels"
getImageRatio() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the ratio of the drawing image to the panel.
getImages() - Method in class org.opensourcephysics.media.core.ImageVideo
Gets the image array.
getImageWidth() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the image width in image units.
getImPoints() - Method in class org.opensourcephysics.display.ComplexDataset
Gets a copy of the imaginary points array.
getIndependentVariable() - Method in class org.opensourcephysics.tools.UserFunction
Gets the current independent variable.
getIndependentVariables() - Method in class org.opensourcephysics.tools.UserFunction
Gets the current independent variables.
getIndepVarValueAtRow(int) - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the independent variable value at a view row.
getIndex(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getIndex() - Method in class org.opensourcephysics.display.Dataset
Gets the current index of the array.
getIndex() - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the index.
getIndex(double, double[], int) - Static method in class org.opensourcephysics.tools.DataTool
Gets the first array index at which the specified value is found.
getIndexFrameData() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getIndexMax() - Static method in class org.opensourcephysics.numerics.ArrayLib
 
getIndexMin() - Static method in class org.opensourcephysics.numerics.ArrayLib
 
getIndexOfChild(Object, Object) - Method in class org.opensourcephysics.tools.JarTreeModel
Gets the index of the specified child node.
getInfo() - Method in class org.opensourcephysics.display3d.core.interaction.InteractionEvent
The object with additional information provided by the source.
getInitEditor() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Gets the initial value editor.
getInitEditor() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the initial value editor.
getInitialState() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the initial state {x, vx, y, vy, t}.
getInitialState() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticlePolar
Gets the initial state {x, vx, y, vy, t}.
getInitialState() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the initial state.
getInitialValues() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the initial values.
getInitialValues() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the initial values.
getInputContext() - Method in class org.opensourcephysics.media.quicktime.QTApplicationApplet
Bug workaround recommended by Apple
getInputString() - Method in class org.opensourcephysics.display.DataFunction
Gets the current input string.
getInputString() - Method in class org.opensourcephysics.tools.UserFunction
Gets the expression.
getInspector() - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Gets the center of mass inspector.
getInspector() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the particle inspector.
getInspector() - Method in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Gets the vector sum inspector.
getInspector(Object) - Static method in class org.opensourcephysics.controls.OSPInspector
Gets an OSPInspector if the oject has an XMLLoader.
getInspector(DrawingPanel) - Static method in class org.opensourcephysics.display.dialogs.DrawingPanelInspector
 
getInspector(DrawingPanel) - Static method in class org.opensourcephysics.display.dialogs.XMLDrawingPanelInspector
 
getInspector() - Method in class org.opensourcephysics.media.core.BaselineFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.BrightnessFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.DarkGhostFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.DeinterlaceFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.Filter
Returns a JDialog inspector for controlling filter properties.
getInspector() - Method in class org.opensourcephysics.media.core.FilterStack
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.GhostFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.GrayScaleFilter
Gets the inspector for this filter.
getInspector() - Method in class org.opensourcephysics.media.core.NegativeFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.PerspectiveFilter
Gets the inspector for this filter.
getInspector() - Method in class org.opensourcephysics.media.core.ResizeFilter
Implements abstract Filter method.
getInspector() - Method in class org.opensourcephysics.media.core.RotateFilter
Gets the inspector for this filter.
getInspector() - Method in class org.opensourcephysics.media.core.SumFilter
Implements abstract Filter method.
getInspector(XMLProperty) - Static method in class org.opensourcephysics.tools.ArrayInspector
Gets an array inspector for the specified array XMLProperty.
getInspector(Object, String) - Static method in class org.opensourcephysics.tools.ArrayInspector
Gets an array inspector for the specified array.
getInstalledLocales() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets Locales for languages that have properties files in the core library.
getInt(String) - Method in interface org.opensourcephysics.controls.Control
Gets a stored integer value from the control.
getInt(String) - Method in class org.opensourcephysics.controls.HiddenControl
Read a parameter value from the input display.
getInt(String) - Method in class org.opensourcephysics.controls.OSPControl
Reads a parameter value from the input display.
getInt(String) - Method in class org.opensourcephysics.controls.OSPControlTable
Reads a parameter value from the input display.
getInt(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the int value of the specified named property.
getInt(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
A convenience method to get a value as an int
getInt(String) - Method in class org.opensourcephysics.ejs.control.ParsedEjsControl
Gets the integer keyed to this value.
getIntArray(String) - Static method in class org.opensourcephysics.numerics.ArrayLib
Read in a text file as an array of integers.
getInteger() - Method in class org.opensourcephysics.ejs.control.value.BooleanValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.DoubleValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.IntegerValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.ObjectValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.StringValue
 
getInteger() - Method in class org.opensourcephysics.ejs.control.value.Value
Returns the value of the variable as an int
getInteractionTarget(int) - Method in interface org.opensourcephysics.display3d.core.interaction.InteractionSource
Gives access to one of the targets of this source.
getInteractionTarget(int) - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getInteractionTarget(int) - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getInteractive() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Overrides InteractivePanel getInteractive method.
getInteractive() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides InteractivePanel getInteractive method.
getInteractive() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the interactive object that was accessed by the last mouse event.
getInteractive() - Method in class org.opensourcephysics.display.PlottingPanel
Gets the interactive drawable that was accessed by the last mouse event.
getInterior(DrawingPanel) - Method in class org.opensourcephysics.display.axes.CartesianType1
Implements the Dimensioned interface.
getInterior(DrawingPanel) - Method in class org.opensourcephysics.display.axes.PolarType1
Gets the interior dimension of the drawing panel in pixel units.
getInterior(DrawingPanel) - Method in interface org.opensourcephysics.display.Dimensioned
Gets the interior dimension of the drawing panel in pixel units.
getInterior(DrawingPanel) - Method in class org.opensourcephysics.display2d.ByteRaster
Gets the dimension of the lattice in pixel units.
getInterior(DrawingPanel) - Method in class org.opensourcephysics.display2d.IntegerRaster
Gets the dimension of the lattice in pixel units.
getInteriorBackground() - Method in class org.opensourcephysics.display.axes.AbstractAxes
Gets the color of the interior of the axes.
getInteriorBackground() - Method in interface org.opensourcephysics.display.axes.DrawableAxes
Gets the interior background color.
getIntValue() - Method in class org.opensourcephysics.media.core.IntegerField
Gets the integer value from the text field.
getInverse(double) - Method in interface org.opensourcephysics.numerics.InvertibleFunction
 
getInverse(double) - Method in class org.opensourcephysics.numerics.LogBase10Function
 
getItems() - Method in class org.opensourcephysics.controls.OSPCombo
Returns the items String[].
getIterations() - Method in class org.opensourcephysics.numerics.HessianMinimize
 
getIterations() - Method in class org.opensourcephysics.numerics.LevenbergMarquardt
 
getJacobian(VectorFunction, int, double[], double) - Static method in class org.opensourcephysics.numerics.Root
Computes the Jacobian using a finite difference approximation.
getJARChooser() - Static method in class org.opensourcephysics.tools.LaunchBuilder
Gets a file chooser for selecting jar files.
getJarNode(File, String) - Method in class org.opensourcephysics.tools.JarTreeModel
 
getJarNodes(File) - Method in class org.opensourcephysics.tools.JarTreeModel
 
getJFrame() - Method in interface org.opensourcephysics.display3d.core.DrawingFrame3D
Getting the pointer to the real JFrame in it
getJFrame() - Method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Getting the pointer to the real JFrame in it
getJobs(Object) - Method in class org.opensourcephysics.tools.JobManager
Gets the jobs associated with the specified object.
getJustification() - Method in class org.opensourcephysics.display.TextLine
 
getJustification() - Method in interface org.opensourcephysics.display3d.core.ElementText
Gets the justification of the text
getJustification() - Method in class org.opensourcephysics.display3d.simple3d.ElementText
 
getKeywords() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the keywords of this node or ancestor.
getLabel() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Gets the function type.
getLabel() - Method in class org.opensourcephysics.tools.DataFunctionPanel
Gets a label for the FunctionTool spinner.
getLabel() - Method in class org.opensourcephysics.tools.FitFunctionPanel
Gets an appropriate label for the FunctionTool dropdown.
getLabel() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets an appropriate label for the FunctionTool dropdown.
getLanguage() - Static method in class org.opensourcephysics.tools.ToolsRes
Gets the language for this locale.
getLanguage() - Static method in class org.opensourcephysics.tools.XuggleRes
Gets the language for this locale.
getLanguages() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the languages for which translations exist for this node or ancestor.
getLaunchClass() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the launch class for this node.
getLaunchClassName() - Method in class org.opensourcephysics.tools.LaunchNode
Returns the name of the class to launch
getLauncherState() - Method in class org.opensourcephysics.tools.LauncherUndo
Gets the current launcher state.
getLaunchJar() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the jar from which the progam was launched.
getLaunchJarBuildDate() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the launch jar build date.
getLaunchJarDirectory() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the launch jar directory, if any.
getLaunchJarName() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the launch jar name, if any.
getLaunchJarPath() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the launch jar path, if any.
getLaunchModelScroller() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the launchModelScroller.
getLaunchObject() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the launch object.
getLayeredPane() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Implementation of RootPaneContainer.
getLayoutPosition(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Gets TextLayout screen position.
getLeading(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getLeft() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the x value for the first column in the grid.
getLeft() - Method in class org.opensourcephysics.display2d.FlatData
Gets the x value for the first column in the grid.
getLeft() - Method in interface org.opensourcephysics.display2d.GridData
Gets the x value for the first column in the grid.
getLeft() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the x value for the first column in the grid.
getLeftGutter() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the left gutter of this DrawingPanel.
getLeftMostBinPosition(int) - Method in class org.opensourcephysics.display.Histogram
Method getLeftMostBinPosition
getLegendFrame() - Method in class org.opensourcephysics.display2d.ColorMapper
 
getLegendFrame() - Method in class org.opensourcephysics.display2d.VectorColorMapper
 
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Gets the step length.
getLength() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the minimum point array length required by this footprint.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Gets the step length.
getLength() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the point array length required by this footprint.
getLength() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the minimum point array length required by this footprint.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Gets the step length.
getLength() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the minimum point array length required by this footprint.
getLength() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the minimum point array length required by this footprint.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Gets the step length.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the step length.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets the step length.
getLength() - Static method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the step length.
getLength() - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the length of this image coordinate system.
getLevel() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the level of this property relative to the root.
getLevel() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the level of this property relative to root.
getLevel() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the level of this property relative to root.
getLevel() - Static method in class org.opensourcephysics.tools.FontSizer
Gets the current font level.
getLibraryBrowser() - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the library browser.
getLineColor() - Method in class org.opensourcephysics.display.CellBorder
Returns the color of the border.
getLineColor() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the line color.
getLineColor() - Method in class org.opensourcephysics.display.Dataset
Gets the line color.
getLineColor(int) - Static method in class org.opensourcephysics.display.DisplayColors
Gets a line color that matches the index.
getLineColor() - Method in class org.opensourcephysics.display.Histogram
Line color to use for this data
getLineColor() - Method in interface org.opensourcephysics.display3d.core.Style
 
getLineColor() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getLineColors() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Line colors for Data interface.
getLineColors() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Line colors for Data interface.
getLineColors() - Method in class org.opensourcephysics.display.ArrayPanel
Lines colors for columns are not specified.
getLineColors() - Method in class org.opensourcephysics.display.ComplexDataset
Line colors for Data interface.
getLineColors() - Method in interface org.opensourcephysics.display.Data
Line color to use for this data
getLineColors() - Method in class org.opensourcephysics.display.DataAdapter
Lines colors for columns are not specified.
getLineColors() - Method in class org.opensourcephysics.display.Dataset
Line colors for Data interface.
getLineColors() - Method in class org.opensourcephysics.display.DatasetManager
Line colors for Data interface.
getLineColors() - Method in class org.opensourcephysics.display.Histogram
Line colors for Data interface.
getLineColors() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getLineColors() - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getLineEnd0() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Gets end 1.
getLineEnd1() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Gets end 2.
getLineWidth() - Method in interface org.opensourcephysics.display3d.core.Style
 
getLineWidth() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getLoadedControlClass() - Method in class org.opensourcephysics.controls.OSPApplication
Gets the control that was used to load this class.
getLoadedModelClass() - Method in class org.opensourcephysics.controls.OSPApplication
Gets the model that was used to load this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.AnalyticParticle
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.Calibration
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.Configuration
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.DynamicParticlePolar
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.PageTView
Returns an XML.ObjectLoader to save/load data for the TextTView class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.PlotTView
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.PointMass
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.Protractor
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.SpectralLineFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TableTView
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TFrame
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TToolBar
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.Vector
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.controls.AbstractAnimation
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.AbstractCalculation
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.AbstractSimulation
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.AnimationControl
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.Cryptic
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.controls.OSPApplication
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.OSPCombo
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.controls.OSPControl
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.OSPControlTable
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.ParsableTextArea
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.controls.SimulationControl
Returns an XML.ObjectLoader to save and load data for this object.
getLoader(Class<?>) - Static method in class org.opensourcephysics.controls.XML
Gets the ObjectLoader for the specified class.
getLoader() - Static method in class org.opensourcephysics.display.Arrow
Gets a loader that allows a Circle to be represented as XML data.
getLoader() - Static method in class org.opensourcephysics.display.BoundedShape
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.Circle
Gets a loader that allows a Circle to be represented as XML data.
getLoader() - Static method in class org.opensourcephysics.display.ComplexDataset
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.DataFunction
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.Dataset
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.DatasetManager
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.DrawableShape
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.DrawableTextLine
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.DrawingFrame
Returns an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display.DrawingPanel
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display.HighlightableDataset
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.Histogram
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.HistogramDataset
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.InteractiveArrow
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.InteractiveCenteredArrow
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.InteractiveCircle
 
getLoader() - Static method in class org.opensourcephysics.display.InteractiveShape
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.InteractiveTextLine
Gets the XML object loader for this class.
getLoader() - Static method in class org.opensourcephysics.display.MeasuredCircle
Gets a loader allows a Circle to be represented as XML data.
getLoader() - Static method in class org.opensourcephysics.display.PlottingPanel
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display.Stripchart
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.Trail
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display.TrailBezier
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display2d.ArrayData
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display2d.ColorMapper
Gets a loader that allows a Circle to be represented as XML data.
getLoader() - Static method in class org.opensourcephysics.display2d.ComplexGridPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.ComplexInterpolatedPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.ContourPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.FlatData
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display2d.GrayscalePlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.GridPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.GridPointData
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.display2d.InterpolatedPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.SurfacePlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display2d.VectorPlot
Gets an XML.ObjectLoader to save and load data for this program.
getLoader() - Static method in class org.opensourcephysics.display3d.core.Resolution
 
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.Camera
 
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
 
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementArrow
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementBox
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementCircle
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementCone
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementCylinder
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementImage
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementObject
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementPlane
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementPoints
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementPolygon
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementSegment
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementSpring
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementSurface
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementTessellation
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementTetrahedron
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementText
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.ElementTrail
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.Group
 
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.Style
 
getLoader() - Static method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getLoader() - Static method in class org.opensourcephysics.ejs.control.GroupControl
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.frames.ComplexPlotFrame
 
getLoader() - Static method in class org.opensourcephysics.frames.HistogramFrame
 
getLoader() - Static method in class org.opensourcephysics.frames.PlotFrame
Returns an XML.ObjectLoader to save and load data.
getLoader() - Static method in class org.opensourcephysics.media.core.BaselineFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.BrightnessFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.DarkGhostFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.DeinterlaceFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.GhostFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.GrayScaleFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.ImageCoordSystem
Returns an XML.ObjectLoader to save and load ImageCoordSystem data.
getLoader() - Static method in class org.opensourcephysics.media.core.ImageVideo
Returns an XML.ObjectLoader to save and load ImageVideo data.
getLoader() - Static method in class org.opensourcephysics.media.core.PerspectiveFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.ResizeFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.RotateFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.StepperClipControl
Returns an XML.ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.media.core.SumFilter
Returns an XML.ObjectLoader to save and load filter data.
getLoader() - Static method in class org.opensourcephysics.media.core.VideoClip
Returns an XML.ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.media.core.VideoClipControl
Returns an XML.ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.media.core.VideoPanel
Returns an XML.ObjectLoader to save and load data for this object.
getLoader() - Static method in class org.opensourcephysics.media.gif.GifVideo
Returns an XML.ObjectLoader to save and load GifVideo data.
getLoader() - Static method in class org.opensourcephysics.media.quicktime.QTVideo
Returns an XML.ObjectLoader to save and load QTVideo data.
getLoader() - Static method in class org.opensourcephysics.media.xuggle.XuggleVideo
Returns an XML.ObjectLoader to save and load XuggleVideo data.
getLoader() - Static method in class org.opensourcephysics.numerics.DoubleArray
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.numerics.IntegerArray
Returns an XML.ObjectLoader to save and load object data.
getLoader() - Static method in class org.opensourcephysics.numerics.Matrix2DTransformation
 
getLoader() - Static method in class org.opensourcephysics.numerics.Matrix3DTransformation
 
getLoader() - Static method in class org.opensourcephysics.numerics.Quaternion
 
getLoader() - Static method in class org.opensourcephysics.tools.DataColumn
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.tools.DataToolTab
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.FitFunctionPanel
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.FourierToolTab
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.LaunchBuilder.NodeSet
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.LaunchNode
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.tools.Library
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.LibraryCollection
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.LibraryResource
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.Parameter
Returns an ObjectLoader to save and load data for this class.
getLoader() - Static method in class org.opensourcephysics.tools.UserFunction
Returns the XML.ObjectLoader for this class.
getLoader() - Static method in class org.opensourcephysics.tools.UserFunctionEditor
Returns an ObjectLoader to save and load data for this class.
getLogDir() - Method in class org.opensourcephysics.controls.OSPLog
Gets the directory where the log file will be saved if logging is enabled.
getLogger() - Method in class org.opensourcephysics.controls.OSPLog
Gets the logger.
getLogLevel() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the log level.
getLogPanel() - Method in class org.opensourcephysics.controls.OSPLog
Gets the log panel so it can be displayed in a dialog or other container.
getLogPoints() - Method in class org.opensourcephysics.display.Histogram
Gets a data array containing both the bin centers and the values within the bins.
getLogPoints() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets an array containing the log values of the values stored in the bins.
getLoopCount() - Method in class org.opensourcephysics.media.gif.GifDecoder
Gets the "Netscape" iteration count, if any.
getLoops() - Method in class org.opensourcephysics.display.Spring
 
getLuma(double, double, double) - Static method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Returns the luma (perceived brightness) of a video RGB color.
getMagnification() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the magnification.
getMainFrame() - Method in class org.opensourcephysics.controls.AbstractAnimation
Gets the main OSPFrame.
getMainFrame() - Method in class org.opensourcephysics.controls.AbstractCalculation
Gets the main OSPFrame.
getMainFrame() - Method in class org.opensourcephysics.controls.CalculationControl
Gets this frame.
getMainFrame() - Method in interface org.opensourcephysics.controls.MainFrame
Gets the main OSPFrame.
getMainFrame() - Method in class org.opensourcephysics.controls.OSPControl
Gets this frame.
getMainFrame() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets the OSPFrame that contains the control.
getMainFunctions() - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns the main user functions.
getMainView(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the main view for the specified tracker panel.
getManager(LibraryBrowser) - Method in class org.opensourcephysics.tools.Library
Gets the collections manager for this library.
getManifest(File) - Static method in class org.opensourcephysics.tools.JarTool
Gets the Manifest of an existing JAR file
getMark() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the drawing mark.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Overrides Step getMark method.
getMark(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the footprint mark.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Overrides Step getMark method.
getMark(Point[]) - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the footprint mark.
getMark(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the footprint mark.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Overrides Step getMark method.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOriginStep
Overrides Step getMark method.
getMark(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the footprint mark.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Overrides Step getMark method.
getMark(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the footprint mark.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Overrides Step getMark method.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Overrides Step getMark method.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the mark for the specified panel.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Overrides Step getMark method.
getMark(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Overrides Step getMark method.
getMarkedPoint(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Used by autoTracker to get the marked point for a given frame and index.
getMarkerColor(int) - Static method in class org.opensourcephysics.display.DisplayColors
Gets a marker color that matches the index.
getMarkerShape() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the marker shape.
getMarkerShape() - Method in class org.opensourcephysics.display.Dataset
Gets the data point marker shape.
getMarkerSize() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the marker size.
getMarkerSize() - Method in class org.opensourcephysics.display.Dataset
Gets the half-width of the data point marker.
getMarkingCursor(InputEvent) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the cursor used for marking new steps.
getMass() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the mass.
getMass() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the mass.
getMass() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the mass.
getMasses() - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Gets the array of masses in this cm.
getMat() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the mat.
getMatchCenter(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Returns the center point for a specified match target.
getMatchImage() - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the most recent match image.
getMatchLocation(BufferedImage, Rectangle) - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the template location at which the best match occurs in a rectangle.
getMatchLocation(BufferedImage, Rectangle, double, double, double, int) - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the template location at which the best match occurs in a rectangle and along a line.
getMatchShape(TPoint[]) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the match shape for the specified center and frame corner positions.
getMatchTarget(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Returns the target for a specified match center point.
getMatchWidthAndHeight() - Method in class org.opensourcephysics.media.core.TemplateMatcher
Returns the width and height of the peak for the most recent match.
getMatrix(double[]) - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Deprecated. as of JAI 1.1 Use double[][] getMatrix(double[][] matrix) instead.
getMatrix(double[][]) - Method in class org.opensourcephysics.media.core.PerspectiveTransform
Retrieves the 9 specifiable values in the 3x3 affine transformation matrix into a 2-dimensional array of double precision values.
getMaxAscent(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getMaxDescent(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getMaximumAngle() - Method in interface org.opensourcephysics.display3d.core.ElementCone
Gets the maximum angle used to build the bottom and, if neccesary, top faces of the cone.
getMaximumAngle() - Method in interface org.opensourcephysics.display3d.core.ElementCylinder
Gets the maximum angle used to build the top and faces sides of the cylinder.
getMaximumAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementCone
 
getMaximumAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementCylinder
 
getMaximumAngleU() - Method in interface org.opensourcephysics.display3d.core.ElementEllipsoid
Gets the maximum angle for the meridians
getMaximumAngleU() - Method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
getMaximumAngleV() - Method in interface org.opensourcephysics.display3d.core.ElementEllipsoid
Gets the maximum angle for the parallels
getMaximumAngleV() - Method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
getMaximumFractionDigits() - Method in class org.opensourcephysics.display.DataTable
Gets the maximum number of digits in the table.
getMaximumPoints() - Method in interface org.opensourcephysics.display3d.core.ElementTrail
Returns the maximum number of points allowed for the trail
getMaximumPoints() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getMaxLength() - Method in class org.opensourcephysics.display3d.core.Resolution
 
getMaxPixPerUnit() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the larger of x or y pixels per world unit.
getMeanFrameDuration() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the average frame duration in milliseconds.
getMeanFrameDuration() - Method in class org.opensourcephysics.media.core.StepperClipControl
Gets the average frame duration in milliseconds (for calculations).
getMeanFrameDuration() - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the mean frame duration in milliseconds.
getMeanStepDuration() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the mean step duration in milliseconds for the current video clip.
getMeasurable() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the measurable property.
getMeasure() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the rectangle that bounds all measurable objects.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Returns a menu with items that control this track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Returns a menu with items that control this track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Returns a menu with items that control this track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Returns a menu with items that control this track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Returns a menu with items that control this track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Returns a menu with items that control this track.
getMenu(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
Gets the menu for the specified track.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Prepares menu items and returns a new menu.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Overrides TTrack getMenu method.
getMenu(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Returns a menu with items that control this track.
getMenu(String) - Method in class org.opensourcephysics.display.OSPFrame
Gets a menu with the given name from the menu bar.
getMenu(Video) - Method in class org.opensourcephysics.media.core.Filter
Returns a menu with items that control this filter.
getMenuBar(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the menubar for the specified tracker panel.
getMenuBar(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
Returns a TMenuBar for the specified trackerPanel.
getMenuItem(String) - Method in class org.opensourcephysics.display3d.simple3d.DrawingFrame3D
Gets a menu with the given name from the menu bar.
getMessage() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets a message about this track to display in a message box.
getMessage() - Method in exception org.opensourcephysics.numerics.NumericMethodException
Returns the error message string of this throwable object.
getMinimumAngle() - Method in interface org.opensourcephysics.display3d.core.ElementCone
Gets the minimum angle used to build the bottom and, if neccesary, top faces of the cone.
getMinimumAngle() - Method in interface org.opensourcephysics.display3d.core.ElementCylinder
Gets the minimum angle used to build the top and bottom faces of the cylinder.
getMinimumAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementCone
 
getMinimumAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementCylinder
 
getMinimumAngleU() - Method in interface org.opensourcephysics.display3d.core.ElementEllipsoid
Gets the minimum angle for the meridians
getMinimumAngleU() - Method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
getMinimumAngleV() - Method in interface org.opensourcephysics.display3d.core.ElementEllipsoid
Gets the minimum angle for the parallels
getMinimumAngleV() - Method in class org.opensourcephysics.display3d.simple3d.ElementEllipsoid
 
getMinimumSize() - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
gets the TrackerPanel containing the tracks
getMinimumSize() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
 
getMinimumTableWidth() - Method in class org.opensourcephysics.tools.DataToolTable
Returns the minimum table width.
getModel() - Method in class org.opensourcephysics.controls.OSPControl
 
getModel() - Method in class org.opensourcephysics.ejs.Simulation
 
getModelArgs() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the model arguments.
getModelBuilder() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the model builder.
getModelClass(String, String) - Static method in class org.opensourcephysics.tools.LaunchClassChooser
Gets the modelPane class with the given name in the specified path.
getModelClass() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the model class.
getModelColumnOrder() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the model column order.
getModelPane(Class<?>, String[]) - Static method in class org.opensourcephysics.tools.Launcher
Gets the modelPane for a specified class.
getModelPane() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the modelPane.
getModelRow(int) - Method in class org.opensourcephysics.tools.DataToolTable
Converts a table row index to the corresponding model row number (i.e., displayed in the "row" column).
getModels() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the particle models associated with this model.
getModels() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the particle models associated with this model.
getModelScroller() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the modelScroller.
getMouseAction() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the last mouse action.
getMouseButton() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the mouse button of the last mouse event.
getMouseClickCount() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the click count of the last mouse event.
getMouseEvent() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the most recent mouse event.
getMouseEvent() - Method in class org.opensourcephysics.display3d.core.interaction.InteractionEvent
The mouse event which generated the interaction event.
getMouseIntX() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the x pixel coordinate of the last mouse event.
getMouseIntY() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the y pixel coordinate of the last mouse event.
getMouseRegion() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Gets the current plot region containing the mouse.
getMouseX() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the x world coordinate of the last mouse event.
getMouseY() - Method in class org.opensourcephysics.display.InteractivePanel
Gets the y world coordinate of the last moust event
getN() - Method in class org.opensourcephysics.numerics.FFT
Gets the number of complex data points.
getN() - Method in class org.opensourcephysics.numerics.FFTReal
Gets the number of data points.
getN1() - Method in class org.opensourcephysics.display3d.core.Resolution
 
getN2() - Method in class org.opensourcephysics.display3d.core.Resolution
 
getN3() - Method in class org.opensourcephysics.display3d.core.Resolution
 
getName() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets the dataset name.
getName() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Gets the dataset name.
getName() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the name of this footprint.
getName() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the name of the footprint.
getName() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the name of this footprint.
getName() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the name of this footprint.
getName() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the name of this footprint.
getName() - Method in class org.opensourcephysics.cabrillo.tracker.TrackView
 
getName() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the name of this track.
getName(String) - Static method in class org.opensourcephysics.controls.XML
Gets the name from the specified path.
getName() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the name.
getName() - Method in interface org.opensourcephysics.display.Data
The name of the data
getName() - Method in class org.opensourcephysics.display.DataAdapter
Gets the name of the Data.
getName() - Method in class org.opensourcephysics.display.Dataset
Gets the dataset name.
getName() - Method in class org.opensourcephysics.display.DatasetManager
Gets the name of this data.
getName() - Method in class org.opensourcephysics.display.Histogram
Gets the dataset name.
getName() - Method in interface org.opensourcephysics.display3d.core.Element
Gets the name of the element
getName() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getName() - Method in class org.opensourcephysics.ejs.control.GroupVariable
 
getName(Object) - Method in class org.opensourcephysics.tools.DataFunctionEditor
Returns the name of the object.
getName(Object) - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the name of the object.
getName() - Method in interface org.opensourcephysics.tools.KnownFunction
Gets the name of the function.
getName() - Method in class org.opensourcephysics.tools.KnownPolynomial
Gets the name of the function.
getName() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the name of this node.
getName() - Method in class org.opensourcephysics.tools.Library
Gets the name of this library.
getName() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the name of this resource (never null).
getName() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the name of this node's resource.
getName(Object) - Method in class org.opensourcephysics.tools.ParamEditor
Returns the name of the object.
getName() - Method in class org.opensourcephysics.tools.Parameter
Gets the name of this parameter.
getName() - Method in class org.opensourcephysics.tools.UserFunction
Gets the name.
getName(Object) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns the name of the object.
getNameDialog() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
 
getNames() - Method in class org.opensourcephysics.tools.FunctionEditor
Gets an array containing the names of the objects.
getNames() - Method in class org.opensourcephysics.tools.Library
Gets the names of all collections maintained by this library.
getNaturalFreq() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets the frequencies of the Fourier spectrum.
getNaturalFreq() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Gets the frequencies of the Fourier spectrum.
getNaturalFreq(double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in natural order.
getNaturalFreq(double, double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in natural order.
getNaturalFreq(double) - Method in class org.opensourcephysics.numerics.FFTReal
Gets an array containing the frequencies in natural order.
getNaturalFreq(double, double) - Method in class org.opensourcephysics.numerics.FFTReal
Gets an array containing the frequencies in natural order.
getNaturalFreqX(double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order.
getNaturalFreqX(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order.
getNaturalFreqY(double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order if samples in the orginal data are separated by delta in y.
getNaturalFreqY(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order.
getNaturalModes() - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the mode numbers in natural order.
getNaturalModes(int) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the mode numbers in natural order.
getNaturalOmega() - Method in class org.opensourcephysics.analysis.FourierAnalysis
Gets the angular frequencies of the Fourier spectrum.
getNaturalOmega() - Method in class org.opensourcephysics.analysis.FourierSinCosAnalysis
Gets the angular frequencies of the Fourier spectrum.
getNaturalOmega(double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in natural order.
getNaturalOmega(double, double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in natural order.
getNaturalOmega(double) - Method in class org.opensourcephysics.numerics.FFTReal
Gets an array containing the frequencies in natural order.
getNaturalOmega(double, double) - Method in class org.opensourcephysics.numerics.FFTReal
Gets an array containing the frequencies in natural order.
getNaturalOmegaX(double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the angular frequencies (wavenumbers) in natural order.
getNaturalOmegaX(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the angular frequencies (wavenumbers) in natural order.
getNaturalOmegaY(double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order if samples in the orginal data are separated by delta in y.
getNaturalOmegaY(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in natural order.
getNewTracksPopup() - Method in class org.opensourcephysics.cabrillo.tracker.TToolBar
Refreshes and returns the "new tracks" popup menu.
getNextTracePositions() - Method in class org.opensourcephysics.cabrillo.tracker.AnalyticParticle
Gets the next trace position.
getNextTracePositions() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the next trace positions.
getNextTracePositions() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
Gets the next trace position.
getNextVisibleStep(Step, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets next step after the specified step.
getNextVisibleStep(Step, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets next visible step after the specified step.
getNodeAndPage(URL) - Method in class org.opensourcephysics.tools.Launcher
Gets the node path and page number associated with an html URL.
getNodeValue(Node) - Static method in class org.opensourcephysics.tools.LibraryComPADRE
Gets the value of a Node.
getNonURIPath(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Removes protocol and "%20" from URI paths.
getNormalization() - Method in class org.opensourcephysics.numerics.FFT
Gets the normalization constant.
getNumberOfPoints() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the number of points stored in the trail.
getNumberOfPoints() - Method in class org.opensourcephysics.display3d.simple3d.ElementTrail
 
getNumColors() - Method in class org.opensourcephysics.display2d.ColorMapper
Gets the number of colors between the floor and ceiling values.
getNumColumns() - Method in class org.opensourcephysics.display.ArrayPanel
 
getNx() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.BinaryLattice
Gets the number of x entries.
getNx() - Method in interface org.opensourcephysics.display2d.ByteLattice
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.ByteRaster
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.CellLattice
 
getNx() - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.CellLatticePC
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.FlatData
Gets the number of x entries.
getNx() - Method in interface org.opensourcephysics.display2d.GridData
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.display2d.SiteLattice
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets the number of x entries.
getNx() - Method in class org.opensourcephysics.frames.Vector2DFrame
Gets the number of x entries.
getNy() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.BinaryLattice
Gets the number of y entries.
getNy() - Method in interface org.opensourcephysics.display2d.ByteLattice
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.ByteRaster
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.CellLattice
 
getNy() - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.CellLatticePC
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.FlatData
Gets the number of y entries.
getNy() - Method in interface org.opensourcephysics.display2d.GridData
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.display2d.SiteLattice
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.frames.Scalar2DFrame
Gets the number of y entries.
getNy() - Method in class org.opensourcephysics.frames.Vector2DFrame
Gets the number of y entries.
getObject(String) - Method in interface org.opensourcephysics.controls.Control
Gets the object with the specified property name.
getObject(String) - Method in class org.opensourcephysics.controls.HiddenControl
Gets the object with the specified property name.
getObject(String) - Method in class org.opensourcephysics.controls.OSPControl
Gets the object with the specified property name.
getObject(String) - Method in class org.opensourcephysics.controls.OSPControlTable
Gets the object with the specified property name.
getObject(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the object value of the specified named property.
getObject() - Method in class org.opensourcephysics.ejs.control.ControlElement
 
getObject(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
A convenience method to get a value as an Object
getObject(String) - Method in class org.opensourcephysics.ejs.control.ParsedEjsControl
Gets the object keyed to the variable.
getObject() - Method in class org.opensourcephysics.ejs.control.value.BooleanValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.DoubleValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.IntegerValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.ObjectValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.StringValue
 
getObject() - Method in class org.opensourcephysics.ejs.control.value.Value
Returns the value of the variable as an Object.
getObject(String) - Method in class org.opensourcephysics.tools.FunctionEditor
Gets an existing object with specified name.
getObject(Class<?>) - Method in class org.opensourcephysics.tools.Resource
Gets an object of the specified type.
getObjectClass() - Method in interface org.opensourcephysics.controls.XMLControl
Gets the class for which this stores data.
getObjectClass() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the class of the object for which this element stores data.
getObjectClassName() - Method in interface org.opensourcephysics.controls.XMLControl
Gets the name of the object class for which this element stores data.
getObjectClassName() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the name of the object class for which this element stores data.
getObjectFile() - Method in interface org.opensourcephysics.display3d.core.ElementObject
Gets the image displayed
getObjectFile() - Method in class org.opensourcephysics.display3d.simple3d.ElementObject
 
getObjectOfClass(Class<T>) - Method in class org.opensourcephysics.display.DrawingFrame
Gets objects of a specific class from the drawing panel.
getObjectOfClass(Class<T>) - Method in class org.opensourcephysics.display.DrawingPanel
Gets objects of a specific class from the drawables list.
getObjects(Class<T>) - Method in class org.opensourcephysics.controls.XMLControlElement
Returns a list of objects of a specified class within this control.
getObjects(Class<T>, boolean) - Method in class org.opensourcephysics.controls.XMLControlElement
Returns a list of objects of a specified class within this control.
getObjects() - Method in class org.opensourcephysics.tools.FunctionEditor
Gets a shallow clone of the objects list.
getObjects(Job) - Method in class org.opensourcephysics.tools.JobManager
Gets the objects associated with the specified job.
getOffsetX() - Method in class org.opensourcephysics.display.InteractiveLabel
Gets the label's offset in the x direction.
getOffsetY() - Method in class org.opensourcephysics.display.InteractiveLabel
Gets the label's offset in the y direction.
getOpenPaths() - Method in class org.opensourcephysics.tools.Launcher
Gets the paths of currently open set and tabs.
getOrientation() - Method in class org.opensourcephysics.display.Protractor
Gets the orientation of the protractor.
getOrigin() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Gets the origin.
getOrigin() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxesStep
Gets the origin.
getOrigin() - Method in class org.opensourcephysics.media.core.TCoordAxes
Gets the origin.
getOrigin() - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
 
getOrigin() - Method in class org.opensourcephysics.numerics.Quaternion
Returns the origin for this rotation
getOriginTrack() - Method in class org.opensourcephysics.cabrillo.tracker.ReferenceFrame
Gets the origin track of this reference frame.
getOriginX(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the image x position of the world origin for the specified frame number.
getOriginY(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the image y position of the world origin for the specified frame number.
getOSPApp() - Method in class org.opensourcephysics.controls.AbstractAnimation
Gets the main OSPFrame.
getOSPApp() - Method in class org.opensourcephysics.controls.AbstractCalculation
Gets the main OSPFrame.
getOSPApp() - Method in class org.opensourcephysics.controls.ControlFrame
Gets the OSP Application that is controlled by this frame.
getOSPApp() - Method in interface org.opensourcephysics.controls.MainFrame
Gets the OSP Application that is controlled by this frame.
getOSPApp() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets the OSP Application controlled by this frame.
getOSPCache() - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getOSPLog() - Static method in class org.opensourcephysics.controls.OSPLog
Gets the OSPLog that can be shared by multiple OSP packages.
getOwner() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the TViewChooser that owns (displays) this view.
getOwner() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the TViewChooser that owns (displays) this panel.
getOwner() - Method in class org.opensourcephysics.tools.LaunchNode
Returns the nearest ancestor with a non-null file name.
getOwnerFrame() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the owner frame for all subsequent Dialogs
getPaint() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the paint.
getPaletteType() - Method in class org.opensourcephysics.display2d.ColorMapper
Returns the color palette.
getPanel(String) - Method in class org.opensourcephysics.tools.FunctionTool
Returns the named FunctionPanel.
getPanelNames() - Method in class org.opensourcephysics.tools.FunctionTool
Returns the set of all panel names.
getParamEditor() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the parameter editor.
getParamEditor() - Method in class org.opensourcephysics.tools.FunctionEditor
Gets the param editor that defines parameters for functions.
getParamEditor() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the ParamEditor.
getParameter(String, String) - Method in class org.opensourcephysics.davidson.applets.ApplicationApplet
Gets the parameter attribute of the ApplicationApplet object
getParameter(String, String) - Method in class org.opensourcephysics.davidson.applets.FrameApplet
Gets the parameter attribute of the ApplicationApplet object
getParameter(String, String) - Method in class org.opensourcephysics.ejs.LauncherApplet
 
getParameterCount() - Method in interface org.opensourcephysics.tools.KnownFunction
Gets the parameter count.
getParameterCount() - Method in class org.opensourcephysics.tools.KnownPolynomial
Gets the parameter count.
getParameterCount() - Method in class org.opensourcephysics.tools.UserFunction
Gets the parameter count.
getParameterInfo() - Method in class org.opensourcephysics.ejs.LauncherApplet
 
getParameterName(int) - Method in interface org.opensourcephysics.tools.KnownFunction
Gets a parameter name.
getParameterName(int) - Method in class org.opensourcephysics.tools.KnownPolynomial
Gets a parameter name.
getParameterName(int) - Method in class org.opensourcephysics.tools.UserFunction
Gets a parameter name.
getParameters() - Method in class org.opensourcephysics.tools.ParamEditor
Gets an array containing copies of the current parameters.
getParameterValue(int) - Method in interface org.opensourcephysics.tools.KnownFunction
Gets a parameter value.
getParameterValue(int) - Method in class org.opensourcephysics.tools.KnownPolynomial
Gets a parameter value.
getParameterValue(int) - Method in class org.opensourcephysics.tools.UserFunction
Gets a parameter value.
getParamTable() - Method in class org.opensourcephysics.tools.FunctionPanel
Gets the parameter table.
getParent() - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
getParentProperty() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the immediate parent property, if any.
getParentProperty() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the immediate parent property.
getParentProperty() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the immediate parent property.
getPartlyEditableRowCount() - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the number of editable rows.
getPassword() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the password.
getPath() - Method in class org.opensourcephysics.display.FunctionDrawer
Gets the general path that draws this function.
getPath(File) - Static method in class org.opensourcephysics.tools.EjsTool
Gets the path of a file in standard form.
getPath() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the path.
getPath(Class<?>) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets the properties file path for a class.
getPathRelativeTo(String, String) - Static method in class org.opensourcephysics.controls.XML
Gets the path relative to the specified base directory.
getPathString() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the string path to this node, starting from the root.
getPhaseToColorArray() - Static method in class org.opensourcephysics.display.DisplayColors
Gets an array of colors.
getPixColor(int, int) - Method in class org.opensourcephysics.display2d.DataRaster
 
getPixelMatrix() - Method in class org.opensourcephysics.display.DrawingPanel
Retrieves the 6 specifiable values in the pixel transformation matrix and places them into an array of double precisions values.
getPixelTransform() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the affine transformation that converts from world to pixel coordinates.
getPixelTransform() - Method in class org.opensourcephysics.display.PlottingPanel
Gets the affine transformation that converts from world to pixel coordinates.
getPlayer() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides VideoPanel getPlayer method.
getPlayer() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the video player.
getPlayerBar() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Gets the toolbar containing the player.
getPlots() - Method in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
Gets the visible plots.
getPointIndex(TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the index of a point in the points[] array.
getPoints() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the array of TPoints contained in this step.
getPoints() - Method in class org.opensourcephysics.display.ComplexDataset
Gets a data array containing both x and y values.
getPoints() - Method in class org.opensourcephysics.display.Dataset
Gets a data array containing both x and y values.
getPoints() - Method in class org.opensourcephysics.display.Histogram
Gets a data array containing both the bin centers and the values within the bins.
getPoints() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets a data array containing both the bin centers and the values within the bins.
getPointsPerLoop() - Method in class org.opensourcephysics.display.Spring
 
getPolarState(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
Converts a cartesian state {t, x, y, vx, vy} to polar {t, r, theta, vr, omega}, both relative to the origin.
getPolarState(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticlePolar
Converts a cartesian state {x, vx, y, vy, t} to polar {r, vr, theta, omega, t}, both relative to the origin.
getPolynomial(int) - Static method in class org.opensourcephysics.numerics.Legendre
Gets the nth Legendre polynomial.
getPolynomial(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Hermite
Gets the n-th Hermite polynomial.
getPolynomial(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Laguerre
Gets the n-th Laguerre polynomial.
getPolynomial(int, int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Laguerre
Gets the associated Laguerre polynomial.
getPolynomial(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Legendre
Gets the el-th Legendre polynomial.
getPolynomialT(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Chebyshev
This method returns the nth polynomial of type T.
getPolynomialU(int) - Static method in class org.opensourcephysics.numerics.specialfunctions.Chebyshev
This method returns the nth polynomial of type U.
getPopup(PageTView.TabView) - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the popup menu for a specified tab.
getPopup() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
getPopup() - Method in class org.opensourcephysics.cabrillo.tracker.TButton
Gets a popup menu to display.
getPopup(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TTrackBar
Gets the popup menu for the specified track.
getPopup(LibraryTreeNode) - Method in class org.opensourcephysics.tools.LibraryTreePanel
Returns a popup menu with items appropriate for a given tree node.
getPopupMenu() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the popup menu.
getPopupMenu() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the popup menu.
getPopupMenu() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the popup menu.
getPosition(int) - Method in class org.opensourcephysics.cabrillo.tracker.CalibrationStep
Gets the specified position point.
getPosition() - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOriginStep
Gets the position.
getPosition() - Method in class org.opensourcephysics.cabrillo.tracker.PositionStep
Gets the position TPoint.
getPosition() - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Gets the position TPoint.
getPositionFunctions() - Method in class org.opensourcephysics.cabrillo.tracker.AnalyticFunctionPanel
Returns the position functions.
getPostFilter() - Method in class org.opensourcephysics.media.core.FilterStack
Gets the post filter.
getPrecisionRenderer(String) - Method in class org.opensourcephysics.display.DataTable
Gets the precision renderer, if any, for a given columnn name.
getPredictedMatchTarget(int) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the predicted target point in a specified video frame, based on previously marked steps.
getPreferredAppletHeight() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the preferred applet height of this node.
getPreferredAppletWidth() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the preferred applet width of this node.
getPreferredCursor() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getPreferredCursor() - Method in class org.opensourcephysics.display.BoundedShape
 
getPreferredCursor() - Method in class org.opensourcephysics.display.InteractiveArrow
Gets the cursor depending on the current hot spot.
getPreferredCursor() - Method in class org.opensourcephysics.display.InteractiveCenteredArrow
Gets the cursor depending on the current hot spot.
getPreferredCursor() - Method in interface org.opensourcephysics.display.Selectable
 
getPreferredDataOrder() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
 
getPreferredMaxX() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred maximum in the X coordinate
getPreferredMaxX() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredMaxY() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred maximum in the Y coordinate
getPreferredMaxY() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredMaxZ() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred maximum in the Z coordinate
getPreferredMaxZ() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredMinX() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred minimum in the X coordinate
getPreferredMinX() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredMinY() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred minimum in the Y coordinate
getPreferredMinY() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredMinZ() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the preferred minimum in the Z coordinate
getPreferredMinZ() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getPreferredScrollableViewportSize() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the preferred scrollable viewport size.
getPreferredSize() - Method in class org.opensourcephysics.cabrillo.tracker.TrackControl
 
getPreferredSize() - Method in class org.opensourcephysics.display.TextPanel
Gets the preferred size of this component.
getPreferredSize() - Method in class org.opensourcephysics.tools.FunctionEditor
Override getPreferredSize().
getPreferredSize() - Method in class org.opensourcephysics.tools.FunctionPanel
Override getPreferredSize().
getPreferredSize() - Method in class org.opensourcephysics.tools.InitialValueEditor
Override getPreferredSize().
getPreferredXMax() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the preferred x world coordinate for the right-hand side of the drawing area.
getPreferredXMin() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the preferred x world coordinate for the left-hand side of the drawing area.
getPreferredYMax() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the preferred y world coordinate for the top of the drawing area.
getPreferredYMin() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the preferred y world coordinate for the bottom of the drawing area.
getPresentationName() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView.TextEdit
 
getPresentationName() - Method in class org.opensourcephysics.tools.DataToolTable.TableEdit
 
getPresentationName() - Method in class org.opensourcephysics.tools.FunctionEditor.DefaultEdit
 
getPresentationName() - Method in class org.opensourcephysics.tools.JarTreeDialog.SelectionEdit
 
getPresentationName() - Method in class org.opensourcephysics.tools.LauncherUndo.LoadEdit
 
getPresentationName() - Method in class org.opensourcephysics.tools.LauncherUndo.NavEdit
 
getPreviousVisibleStep(Step, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets step before the specified step.
getPreviousVisibleStep(Step, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets first visible step before the specified step.
getProfile() - Method in class org.opensourcephysics.media.core.TLineProfile
Gets the line profile.
getProfileData(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
Gets the line profile data.
getProfileData(VideoPanel) - Method in class org.opensourcephysics.media.core.TLineProfile
Gets the line profile data.
getProjectionMode() - Method in interface org.opensourcephysics.display3d.core.Camera
Gets the projecting mode of the camera.
getProjectionMode() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getProperties() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the properties for saving.
getPropertiesDialog(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the properties dialog for a specified TrackerPanel.
getProperty(String) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets a user property of the track.
getProperty() - Method in class org.opensourcephysics.controls.XMLTreeNode
Gets the XMLProperty.
getProperty(String) - Method in class org.opensourcephysics.ejs.control.ControlElement
Returns the value of a property.
getProperty(String) - Method in interface org.opensourcephysics.media.core.DrawableImage
Gets a user property of the image.
getProperty(String) - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets a user property of the video.
getProperty(String) - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets a user property of the video.
getProperty(String) - Method in class org.opensourcephysics.tools.LibraryResource
Gets a property value.
getProperty(Class<?>, String) - Method in interface org.opensourcephysics.tools.Translator
Gets the localized value of a property for the specified class.
getProperty(Class<?>, String, String) - Method in interface org.opensourcephysics.tools.Translator
Gets the localized value of a property for the specified class.
getProperty(Object, String) - Method in interface org.opensourcephysics.tools.Translator
Gets the localized value of a property for the specified object.
getProperty(Object, String, String) - Method in interface org.opensourcephysics.tools.Translator
Gets the localized value of a property for the specified object.
getProperty(Class<?>, String) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets the localized value of a property for the specified class.
getProperty(Class<?>, String, String) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets the localized value of a property for the specified class.
getProperty(Object, String) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets the localized value of a property for the specified object.
getProperty(Object, String, String) - Method in class org.opensourcephysics.tools.TranslatorTool
Gets the localized value of a property for the specified object.
getPropertyClass() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the property class.
getPropertyClass() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the property class.
getPropertyClass() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the property class.
getPropertyContent() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the property content of this control.
getPropertyContent() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the property content of this property.
getPropertyContent() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the xml content for this property.
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.ControlElement
Returns information about a given property.
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlBar
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlButton
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlCheckBox
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlComboBox
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlContainer
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlInputArea
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlLabel
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlPanel
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlRadioButton
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlSlider
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlSound
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Returns information about a given property.
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextField
 
getPropertyInfo(String) - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.ControlElement
Returns the list of all properties that can be set for this ControlElement.
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlBar
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlButton
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlCheckBox
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlComboBox
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlInputArea
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlLabel
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlPanel
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlRadioButton
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlSlider
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlSound
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Returns the list of all properties that can be set for this ControlElement.
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlTextField
 
getPropertyList() - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
getPropertyName() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the property name.
getPropertyName() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the property name.
getPropertyName() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the property name.
getPropertyNames() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets a collection of user property names for the track.
getPropertyNames() - Method in interface org.opensourcephysics.controls.Control
Gets the names of all properties stored in this control.
getPropertyNames() - Method in class org.opensourcephysics.controls.HiddenControl
/** Gets the names of all properties stored in this control.
getPropertyNames() - Method in class org.opensourcephysics.controls.OSPControl
Reads the current property names.
getPropertyNames() - Method in class org.opensourcephysics.controls.OSPControlTable
 
getPropertyNames() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the set of property names.
getPropertyNames() - Method in class org.opensourcephysics.ejs.control.EjsControl
Reads the current property names.
getPropertyNames() - Method in interface org.opensourcephysics.media.core.DrawableImage
Gets an array of user properties names.
getPropertyNames() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets a collection of user property names for the video.
getPropertyNames() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets a collection of user property names for the video.
getPropertyNames() - Method in class org.opensourcephysics.tools.LibraryResource
Returns the names of all defined properties.
getPropertyType(String) - Method in interface org.opensourcephysics.controls.XMLControl
Gets the type of the specified property.
getPropertyType(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the type of the specified property.
getPropertyType() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the property type.
getPropertyType() - Method in interface org.opensourcephysics.controls.XMLProperty
Gets the property type.
getPropertyType() - Method in class org.opensourcephysics.controls.XMLPropertyElement
Gets the property type.
getProtractorAngle() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
Gets the protractor angle.
getQuadToQuad(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps an arbitrary quadrilateral onto another arbitrary quadrilateral.
getQuadToQuad(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps an arbitrary quadrilateral onto another arbitrary quadrilateral.
getQuadToSquare(double, double, double, double, double, double, double, double) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps an arbitrary quadrilateral onto the unit square.
getQuadToSquare(float, float, float, float, float, float, float, float) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps an arbitrary quadrilateral onto the unit square.
getRadius() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Gets the radius.
getRadius() - Method in class org.opensourcephysics.display.Spring
Get the radius of the spring.
getRadius() - Method in interface org.opensourcephysics.display3d.core.ElementSphere
Gets the radius
getRadius() - Method in interface org.opensourcephysics.display3d.core.ElementSpring
Gets the radius of the spring.
getRadius() - Method in class org.opensourcephysics.display3d.simple3d.ElementSphere
 
getRadius() - Method in class org.opensourcephysics.display3d.simple3d.ElementSpring
 
getRadius() - Method in class org.opensourcephysics.media.core.TCircle
Gets the radius of this circle.
getRange(Function, double, double, int) - Static method in class org.opensourcephysics.numerics.Util
Gets the approximate range of a function within the given domain.
getRate(double[], double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the rate {vx, ax, vy, ay, 1} based on a specified state {x, vx, y, vy, t}.
getRate(double[], double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
 
getRate(double[], double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the rate based on a specified state.
getRate() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the play rate.
getRate() - Method in interface org.opensourcephysics.media.core.Playable
Gets the rate at which the media plays relative to its normal rate.
getRate() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the relative play rate.
getRate() - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the play rate.
getRate() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the play rate.
getRate() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the relative play rate.
getRate(double[], double[]) - Method in interface org.opensourcephysics.numerics.ODE
Gets the rate of change using the argument's state variables.
getRate(double[], double[]) - Method in class org.opensourcephysics.numerics.ODEMultistepSolver.InternalODE
Gets the rate using the given state.
getRateCounter() - Method in class org.opensourcephysics.numerics.Verlet
Gets the counter that records the number of times the rate has been evaluated during the current step.
getRealEigenvalues() - Method in class org.opensourcephysics.numerics.EigenvalueDecomposition
Return the real parts of the eigenvalues
getRecorder() - Method in class org.opensourcephysics.media.core.ImageVideoType
Gets a video recorder.
getRecorder() - Method in class org.opensourcephysics.media.core.VideoGrabber
Gets the video recorder.
getRecorder() - Method in interface org.opensourcephysics.media.core.VideoType
Gets a video recorder.
getRecorder() - Method in class org.opensourcephysics.media.gif.GifVideoType
Gets a gif video recorder.
getRecorder() - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Gets a video recorder.
getRecorder() - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Gets a Xuggle video recorder.
getRed(int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the red component from a color value
getReferences(String, Set<String>) - Method in class org.opensourcephysics.tools.FunctionEditor
Gets the names of functions referenced in a named function expression either directly or indirectly.
getRelativeAspect() - Method in interface org.opensourcephysics.media.core.InteractiveImage
Gets the relative aspect of the displayed image.
getRelativeAspect() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the relative aspect of the current video frame.
getRelativeAspect() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the relative aspect of the current video frame.
getRelativePath(String) - Static method in class org.opensourcephysics.controls.XML
Gets a path relative to the default user directory.
getRelativePath(String) - Static method in class org.opensourcephysics.media.core.VideoIO
Gets the path relative to the user directory.
getRelativePolarState(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Converts a two-body cartesian state {x1, vx1, y1, vy1, x2, vx2, y2, vy2, t} to a relative polar state {r, vr, theta, omega, t}.
getRelativePosition() - Method in interface org.opensourcephysics.display3d.core.Style
 
getRelativePosition() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getReplaceOwnerFrame() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the replacement for the owner frame for all subsequent Dialogs
getReplaceOwnerName() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the name of the replacement for the owner frame for all subsequent Dialogs
getRePoints() - Method in class org.opensourcephysics.display.ComplexDataset
Gets a copy of the real points array.
getResizedFont(Font, int) - Static method in class org.opensourcephysics.tools.FontSizer
Resizes a font to a specified level.
getResizedFont(Font, double) - Static method in class org.opensourcephysics.tools.FontSizer
Resizes a font by a specified factor.
getResolution() - Method in interface org.opensourcephysics.display3d.core.Style
 
getResolution() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getResolvedPath(String, String) - Static method in class org.opensourcephysics.controls.XML
Resolves the name of a file specified relative to a base path.
getResource() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the resource, if any, for this node
getResource(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by name.
getResource(String, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by name.
getResource(String, Class<?>) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by name and Class.
getResource(String, Class<?>, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by name and Class.
getResource(String, String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by base path and name.
getResource(String, String, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by base path and name.
getResource(String, String, Class<Resource>) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by base path, name and class.
getResource(String, String, Class<Resource>, boolean) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by base path, name and class.
getResources() - Method in class org.opensourcephysics.tools.LibraryCollection
Gets the array of resources in this collection.
getResourceZipURLsOK(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Gets a resource specified by name.
getRGBData(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBStep
Gets the RGB data.
getRGBData() - Method in class org.opensourcephysics.display2d.InterpolatedPlot
Gets the byte array of rgb colors
getRight() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the x value for the right column in the grid.
getRight() - Method in class org.opensourcephysics.display2d.FlatData
Gets the x value for the right column in the grid.
getRight() - Method in interface org.opensourcephysics.display2d.GridData
Gets the x value for the right column in the grid.
getRight() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the x value for the right column in the grid.
getRightGutter() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the right gutter of this DrawingPanel.
getRightMostBinPosition(int) - Method in class org.opensourcephysics.display.Histogram
Method getRightMostBinPosition
getRoot() - Method in class org.opensourcephysics.tools.JarTreeModel
Gets the root of this tree model.
getRootControl() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the root control.
getRootNode() - Method in class org.opensourcephysics.tools.Launcher
Gets the root node of the selected launch tree.
getRootNode() - Method in class org.opensourcephysics.tools.LaunchPanel
Gets the root node.
getRootPane() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets the frame's root pane.
getRotation() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the angle that the camera is rotated along the line of sight.
getRotation() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getRotationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets current rotation angle.
getRotationAngle() - Method in interface org.opensourcephysics.display3d.core.ElementCircle
Gets the rotation angle for the circle
getRotationAngle() - Method in interface org.opensourcephysics.display3d.core.ElementImage
Gets the rotation angle for the image
getRotationAngle() - Method in interface org.opensourcephysics.display3d.core.ElementText
Gets the rotation angle for the text
getRotationAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementCircle
 
getRotationAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementImage
 
getRotationAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementObject
 
getRotationAngle() - Method in class org.opensourcephysics.display3d.simple3d.ElementText
 
getRotationData() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the rotational data.
getRotationData(int, int) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the rotational data.
getRotationMatrix(double[][]) - Method in class org.opensourcephysics.numerics.Quaternion
Gets the direct rotation matrix of this quaternion rotation.
getRowArray(int) - Static method in class org.opensourcephysics.display.DataFile
Returns an array of row numbers.
getRowArray(int) - Static method in class org.opensourcephysics.tools.DataTool
Returns an array of row numbers.
getRowCount() - Method in class org.opensourcephysics.controls.XMLTableModel
Gets the number of rows.
getRowCount() - Method in class org.opensourcephysics.display.ArrayTableModel
Gets the number of rows.
getRowCount() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the number of rows for rendering in a JTable.
getRowCount() - Method in class org.opensourcephysics.display.DataPanel
Gets the number of rows currently being shown.
getRowCount() - Method in class org.opensourcephysics.display.DataRowModel
Gets the number of rows.
getRowCount() - Method in class org.opensourcephysics.display.Dataset
Gets the number of rows for rendering in a JTable.
getRowCount() - Method in class org.opensourcephysics.display.DatasetManager
Gets the number of rows for rendering in a JTable.
getRowCount() - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method getRowCount
getRowCount() - Method in class org.opensourcephysics.display.Histogram
Gets the number of rows for rendering in a JTable.
getRowCount() - Method in class org.opensourcephysics.display.SortDecorator
 
getRowCount() - Method in class org.opensourcephysics.display2d.GridTableModel
Gets the number of rows.
getRowCount() - Method in class org.opensourcephysics.tools.FunctionEditor.TableModel
 
getRowFromIndepVarValue(double) - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the view row at which an independent variable value is found.
getSavePath() - Method in class org.opensourcephysics.tools.LibraryBrowser
Returns a path to which a collection or library file can be saved.
getScale() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the scale that will be used when the panel is drawn.
getScaleFactorX() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the scale factor in the X axis
getScaleFactorX() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getScaleFactorY() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the scale factor in the Y axis
getScaleFactorY() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getScaleFactorZ() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the scale factor in the Z axis
getScaleFactorZ() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getScaleSetter() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Gets the scale setter.
getScaleX(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the scale factor (image units per world unit) along the image x-axis (width direction) for the specified frame number.
getScaleY(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the scale factor (image units per world unit) along the image y-axis (height direction) for the specified frame number.
getScreenPosition(VideoPanel) - Method in class org.opensourcephysics.media.core.TPoint
Gets the screen position of this TPoint on the specified VideoPanel.
getScriptFont(Font) - Method in class org.opensourcephysics.display.TextLine
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the scrollable block increment.
getScrollableTracksViewportHeight() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets whether this tracks the viewport height.
getScrollableTracksViewportWidth() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets whether this tracks the viewport width in a scrollpane.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the scrollable unit increment.
getScrollPane() - Method in class org.opensourcephysics.controls.XMLTree
Gets the scroll pane with view of the tree
getSearchInstructions() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Returns the search instructions.
getSearchPoints(Rectangle, double, double, double) - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets a list of Point2D objects that lie within pixels in a rectangle and along a line.
getSearchRect() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the search rectangle.
getSecond(Function, double) - Static method in class org.opensourcephysics.numerics.Derivative
Gets a second derivative function using a second order finite difference approximation.
getSecondDirection() - Method in interface org.opensourcephysics.display3d.core.ElementPlane
Gets the second direction vector of th eplane
getSecondDirection() - Method in class org.opensourcephysics.display3d.simple3d.ElementPlane
 
getSelectedColor(String) - Method in class org.opensourcephysics.controls.XMLTable
Gets the color of a selected cell for a specified property name.
getSelectedColumnNames() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the selected column names.
getSelectedData(int[], int[]) - Method in class org.opensourcephysics.display.DataTableFrame
Gets the data selected by the user in the table.
getSelectedData() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the selected data.
getSelectedDisplayTab() - Method in class org.opensourcephysics.tools.LaunchPanel
Gets the selected display tab.
getSelectedDrawable() - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawablesParent
 
getSelectedFitName() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Gets the selected fit name.
getSelectedFitParameters() - Method in class org.opensourcephysics.tools.DatasetCurveFitter
Gets the selected fit parameters.
getSelectedIndepVarValues() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the selected independent variable values.
getSelectedIndex() - Method in class org.opensourcephysics.controls.OSPCombo
Returns the selected index.
getSelectedModelRows() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the selected model rows in ascending order.
getSelectedName() - Method in class org.opensourcephysics.tools.FunctionTool
Returns the name of the selected FunctionPanel.
getSelectedNode() - Method in class org.opensourcephysics.tools.Launcher
Gets the selected launch node.
getSelectedNode() - Method in class org.opensourcephysics.tools.LaunchPanel
Gets the selected node.
getSelectedNode() - Method in class org.opensourcephysics.tools.LaunchSaver
Gets the selected node.
getSelectedNode() - Method in class org.opensourcephysics.tools.LibraryTreePanel
Gets the selected node.
getSelectedNodes() - Method in class org.opensourcephysics.tools.LaunchPanel
Gets the selected nodes.
getSelectedObject() - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the currently selected object, if any.
getSelectedObjects() - Method in class org.opensourcephysics.tools.FunctionEditor
Returns the currently selected objects, if any.
getSelectedPanel() - Method in class org.opensourcephysics.tools.FunctionTool
Returns the selected FunctionPanel.
getSelectedPoint() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the selected point.
getSelectedProperties() - Method in class org.opensourcephysics.controls.XMLTree
Gets the selected xml properties.
getSelectedStep() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the selected step.
getSelectedTab() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the selected tab.
getSelectedTab() - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the selected tab index.
getSelectedTab() - Method in class org.opensourcephysics.tools.DataTool
Gets the currently selected DataToolTab, if any.
getSelectedTab() - Method in class org.opensourcephysics.tools.Launcher
Gets the LaunchPanel in the selected tab.
getSelectedTableData() - Method in class org.opensourcephysics.tools.DataToolTab
Gets the table cells selected by the user.
getSelectedTrack() - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets the selected track
getSelectedTrack() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the selected track.
getSelectedTrack() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides TrackerPanel getSelectedTrack method.
getSelectedTreePanel() - Method in class org.opensourcephysics.tools.LibraryBrowser
Gets the selected LibraryTreePanel, if any.
getSelectedTViews(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the selected TViews for the specified tracker panel.
getSelectedVideoType() - Method in class org.opensourcephysics.media.core.VideoIO.VideoEnginePanel
Gets the selected video engine type.
getSelectedView() - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Gets the selected view
getSelectingPanel() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the selecting tracker panel.
getSelectionModel() - Method in class org.opensourcephysics.tools.CheckTreeManager
 
getSelectionPaths() - Method in class org.opensourcephysics.tools.JarTreeDialog
Gets the selected paths as TreePaths that start with the root.
getSelectionRelativePaths() - Method in class org.opensourcephysics.tools.JarTreeDialog
Gets the selected paths as relative path strings.
getSelectTrackPopup() - Method in class org.opensourcephysics.cabrillo.tracker.TTrackBar
Refreshes and returns the "select track" popup menu.
getSelfContainedData(Data) - Static method in class org.opensourcephysics.tools.DataTool
Gets a list of self-contained Data objects.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.ArrowFootprint
Gets the shape of this footprint.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the fill shape for a specified point.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.DoubleArrowFootprint
Gets the shape of this footprint.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.DoubleCrosshairFootprint
Gets the shape of this footprint.
getShape(Point[]) - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the footprint shape.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the shape of this footprint.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.OutlineFootprint
Gets the shape of this footprint.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the fill shape for a specified point.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.PositionVectorFootprint
Gets the fill shape for a specified point.
getShape(Point[]) - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the shape of this footprint for a Point array {vertex, end1, end2}.
getShape() - Method in class org.opensourcephysics.display.InteractiveShape
Gets the Java shape that is being drawn.
getShape(String, double, double, double, double) - Method in class org.opensourcephysics.display.InteractiveShape.InteractiveShapeLoader
 
getShape(VideoPanel) - Method in class org.opensourcephysics.media.core.TCircle
Gets the circle shape to be filled in the draw method.
getShape(VideoPanel) - Method in class org.opensourcephysics.media.core.TCoordAxes
Overrides TShape getShape method.
getShape(VideoPanel) - Method in class org.opensourcephysics.media.core.TLine
Gets the shape to be filled in the draw method.
getShape(VideoPanel) - Method in class org.opensourcephysics.media.core.TShape
Gets the shape to be filled in the draw method.
getShape(VideoPanel) - Method in class org.opensourcephysics.media.core.TVector
Gets the shape to be filled in the draw method.
getShortObjectName() - Method in class org.opensourcephysics.controls.OSPInspector
Gets the short name of the object that is being inspected.
getShowCoordinates() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getShowCoordinates() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getSimpleClassName(Class<?>) - Static method in class org.opensourcephysics.controls.XML
Gets a simple class name for the specified class type.
getSimulation() - Method in class org.opensourcephysics.ejs.control.ControlElement
Gets the Simulation in which it runs
getSimulation() - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the simulation under which the control is running This is used to up date the simulation whenever an Element changes a variable (See variableChanged in ControlElement
getSimulation() - Method in interface org.opensourcephysics.ejs.Model
Gets the simulation in which this model runs (if any)
getSine(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets the sine of the angle of the world x-axis measured ccw from the image x-axis for the specified frame number.
getSinElevationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the sine of elevation angle.
getSinRotationAngle() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the sine of rotation angle.
getSize() - Method in class org.opensourcephysics.media.core.ImageVideo
Gets the size of this video.
getSize() - Method in class org.opensourcephysics.tools.Launcher
Gets the size.
getSizeX() - Method in class org.opensourcephysics.display.Spring
Gets the X size of the spring
getSizeX() - Method in interface org.opensourcephysics.display3d.core.Element
Get the size along the X axis
getSizeX() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getSizeY() - Method in class org.opensourcephysics.display.Spring
Gets the Y size of the spring
getSizeY() - Method in interface org.opensourcephysics.display3d.core.Element
Get the size along the Y axis
getSizeY() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getSizeZ() - Method in interface org.opensourcephysics.display3d.core.Element
Get the size along the Z axis
getSizeZ() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getSkippedStepWarningDialog() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
 
getSnapPoint() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the origin snap point.
getSnapPoint() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Overrides TrackerPanel getSnapPoint method.
getSortedColumn() - Method in class org.opensourcephysics.display.DataTable
Gets the sorted column.
getSortedColumn() - Method in class org.opensourcephysics.display.SortDecorator
 
getSpread() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Gets the spread.
getSpread() - Method in class org.opensourcephysics.cabrillo.tracker.OutlineFootprint
Gets the spread.
getSquareToQuad(double, double, double, double, double, double, double, double) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps the unit square onto an arbitrary quadrilateral.
getSquareToQuad(float, float, float, float, float, float, float, float) - Static method in class org.opensourcephysics.media.core.PerspectiveTransform
Creates a PerspectiveTransform that maps the unit square onto an arbitrary quadrilateral.
getStart() - Method in class org.opensourcephysics.cabrillo.tracker.VectorChain
Gets the start of the chain.
getStartFrame() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the start frame for this model.
getStartFrame() - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Gets the start frame for this model.
getStartFrameNumber() - Method in interface org.opensourcephysics.media.core.Video
Gets the start frame number.
getStartFrameNumber() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the start frame number.
getStartFrameNumber() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the start frame number.
getStartFrameNumber() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the start frame number.
getStartTime() - Method in interface org.opensourcephysics.media.core.Playable
Gets the start time in milliseconds.
getStartTime() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the start time in milliseconds.
getStartTime() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the start time.
getStartTime() - Method in class org.opensourcephysics.media.gif.GifVideo
Gets the start time in milliseconds.
getStartTime() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the start time in milliseconds.
getStartTime() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Gets the start frame time in milliseconds.
getState() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the current state {x, vx, y, vy, t}.
getState() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticleConvertible
 
getState(DynamicParticle) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the current state of the specified particle.
getState() - Method in interface org.opensourcephysics.numerics.ODE
Gets the state variables.
getState() - Method in class org.opensourcephysics.numerics.ODEMultistepSolver.InternalODE
Gets the state.
getState() - Method in class org.opensourcephysics.tools.TristateCheckBox
Return the current state, which is determined by the selection status of the model.
getStatusCode(int) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Determines the status code for a given frame.
getStatusInfo(int, Integer, double[]) - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Returns the status text for a given frame number and status code.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Overrides TTrack getStep method.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Overrides TTrack getStep method.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Overrides TTrack getStep method to provide fixedLine behavior.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Overrides TTrack getStep method.
getStep(TPoint, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack getStep method.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Overrides TTrack getStep method to provide fixed behavior.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack getStep method to provide fixed behavior.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Overrides TTrack getStep method to provide fixedTape behavior.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets a step specified by frame number.
getStep(TPoint, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets a step containing a TPoint.
getStep(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack.StepArray
Gets the step at the specified index.
getStepCount() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the step count.
getStepCounter() - Method in class org.opensourcephysics.controls.AbstractSimulation
Gets number of animation steps that have been performed since the last initializeAnimation.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the length of the steps created by this track.
getStepLength() - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Gets the length of the steps created by this track.
getStepNumber() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the step number.
getStepNumber() - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the step number.
getStepNumber() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the current step number.
getStepNumber() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the step number.
getSteps() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the step array.
getStepSize() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the step size.
getStepSize() - Method in class org.opensourcephysics.numerics.AbstractODESolver
Gets the step size.
getStepSize() - Method in class org.opensourcephysics.numerics.CashKarp45
Gets the step size.
getStepSize() - Method in class org.opensourcephysics.numerics.DormandPrince45
Gets the step size.
getStepSize() - Method in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
getStepSize() - Method in class org.opensourcephysics.numerics.ODEMultistepSolver
Gets the step size.
getStepSize() - Method in interface org.opensourcephysics.numerics.ODESolver
Gets the step size.
getStepSize() - Method in class org.opensourcephysics.numerics.RK45MultiStep
Gets the step size.
getStepSizeWarningDialog() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
 
getStepsPerDisplay() - Method in class org.opensourcephysics.controls.AbstractSimulation
Gets the number of animation steps before animated drawing panels are rendered.
getStepTime(int) - Method in class org.opensourcephysics.media.core.ClipControl
Gets the start time of the specified step measured from step 0.
getStepTime(int) - Method in class org.opensourcephysics.media.core.StepperClipControl
Gets the start time of the specified step measured from step 0.
getStepTime(int) - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the start time of the specified step measured from step 0.
getStepTime(int) - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the start time of the specified step in milliseconds.
getStretch() - Method in class org.opensourcephysics.cabrillo.tracker.ArrowFootprint
Gets the stretch.
getStride() - Method in class org.opensourcephysics.display.DataPanel
Gets the number of rows shown.
getString(String) - Method in interface org.opensourcephysics.controls.Control
Gets a stored string from the control.
getString(String) - Static method in class org.opensourcephysics.controls.ControlsRes
Gets the localized value of a string.
getString(String) - Method in class org.opensourcephysics.controls.HiddenControl
Reads a parameter value from the input display.
getString(String) - Method in class org.opensourcephysics.controls.OSPControl
Reads a parameter value from the input display.
getString(String) - Method in class org.opensourcephysics.controls.OSPControlTable
 
getString(String) - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the string value of the specified named property.
getString(String) - Static method in class org.opensourcephysics.display.DisplayRes
 
getString(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
A convenience method to get a value as a String
getString() - Method in class org.opensourcephysics.ejs.control.value.BooleanValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.DoubleValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.ExpressionValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.IntegerValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.ObjectValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.StringValue
 
getString() - Method in class org.opensourcephysics.ejs.control.value.Value
Returns the value of the variable as a String
getString(String) - Static method in class org.opensourcephysics.ejs.EjsRes
 
getString(String) - Static method in class org.opensourcephysics.media.core.MediaRes
Gets the localized value of a string.
getString(String) - Static method in class org.opensourcephysics.numerics.specialfunctions.Messages
 
getString(String) - Static method in class org.opensourcephysics.tools.EjsTool
 
getString(String) - Static method in class org.opensourcephysics.tools.JarTool
 
getString() - Method in class org.opensourcephysics.tools.Resource
Gets a String.
getString(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getString(String) - Static method in class org.opensourcephysics.tools.SnapshotTool
 
getString(String) - Static method in class org.opensourcephysics.tools.ToolsRes
Gets the localized value of a string.
getString(String) - Static method in class org.opensourcephysics.tools.XuggleRes
Gets the localized value of a string.
getStringBounds(Graphics) - Method in class org.opensourcephysics.display.TextLine
Returns the bounding box for this string.
getStroke() - Method in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
Gets the stroke.
getStroke() - Method in interface org.opensourcephysics.cabrillo.tracker.Footprint
Gets the stroke.
getStroke() - Method in class org.opensourcephysics.cabrillo.tracker.LineFootprint
Gets the stroke.
getStroke() - Method in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
Gets the stroke.
getStroke() - Method in class org.opensourcephysics.cabrillo.tracker.PositionVectorFootprint
Gets the stroke.
getStroke() - Method in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
Gets the stroke.
getStroke() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the drawing stroke.
getStroke() - Method in class org.opensourcephysics.media.core.TShape
Gets the stroke.
getStyle() - Method in interface org.opensourcephysics.display3d.core.Element
Gets the style of the element
getStyle() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getStyleDialog() - Method in class org.opensourcephysics.tools.DataToolPropsTable
 
getSubscript(String) - Static method in class org.opensourcephysics.display.TeXParser
Gets the subscript from an input String.
getSupportedCodecs(String) - Static method in class org.opensourcephysics.media.xuggle.XuggleVideoRecorder
Given the short name of a container, prints out information about it, including which codecs Xuggler can write (mux) into that container.
getSupportFunctions() - Method in class org.opensourcephysics.tools.FitFunctionPanel
Returns the support functions.
getSupportFunctions() - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns supporting functions
getSystemDrawables() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the list of system Drawables.
getSystemInspector() - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the system inspector.
getSystemProperties() - Static method in class org.opensourcephysics.controls.ControlUtils
 
getSystemState(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Gets the state of this system based on the states of its particles.
getTab(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Returns the tab index for the specified tracker panel, or -1 if no tab is found.
getTab(Data) - Method in class org.opensourcephysics.tools.DataTool
Returns the tab associated with the specified Data object.
getTab(int) - Method in class org.opensourcephysics.tools.DataTool
Returns the tab at the specified index.
getTab(int) - Method in class org.opensourcephysics.tools.Launcher
Gets the launch panel at the specified tab index.
getTabCount() - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the tab count.
getTabCount() - Method in class org.opensourcephysics.tools.DataTool
Returns the tab count.
getTabCount() - Method in class org.opensourcephysics.tools.Launcher
Gets the current number of tabs (LaunchPanels)
getTabIndex(Data) - Method in class org.opensourcephysics.tools.DataTool
Returns the index of the tab containing the specified Data object.
getTabIndex(DataToolTab) - Method in class org.opensourcephysics.tools.DataTool
Returns the index of a specified tab.
getTabIndexFromPath(String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Gets the index of the tab associated with a given path.
getTable() - Method in class org.opensourcephysics.controls.OSPTableInspector
Gets the XMLTable.
getTable() - Method in class org.opensourcephysics.controls.XMLTableInspector
Gets the XMLTable.
getTable() - Method in class org.opensourcephysics.tools.FunctionEditor
Gets the table.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opensourcephysics.display.DataTable.RowNumberRenderer
returns a JLabel that is highlighted if the row is selected.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opensourcephysics.display.DataTable.UnitRenderer
Returns the rendered component.
getTabTitle(int) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the title of the specified tab.
getTabTitle(String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Gets the title of the tab associated with a given path.
getTabTitle(int) - Method in class org.opensourcephysics.tools.LibraryBrowser
Gets the title of the tab at a given index.
getTail() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the tail.
getTail() - Method in class org.opensourcephysics.media.core.TVector
Gets the tail.
getTapeAngle() - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets the world angle of this tape.
getTapeLength(boolean) - Method in class org.opensourcephysics.cabrillo.tracker.TapeStep
Gets the scaled world length of this tape, with side effect of updating angle and length fields.
getTarget(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns one of the registered target objects
getTarget() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the target of this resource (file name or comPADRE command).
getTarget() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the target of this node's resource.
getTargetDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Returns a description of the point at a given index.
getTargetDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Returns a description of the point at a given index.
getTargetDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Returns a description of the point at a given index.
getTargetDescription(int) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns a description of a target point with a given index.
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.AbstractTile
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.Element
Gets the target that is under the (x,y) position of the screen
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementCircle
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementImage
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementPoints
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementPolygon
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementSegment
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementSpring
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.ElementText
 
getTargetHit(int, int) - Method in class org.opensourcephysics.display3d.simple3d.Group
 
getTargetIndex() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns the target index for the autotracker.
getTargetInstructions() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Returns the target instructions.
getTargetURL() - Method in class org.opensourcephysics.tools.LibraryTreeNode
Returns the target URL of this node's resource, or null if target path is empty or invalid.
getTemplate() - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the template.
getTemplateInstructions() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
Returns the template instructions.
getTemplateMatcher() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the TemplateMatcher.
getText() - Method in class org.opensourcephysics.display.InteractiveTextLine
Gets the text to be dispalyed.
getText() - Method in class org.opensourcephysics.display.TextLine
 
getText() - Method in interface org.opensourcephysics.display3d.core.ElementText
Gets the text displayed
getText() - Method in class org.opensourcephysics.display3d.simple3d.ElementText
 
getTextPane() - Method in class org.opensourcephysics.display.TextFrame
 
getTextures() - Method in interface org.opensourcephysics.display3d.core.Style
 
getTextures() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getTFrame() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
 
getTheta() - Method in class org.opensourcephysics.display.DrawableGroup
Gets the rotation angle in radians.
getTheta() - Method in class org.opensourcephysics.display.DrawableShape
Gets the value of the roation angle theta.
getTheta() - Method in class org.opensourcephysics.display.Protractor
Gets the angle of the arrow on the protractor.
getThickness() - Method in class org.opensourcephysics.display.CellBorder
Returns the thickness of the border.
getTiles() - Method in interface org.opensourcephysics.display3d.core.ElementTessellation
Gets the data of the surface.
getTiles() - Method in class org.opensourcephysics.display3d.simple3d.ElementTessellation
 
getTime() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the current time in milliseconds measured from step 0.
getTime() - Method in interface org.opensourcephysics.media.core.Playable
Gets the current media time in milliseconds.
getTime() - Method in class org.opensourcephysics.media.core.StepperClipControl
Gets the current time in milliseconds measured from step 0.
getTime() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the current video time in milliseconds.
getTime() - Method in class org.opensourcephysics.media.core.VideoClipControl
Gets the current time in milliseconds measured from step 0.
getTime() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the current time in milliseconds.
getTime() - Method in class org.opensourcephysics.media.gif.GifVideo
Gets the current video time in milliseconds.
getTime() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the current video time in milliseconds.
getTime() - Method in class org.opensourcephysics.media.xuggle.XuggleVideo
Gets the current frame time in milliseconds.
getTip() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the tip.
getTip() - Method in class org.opensourcephysics.media.core.TVector
Gets the tip.
getTitle() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the title for tabs, menus, etc.
getTitle() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the title.
getTitle() - Method in class org.opensourcephysics.display.axes.AbstractAxes
Gets the title.
getTitle() - Method in class org.opensourcephysics.display.axes.CartesianType1
Get the title of the graph, or an empty string if there is none.
getTitle() - Method in class org.opensourcephysics.display.axes.CartesianType2
Gets the title.
getTitle() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the title.
getTitle() - Method in class org.opensourcephysics.display.axes.CustomAxes
Gets the title.
getTitle() - Method in interface org.opensourcephysics.display.axes.DrawableAxes
Gets the x title.
getTitle() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the title.
getTitle() - Method in class org.opensourcephysics.tools.LibraryBrowser
 
getToImageTransform(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets a copy of the affine transform used to convert from worldspace to imagespace for the specified frame number.
getTolerance() - Method in class org.opensourcephysics.numerics.CashKarp45
Method getTolerance
getTolerance() - Method in class org.opensourcephysics.numerics.DormandPrince45
Method getTolerance
getTolerance() - Method in interface org.opensourcephysics.numerics.ODEAdaptiveSolver
Gets the tolerance of the adaptive ODE sovler.
getTolerance() - Method in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
getTolerance() - Method in class org.opensourcephysics.numerics.ODEMultistepSolver
Gets the tolerance of the adaptive ODE solver.
getTolerance() - Method in interface org.opensourcephysics.numerics.StateEvent
Returns the tolerance for the event.
getTool() - Static method in class org.opensourcephysics.media.core.VideoGrabber
Gets the shared VideoGrabber.
getTool(Dimension) - Static method in class org.opensourcephysics.media.core.VideoGrabber
Gets the shared VideoGrabber and sets the video dimensions.
getTool(Data) - Static method in class org.opensourcephysics.tools.DataRefreshTool
Returns a DataRefreshTool for the specified data object.
getTool() - Static method in class org.opensourcephysics.tools.DataTool
Gets the shared DataTool.
getTool() - Static method in class org.opensourcephysics.tools.EncryptionTool
Gets the shared EncryptionTool.
getTool() - Static method in class org.opensourcephysics.tools.ExportTool
Gets the shared Tool.
getTool() - Static method in class org.opensourcephysics.tools.FourierTool
Gets the shared FourierTool.
getTool() - Static method in class org.opensourcephysics.tools.JarTool
Gets the shared JarTool.
getTool() - Static method in class org.opensourcephysics.tools.SnapshotTool
Gets the shared SnapshotTool.
getTool(String) - Static method in class org.opensourcephysics.tools.Toolbox
 
getTool() - Static method in class org.opensourcephysics.tools.TranslatorTool
Gets the shared TranslatorTool.
getTool() - Static method in class org.opensourcephysics.tools.VideoCaptureTool
Gets the shared Tool.
getToolBar(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the toolbar for the specified tracker panel.
getToolbar(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TToolBar
Gets the toolbar for the specified tracker panel.
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Gets the toolbar components for this view
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the toolbar components
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
Gets the toolbar components
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the toolbar components
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets the toolbar components
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.TrackView
Gets toolbar components for toolbar of parent view
getToolBarComponents() - Method in interface org.opensourcephysics.cabrillo.tracker.TView
Gets the toolbar components for this view
getToolBarComponents() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Gets the toolbar components
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Overrides TTrack getToolbarPointComponents method.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.ParticleModel
Overrides TTrack getToolbarPointComponents method.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack getToolbarPointComponents method.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack getToolbarPointComponents method.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns an empty list of point-related toolbar components.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Overrides TTrack getToolbarPointComponents method.
getToolbarPointComponents(TrackerPanel, TPoint) - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Overrides TTrack getToolbarPointComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Calibration
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CenterOfMass
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.CoordAxes
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicSystem
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.LineProfile
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.OffsetOrigin
Overrides TTrack method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Protractor
Returns a list of point-related toolbar components.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Overrides TTrack getToolbarTrackComponents method.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
Returns a list of point-related toolbar components.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Returns an empty list of track-related toolbar components.
getToolbarTrackComponents(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.Vector
Overrides TTrack getToolbarTrackComponents method.
getTools(Object) - Method in class org.opensourcephysics.tools.JobManager
Gets the tools interested in the specified object.
getTooltip(Object) - Method in class org.opensourcephysics.tools.FunctionEditor
Returns a tooltip for the object.
getTooltip() - Method in class org.opensourcephysics.tools.LaunchNode
Gets the tooltip of this node.
getTooltip(Object) - Method in class org.opensourcephysics.tools.ParamEditor
Returns a tooltip for the object.
getTooltip(Object) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns a tooltip for the object.
getTop() - Method in class org.opensourcephysics.display2d.ArrayData
Gets the y value for the first row of the grid.
getTop() - Method in class org.opensourcephysics.display2d.FlatData
Gets the y value for the first row of the grid.
getTop() - Method in interface org.opensourcephysics.display2d.GridData
Gets the y value for the first row of the grid.
getTop() - Method in class org.opensourcephysics.display2d.GridPointData
Gets the y value for the first row of the grid.
getTopGutter() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the bottom gutter of this DrawingPanel.
getTopGutter() - Method in class org.opensourcephysics.display.PlottingPanel
Gets the bottom gutter of this DrawingPanel.
getTopLevelAncestor() - Method in class org.opensourcephysics.ejs.control.EjsControlFrame
Gets the frame that contains the control.
getTopLevelAncestor(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the top-level ancestor of an element (either the containing Window or Applet), or null if the element has not been added to any container.
getTotalRowCount() - Method in class org.opensourcephysics.display.DataPanel
Gets the total number of rows in the table.
getTotalTransform() - Method in class org.opensourcephysics.numerics.Matrix2DTransformation
 
getToWorldTransform(int) - Method in class org.opensourcephysics.media.core.ImageCoordSystem
Gets a copy of the affine transform used to convert from imagespace to worldspace for the specified frame number.
getTrack() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getTrack() - Method in class org.opensourcephysics.cabrillo.tracker.Step
Gets the track.
getTrack() - Method in class org.opensourcephysics.cabrillo.tracker.TButton
Gets the track associated with this button.
getTrack(String) - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets a track with the specified name
getTrack(String) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the first track with the specified name
getTrackBar(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the selected track bar for the specified tracker panel.
getTrackbar(TrackerPanel) - Static method in class org.opensourcephysics.cabrillo.tracker.TTrackBar
Gets the trackbar for the specified tracker panel.
getTracker() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the shared Tracker for single-VM use.
getTrackerHelpMenu() - Static method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
Gets the help menu.
getTrackerPanel() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Gets the TrackerPanel containing the track data
getTrackerPanel() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the tracker panel containing the tracks
getTrackerPanel(int) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the tracker panel at the specified tab index.
getTrackerPanel() - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets the tracker panel containing the tracks
getTrackerPanel() - Method in interface org.opensourcephysics.cabrillo.tracker.TView
Gets the TrackerPanel containing the track data
getTrackerPanel() - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
gets the TrackerPanel containing the tracks
getTrackerPanel() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Gets the tracker panel being viewed
getTracks() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets a list of TTracks being drawn on this panel.
getTrackView(TTrack) - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets the track view for the specified track
getTrailLength() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the trail length.
getTransformation() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the transfomation used to project (x,y,z) points in space to points of the form (a,b,distance).
getTransformation() - Method in interface org.opensourcephysics.display3d.core.Element
Returns a clone of the element transformation
getTransformation() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getTransformation() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getTranslatedLocales(Class<?>) - Method in class org.opensourcephysics.tools.TranslatorTool
Returns Locales for which translations exist for the specified class.
getTranslator() - Static method in class org.opensourcephysics.display.OSPRuntime
Gets the translator, if any.
getTransparency() - Method in interface org.opensourcephysics.display3d.core.Style
 
getTransparency() - Method in class org.opensourcephysics.display3d.simple3d.Style
 
getTransposedFlatMatrix(double[]) - Method in class org.opensourcephysics.numerics.Matrix3DTransformation
Gets the direct homogeneous affine transformation flattened into a 1-d array, ordered left to right, top to bottom If the mat parameter is null a double[16] array is created; otherwise the given array is used.
getTree() - Method in class org.opensourcephysics.controls.XMLTree
Gets the tree.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.opensourcephysics.tools.CheckTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.opensourcephysics.tools.JarTreeDialog.JarRenderer
 
getTreePanel(int) - Method in class org.opensourcephysics.tools.LibraryBrowser
Gets the LibraryTreePanel at a specified tab index.
getTruncationHeight() - Method in interface org.opensourcephysics.display3d.core.ElementCone
Gets the truncation height for this cone.
getTruncationHeight() - Method in interface org.opensourcephysics.display3d.core.ElementTetrahedron
Gets the truncation height for this tetrahedron.
getTruncationHeight() - Method in class org.opensourcephysics.display3d.simple3d.ElementCone
 
getTruncationHeight() - Method in class org.opensourcephysics.display3d.simple3d.ElementTetrahedron
 
getTViews(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the views for the specified tracker panel.
getTViews(TrackerPanel, boolean) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the views for the specified tracker panel.
getType() - Method in class org.opensourcephysics.display3d.core.Resolution
 
getType() - Method in class org.opensourcephysics.tools.LibraryResource
Gets the type of resource.
getUndoableEdit(int, Object, int, int, Object, int, int, String) - Method in class org.opensourcephysics.tools.FunctionEditor
Gets an undoable edit.
getUniqueName(String) - Method in class org.opensourcephysics.tools.FunctionTool
Gets a unique name.
getUniqueName(String, String) - Method in class org.opensourcephysics.tools.LibraryBrowser
Returns a name that is not a duplicate of an existing name.
getUniqueTabName(String) - Method in class org.opensourcephysics.tools.DataTool
Gets a unique name.
getUniqueYColumnName(Dataset, String, boolean) - Method in class org.opensourcephysics.tools.DataToolTab
Returns a column name that is unique to this tab, contains no spaces, and is not reserved by the OSP parser.
getUnits() - Method in class org.opensourcephysics.media.core.NumberField
Gets the units.
getURIPath(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
Converts a path to URI form (spaces replaced by "%20", etc).
getURL() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView.TabData
Gets the URL.
getURL() - Method in class org.opensourcephysics.tools.LaunchNode.DisplayTab
Gets the URL.
getURL() - Method in class org.opensourcephysics.tools.Resource
Gets the url associated with this resource.
getUserDirectory() - Static method in class org.opensourcephysics.controls.XML
Gets the default user directory.
getUserFunctionEditor() - Method in class org.opensourcephysics.cabrillo.tracker.ModelFunctionPanel
Returns the function editor.
getUserTracks() - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Gets the list of user-defined TTracks on this panel.
getValidPaths() - Method in class org.opensourcephysics.media.core.ImageVideo
Returns the valid paths (i.e., those that are not "").
getValidPathsRelativeTo(String) - Method in class org.opensourcephysics.media.core.ImageVideo
Returns the valid paths (i.e., those that are not "").
getValidXPoints() - Method in class org.opensourcephysics.display.Dataset
Gets an array of valid xpoints.
getValidYPoints() - Method in class org.opensourcephysics.display.Dataset
Gets an array of valid ypoints.
getValue(String) - Method in class org.opensourcephysics.controls.ParsableTextArea
Gets the stored string parameter associated with the variable name.
getValue() - Method in class org.opensourcephysics.display.dialogs.DecimalField
Gets the value from the text field.
getValue(int, int, int) - Method in class org.opensourcephysics.display2d.ArrayData
Gets the value of the given component at the given location.
getValue(int, int) - Method in class org.opensourcephysics.display2d.BinaryLattice
Gets a value from the given location.
getValue(int, int) - Method in interface org.opensourcephysics.display2d.ByteLattice
Gets a value from the given location.
getValue(int, int) - Method in class org.opensourcephysics.display2d.ByteRaster
Gets a raster value from the given location.
getValue(int, int) - Method in class org.opensourcephysics.display2d.CellLattice
 
getValue(int, int) - Method in class org.opensourcephysics.display2d.CellLatticeOSX
Gets a lattice site value.
getValue(int, int) - Method in class org.opensourcephysics.display2d.CellLatticePC
Gets a value from the given location.
getValue(int, int, int) - Method in class org.opensourcephysics.display2d.FlatData
Gets the value of the given component at the given location.
getValue(int, int, int) - Method in interface org.opensourcephysics.display2d.GridData
Gets the value of the given component at the given location.
getValue(int, int, int) - Method in class org.opensourcephysics.display2d.GridPointData
Gets the value of the given component at the given location.
getValue(int, int) - Method in class org.opensourcephysics.display2d.SiteLattice
Gets a lattice site value.
getValue(int) - Method in class org.opensourcephysics.ejs.control.ControlElement
Gets the value of any internal variable.
getValue(String) - Method in class org.opensourcephysics.ejs.control.EjsControl
 
getValue(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the group value of a variable.
getValue() - Method in class org.opensourcephysics.ejs.control.GroupVariable
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlBar
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlButton
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlCheckBox
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlComboBox
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlDialog
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlDrawable
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlFrame
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlInputArea
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlLabel
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlNumberField
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlPanel
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlRadioButton
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlSlider
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlSound
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlSplitPanel
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Gets the value of any internal variable.
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlTabbedPanel
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextArea
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlTextField
 
getValue(int) - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
getValue(int, int) - Method in class org.opensourcephysics.frames.LatticeFrame
Gets the (x,y) value of the lattice.
getValue() - Method in class org.opensourcephysics.media.core.NumberField
Gets the value from the text field.
getValue(int, int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the color value
getValue(int, int, int, int) - Static method in class org.opensourcephysics.media.core.TemplateMatcher
Method to get the color value
getValue() - Method in class org.opensourcephysics.tools.Parameter
Gets the current value of this parameter.
getValueAt(int, int) - Method in class org.opensourcephysics.controls.XMLTableModel
Gets the value at the given cell.
getValueAt(int, int) - Method in class org.opensourcephysics.display.ArrayTableModel
Gets the value at the given cell.
getValueAt(int, int) - Method in class org.opensourcephysics.display.ComplexDataset
Gets an x or y value for rendering in a JTable.
getValueAt(int, int) - Method in class org.opensourcephysics.display.DataRowModel
Gets the value at the given cell.
getValueAt(int, int) - Method in class org.opensourcephysics.display.Dataset
Gets an x or y value for rendering in a JTable.
getValueAt(int, int) - Method in class org.opensourcephysics.display.DatasetManager
Gets an x or y value for rendering in a JTable.
getValueAt(int, int) - Method in class org.opensourcephysics.display.DataTable.DefaultDataTableModel
Method getValueAt
getValueAt(int, int) - Method in class org.opensourcephysics.display.Histogram
Gets a bin number or occurrences for bin number for rendering in a JTable.
getValueAt(int, int) - Method in class org.opensourcephysics.display.SortDecorator
 
getValueAt(int, int) - Method in class org.opensourcephysics.display2d.GridTableModel
Gets the value at the given grid location.
getValueAt(int, int) - Method in class org.opensourcephysics.tools.FunctionEditor.TableModel
 
getValues() - Method in class org.opensourcephysics.tools.ParamEditor
Gets the current parameter values.
getVariable(String) - Method in class org.opensourcephysics.ejs.Simulation
This method returns a String with the value of a public variable of the model.
getVariable(String, String) - Method in class org.opensourcephysics.ejs.Simulation
This method returns a String with the value of a public variable of the model.
getVariableList(String) - Static method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Gets an expression and returns a String[] of the variables the expression will need.
getVariableList(String, Vector<String>) - Static method in class org.opensourcephysics.ejs.control.value.ParserSuryono
Gets an expression and a Vector of declared variables and updates the Vector with extra variables the expression will need.
getVariableNames() - Method in class org.opensourcephysics.numerics.SuryonoParser
 
getVariablesString(String) - Method in class org.opensourcephysics.tools.DataFunctionEditor
Returns a String with the names of variables available for expressions.
getVariablesString(String) - Method in class org.opensourcephysics.tools.FunctionEditor
Returns a String with the names of variables available for expressions.
getVariablesString(String) - Method in class org.opensourcephysics.tools.InitialValueEditor
Returns a String with the names of variables available for expressions.
getVariablesString(String) - Method in class org.opensourcephysics.tools.UserFunctionEditor
Returns a String with the names of variables available for expressions.
getVArray(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the velocity StepArray for the specified panel.
getVectors() - Method in class org.opensourcephysics.cabrillo.tracker.VectorSum
Gets the array of vectors in this sum.
getVelocities(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the velocity step array for the specified panel.
getVelocity(int, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the velocity for the specified frame number and panel.
getVelocityFootprint() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the current velocity footprint.
getVelocityFootprints() - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the velocity footprint choices.
getVersion() - Method in class org.opensourcephysics.controls.XMLControlElement
Gets the version.
getVertex(double, double) - Method in class org.opensourcephysics.display2d.GridPointData
Gets the vertex closest to the specified location
getVertVariablesPopup() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Gets a popup menu with vertical axis variables.
getVideo(String, VideoType) - Static method in class org.opensourcephysics.cabrillo.tracker.TrackerIO
Returns a video from a specified path.
getVideo() - Method in class org.opensourcephysics.media.core.ImageVideoRecorder
Gets the video.
getVideo(File) - Method in class org.opensourcephysics.media.core.ImageVideoType
Opens a video file as an ImageVideo.
getVideo(String) - Method in class org.opensourcephysics.media.core.ImageVideoType
Opens a named image as an ImageVideo.
getVideo() - Method in class org.opensourcephysics.media.core.ScratchVideoRecorder
Gets the current scratch video.
getVideo() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the video.
getVideo(String, VideoType) - Static method in class org.opensourcephysics.media.core.VideoIO
Returns a video from a specified path.
getVideo() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the video.
getVideo() - Method in interface org.opensourcephysics.media.core.VideoRecorder
Gets the current video.
getVideo(String) - Method in interface org.opensourcephysics.media.core.VideoType
Opens a new video with the specified name.
getVideo(String) - Method in class org.opensourcephysics.media.gif.GifVideoType
Opens a named gif image as a GifVideo.
getVideo(String) - Method in class org.opensourcephysics.media.quicktime.QTVideoType
Opens a video as a new QTVideo.
getVideo(String) - Method in class org.opensourcephysics.media.xuggle.XuggleVideoType
Opens a named video as a XuggleVideo.
getVideoClip() - Method in class org.opensourcephysics.media.core.ClipControl
Gets the clip that is controlled by this clip control.
getVideoClip() - Method in class org.opensourcephysics.media.core.VideoPlayer
Gets the video clip.
getVideoExtensions() - Static method in class org.opensourcephysics.media.core.VideoIO
Returns the currently supported video file extensions
getVideoPath() - Method in class org.opensourcephysics.media.core.VideoClip
Gets the video path.
getVideoTool() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the video capture tool.
getVideoTool() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Gets the video capture tool.
getVideoTool() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
Gets the video capture tool.
getVideoType(String, String) - Static method in class org.opensourcephysics.media.core.VideoIO
Returns the first registered video type corresponding to a class name and/or extension.
getVideoTypes(String) - Static method in class org.opensourcephysics.media.core.VideoIO
Gets an array of video types that can open files with a given extension
getVideoTypes() - Static method in class org.opensourcephysics.media.core.VideoIO
Gets an array of available video types
getView(String) - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Gets the view with the specified name.
getView(Class<?>) - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Gets the view of the specified class.
getView() - Method in interface org.opensourcephysics.ejs.Model
Gets the view for this model (if any)
getView() - Method in class org.opensourcephysics.ejs.Simulation
 
getViewButton() - Method in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
Gets the view button
getViewButton() - Method in class org.opensourcephysics.cabrillo.tracker.TableTrackView
Gets the view button
getViewIcon() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Gets the icon for this view
getViewIcon() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the icon for this view
getViewIcon() - Method in class org.opensourcephysics.cabrillo.tracker.PlotTView
Gets the icon for this view
getViewIcon() - Method in class org.opensourcephysics.cabrillo.tracker.TableTView
Gets the icon for this view
getViewIcon() - Method in interface org.opensourcephysics.cabrillo.tracker.TView
Gets the icon for this view
getViewIcon() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Gets the icon for this view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.MainTView
Gets the name of the view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.PageTView
Gets the name of the view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.PlotTView
Gets the name of the view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.TableTView
Gets the name of the view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.TrackChooserTView
Gets the name of the view
getViewName() - Method in interface org.opensourcephysics.cabrillo.tracker.TView
Gets the name of the view
getViewName() - Method in class org.opensourcephysics.cabrillo.tracker.WorldTView
Gets the name of the view
getViewRect() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the clipping rectangle within a scroll pane viewport.
getViewRow(int) - Method in class org.opensourcephysics.tools.DataToolTable
Converts a model row index (i.e., displayed in the "row" column) to the corresponding table row number.
getViews(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TFrame
Gets the views for the specified tracker panel.
getViews() - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Gets a list of the available views.
getViews(Class<? extends TView>) - Method in class org.opensourcephysics.cabrillo.tracker.TViewChooser
Gets a collection of views castable to the specified class or interface.
getVisible() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the visibility of this dataset in the DrawingPanel.
getVisible() - Method in class org.opensourcephysics.display.Dataset
Gets the visibility of this dataset in the DrawingPanel.
getVisual() - Method in class org.opensourcephysics.display.DataPanel
Gets the Table.
getVisual() - Method in class org.opensourcephysics.ejs.control.ControlElement
Provided for backwards compatibiliy only
getVisual(String) - Method in class org.opensourcephysics.ejs.control.GroupControl
Returns the visual of a control element by name
getVisual() - Method in class org.opensourcephysics.ejs.control.swing.ControlSwingElement
Returns the visual component of this ControlElement, the one you can configure graphically.
getVisualizationHints() - Method in interface org.opensourcephysics.display3d.core.DrawingPanel3D
Provides the list of visualization hints that the panel uses to display the 3D scene
getVisualizationHints() - Method in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
getWidth() - Method in class org.opensourcephysics.display.DrawingPanel
 
getWidth() - Method in class org.opensourcephysics.display.InteractiveShape
Gets the width of this shape.
getWidth(Graphics) - Method in class org.opensourcephysics.display.TextLine
 
getWidth() - Method in class org.opensourcephysics.display2d.DataRaster
 
getWidth() - Method in interface org.opensourcephysics.media.core.InteractiveImage
Gets the width of the image in world units.
getWidth() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the current width of the video frame.
getWidth() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the current width of the video frame.
getWidthFactor() - Method in class org.opensourcephysics.media.core.ResizeFilter
Gets the width factor.
getWizard() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
Gets the wizard.
getWorkingData() - Method in class org.opensourcephysics.tools.DataToolTab
Gets the working dataset.
getWorkingData(String) - Method in class org.opensourcephysics.tools.DataToolTable
Gets the working data for a specified column name.
getWorkingData() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the working data: first two data columns in x-y order
getWorkingPixels(int[]) - Method in class org.opensourcephysics.media.core.TemplateMatcher
Gets the working image pixels used to generate the template.
getWorldAcceleration(int, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the world acceleration for the specified frame number and panel.
getWorldBounds(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the world bounds of this track on the specified TrackerPanel.
getWorldMousePoint() - Method in class org.opensourcephysics.media.core.VideoPanel
Gets the world coordinates of the last mouse event
getWorldPosition(int, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the world position for the specified frame number and panel.
getWorldPosition(VideoPanel) - Method in class org.opensourcephysics.media.core.TPoint
Gets the world position of this TPoint on the specified VideoPanel.
getWorldVelocity(int, TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.PointMass
Gets the world velocity for the specified frame number and panel.
getWrappedFreq(double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in wrap-around order.
getWrappedFreq(double, double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the frequencies in wrap-around order.
getWrappedFreq(double, int) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the frequencies in wrap-around order.
getWrappedModes() - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the mode numbers in wrap-around order.
getWrappedModes(int) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the mode numbers in wrap-around order.
getWrappedOmega(double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the angular frequencies (wavenumber) in wrap-around order.
getWrappedOmega(double, double) - Method in class org.opensourcephysics.numerics.FFT
Gets an array containing the angular frequencies (wavenumber) in wrap-around order.
getWrappedOmegaX(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the angular frequencies (wavenumbers) in natural order.
getWrappedOmegaY(double, double) - Method in class org.opensourcephysics.numerics.FFT2D
Gets an array containing the angular frequencies (wavenumbers) in natural order.
getX() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getX() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets x.
getX() - Method in class org.opensourcephysics.display.AbstractInteractive
Gets the x coordinate.
getX() - Method in class org.opensourcephysics.display.Arrow
Gets the x coordinate.
getX() - Method in interface org.opensourcephysics.display.axes.CartesianAxes
Gets the drawing location.
getX() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getX() - Method in class org.opensourcephysics.display.axes.CartesianType1
 
getX() - Method in class org.opensourcephysics.display.axes.CartesianType2
 
getX() - Method in class org.opensourcephysics.display.axes.CartesianType3
 
getX() - Method in class org.opensourcephysics.display.axes.XYAxis
 
getX() - Method in class org.opensourcephysics.display.Circle
Gets the x coordinate.
getX() - Method in class org.opensourcephysics.display.DrawableGroup
Gets the x location.
getX() - Method in class org.opensourcephysics.display.DrawableShape
Gets the value of x.
getX() - Method in class org.opensourcephysics.display.DrawableTextLine
Gets the x coordinate.
getX() - Method in class org.opensourcephysics.display.HighlightableDataset
Implements Interactive.
getX() - Method in interface org.opensourcephysics.display.Interactive
 
getX() - Method in class org.opensourcephysics.display.Spring
Gets the X position of the origin of the spring
getX() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the camera X coordinate
getX() - Method in interface org.opensourcephysics.display3d.core.Element
Get the X coordinate of the element
getX() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getX() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getX() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets x position of upper left corner of the current video frame in world units.
getX() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets x position of upper left corner of the current video frame in world units.
getXColumn() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the x-axis view column.
getXColumnName() - Method in class org.opensourcephysics.display.Dataset
Gets the x column name.
getXComponent() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the x component.
getXComponent() - Method in class org.opensourcephysics.media.core.TVector
Gets the x component.
getXFormat() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getXFormat() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getXLabel() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the label for the X (horizontal) axis.
getXLabel() - Method in class org.opensourcephysics.display.axes.CartesianType1
Get the label for the X (horizontal) axis, or null if none has been set.
getXLabel() - Method in class org.opensourcephysics.display.axes.CartesianType2
Gets the x axis label.
getXLabel() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the x axis label.
getXLabel() - Method in class org.opensourcephysics.display.axes.CustomAxes
Gets the x axis label.
getXLabel() - Method in interface org.opensourcephysics.display.axes.DrawableAxes
Gets the x axis label.
getXLabel() - Method in class org.opensourcephysics.display.axes.PolarType1
Gets the x axis label.
getXLabel() - Method in class org.opensourcephysics.display.axes.PolarType2
Gets the x axis label.
getXlength() - Method in class org.opensourcephysics.display.Arrow
Gets the horizontal component.
getXMax() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getXMax() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the maximum x needed to draw this object.
getXMax(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the maximum world x needed to draw this object on the specified TrackerPanel.
getXMax() - Method in class org.opensourcephysics.display.AbstractInteractive
 
getXMax() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the maximum x value in the trail.
getXMax() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getXMax() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.display.axes.XYAxis
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the x world coordinate for the right hand side of the panel.
getXMax() - Method in class org.opensourcephysics.display.Dataset
Gets the x world coordinate for the right hand side of the panel.
getXMax() - Method in class org.opensourcephysics.display.DatasetManager
Gets the x world coordinate for the right hand side of the panel.
getXMax() - Method in class org.opensourcephysics.display.DrawableBuffer
Method getXMax
getXMax() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the x world coordinate for the right-hand side of the drawing area.
getXMax() - Method in class org.opensourcephysics.display.FunctionDrawer
 
getXMax() - Method in class org.opensourcephysics.display.Grid
Gets the maximum value of x.
getXMax() - Method in class org.opensourcephysics.display.Histogram
Gets the x world coordinate for the right hand side of this histogram.
getXMax() - Method in class org.opensourcephysics.display.HistogramDataset
Gets the x world coordinate for the right hand side of the panel.
getXMax() - Method in class org.opensourcephysics.display.InteractiveShape
Implements measurable by getting the x center of the circle.
getXMax() - Method in interface org.opensourcephysics.display.Measurable
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.display.MeasuredCircle
Implements measurable by getting the x center of the circle.
getXMax() - Method in class org.opensourcephysics.display.MeasuredImage
 
getXMax() - Method in class org.opensourcephysics.display.Spring
 
getXMax() - Method in class org.opensourcephysics.display.TrailBezier
Gets the maximum x value in the trail.
getXMax() - Method in class org.opensourcephysics.display.TrailSmart
Gets the maximum x value in the trail.
getXMax() - Method in class org.opensourcephysics.display2d.CellLattice
 
getXMax() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.display2d.ContourPlot
 
getXMax() - Method in class org.opensourcephysics.display2d.DataRaster
 
getXMax() - Method in class org.opensourcephysics.display2d.SiteLattice
Method getXMax
getXMax() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
 
getXMax() - Method in class org.opensourcephysics.display2d.TriangularByteLattice
 
getXMax() - Method in class org.opensourcephysics.display2d.VectorPlot
 
getXMax() - Method in class org.opensourcephysics.media.core.TPoint
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the maximum x needed to draw this object.
getXMax() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the maximum x needed to draw this object.
getXMaxLogscale() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the maximum x needed to draw this object on a log scale.
getXMaxLogscale() - Method in class org.opensourcephysics.display.Dataset
Gets the maximum x needed to draw this object on a log scale.
getXMaxLogscale() - Method in class org.opensourcephysics.display.DatasetManager
 
getXMaxLogscale() - Method in class org.opensourcephysics.display.Histogram
Gets the maximum x needed to draw this object on a log scale.
getXMaxLogscale() - Method in interface org.opensourcephysics.display.LogMeasurable
Gets the maximum x needed to draw this object on a log scale.
getXMin() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getXMin() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the minimum x needed to draw this object.
getXMin(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the minimum world x needed to draw this object on the specified TrackerPanel.
getXMin() - Method in class org.opensourcephysics.display.AbstractInteractive
 
getXMin() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the minimum x value in the trail.
getXMin() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getXMin() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.display.axes.XYAxis
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.display.ComplexDataset
Gets the x world coordinate for the left hand side of the panel.
getXMin() - Method in class org.opensourcephysics.display.Dataset
Gets the x world coordinate for the left hand side of the panel.
getXMin() - Method in class org.opensourcephysics.display.DatasetManager
Gets the x world coordinate for the left hand side of the panel.
getXMin() - Method in class org.opensourcephysics.display.DrawableBuffer
Method getXMin
getXMin() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the x world coordinate for the left-hand side of the drawing area.
getXMin() - Method in class org.opensourcephysics.display.FunctionDrawer
 
getXMin() - Method in class org.opensourcephysics.display.Grid
Gets the minimum value of x.
getXMin() - Method in class org.opensourcephysics.display.Histogram
Gets the x world coordinate for the left hand side of this histogram.
getXMin() - Method in class org.opensourcephysics.display.HistogramDataset
Gets the x world coordinate for the left hand side of the panel.
getXMin() - Method in class org.opensourcephysics.display.InteractiveShape
Implements measurable by getting the x center of the circle.
getXMin() - Method in interface org.opensourcephysics.display.Measurable
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.display.MeasuredCircle
Implements measurable by getting the x center of the circle.
getXMin() - Method in class org.opensourcephysics.display.MeasuredImage
 
getXMin() - Method in class org.opensourcephysics.display.Spring
 
getXMin() - Method in class org.opensourcephysics.display.TrailBezier
Gets the minimum x value in the trail.
getXMin() - Method in class org.opensourcephysics.display.TrailSmart
Gets the minimum x value in the trail.
getXMin() - Method in class org.opensourcephysics.display2d.CellLattice
 
getXMin() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.display2d.ContourPlot
 
getXMin() - Method in class org.opensourcephysics.display2d.DataRaster
 
getXMin() - Method in class org.opensourcephysics.display2d.SiteLattice
Method getXMin
getXMin() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
 
getXMin() - Method in class org.opensourcephysics.display2d.TriangularByteLattice
 
getXMin() - Method in class org.opensourcephysics.display2d.VectorPlot
 
getXMin() - Method in class org.opensourcephysics.media.core.TPoint
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the minimum x needed to draw this object.
getXMin() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the minimum x needed to draw this object.
getXMinLogscale() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the minimum x needed to draw this object on a log scale.
getXMinLogscale() - Method in class org.opensourcephysics.display.Dataset
Gets the minimum x needed to draw this object on a log scale.
getXMinLogscale() - Method in class org.opensourcephysics.display.DatasetManager
 
getXMinLogscale() - Method in class org.opensourcephysics.display.Histogram
Gets the minimum x needed to draw this object on a log scale.
getXMinLogscale() - Method in interface org.opensourcephysics.display.LogMeasurable
Gets the minimum x needed to draw this object on a log scale.
getXML() - Method in class org.opensourcephysics.tools.ClipboardJob
Gets the xml string.
getXML() - Method in interface org.opensourcephysics.tools.Job
Gets the xml string.
getXML() - Method in class org.opensourcephysics.tools.LocalJob
Gets the xml string.
getXML() - Method in class org.opensourcephysics.tools.RemoteJob
Gets the xml string.
getXMLChooser() - Static method in class org.opensourcephysics.tools.Launcher
Gets a file chooser for selecting xml files.
getXMLControl() - Method in class org.opensourcephysics.controls.XMLTableInspector
Gets the XMLControl associated with this table.
getXMLFileChooser() - Static method in class org.opensourcephysics.controls.ControlUtils
Gets a file chooser.
getXOffset() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the x offset of this mat relative to the image origin
getXPixPerUnit() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the number of pixels per world unit in the x direction.
getXPoints() - Method in class org.opensourcephysics.display.ComplexDataset
Gets a copy of the xpoints array.
getXPoints() - Method in class org.opensourcephysics.display.Dataset
Gets a copy of the xpoints array.
getXPoints(int) - Method in class org.opensourcephysics.display.DatasetManager
Gets a copy of the xpoints array.
getXPoints() - Method in class org.opensourcephysics.display.Histogram
Gets an array containing the bin centers.
getXPoints() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets an array containing the bin centers.
getXRange() - Method in class org.opensourcephysics.display.FunctionDrawer
Get the range of x values over which the function has been evaluated.
getXScaling() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the scaling factor in x direction.
getXVariable() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the x variable name.
getXYForces(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticle
Gets the x- and y-forces based on a specified cartesian state {x, vx, y, vy, t}.
getXYForces(double[]) - Method in class org.opensourcephysics.cabrillo.tracker.DynamicParticlePolar
Gets the x- and y-forces based on a specified cartesian state {x, vx, y, vy, t}.
getY() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getY() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets y.
getY() - Method in class org.opensourcephysics.display.AbstractInteractive
Gets the y coordinate.
getY() - Method in class org.opensourcephysics.display.Arrow
Gets the y coordinate.
getY() - Method in interface org.opensourcephysics.display.axes.CartesianAxes
Gets the drawing location.
getY() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getY() - Method in class org.opensourcephysics.display.axes.CartesianType1
 
getY() - Method in class org.opensourcephysics.display.axes.CartesianType2
 
getY() - Method in class org.opensourcephysics.display.axes.CartesianType3
 
getY() - Method in class org.opensourcephysics.display.axes.XYAxis
 
getY() - Method in class org.opensourcephysics.display.Circle
Gets the y coordinate.
getY() - Method in class org.opensourcephysics.display.DrawableGroup
Gets the y location.
getY() - Method in class org.opensourcephysics.display.DrawableShape
Gets the value of y.
getY() - Method in class org.opensourcephysics.display.DrawableTextLine
Gets the y coordinate.
getY() - Method in class org.opensourcephysics.display.HighlightableDataset
Implements Interactive.
getY() - Method in interface org.opensourcephysics.display.Interactive
 
getY() - Method in class org.opensourcephysics.display.Spring
Gets the Y position of the origin of the spring
getY() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the camera Y coordinate
getY() - Method in interface org.opensourcephysics.display3d.core.Element
Get the Y coordinate of the element
getY() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getY() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getY() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets y position of upper left corner of the current video frame in world units.
getY() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets y position of upper left corner of the current video frame in world units.
getYColumn() - Method in class org.opensourcephysics.tools.DataToolTable
Gets the y-axis view column.
getYColumnName() - Method in class org.opensourcephysics.display.Dataset
Gets the y column name.
getYComponent() - Method in class org.opensourcephysics.cabrillo.tracker.VectorStep
Gets the y component.
getYComponent() - Method in class org.opensourcephysics.media.core.TVector
Gets the y component.
getYFormat() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getYFormat() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getYLabel() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the label for the Y (vertical) axis.
getYLabel() - Method in class org.opensourcephysics.display.axes.CartesianType1
Get the label for the Y (vertical) axis, or null if none has been set.
getYLabel() - Method in class org.opensourcephysics.display.axes.CartesianType2
Gets the y axis label.
getYLabel() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the y axis label.
getYLabel() - Method in class org.opensourcephysics.display.axes.CustomAxes
Gets the y axis label.
getYLabel() - Method in interface org.opensourcephysics.display.axes.DrawableAxes
Gets the y axis label.
getYLabel() - Method in class org.opensourcephysics.display.axes.PolarType1
Gets the y axis label.
getYLabel() - Method in class org.opensourcephysics.display.axes.PolarType2
Gets the y axis label.
getYlength() - Method in class org.opensourcephysics.display.Arrow
Gets the vertical component.
getYMax() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getYMax() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the maximum y needed to draw this object.
getYMax(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the maximum world y needed to draw this object on the specified TrackerPanel.
getYMax() - Method in class org.opensourcephysics.display.AbstractInteractive
 
getYMax() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the maximum y value in the trail.
getYMax() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getYMax() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.display.axes.XYAxis
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.display.ComplexDataset
Gets y world coordinate for the top of the panel.
getYMax() - Method in class org.opensourcephysics.display.Dataset
Gets y world coordinate for the top of the panel.
getYMax() - Method in class org.opensourcephysics.display.DatasetManager
Gets y world coordinate for the top of the panel.
getYMax() - Method in class org.opensourcephysics.display.DrawableBuffer
Method getYMax
getYMax() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the y world coordinate for the top of the drawing area.
getYMax() - Method in class org.opensourcephysics.display.FunctionDrawer
 
getYMax() - Method in class org.opensourcephysics.display.Grid
Gets the maximum value of y.
getYMax() - Method in class org.opensourcephysics.display.Histogram
Gets the y world coordinate for the top of this histogram.
getYMax() - Method in class org.opensourcephysics.display.InteractiveShape
Implements measurable by getting the y center of the circle.
getYMax() - Method in interface org.opensourcephysics.display.Measurable
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.display.MeasuredCircle
Implements measurable by getting the y center of the circle.
getYMax() - Method in class org.opensourcephysics.display.MeasuredImage
 
getYMax() - Method in class org.opensourcephysics.display.Spring
 
getYMax() - Method in class org.opensourcephysics.display.TrailBezier
Gets the maximum y value in the trail.
getYMax() - Method in class org.opensourcephysics.display.TrailSmart
Gets the maximum y value in the trail.
getYMax() - Method in class org.opensourcephysics.display2d.CellLattice
 
getYMax() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.display2d.ContourPlot
 
getYMax() - Method in class org.opensourcephysics.display2d.DataRaster
 
getYMax() - Method in class org.opensourcephysics.display2d.SiteLattice
Method getYMax
getYMax() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
 
getYMax() - Method in class org.opensourcephysics.display2d.TriangularByteLattice
 
getYMax() - Method in class org.opensourcephysics.display2d.VectorPlot
 
getYMax() - Method in class org.opensourcephysics.media.core.TPoint
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the maximum y needed to draw this object.
getYMax() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the maximum y needed to draw this object.
getYMaxLogscale() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the maximum y needed to draw this object on a log scale on a log scale.
getYMaxLogscale() - Method in class org.opensourcephysics.display.Dataset
Gets the maximum y needed to draw this object on a log scale on a log scale.
getYMaxLogscale() - Method in class org.opensourcephysics.display.DatasetManager
 
getYMaxLogscale() - Method in class org.opensourcephysics.display.Histogram
Gets the maximum y needed to draw this object on a log scale on a log scale.
getYMaxLogscale() - Method in interface org.opensourcephysics.display.LogMeasurable
Gets the maximum y needed to draw this object on a log scale on a log scale.
getYMin() - Method in class org.opensourcephysics.cabrillo.tracker.AutoTracker
 
getYMin() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the minimum y needed to draw this object.
getYMin(TrackerPanel) - Method in class org.opensourcephysics.cabrillo.tracker.TTrack
Gets the minimum world y needed to draw this object on the specified TrackerPanel.
getYMin() - Method in class org.opensourcephysics.display.AbstractInteractive
 
getYMin() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the minimum y value in the trail.
getYMin() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
 
getYMin() - Method in class org.opensourcephysics.display.axes.CartesianType3
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.display.axes.XYAxis
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.display.ComplexDataset
Gets y world coordinate for the bottom of the panel.
getYMin() - Method in class org.opensourcephysics.display.Dataset
Gets y world coordinate for the bottom of the panel.
getYMin() - Method in class org.opensourcephysics.display.DatasetManager
Gets y world coordinate for the bottom of the panel.
getYMin() - Method in class org.opensourcephysics.display.DrawableBuffer
Method getYMin
getYMin() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the y world coordinate for the bottom of the drawing area.
getYMin() - Method in class org.opensourcephysics.display.FunctionDrawer
 
getYMin() - Method in class org.opensourcephysics.display.Grid
Gets the minimum value of y.
getYMin() - Method in class org.opensourcephysics.display.Histogram
Gets the y world coordinate for the bottom of this histogram.
getYMin() - Method in class org.opensourcephysics.display.InteractiveShape
Implements measurable by getting the y center of the circle.
getYMin() - Method in interface org.opensourcephysics.display.Measurable
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.display.MeasuredCircle
Implements measurable by getting the y center of the circle.
getYMin() - Method in class org.opensourcephysics.display.MeasuredImage
 
getYMin() - Method in class org.opensourcephysics.display.Spring
 
getYMin() - Method in class org.opensourcephysics.display.TrailBezier
Gets the minimum y value in the trail.
getYMin() - Method in class org.opensourcephysics.display.TrailSmart
Gets the minimum y value in the trail.
getYMin() - Method in class org.opensourcephysics.display2d.CellLattice
 
getYMin() - Method in class org.opensourcephysics.display2d.ComplexSurfacePlot
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.display2d.ContourPlot
 
getYMin() - Method in class org.opensourcephysics.display2d.DataRaster
 
getYMin() - Method in class org.opensourcephysics.display2d.SiteLattice
Method getYMin
getYMin() - Method in class org.opensourcephysics.display2d.SurfacePlot
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.display2d.TriangularBinaryLattice
 
getYMin() - Method in class org.opensourcephysics.display2d.TriangularByteLattice
 
getYMin() - Method in class org.opensourcephysics.display2d.VectorPlot
 
getYMin() - Method in class org.opensourcephysics.media.core.TPoint
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.media.core.VideoAdapter
Gets the minimum y needed to draw this object.
getYMin() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Gets the minimum y needed to draw this object.
getYMinLogscale() - Method in class org.opensourcephysics.display.AbstractTrail
Gets the minimum y needed to draw this object on a log scale.
getYMinLogscale() - Method in class org.opensourcephysics.display.Dataset
Gets the minimum y needed to draw this object on a log scale.
getYMinLogscale() - Method in class org.opensourcephysics.display.DatasetManager
 
getYMinLogscale() - Method in class org.opensourcephysics.display.Histogram
Gets the minimum y needed to draw this object on a log scale.
getYMinLogscale() - Method in interface org.opensourcephysics.display.LogMeasurable
Gets the minimum y needed to draw this object on a log scale.
getYOffset() - Method in class org.opensourcephysics.cabrillo.tracker.TMat
Gets the y offset of this mat relative to the image origin
getYPixPerUnit() - Method in class org.opensourcephysics.display.DrawingPanel
Gets the number of pixels per world unit in the y direction.
getYPoints() - Method in class org.opensourcephysics.display.ComplexDataset
Gets a copy of the ypoints array.
getYPoints() - Method in class org.opensourcephysics.display.Dataset
Gets a copy of the ypoints array.
getYPoints(int) - Method in class org.opensourcephysics.display.DatasetManager
Gets a copy of the ypoints array.
getYPoints() - Method in class org.opensourcephysics.display.Histogram
Gets an array containing the values within the bins.
getYPoints() - Method in class org.opensourcephysics.frames.HistogramFrame
Gets an array containing the values stored in the bins.
getYRange() - Method in class org.opensourcephysics.display.FunctionDrawer
Get the minimum and maximum y values for the function.
getYScaling() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the scaling factor in y direction.
getYVariable() - Method in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
Gets the y variable name.
getZ() - Method in interface org.opensourcephysics.display3d.core.Camera
Returns the camera Z coordinate
getZ() - Method in interface org.opensourcephysics.display3d.core.Element
Get the Z coordinate of the element
getZ() - Method in class org.opensourcephysics.display3d.simple3d.Camera
 
getZ() - Method in class org.opensourcephysics.display3d.simple3d.Element
 
getZFormat() - Method in interface org.opensourcephysics.display3d.core.VisualizationHints
 
getZFormat() - Method in class org.opensourcephysics.display3d.simple3d.VisualizationHints
 
getZipContents(String) - Static method in class org.opensourcephysics.tools.ResourceLoader
 
getZoomBox() - Method in class org.opensourcephysics.display.DrawingPanel
Returns the internal ZoomBox object
getZoomInCursor() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the zoomInCursor.
getZoomOutCursor() - Static method in class org.opensourcephysics.cabrillo.tracker.Tracker
Gets the zoomOutCursor.
getZRange(int) - Method in class org.opensourcephysics.display2d.ArrayData
Gets the minimum and maximum values of the n-th component.
getZRange(int) - Method in class org.opensourcephysics.display2d.FlatData
Gets the minimum and maximum values of the n-th component.
getZRange(int) - Method in interface org.opensourcephysics.display2d.GridData
Gets the minimum and maximum values of the n-th component.
getZRange(int) - Method in class org.opensourcephysics.display2d.GridPointData
Gets the minimum and maximum values of the n-th component.
getZScaling() - Method in class org.opensourcephysics.display2d.SurfacePlotProjector
Gets the scaling factor in z direction.
ghostFileIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
GhostFilter - Class in org.opensourcephysics.media.core
This is a Filter that produces fading ghost images of bright objects on a dark background.
GhostFilter() - Constructor for class org.opensourcephysics.media.core.GhostFilter
Constructs a GhostFilter object with default fade.
GifDecoder - Class in org.opensourcephysics.media.gif
Class GifDecoder - Decodes a GIF file into one or more frames.
GifDecoder() - Constructor for class org.opensourcephysics.media.gif.GifDecoder
 
GIFEncoder - Class in org.opensourcephysics.media.gif
GIFEncoder is a class which takes an image and saves it to a stream using the GIF file format (Graphics Interchange Format).
GIFEncoder(Image) - Constructor for class org.opensourcephysics.media.gif.GIFEncoder
Construct a GIFEncoder.
GIFEncoder(byte[][], byte[][], byte[][]) - Constructor for class org.opensourcephysics.media.gif.GIFEncoder
Construct a GIFEncoder.
gifFilter - Static variable in class org.opensourcephysics.media.gif.GifVideoType
 
gifItem - Variable in class org.opensourcephysics.frames.ImageFrame
 
GifPlayerApp - Class in org.opensourcephysics.manual.ch13
 
GifPlayerApp() - Constructor for class org.opensourcephysics.manual.ch13.GifPlayerApp
 
GifRecorderApp - Class in org.opensourcephysics.manual.ch13
GifRecorderApp creates an animated gif from a simple animation.
GifRecorderApp() - Constructor for class org.opensourcephysics.manual.ch13.GifRecorderApp
 
GifRecorderApp - Class in org.opensourcephysics.mediaapps
 
GifRecorderApp() - Constructor for class org.opensourcephysics.mediaapps.GifRecorderApp
 
GifVideo - Class in org.opensourcephysics.media.gif
This is a video that wraps an animated gif image.
GifVideo(String) - Constructor for class org.opensourcephysics.media.gif.GifVideo
Creates a GifVideo and loads a gif image specified by name
GifVideoRecorder - Class in org.opensourcephysics.media.gif
This is a gif video recorder that uses scratch files.
GifVideoRecorder() - Constructor for class org.opensourcephysics.media.gif.GifVideoRecorder
Constructs a GifVideoRecorder object.
GifVideoType - Class in org.opensourcephysics.media.gif
This implements the VideoType interface with a buffered image type.
GifVideoType() - Constructor for class org.opensourcephysics.media.gif.GifVideoType
 
glassPanel - Variable in class org.opensourcephysics.cabrillo.tracker.Protractor
 
glassPanel - Variable in class org.opensourcephysics.cabrillo.tracker.TapeMeasure
 
glassPanel - Variable in class org.opensourcephysics.display.DrawingPanel
 
glassPanel - Variable in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
glassPanelLayout - Variable in class org.opensourcephysics.display.DrawingPanel
 
glassPanelLayout - Variable in class org.opensourcephysics.display3d.simple3d.DrawingPanel3D
 
goToEnd() - Method in interface org.opensourcephysics.media.core.Playable
Sets the time to the end time.
goToEnd() - Method in class org.opensourcephysics.media.core.VideoAdapter
Sets the frame number to the end frame.
goToEnd() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Sets the frame number to the end frame.
goToStart() - Method in interface org.opensourcephysics.media.core.Playable
Sets the time to the start time.
goToStart() - Method in class org.opensourcephysics.media.core.VideoAdapter
Sets the frame number to the start frame.
goToStart() - Method in class org.opensourcephysics.media.quicktime.QTVideo
Sets the frame number to the start frame.
gradient(GridPointData, double) - Static method in class org.opensourcephysics.display2d.Util2D
Calculates the gradient of a 2d scalar field and multiplies the gradient by a constant.
GraphicsLib - Class in org.opensourcephysics.display
Library of useful computer graphics routines such as geometry routines for computing the intersection of different shapes and rendering methods for computing bounds and performing optimized drawing.
GraphicsLib() - Constructor for class org.opensourcephysics.display.GraphicsLib
 
gray - Static variable in class org.opensourcephysics.controls.OSPLog
 
GRAY - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
grayBackIcon - Static variable in class org.opensourcephysics.media.core.VideoPlayer
 
grayPlayIcon - Static variable in class org.opensourcephysics.media.core.VideoPlayer
 
GRAYSCALE - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
GrayScaleFilter - Class in org.opensourcephysics.media.core
This is a Filter that produces a grayscale version of the source.
GrayScaleFilter() - Constructor for class org.opensourcephysics.media.core.GrayScaleFilter
Constructs a GrayScaleFilter object.
GrayscalePlot - Class in org.opensourcephysics.display2d
GrayscalePlot renders 2d data as a grayscale image.
GrayscalePlot(GridData) - Constructor for class org.opensourcephysics.display2d.GrayscalePlot
Constructs a checker field with the given width and height.
grayStepIcon - Static variable in class org.opensourcephysics.media.core.VideoPlayer
 
green - Static variable in class org.opensourcephysics.controls.OSPLog
 
GREEN - Static variable in class org.opensourcephysics.display2d.ColorMapper
 
GREEN - Static variable in class org.opensourcephysics.display2d.VectorColorMapper
 
greenFileIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
greenFolderIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
Grid - Class in org.opensourcephysics.display
Grid draws a rectangular grid on a data panel.
Grid(int) - Constructor for class org.opensourcephysics.display.Grid
Constructs a square grid of the given size with a spacing of 1.
Grid(int, int) - Constructor for class org.opensourcephysics.display.Grid
Constructs an (nx,ny) grid an x spacing of 1 and a y spacing of 1.
Grid(int, int, double, double, double, double) - Constructor for class org.opensourcephysics.display.Grid
Constructs a grid with the given number of x and y points and the given range.
GRID_PLOT - Static variable in interface org.opensourcephysics.display2d.Plot2D
 
gridcolor - Variable in class org.opensourcephysics.display.axes.AbstractAxes
 
GridData - Interface in org.opensourcephysics.display2d
The GridData interface defines methods for objects that store data on a grid.
griddata - Variable in class org.opensourcephysics.display2d.SurfacePlot
 
GridDataTable - Class in org.opensourcephysics.display2d
 
GridDataTable(GridData, int) - Constructor for class org.opensourcephysics.display2d.GridDataTable
Constructor GridDataTable
GridPlot - Class in org.opensourcephysics.display2d
GridPlot plots a scalar field by coloring pixels using a buffered image.
GridPlot(GridData) - Constructor for class org.opensourcephysics.display2d.GridPlot
Constructs the GridPlot using the given griddata.
GridPlot() - Constructor for class org.opensourcephysics.display2d.GridPlot
Constructs a GridPlot without any data.
GridPointData - Class in org.opensourcephysics.display2d
GridPointData stores numeric data on a scaled rectangular grid using an array of points.
GridPointData(int, int, int) - Constructor for class org.opensourcephysics.display2d.GridPointData
Constructor Data2D
GridTableFrame - Class in org.opensourcephysics.display2d
 
GridTableFrame(GridData) - Constructor for class org.opensourcephysics.display2d.GridTableFrame
Constructor GridTableFrame
GridTableModel - Class in org.opensourcephysics.display2d
 
GridTableModel(GridData, int) - Constructor for class org.opensourcephysics.display2d.GridTableModel
Constructor GridTableModel
Group - Interface in org.opensourcephysics.display3d.core
Title: Group
Group - Class in org.opensourcephysics.display3d.simple3d
Title: Group
Group() - Constructor for class org.opensourcephysics.display3d.simple3d.Group
 
Group.Loader - Class in org.opensourcephysics.display3d.core
 
Group.Loader() - Constructor for class org.opensourcephysics.display3d.core.Group.Loader
 
Group.Loader - Class in org.opensourcephysics.display3d.simple3d
 
Group.Loader() - Constructor for class org.opensourcephysics.display3d.simple3d.Group.Loader
 
GroupControl - Class in org.opensourcephysics.ejs.control
A base class to group several ControlElements, connect them to one or more target objects in a unified form, and build a graphic interface with all of them.
GroupControl() - Constructor for class org.opensourcephysics.ejs.control.GroupControl
The default constructor.
GroupControl(Object) - Constructor for class org.opensourcephysics.ejs.control.GroupControl
The constructor.
GroupControl(Object, String, Frame) - Constructor for class org.opensourcephysics.ejs.control.GroupControl
A specialized constructor for Ejs use.
GroupVariable - Class in org.opensourcephysics.ejs.control
A utility class that holds information about a value that can be shared by different ControlElement internal variables and that can also trigger methods of a class
GroupVariable(String, Value) - Constructor for class org.opensourcephysics.ejs.control.GroupVariable
Constructor GroupVariable
growPolygon(float[], int, float) - Static method in class org.opensourcephysics.display.GraphicsLib
Expand a polygon by adding the given distance along the line from the centroid of the polyong.
gsums - Variable in class org.opensourcephysics.media.core.SumFilter
 
GTK_LF - Static variable in class org.opensourcephysics.display.OSPRuntime
 
GUIUtils - Class in org.opensourcephysics.display
 
gutter - Variable in class org.opensourcephysics.frames.FFTRealFrame
 

H

handle - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfileStep
 
handle - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorStep
 
handle - Variable in class org.opensourcephysics.cabrillo.tracker.TapeStep
 
handle - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
handleKeyPress(KeyEvent) - Method in class org.opensourcephysics.cabrillo.tracker.TrackerPanel
Handles keypress events for selected points.
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.cabrillo.tracker.TMouseHandler
Handles a mouse action for a tracker panel.
handleMouseAction(InteractivePanel, MouseEvent) - Method in interface org.opensourcephysics.display.InteractiveMouseHandler
 
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.display.InteractivePanel
Handles mouse actions by dragging the current interactive drawable object.
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.manual.ch13.VideoAnalysisApp
Implements InteractiveMouseHandler
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.media.core.VideoMouseHandler
Handles a mouse action for a video panel.
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.mediaapps.LineProfileApp
Implements InteractiveMouseHandler.
handleMouseAction(InteractivePanel, MouseEvent) - Method in class org.opensourcephysics.mediaapps.VideoAnalysisApp
Implements InteractiveMouseHandler
handleMousePressed(MouseEvent, LaunchPanel) - Method in class org.opensourcephysics.tools.LaunchBuilder
Handles a mouse pressed event.
handleMousePressed(MouseEvent, LaunchPanel) - Method in class org.opensourcephysics.tools.Launcher
Handles a mouse pressed event.
happened - Variable in class org.opensourcephysics.numerics.ODEBisectionEventSolver
 
hasChanged - Variable in class org.opensourcephysics.display.Spring
 
hasCircularErrors() - Method in class org.opensourcephysics.tools.FunctionPanel
 
hasContent - Variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
hasEjsModel(Class<?>) - Static method in class org.opensourcephysics.tools.EjsTool
Whether a class provides an Ejs model.
hasEJSModel(LaunchNode) - Method in class org.opensourcephysics.tools.Launcher
Determines whether the specified node has an associated EJS model (xml file).
hashCode(double) - Method in class org.opensourcephysics.display.Histogram
Computes the hash code (bin number) for the specified value
hashCode() - Method in class org.opensourcephysics.numerics.specialfunctions.QNKey
 
hasHorzVariablesPopup() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Reports whether this provides a popup menu for setting the horizontal axis variable.
hasInspector() - Method in class org.opensourcephysics.display.DrawingPanel
Determines if the user can examine and change the scale at run-time by right-clicking.
hasInspector - Variable in class org.opensourcephysics.media.core.Filter
 
hasInvalidExpressions() - Method in class org.opensourcephysics.tools.FunctionPanel
 
hasJava3D() - Static method in class org.opensourcephysics.display.OSPRuntime
Determines if Java 3D has been installed by looking for j3dcore.jar in java extensions folder.
hasNewTrackItems() - Method in class org.opensourcephysics.cabrillo.tracker.TMenuBar
 
hasPastableColumns(DataToolTab) - Method in class org.opensourcephysics.tools.DataTool
Determines if the clipboard has columns that are pastable into a specified tab.
hasPastableData() - Method in class org.opensourcephysics.tools.DataTool
Determines if the clipboard has pastable data.
hasQTJava() - Static method in class org.opensourcephysics.display.OSPRuntime
Determines if Quick Time for Java has been installed by looking for QTJava.zip in java extensions folder.
hasVertVariablesPopup() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Reports whether this provides a popup menu for setting the vertical axis variable.
hasVid - Variable in class org.opensourcephysics.cabrillo.tracker.PropertiesDialog
 
head - Variable in class org.opensourcephysics.media.core.TVector
 
headSize - Variable in class org.opensourcephysics.display.Arrow
 
headStroke - Variable in class org.opensourcephysics.cabrillo.tracker.ArrowFootprint
 
headStroke - Variable in class org.opensourcephysics.cabrillo.tracker.DoubleArrowFootprint
 
height - Variable in class org.opensourcephysics.display.DrawingPanel
 
height - Variable in class org.opensourcephysics.display.InteractiveShape
 
height - Variable in class org.opensourcephysics.display.TextLine
The height using the current font ie ascent+descent+leading
height - Variable in class org.opensourcephysics.media.core.VideoPlayer
 
height - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
height - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
helpAction - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpBase - Static variable in class org.opensourcephysics.tools.DataTool
 
helpBase - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpBase - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
helpButton - Variable in class org.opensourcephysics.cabrillo.tracker.DynamicSystemInspector
 
helpButton - Variable in class org.opensourcephysics.tools.DataToolTab
 
helpButton - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpDialog - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
helpDialog - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpFrame - Static variable in class org.opensourcephysics.tools.DataTool
 
helpFrame - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpFrame - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
helpItem - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
helpItem - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
helpItem - Variable in class org.opensourcephysics.cabrillo.tracker.WorldTView
 
helpItem - Variable in class org.opensourcephysics.tools.DataTool
 
helpItem - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
helpLauncher - Variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
helpMenu - Variable in class org.opensourcephysics.tools.DataTool
 
helpMenu - Variable in class org.opensourcephysics.tools.Launcher
 
helpMenu - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
helpName - Static variable in class org.opensourcephysics.tools.DataTool
 
helpName - Static variable in class org.opensourcephysics.tools.DataToolTab
 
helpName - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
helpPath - Static variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
helpPath - Variable in class org.opensourcephysics.tools.FunctionTool
 
helpPathWeb - Static variable in class org.opensourcephysics.cabrillo.tracker.TFrame
 
Hermite - Class in org.opensourcephysics.numerics.specialfunctions
Calculates Hermite polynomials.
HessianMinimize - Class in org.opensourcephysics.numerics
Class description
HessianMinimize() - Constructor for class org.opensourcephysics.numerics.HessianMinimize
 
Heun3 - Class in org.opensourcephysics.numerics
Heun3 implements Heun's third order algorithm for solving ODEs by evaluating the rate at the initial state, and two intermediate states.
Heun3(ODE) - Constructor for class org.opensourcephysics.numerics.Heun3
Constructor Heun3
Hidable - Interface in org.opensourcephysics.display
An interface that allows a component to be hidden at all times.
HiddenControl - Class in org.opensourcephysics.controls
A Control without a graphical user interface.
HiddenControl() - Constructor for class org.opensourcephysics.controls.HiddenControl
 
hide() - Method in class org.opensourcephysics.display.DrawingPanel.ZoomBox
Hides the zoom box.
hide() - Method in class org.opensourcephysics.ejs.control.swing.ControlWindow
 
hideClipInspector() - Method in class org.opensourcephysics.media.core.VideoClip
Hides the clip inspector.
hideData() - Method in class org.opensourcephysics.cabrillo.tracker.RGBRegion
Hides the data.
hideInspector() - Static method in class org.opensourcephysics.display.dialogs.DrawingPanelInspector
 
hideInspector() - Method in class org.opensourcephysics.display.DrawingPanel
Hides the drawing panel properties inspector.
hideItem - Variable in class org.opensourcephysics.tools.Launcher
 
hideMarkers(String[]) - Method in class org.opensourcephysics.tools.DataToolTable
Hides markers of named columns.
hideMouseBox() - Method in class org.opensourcephysics.media.core.VideoPanel
Hides the mouse box
hideScaleSetter() - Method in class org.opensourcephysics.display.axes.CartesianInteractive
Hides the scale setter.
highlight - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
highlight - Variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
 
HIGHLIGHT - Static variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
 
highlight - Variable in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
 
HighlightableDataset - Class in org.opensourcephysics.display
A Dataset that can highlight selected points.
HighlightableDataset() - Constructor for class org.opensourcephysics.display.HighlightableDataset
Default constructor.
HighlightableDataset(Color) - Constructor for class org.opensourcephysics.display.HighlightableDataset
Constructor specifying the marker color.
HighlightableDataset(Color, Color, boolean) - Constructor for class org.opensourcephysics.display.HighlightableDataset
Constructor specifying the marker color, line color, and whether points are connected.
highlightColor - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
highlightIndex - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
highlightRow - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
highlightStroke - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
highlightVisible - Variable in class org.opensourcephysics.cabrillo.tracker.PlotTrackView
 
highlightVisible - Variable in class org.opensourcephysics.cabrillo.tracker.TableTrackView
 
hilite - Variable in class org.opensourcephysics.controls.XMLTree
 
hiliteIcon - Static variable in class org.opensourcephysics.controls.XMLTree
 
hinge - Variable in class org.opensourcephysics.cabrillo.tracker.VectorStep
 
hInit - Static variable in class org.opensourcephysics.tools.Launcher
 
hint - Variable in class org.opensourcephysics.cabrillo.tracker.TTrack
 
hintsCheckbox - Variable in class org.opensourcephysics.cabrillo.tracker.PrefsDialog
 
Histogram - Class in org.opensourcephysics.display
Histogram maps bin number to occurrences.
Histogram() - Constructor for class org.opensourcephysics.display.Histogram
Histogram constructor.
histogram - Variable in class org.opensourcephysics.frames.HistogramFrame
 
Histogram.HistogramLoader - Class in org.opensourcephysics.display
A class to save and load Dataset data in an XMLControl.
Histogram.HistogramLoader() - Constructor for class org.opensourcephysics.display.Histogram.HistogramLoader
 
HistogramDataset - Class in org.opensourcephysics.display
HistogramDataset creates a histogram of appended data points.
HistogramDataset(double, double, double) - Constructor for class org.opensourcephysics.display.HistogramDataset
Constructor HistogramDataset
HistogramDataset() - Constructor for class org.opensourcephysics.display.HistogramDataset
Constructs a HistogramDataset for values from 0 through 100.
HistogramDataset.HistogramDatasetLoader - Class in org.opensourcephysics.display
 
HistogramDataset.HistogramDatasetLoader() - Constructor for class org.opensourcephysics.display.HistogramDataset.HistogramDatasetLoader
 
HistogramFrame - Class in org.opensourcephysics.frames
HistogramFrame displays a histogram using a dedicated Histogram object.
HistogramFrame(String, String, String) - Constructor for class org.opensourcephysics.frames.HistogramFrame
A DrawingFrame with a Histogram as its drawable.
HistogramFrame.HistogramFrameLoader - Class in org.opensourcephysics.frames
 
HistogramFrame.HistogramFrameLoader() - Constructor for class org.opensourcephysics.frames.HistogramFrame.HistogramFrameLoader
 
hitRect - Static variable in class org.opensourcephysics.cabrillo.tracker.Step
 
hitRect - Variable in class org.opensourcephysics.cabrillo.tracker.TrackPlottingPanel
 
hitRect - Static variable in class org.opensourcephysics.media.core.TShape
 
hitShape - Variable in class org.opensourcephysics.cabrillo.tracker.DoubleCrosshairFootprint
 
hitShapes - Variable in class org.opensourcephysics.cabrillo.tracker.CircleFootprint
 
hitShapes - Variable in class org.opensourcephysics.cabrillo.tracker.LineFootprint
 
hitShapes - Variable in class org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
 
hitShapes - Variable in class org.opensourcephysics.cabrillo.tracker.ProtractorFootprint
 
hitShapes - Variable in class org.opensourcephysics.cabrillo.tracker.RGBStep
 
horizOrientationItem - Variable in class org.opensourcephysics.cabrillo.tracker.LineProfile
 
hornerCoef - Variable in class org.opensourcephysics.numerics.LagrangeInterpolator
Polynomial coefficients.
HORZ_AXIS - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HORZ_AXIS_MAX - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HORZ_AXIS_MIN - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HORZ_MAX - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HORZ_MIN - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HORZ_VAR - Static variable in class org.opensourcephysics.display.axes.CartesianInteractive
 
HTML_TYPE - Static variable in class org.opensourcephysics.tools.LibraryResource
 
htmlAboutPane - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
htmlAboutPath - Static variable in class org.opensourcephysics.tools.LibraryBrowser
 
htmlField - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlFilter - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlIcon - Static variable in class org.opensourcephysics.tools.Launcher
 
htmlIcon - Static variable in class org.opensourcephysics.tools.LibraryResource
 
htmlLabel - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlPanesByNode - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlPanesByURL - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlScroller - Variable in class org.opensourcephysics.tools.LibraryBrowser
 
htmlScroller - Variable in class org.opensourcephysics.tools.LibraryTreePanel
 
htmlTabList - Variable in class org.opensourcephysics.tools.Launcher
 
htmlURLs - Static variable in class org.opensourcephysics.tools.LibraryTreeNode
 
hyperlinkListener - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView.TabView
 
hyperlinkListener - Static variable in class org.opensourcephysics.tools.LibraryTreePanel
 
hypot(double, double) - Static method in class org.opensourcephysics.numerics.EigenvalueDecomposition
sqrt(a^2 + b^2) without under/overflow.

I

icon - Variable in class org.opensourcephysics.cabrillo.tracker.PageTView
 
icon - Variable in class org.opensourcephysics.cabrillo.tracker.PlotTView
 
icon - Variable in class org.opensourcephysics.cabrillo.tracker.TableTView
 
icon - Variable in class org.opensourcephysics.cabrillo.tracker.WorldTView
 
icon(String, String) - Static method in class org.opensourcephysics.ejs.control.Utils
 
icon(String, String, boolean) - Static method in class org.opensourcephysics.ejs.control.Utils
 
iconJar(String, String, String, boolean) - Static method in class org.opensourcephysics.ejs.control.Utils
 
ID - Variable in class org.opensourcephysics.display.DataAdapter
 
id() - Method in class org.opensourcephysics.media.quicktime.QTip
Returns the unique id assigned to this object.
identity(Complex[][]) - Static method in class org.opensourcephysics.numerics.ComplexMatrix
 
ignoreChooser - Static variable in class org.opensourcephysics.media.core.ScratchVideoRecorder
 
ignoreEvents - Variable in class org.opensourcephysics.tools.JarTreeDialog
 
ih - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
im - Variable in class org.opensourcephysics.display2d.ComplexSurfaceVertex
The imaginary component.
im() - Method in class org.opensourcephysics.numerics.Complex
Returns the imaginary component of this object
im_points - Variable in class org.opensourcephysics.display.ComplexDataset
 
image - Variable in class org.opensourcephysics.display.BoundedImage
 
image - Variable in class org.opensourcephysics.display.InteractiveImage
 
image - Variable in class org.opensourcephysics.display.MeasuredImage
 
image - Variable in class org.opensourcephysics.display2d.DataRaster
 
image - Variable in class org.opensourcephysics.frames.ImageFrame
 
image - Variable in class org.opensourcephysics.media.gif.AnimatedGifEncoder
 
image - Variable in class org.opensourcephysics.media.gif.GifDecoder
 
imageBorder - Variable in class org.opensourcephysics.media.core.VideoPanel
 
ImageCoordSystem - Class in org.opensourcephysics.media.core
This manages point and vector transformations between imagespace and worldspace coordinates.
ImageCoordSystem() - Constructor for class org.opensourcephysics.media.core.ImageCoordSystem
Constructs an ImageCoordSystem with a default initial array length.
ImageCoordSystem(int) - Constructor for class org.opensourcephysics.media.core.ImageCoordSystem
Constructs an ImageCoordSystem with a specified initial array length.
ImageCoordSystem.Loader - Class in org.opensourcephysics.media.core
A class to save and load ImageCoordSystem data.
ImageCoordSystem.Loader() - Constructor for class org.opensourcephysics.media.core.ImageCoordSystem.Loader
 
imageFileFilter - Static variable in class org.opensourcephysics.media.core.VideoIO
 
imageFileFilters - Static variable in class org.opensourcephysics.media.core.ImageVideoType
 
ImageFrame - Class in org.opensourcephysics.frames
ImageFrame
ImageFrame(MeasuredImage) - Constructor for class org.opensourcephysics.frames.ImageFrame
Constructs a ImageFrame with the given measured image.
imageHeight - Variable in class org.opensourcephysics.media.core.VideoPanel
 
images - Variable in class org.opensourcephysics.media.core.ImageVideo
 
imageToolbar - Variable in class org.opensourcephysics.cabrillo.tracker.AutoTracker.Wizard
 
imageToWorldX(int, double, double) - Method in class org.opensourcephysics.media.core.