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

A

abbreviate(String) - Static method in class ptolemy.util.StringUtilities
Abbreviate a string.
addCheckBox(String, String, boolean) - Method in class ptolemy.gui.Query
Create an on-off check box.
addChoice(String, String, String[], String) - Method in class ptolemy.gui.Query
Create an uneditable choice menu.
addChoice(String, String, String[], String, boolean) - Method in class ptolemy.gui.Query
Create a choice menu.
addChoice(String, String, String[], String, boolean, Color, Color) - Method in class ptolemy.gui.Query
Create a choice menu.
addColorChooser(String, String, String) - Method in class ptolemy.gui.Query
Create a ColorChooser.
addDisplay(String, String, String) - Method in class ptolemy.gui.Query
Create a simple one-line text display, a non-editable value that is set externally using the setDisplay() method.
addEditListener(EditListener) - Method in class ptolemy.plot.EditablePlot
Add a listener to be informed when the user modifies a data set.
addFileChooser(String, String, String, URI, File) - Method in class ptolemy.gui.Query
Create a FileChooser that selects files only, not directories, and has the default colors (white in the background, black in the foreground).
addFileChooser(String, String, String, URI, File, boolean, boolean) - Method in class ptolemy.gui.Query
Create a FileChooser with default colors (white in the foreground, black in the background).
addFileChooser(String, String, String, URI, File, Color, Color) - Method in class ptolemy.gui.Query
Create a FileChooser that selects files only, not directories.
addFileChooser(String, String, String, URI, File, boolean, boolean, Color, Color) - Method in class ptolemy.gui.Query
Create a FileChooser.
addLegend(int, String) - Method in class ptolemy.plot.Histogram
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String) - Method in class ptolemy.plot.Plot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String) - Method in class ptolemy.plot.PlotBox
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLine(String, String, String) - Method in class ptolemy.gui.Query
Create a single-line entry box with the specified name, label, and default value.
addLine(String, String, String, Color, Color) - Method in class ptolemy.gui.Query
Create a single-line entry box with the specified name, label, default value, and background color.
addPassword(String, String, String) - Method in class ptolemy.gui.Query
Create a single-line password box with the specified name, label, and default value.
addPassword(String, String, String, Color, Color) - Method in class ptolemy.gui.Query
Create a single-line password box with the specified name, label, and default value.
addPoint(int, double) - Method in class ptolemy.plot.Histogram
In the specified data set, add the specified value to the histogram.
addPoint(int, double, double, boolean) - Method in class ptolemy.plot.Histogram
In the specified data set, add the specified y value to the histogram.
addPoint(int, double, double, boolean) - Method in class ptolemy.plot.Plot
In the specified data set, add the specified x, y point to the plot.
addPoints() - Method in class ptolemy.plot.PlotLive
Redefine in derived classes to add points to the plot.
addPointWithErrorBars(int, double, double, double, double, boolean) - Method in class ptolemy.plot.Plot
In the specified data set, add the specified x, y point to the plot with error bars.
addQueryListener(QueryListener) - Method in class ptolemy.gui.Query
Add a listener.
addRadioButtons(String, String, String[], String) - Method in class ptolemy.gui.Query
Create a bank of radio buttons.
addSelectButtons(String, String, String[], Set) - Method in class ptolemy.gui.Query
Create a bank of buttons that provides a list of choices, any subset of which may be chosen at a time.
addSlider(String, String, int, int, int) - Method in class ptolemy.gui.Query
Create a slider with the specified name, label, default value, maximum, and minimum.
addTextArea(String, String, String) - Method in class ptolemy.gui.Query
Create a text area.
addTextArea(String, String, String, Color, Color) - Method in class ptolemy.gui.Query
Create a text area.
addTextArea(String, String, String, Color, Color, int, int) - Method in class ptolemy.gui.Query
Create a text area with the specified height and width (in characters).
addXTick(String, double) - Method in class ptolemy.plot.PlotBox
Specify a tick mark for the X axis.
addYTick(String, double) - Method in class ptolemy.plot.PlotBox
Specify a tick mark for the Y axis.
apply() - Method in class ptolemy.plot.PlotFormatter
Apply currently specified values to the associated plot.
attribute(String, String, boolean) - Method in class com.microstar.xml.HandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#attribute.
attribute(String, String, boolean) - Method in interface com.microstar.xml.XmlHandler
Attribute.
attribute(String, String, boolean) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle an attribute assignment that is part of an XML element.
ATTRIBUTE_CDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a string value.
ATTRIBUTE_DEFAULT_FIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #FIXED.
ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #IMPLIED.
ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #REQUIRED.
ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has a literal default value specified.
ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is not declared.
ATTRIBUTE_ENTITIES - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of entity names.
ATTRIBUTE_ENTITY - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is the name of an entity.
ATTRIBUTE_ENUMERATED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a token from an enumeration.
ATTRIBUTE_ID - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a unique identifier.
ATTRIBUTE_IDREF - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a reference to a unique identifier.
ATTRIBUTE_IDREFS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of ID references.
ATTRIBUTE_NMTOKEN - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a name token.
ATTRIBUTE_NMTOKENS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of name tokens.
ATTRIBUTE_NOTATION - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is the name of a notation.
ATTRIBUTE_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has not been declared for this element type.

B

binaryCopyURLToFile(URL, File) - Static method in class ptolemy.util.FileUtilities
Copy sourceURL to destinationFile without doing any byte conversion.
booleanValue(String) - Method in class ptolemy.gui.Query
Deprecated. Use getBooleanValue(String name) instead.
buttonPressed() - Method in class ptolemy.gui.ComponentDialog
Return the label of the button that triggered closing the dialog, or an empty string if none.

C

changed(String) - Method in interface ptolemy.gui.QueryListener
Called to notify that one of the entries has changed.
charData(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle character data.
charData(char[], int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#charData.
charData(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Character data.
charData(char[], int, int) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle character data.
ClassUtilities - Class in ptolemy.util
A collection of utilities for manipulating classes.
clear(boolean) - Method in class ptolemy.plot.Histogram
Clear the plot of all data points.
clear(boolean) - Method in class ptolemy.plot.Plot
Clear the plot of all data points.
clear(int) - Method in class ptolemy.plot.Plot
Clear the plot of data points in the specified dataset.
clear(boolean) - Method in class ptolemy.plot.PlotBox
If the argument is true, clear the axes.
clearLegends() - Method in class ptolemy.plot.PlotBox
Clear all legends.
clearRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
clipRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
CloseListener - Interface in ptolemy.gui
This is an interface for listeners that need to be informed when a window closes.
CmdLineArgException - Exception in ptolemy.plot
Exception thrown by plot classes if there are format problems with the data to be plotted.
CmdLineArgException() - Constructor for exception ptolemy.plot.CmdLineArgException
 
CmdLineArgException(String) - Constructor for exception ptolemy.plot.CmdLineArgException
 
com.microstar.xml - package com.microstar.xml
The com.microstar.xml package.
ComponentDialog - Class in ptolemy.gui
This class is a modal dialog box that contains an arbitrary component.
ComponentDialog(Frame, String, Component) - Constructor for class ptolemy.gui.ComponentDialog
Construct a dialog with the specified owner, title, and component.
ComponentDialog(Frame, String, Component, String[]) - Constructor for class ptolemy.gui.ComponentDialog
Construct a dialog with the specified owner, title, component, and buttons.
ComponentDialog(Frame, String, Component, String[], String) - Constructor for class ptolemy.gui.ComponentDialog
Construct a dialog with the specified owner, title, component, buttons, and message.
connected - Variable in class ptolemy.plot.PlotPoint
True if this point is connected to the previous point by a line.
CONTENT_ANY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has a content model of ANY.
CONTENT_ELEMENTS - Static variable in class com.microstar.xml.XmlParser
Constant: the element has element content.
CONTENT_EMPTY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has declared content of EMPTY.
CONTENT_MIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the element has mixed content.
CONTENT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: an element has not been declared.
contents - Variable in class ptolemy.gui.ComponentDialog
The component contained by this dialog.
copyArea(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
create() - Method in class ptolemy.plot.EPSGraphics
 

D

declaredAttributes(String) - Method in class com.microstar.xml.XmlParser
Get the declared attributes for an element type.
declaredElements() - Method in class com.microstar.xml.XmlParser
Get the declared elements for an XML document.
declaredEntities() - Method in class com.microstar.xml.XmlParser
Get declared entities.
declaredNotations() - Method in class com.microstar.xml.XmlParser
Get declared notations.
DEFAULT_ENTRY_HEIGHT - Static variable in class ptolemy.gui.Query
The default height of entries created with addText().
DEFAULT_ENTRY_WIDTH - Static variable in class ptolemy.gui.Query
The default width of entries created with addLine().
deferIfNecessary(Runnable) - Method in class ptolemy.plot.PlotBox
If this method is called in the event thread, then simply execute the specified action.
dispose() - Method in class ptolemy.plot.EPSGraphics
 
doctypeDecl(String, String, String) - Method in class com.microstar.xml.HandlerBase
Handle a document type declaration.
doctypeDecl(String, String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#doctypeDecl.
doctypeDecl(String, String, String) - Method in interface com.microstar.xml.XmlHandler
Document type declaration.
doubleValue(String) - Method in class ptolemy.gui.Query
Deprecated. Use getDoubleValue(String name) instead.
drawArc(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawLine(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
Draw a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
Draw an oval bounded by the specified rectangle with the current color.
drawPolygon(int[], int[], int) - Method in class ptolemy.plot.EPSGraphics
Draw a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class ptolemy.plot.EPSGraphics
 
drawRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class ptolemy.plot.EPSGraphics
 
drawString(String, int, int) - Method in class ptolemy.plot.EPSGraphics
Draw a string.

E

EditablePlot - Class in ptolemy.plot
This extension of Plot permits interactive modification of plotted data, one dataset at a time.
EditablePlot() - Constructor for class ptolemy.plot.EditablePlot
Constructor.
EditablePlot.EditMouseListener - Class in ptolemy.plot
 
EditablePlot.EditMouseListener() - Constructor for class ptolemy.plot.EditablePlot.EditMouseListener
 
EditablePlot.ModifyListener - Class in ptolemy.plot
 
EditablePlot.ModifyListener() - Constructor for class ptolemy.plot.EditablePlot.ModifyListener
 
EditablePlot.UndoListener - Class in ptolemy.plot
 
EditablePlot.UndoListener() - Constructor for class ptolemy.plot.EditablePlot.UndoListener
 
EditablePlotMLApplet - Class in ptolemy.plot.plotml
This applet reads a URL giving a PlotML file for a plot and places the data into an editable plot.
EditablePlotMLApplet() - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplet
 
EditablePlotMLApplication - Class in ptolemy.plot.plotml
An application that can plot data in PlotML format from a URL or from files specified on the command line, and can then permit the user to edit the plot.
EditablePlotMLApplication() - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplication
Construct a plot with no command-line arguments.
EditablePlotMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplication
Construct a plot with the specified command-line arguments.
EditablePlotMLApplication(EditablePlot, String[]) - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
editDataModified(EditablePlot, int) - Method in interface ptolemy.plot.EditListener
Notify that data in the specified plot has been modified by a user edit action.
EditListener - Interface in ptolemy.plot
Interface for listeners that are informed of plot edit events.
ellipsis(String, int) - Static method in class ptolemy.util.StringUtilities
Return a string with a maximum line length of length characters, limited to the given number of characters.
ELLIPSIS_LENGTH_LONG - Static variable in class ptolemy.util.StringUtilities
Maximum length in characters of a long string before ellipsis(String, int) truncates and add a trailing ".
ELLIPSIS_LENGTH_SHORT - Static variable in class ptolemy.util.StringUtilities
Maximum length in characters of a short string before ellipsis(String, int) truncates and add a trailing ".
endDocument() - Method in class com.microstar.xml.HandlerBase
Handle the end of the document.
endDocument() - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endDocument.
endDocument() - Method in interface com.microstar.xml.XmlHandler
End the document.
endDocument() - Method in class ptolemy.plot.plotml.PlotBoxMLParser
End the document.
endElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an element.
endElement(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endElement.
endElement(String) - Method in interface com.microstar.xml.XmlHandler
End an element.
endElement(String) - Method in class ptolemy.plot.plotml.HistogramMLParser
End an element.
endElement(String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
End an element.
endElement(String) - Method in class ptolemy.plot.plotml.PlotMLParser
End an element.
endExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an external entity.
endExternalEntity(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endExternalEntity.
endExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
End an external entity.
ENTITY_INTERNAL - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is internal.
ENTITY_NDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external, non-XML data.
ENTITY_TEXT - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external XML data.
ENTITY_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the entity has not been declared.
EPSGraphics - Class in ptolemy.plot
Graphics class supporting EPS export from plots.
EPSGraphics(OutputStream, int, int) - Constructor for class ptolemy.plot.EPSGraphics
Constructor for a graphics object that writes encapsulated PostScript to the specified output stream.
erasePoint(int, int) - Method in class ptolemy.plot.Plot
Erase the point at the given index in the given dataset.
error(String, String, int, int) - Method in class com.microstar.xml.HandlerBase
Throw an exception for a fatal error.
error(String, String, int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#error.
error(String, String, int, int) - Method in interface com.microstar.xml.XmlHandler
Fatal XML parsing error.
error(String, String, int, int) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Indicate a fatal XML parsing error.
errorBar - Variable in class ptolemy.plot.PlotPoint
True if the yLowEB and yHighEB fields are valid.
escapeForXML(String) - Static method in class ptolemy.util.StringUtilities
Given a string, replace all the instances of XML special characters with their corresponding XML entities.
export(OutputStream) - Method in class ptolemy.plot.PlotBox
Export a description of the plot.
exportImage() - Method in class ptolemy.plot.PlotBox
Create a BufferedImage and draw this plot to it.
exportImage(Rectangle) - Method in class ptolemy.plot.PlotBox
Create a BufferedImage the size of the given rectangle and draw this plot to it at the position specified by the rectangle.
exportImage(BufferedImage, Rectangle, RenderingHints, boolean) - Method in class ptolemy.plot.PlotBox
Draw this plot onto the specified image at the position of the specified rectangle with the size of the specified rectangle.
exportImage(BufferedImage) - Method in class ptolemy.plot.PlotBox
Draw this plot onto the provided image.
exportToPlot(PrintWriter, String) - Method in class ptolemy.plot.Histogram
Write plot data information to the specified output stream in PlotML, but in such a way that the Plot class can read it and reproduce the histogram.

F

FileUtilities - Class in ptolemy.util
A collection of utilities for manipulating files These utilities do not depend on any other ptolemy.* packages.
fillArc(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
fillOval(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
Fill an oval bounded by the specified rectangle with the current color.
fillPlot() - Method in class ptolemy.plot.Histogram
Rescale so that the data that is currently plotted just fits.
fillPlot() - Method in class ptolemy.plot.Plot
Rescale so that the data that is currently plotted just fits.
fillPlot() - Method in class ptolemy.plot.PlotBox
Rescale so that the data that is currently plotted just fits.
fillPolygon(int[], int[], int) - Method in class ptolemy.plot.EPSGraphics
Draw a filled polygon defined by arrays of x and y coordinates.
fillRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
Fill the specified rectangle and draw a thin outline around it.
fillRoundRect(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 

G

getAppletInfo() - Method in class ptolemy.plot.compat.PxgraphApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.HistogramApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.PlotApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.PlotLiveApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.plotml.HistogramMLApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.plotml.PlotMLApplet
Return a string describing this applet.
getAttributeDefaultValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the declared type of an attribute.
getBooleanValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as a boolean.
getCause() - Method in exception com.microstar.xml.XmlException
Get the cause of this exception.
getCharArrayValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as an array of characters.
getClip() - Method in class ptolemy.plot.EPSGraphics
 
getClipBounds() - Method in class ptolemy.plot.EPSGraphics
 
getColor() - Method in class ptolemy.plot.EPSGraphics
 
getColor() - Method in class ptolemy.plot.PlotBox
Return whether the plot uses color.
getColorByName(String) - Static method in class ptolemy.plot.PlotBox
Convert a color name into a Color.
getColors() - Method in class ptolemy.plot.PlotBox
Get the point colors.
getColumn() - Method in exception com.microstar.xml.XmlException
Get the column number containing the error.
getColumnNumber() - Method in class com.microstar.xml.SAXDriver
 
getColumnNumber() - Method in class com.microstar.xml.XmlParser
Return the current column number.
getConnected() - Method in class ptolemy.plot.Plot
Return whether the default is to connect subsequent points with a line.
getCurrentElement() - Method in class com.microstar.xml.XmlParser
Return the current element.
getData(int) - Method in class ptolemy.plot.EditablePlot
Get the data in the specified dataset.
getDataurl() - Method in class ptolemy.plot.PlotBox
Deprecated.  
getDocumentBase() - Method in class ptolemy.plot.PlotBox
Deprecated.  
getDoubleValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as a double value.
getElementContentModel(String) - Method in class com.microstar.xml.XmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class com.microstar.xml.XmlParser
Look up the content type of an element.
getEntityNotationName(String) - Method in class com.microstar.xml.XmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class com.microstar.xml.XmlParser
Find the type of an entity.
getEntityValue(String) - Method in class com.microstar.xml.XmlParser
Return the value of an internal entity.
getFont() - Method in class ptolemy.plot.EPSGraphics
 
getFontMetrics(Font) - Method in class ptolemy.plot.EPSGraphics
 
getGrid() - Method in class ptolemy.plot.PlotBox
Return whether the grid is drawn.
getImpulses() - Method in class ptolemy.plot.Plot
Return whether a line will be drawn from any plotted point down to the x axis.
getIndentPrefix(int) - Static method in class ptolemy.util.StringUtilities
Return a number of spaces that is proportional to the argument.
getIntValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as an integer.
getLegend(int) - Method in class ptolemy.plot.PlotBox
Get the legend for a dataset, or null if there is none.
getLegendDataset(String) - Method in class ptolemy.plot.PlotBox
Given a legend string, return the corresponding dataset or -1 if no legend was added with that legend string The legend would have been set by addLegend().
getLength() - Method in class com.microstar.xml.SAXDriver
 
getLine() - Method in exception com.microstar.xml.XmlException
Get the line number containing the error.
getLineNumber() - Method in class com.microstar.xml.SAXDriver
 
getLineNumber() - Method in class com.microstar.xml.XmlParser
Return the current line number.
getMarksStyle() - Method in class ptolemy.plot.Plot
Get the marks style, which is one of "none", "points", "dots", or "various".
getMaxDataSets() - Method in class ptolemy.plot.Plot
Deprecated.  
getMaximumSize() - Method in class ptolemy.gui.Query
Return the preferred height, but set the width to the maximum possible value.
getMessage() - Method in exception com.microstar.xml.XmlException
Get the error message from the parser.
getName(int) - Method in class com.microstar.xml.SAXDriver
 
getNotationPublicId(String) - Method in class com.microstar.xml.XmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class com.microstar.xml.XmlParser
Look up the system identifier for a notation.
getNumDataSets() - Method in class ptolemy.plot.Plot
Return the actual number of data sets.
getParameterInfo() - Method in class ptolemy.plot.compat.PxgraphApplet
Return information about parameters.
getParameterInfo() - Method in class ptolemy.plot.PlotApplet
Return information about parameters.
getPlotRectangle() - Method in class ptolemy.plot.PlotBox
Get the current plot rectangle.
getPreferredSize() - Method in class ptolemy.plot.PlotBox
Get the preferred size of this component.
getProperty(String) - Static method in class ptolemy.util.StringUtilities
Get the specified property from the environment.
getPublicId() - Method in class com.microstar.xml.SAXDriver
 
getReuseDatasets() - Method in class ptolemy.plot.Plot
Return false if setReuseDatasets() has not yet been called or if setReuseDatasets(false) has been called.
getStringValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name, and return as a String.
getSystemId() - Method in class com.microstar.xml.SAXDriver
 
getSystemId() - Method in exception com.microstar.xml.XmlException
Get the URI of the entity containing the error.
getTextHeight() - Method in class ptolemy.gui.Query
Get the preferred number of lines to be used for entry boxes created in using addTextArea().
getTextWidth() - Method in class ptolemy.gui.Query
Get the preferred width in characters to be used for entry boxes created in using addLine().
getTitle() - Method in class ptolemy.plot.PlotBox
Get the title of the graph, or an empty string if there is none.
getType(int) - Method in class com.microstar.xml.SAXDriver
 
getType(String) - Method in class com.microstar.xml.SAXDriver
 
getValue(int) - Method in class com.microstar.xml.SAXDriver
 
getValue(String) - Method in class com.microstar.xml.SAXDriver
 
getXAutoRange() - Method in class ptolemy.plot.PlotBox
Get the range for X values of the data points registered so far.
getXLabel() - Method in class ptolemy.plot.PlotBox
Get the label for the X (horizontal) axis, or null if none has been set.
getXLog() - Method in class ptolemy.plot.PlotBox
Return whether the X axis is drawn with a logarithmic scale.
getXRange() - Method in class ptolemy.plot.PlotBox
Get the X range.
getXTicks() - Method in class ptolemy.plot.PlotBox
Get the X ticks that have been specified, or null if none.
getYAutoRange() - Method in class ptolemy.plot.PlotBox
Get the range for Y values of the data points registered so far.
getYLabel() - Method in class ptolemy.plot.PlotBox
Get the label for the Y (vertical) axis, or null if none has been set.
getYLog() - Method in class ptolemy.plot.PlotBox
Return whether the Y axis is drawn with a logarithmic scale.
getYRange() - Method in class ptolemy.plot.PlotBox
Get the Y range.
getYTicks() - Method in class ptolemy.plot.PlotBox
Get the Y ticks that have been specified, or null if none.

H

HandlerBase - Class in com.microstar.xml
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class com.microstar.xml.HandlerBase
 
Histogram - Class in ptolemy.plot
A histogram plotter.
Histogram() - Constructor for class ptolemy.plot.Histogram
 
HistogramApplet - Class in ptolemy.plot
A Histogram.
HistogramApplet() - Constructor for class ptolemy.plot.HistogramApplet
 
HistogramMLApplet - Class in ptolemy.plot.plotml
This applet reads a URL giving a PlotML file that contains data.
HistogramMLApplet() - Constructor for class ptolemy.plot.plotml.HistogramMLApplet
 
HistogramMLApplication - Class in ptolemy.plot.plotml
An application that can histogram data in PlotML format from a URL or from files specified on the command line.
HistogramMLApplication() - Constructor for class ptolemy.plot.plotml.HistogramMLApplication
Construct a histogram with no command-line arguments.
HistogramMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.HistogramMLApplication
Construct a plot with the specified command-line arguments.
HistogramMLApplication(Histogram, String[]) - Constructor for class ptolemy.plot.plotml.HistogramMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
HistogramMLParser - Class in ptolemy.plot.plotml
This class constructs a histogram from specifications in PlotML (Plot Markup Language), which is an XML language.
HistogramMLParser(Histogram) - Constructor for class ptolemy.plot.plotml.HistogramMLParser
Construct an parser to parse commands for the specified plot object.

I

ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#ignorableWhitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
init() - Method in class ptolemy.plot.compat.PxgraphApplet
Initialize the applet.
init() - Method in class ptolemy.plot.PlotApplet
Initialize the applet.
init() - Method in class ptolemy.plot.PlotBox
Deprecated.  
init() - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Initialize the applet.
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
intValue(String) - Method in class ptolemy.gui.Query
Deprecated. Use getIntValue(String name) instead.

J

jarURLEntryResource(String) - Static method in class ptolemy.util.ClassUtilities
Lookup a jar URL and return the resource.

K

keyPressed(KeyEvent) - Method in class ptolemy.plot.EditablePlot.UndoListener
 
keyReleased(KeyEvent) - Method in class ptolemy.plot.EditablePlot.UndoListener
 
keyTyped(KeyEvent) - Method in class ptolemy.plot.EditablePlot.UndoListener
 

L

LINE_SEPARATOR - Static variable in class ptolemy.util.StringUtilities
The line separator string.
lookupClassAsResource(String) - Static method in class ptolemy.util.ClassUtilities
Given a dot separated classname, return the jar file or directory where the class can be found.

M

main(String[]) - Static method in class ptolemy.plot.compat.PxgraphApplication
Create a new plot window and map it to the screen.
main(String[]) - Static method in class ptolemy.plot.PlotApplication
Create a new plot window and map it to the screen.
main(String[]) - Static method in class ptolemy.plot.plotml.EditablePlotMLApplication
Create a new plot window and map it to the screen.
main(String[]) - Static method in class ptolemy.plot.plotml.HistogramMLApplication
Create a new plot window and map it to the screen.
main(String[]) - Static method in class ptolemy.plot.plotml.PlotMLApplication
Create a new plot window and map it to the screen.
makeButtons() - Method in class ptolemy.plot.PlotLive
Deprecated.  
mergePropertiesFile() - Static method in class ptolemy.util.StringUtilities
Merge the properties in lib/ptII.properties with the current properties.
mouseClicked(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseClicked(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseDragged(MouseEvent) - Method in class ptolemy.plot.EditablePlot.ModifyListener
 
mouseDragged(MouseEvent) - Method in class ptolemy.plot.PlotBox.DragListener
 
mouseEntered(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseEntered(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseExited(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseExited(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseMoved(MouseEvent) - Method in class ptolemy.plot.EditablePlot.ModifyListener
 
mouseMoved(MouseEvent) - Method in class ptolemy.plot.PlotBox.DragListener
 
mousePressed(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mousePressed(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseReleased(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseReleased(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 

N

nameToFile(String, URI) - Static method in class ptolemy.util.FileUtilities
Given a file name or URL, construct a java.io.File object that refers to the file name or URL.
nameToURL(String, URI, ClassLoader) - Static method in class ptolemy.util.FileUtilities
Given a file or URL name, return as a URL.
newPlot() - Method in class ptolemy.plot.HistogramApplet
Create a new Histogram object for the applet.
newPlot() - Method in class ptolemy.plot.PlotApplet
Create a new Plot object for the applet.
newPlot() - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Create a new Plot object for the applet.
newPlot() - Method in class ptolemy.plot.plotml.HistogramMLApplet
Create a new Plot object for the applet.
notifyListeners() - Method in class ptolemy.gui.Query
Notify listeners of the current value of all entries, unless those entries have not changed since the last notification.

O

objectToSourceFileName(Object) - Static method in class ptolemy.util.StringUtilities
Return a string representing the name of the file expected to contain the source code for the specified object.
openForReading(String, URI, ClassLoader) - Static method in class ptolemy.util.FileUtilities
Open the specified file for reading.
openForWriting(String, URI, boolean) - Static method in class ptolemy.util.FileUtilities
Open the specified file for writing or appending.
openModal() - Method in class ptolemy.plot.PlotFormatter
Open a format control window as a top-level, modal dialog.
originalx - Variable in class ptolemy.plot.PlotPoint
Original value of x before wrapping.

P

paintComponent(Graphics) - Method in class ptolemy.plot.PlotBox
Paint the component contents, which in this base class is only the axes.
parse(InputSource) - Method in class com.microstar.xml.SAXDriver
Parse a document.
parse(String) - Method in class com.microstar.xml.SAXDriver
Parse an XML document from a system identifier (URI).
parse(String, String, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a URI.
parse(String, String, InputStream, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a byte stream.
parse(String, String, Reader) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a character stream.
parse(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Parse the given stream as a PlotML file.
parse(URL, Reader) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Parse the given stream as a PlotML file.
parse(URL, String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Parse the given text as PlotML.
parseArgs(String[]) - Method in class ptolemy.plot.compat.PxgraphParser
Parse pxgraph style command-line arguments.
parseArgs(String[], URL) - Method in class ptolemy.plot.compat.PxgraphParser
Parse pxgraph style command-line arguments, using the specified base URL for any relative URL references.
parseFile(String, URL) - Method in class ptolemy.plot.Plot
Deprecated.  
parseFile(String) - Method in class ptolemy.plot.PlotBox
Deprecated.  
parseFile(String, URL) - Method in class ptolemy.plot.PlotBox
Deprecated. This method is deprecated. Use read() instead.
parsePxgraphargs(String, URL) - Method in class ptolemy.plot.compat.PxgraphParser
Split a string containing pxgraph-compatible command-line arguments into an array and call parseArgs() on the array.
pause() - Method in class ptolemy.plot.PlotLive
Pause the plot.
Plot - Class in ptolemy.plot
A flexible signal plotter.
Plot() - Constructor for class ptolemy.plot.Plot
 
plot() - Method in class ptolemy.plot.PlotApplet
Return the plot object to operate on.
plot - Variable in class ptolemy.plot.PlotFrame
 
PlotApplet - Class in ptolemy.plot
An Applet that can plot data from a URL.
PlotApplet() - Constructor for class ptolemy.plot.PlotApplet
 
PlotApplication - Class in ptolemy.plot
PlotApplication is a versatile two-dimensional data plotter application.
PlotApplication() - Constructor for class ptolemy.plot.PlotApplication
Construct a plot with no command-line arguments.
PlotApplication(String[]) - Constructor for class ptolemy.plot.PlotApplication
Construct a plot with the specified command-line arguments.
PlotApplication(PlotBox, String[]) - Constructor for class ptolemy.plot.PlotApplication
Construct a plot with the specified command-line arguments and instance of plot.
PlotApplication(PlotBox) - Constructor for class ptolemy.plot.PlotApplication
Display the given plot.
PlotBox - Class in ptolemy.plot
This class provides a labeled box within which to place a data plot.
PlotBox() - Constructor for class ptolemy.plot.PlotBox
Construct a plot box with a default configuration.
PlotBox.DragListener - Class in ptolemy.plot
 
PlotBox.DragListener() - Constructor for class ptolemy.plot.PlotBox.DragListener
 
PlotBox.ZoomListener - Class in ptolemy.plot
 
PlotBox.ZoomListener() - Constructor for class ptolemy.plot.PlotBox.ZoomListener
 
PlotBoxMLParser - Class in ptolemy.plot.plotml
This class constructs a plot from specifications in PlotML (Plot Markup Language), which is an XML language.
PlotBoxMLParser(PlotBox) - Constructor for class ptolemy.plot.plotml.PlotBoxMLParser
Construct an parser to parse commands for the specified plot object.
PlotBoxMLParser() - Constructor for class ptolemy.plot.plotml.PlotBoxMLParser
Protected constructor allows derived classes to set _plot differently.
PlotFormatter - Class in ptolemy.plot
PlotFormatter is a panel that controls the format of a plotter object passed to the constructor.
PlotFormatter(PlotBox) - Constructor for class ptolemy.plot.PlotFormatter
Construct a plot formatter for the specified plot object.
PlotFrame - Class in ptolemy.plot
PlotFrame is a versatile two-dimensional data plotter that runs as part of an application, but in its own window.
PlotFrame() - Constructor for class ptolemy.plot.PlotFrame
Construct a plot frame with a default title and by default contains an instance of Plot.
PlotFrame(String) - Constructor for class ptolemy.plot.PlotFrame
Construct a plot frame with the specified title and by default contains an instance of Plot.
PlotFrame(String, PlotBox) - Constructor for class ptolemy.plot.PlotFrame
Construct a plot frame with the specified title and the specified instance of PlotBox.
PlotLive - Class in ptolemy.plot
Plot signals dynamically, where points can be added at any time and the display will be updated.
PlotLive() - Constructor for class ptolemy.plot.PlotLive
 
PlotLiveApplet - Class in ptolemy.plot
An Applet for the PlotLive class.
PlotLiveApplet() - Constructor for class ptolemy.plot.PlotLiveApplet
 
PlotML_DTD_1 - Static variable in class ptolemy.plot.plotml.PlotBoxMLParser
The standard PlotML DTD, represented as a string.
PlotMLApplet - Class in ptolemy.plot.plotml
An Applet that can plot data in PlotML format from a URL.
PlotMLApplet() - Constructor for class ptolemy.plot.plotml.PlotMLApplet
 
PlotMLApplication - Class in ptolemy.plot.plotml
An application that can plot data in PlotML format from a URL or from files specified on the command line.
PlotMLApplication() - Constructor for class ptolemy.plot.plotml.PlotMLApplication
Construct a plot with no command-line arguments.
PlotMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.PlotMLApplication
Construct a plot with the specified command-line arguments.
PlotMLApplication(PlotBox, String[]) - Constructor for class ptolemy.plot.plotml.PlotMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
PlotMLFrame - Class in ptolemy.plot.plotml
PlotMLFrame is a versatile two-dimensional data plotter that runs as part of an application, but in its own window.
PlotMLFrame() - Constructor for class ptolemy.plot.plotml.PlotMLFrame
Construct a plot with no command-line arguments.
PlotMLFrame(String) - Constructor for class ptolemy.plot.plotml.PlotMLFrame
Construct a plot frame with the specified title and by default contains an instance of Plot.
PlotMLFrame(String, PlotBox) - Constructor for class ptolemy.plot.plotml.PlotMLFrame
Construct a plot frame with the specified title and the specified instance of PlotBox.
PlotMLParser - Class in ptolemy.plot.plotml
This class constructs a plot from specifications in PlotML (Plot Markup Language), which is an XML language.
PlotMLParser(Plot) - Constructor for class ptolemy.plot.plotml.PlotMLParser
Construct an parser to parse commands for the specified plot object.
PlotMLParser() - Constructor for class ptolemy.plot.plotml.PlotMLParser
Protected constructor allows derived classes to set _plot differently.
PlotPoint - Class in ptolemy.plot
A simple structure for storing a plot point.
PlotPoint() - Constructor for class ptolemy.plot.PlotPoint
 
PREFERENCES_DIRECTORY - Static variable in class ptolemy.util.StringUtilities
Location of Application preferences such as the user library.
preferencesDirectory() - Static method in class ptolemy.util.StringUtilities
Return the preferences directory, creating it if necessary.
print(Graphics, PageFormat, int) - Method in class ptolemy.plot.PlotBox
Print the plot to a printer, represented by the specified graphics object.
printStackTrace() - Method in exception com.microstar.xml.XmlException
Print the following to stderr: this exception, its stack trace and if the cause exception is known, print the cause exception and the cause stacktrace.
printStackTrace(PrintStream) - Method in exception com.microstar.xml.XmlException
Print this exception, its stack trace and if the cause exception is known, print the cause exception and the cause stacktrace.
printStackTrace(PrintWriter) - Method in exception com.microstar.xml.XmlException
Print this exception, its stack trace and if the cause exception is known, print the cause exception and the cause stacktrace.
processingInstruction(String, String) - Method in class com.microstar.xml.HandlerBase
Handle a processing instruction.
processingInstruction(String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#processingInstruction.
processingInstruction(String, String) - Method in interface com.microstar.xml.XmlHandler
Processing instruction.
propertiesFileName() - Static method in class ptolemy.util.StringUtilities
Return the name of the properties file.
ptolemy.gui - package ptolemy.gui
Graphical User Interface classes.
ptolemy.plot - package ptolemy.plot
The ptolemy.plot package.
ptolemy.plot.compat - package ptolemy.plot.compat
Backward compatibility with xgraph and pxgraph.
ptolemy.plot.plotml - package ptolemy.plot.plotml
The ptolemy.plot.plotml package.
ptolemy.util - package ptolemy.util
The ptolemy.util package.
PTPLOT_RELEASE - Static variable in class ptolemy.plot.PlotBox
 
PxgraphApplet - Class in ptolemy.plot.compat
An Applet that can plot data in pxgraph format from a URL.
PxgraphApplet() - Constructor for class ptolemy.plot.compat.PxgraphApplet
 
PxgraphApplication - Class in ptolemy.plot.compat
An application that can plot data in pxgraph format.
PxgraphApplication() - Constructor for class ptolemy.plot.compat.PxgraphApplication
Construct a plot with no command-line arguments.
PxgraphApplication(String[]) - Constructor for class ptolemy.plot.compat.PxgraphApplication
Construct a plot with the specified command-line arguments.
PxgraphApplication(Plot, String[]) - Constructor for class ptolemy.plot.compat.PxgraphApplication
Construct a plot with the specified command-line arguments and instance of Plot.
PxgraphParser - Class in ptolemy.plot.compat
This class provides backwards compatibility with an older plotting program, pxgraph.
PxgraphParser(Plot) - Constructor for class ptolemy.plot.compat.PxgraphParser
Construct a parser to configure the specified plot.

Q

Query - Class in ptolemy.gui
Create a query with various types of entry boxes and controls.
Query() - Constructor for class ptolemy.gui.Query
Construct a panel with no entries in it.
QueryListener - Interface in ptolemy.gui
Listener interface for changes in the query box.

R

read(InputStream) - Method in class ptolemy.plot.compat.PxgraphParser
Read a pxgraph-compatible binary or ASCII encoded file.
read(InputStream) - Method in class ptolemy.plot.Plot
Read a file with the old syntax (non-XML).
read(InputStream) - Method in class ptolemy.plot.PlotBox
Read commands and/or plot data from an input stream in the old (non-XML) file syntax.
read(String) - Method in class ptolemy.plot.PlotBox
Read a single line command provided as a string.
redo() - Method in class ptolemy.plot.EditablePlot
Redo the latest signal editing operation that was undone by calling undo(), if there was one.
removeEditListener(EditListener) - Method in class ptolemy.plot.EditablePlot
Unregister a edit listener.
removeLegend(int) - Method in class ptolemy.plot.PlotBox
Remove the legend (displayed at the upper right) for the specified data set.
removeQueryListener(QueryListener) - Method in class ptolemy.gui.Query
Remove a listener.
renameLegend(int, String) - Method in class ptolemy.plot.PlotBox
Rename a legend.
resetAxes() - Method in class ptolemy.plot.PlotBox
Reset the X and Y axes to the ranges that were first specified using setXRange() and setYRange().
resolveEntity(String, String) - Method in class com.microstar.xml.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler.resolveSystemId
resolveEntity(String, String) - Method in interface com.microstar.xml.XmlHandler
Resolve an External Entity.
resolveEntity(String, String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Resolve an external entity.
restore() - Method in class ptolemy.plot.PlotFormatter
Restore the original configuration of the plot, and request a a redraw.
run() - Method in class ptolemy.plot.PlotLive
This is the body of a thread that repeatedly calls addPoints() if the plot is active.

S

samplePlot() - Method in class ptolemy.plot.Histogram
Create a sample plot.
samplePlot() - Method in class ptolemy.plot.Plot
Create a sample plot.
samplePlot() - Method in class ptolemy.plot.PlotBox
Do nothing in this base class.
samplePlot() - Method in class ptolemy.plot.PlotFrame
Create a sample plot.
sanitizeName(String) - Static method in class ptolemy.util.StringUtilities
Sanitize a String so that it can be used as a Java identifier.
SAXDriver - Class in com.microstar.xml
A SAX driver for Microstar's Ælfred XML parser.
SAXDriver() - Constructor for class com.microstar.xml.SAXDriver
 
set(String, String) - Method in class ptolemy.gui.Query
Set the value in the entry with the given name.
setAndNotify(String, String) - Method in class ptolemy.gui.Query
Set the value in the entry with the given name and notify listeners.
setBackground(Color) - Method in class ptolemy.gui.Query
Set the background color for all the widgets.
setBackground(Color) - Method in class ptolemy.plot.PlotBox
Set the background color.
setBars(double, double) - Method in class ptolemy.plot.Histogram
Set the width and offset of the bars.
setBars(boolean) - Method in class ptolemy.plot.Plot
Turn bars on or off (for bar charts).
setBars(double, double) - Method in class ptolemy.plot.Plot
Turn bars on and set the width and offset.
setBinOffset(double) - Method in class ptolemy.plot.Histogram
Set the offset of the bins, in whatever units the data are given.
setBinWidth(double) - Method in class ptolemy.plot.Histogram
Set the width of the bins, in whatever units the data are given.
setBoolean(String, boolean) - Method in class ptolemy.gui.Query
Set the current value in the entry with the given name.
setBounds(int, int, int, int) - Method in class ptolemy.plot.PlotBox
Move and resize this component.
setButtons(boolean) - Method in class ptolemy.plot.PlotBox
If the argument is true, make a fill button visible at the upper right.
setButtons(boolean) - Method in class ptolemy.plot.PlotLive
If the argument is true, make a start, stop, and fill button visible at the upper right.
setClip(Shape) - Method in class ptolemy.plot.EPSGraphics
 
setClip(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
setColor(Color) - Method in class ptolemy.plot.EPSGraphics
Set the current color.
setColor(boolean) - Method in class ptolemy.plot.PlotBox
If the argument is false, draw the plot without using color (in black and white).
setColors(Color[]) - Method in class ptolemy.plot.PlotBox
Set the point colors.
setColumns(int) - Method in class ptolemy.gui.Query
Specify the number of columns to use.
setConnected(boolean) - Method in class ptolemy.plot.Plot
If the argument is true, then the default is to connect subsequent points with a line.
setConnected(boolean, int) - Method in class ptolemy.plot.Plot
If the first argument is true, then by default for the specified dataset, points will be connected by a line.
setDataurl(String) - Method in class ptolemy.plot.PlotBox
Deprecated.  
setDisplay(String, String) - Method in class ptolemy.gui.Query
Set the displayed text of an entry that has been added using addDisplay.
setDocumentBase(URL) - Method in class ptolemy.plot.PlotBox
Deprecated.  
setDocumentHandler(DocumentHandler) - Method in class com.microstar.xml.SAXDriver
Set the document handler for this parser.
setDTDHandler(DTDHandler) - Method in class com.microstar.xml.SAXDriver
Set the DTD handler for this parser.
setEditable(int) - Method in class ptolemy.plot.EditablePlot
Specify which dataset is editable.
setEnabled(String, boolean) - Method in class ptolemy.gui.Query
For line, display, check box, slider, radio button, or choice entries made, if the second argument is false, then it will be disabled.
setEntityResolver(EntityResolver) - Method in class com.microstar.xml.SAXDriver
Set the entity resolver for this parser.
setErrorHandler(ErrorHandler) - Method in class com.microstar.xml.SAXDriver
Set the error handler for this parser.
setFont(Font) - Method in class ptolemy.plot.EPSGraphics
 
setForeground(Color) - Method in class ptolemy.plot.PlotBox
Set the foreground color.
setGrid(boolean) - Method in class ptolemy.plot.PlotBox
Control whether the grid is drawn.
setHandler(XmlHandler) - Method in class com.microstar.xml.XmlParser
Set the handler that will receive parsing events.
setImpulses(boolean) - Method in class ptolemy.plot.Plot
If the argument is true, then a line will be drawn from any plotted point down to the x axis.
setImpulses(boolean, int) - Method in class ptolemy.plot.Plot
If the first argument is true, then a line will be drawn from any plotted point in the specified dataset down to the x axis.
setLabelFont(String) - Method in class ptolemy.plot.PlotBox
Set the label font, which is used for axis labels and legend labels.
setLine(String, String) - Method in class ptolemy.gui.Query
Set the displayed text of an item that has been added using addLine.
setLocale(Locale) - Method in class com.microstar.xml.SAXDriver
Set the locale.
setMarksStyle(String) - Method in class ptolemy.plot.Plot
Set the marks style to "none", "points", "dots", or "various".
setMarksStyle(String, int) - Method in class ptolemy.plot.Plot
Set the marks style to "none", "points", "dots", "various", or "pixels" for the specified dataset.
setMessage(String) - Method in class ptolemy.gui.ComponentDialog
Change the message that was specified in the constructor to read as specified.
setMessage(String) - Method in class ptolemy.gui.Query
Specify a message to be displayed above the query.
setNumSets(int) - Method in class ptolemy.plot.Plot
Deprecated.  
setPaintMode() - Method in class ptolemy.plot.EPSGraphics
 
setPlot(PlotBox) - Method in class ptolemy.plot.PlotApplet
Set the plot object to operate on.
setPlotRectangle(Rectangle) - Method in class ptolemy.plot.PlotBox
Set the plot rectangle inside the axes.
setPointsPersistence(int) - Method in class ptolemy.plot.Plot
Calling this method with a positive argument sets the persistence of the plot to the given number of points.
setReuseDatasets(boolean) - Method in class ptolemy.plot.Plot
If the argument is true, then datasets with the same name are merged into a single dataset.
setSize(int, int) - Method in class ptolemy.plot.PlotBox
Set the size of the plot.
setSlider(String, int) - Method in class ptolemy.gui.Query
Set the position of an item that has been added using addSlider.
setTextHeight(int) - Method in class ptolemy.gui.Query
Specify the preferred height to be used for entry boxes created in using addTextArea().
setTextWidth(int) - Method in class ptolemy.gui.Query
Specify the preferred width to be used for entry boxes created in using addLine().
setTitle(String) - Method in class ptolemy.plot.PlotBox
Set the title of the graph.
setTitleFont(String) - Method in class ptolemy.plot.PlotBox
Set the title font.
setToolTip(String, String) - Method in class ptolemy.gui.Query
Specify a tool tip to appear when the mouse lingers over the label.
setVisible(boolean) - Method in class ptolemy.plot.PlotFrame
Set the visibility.
setWrap(boolean) - Method in class ptolemy.plot.PlotBox
Specify whether the X axis is wrapped.
setXLabel(String) - Method in class ptolemy.plot.PlotBox
Set the label for the X (horizontal) axis.
setXLog(boolean) - Method in class ptolemy.plot.PlotBox
Specify whether the X axis is drawn with a logarithmic scale.
setXORMode(Color) - Method in class ptolemy.plot.EPSGraphics
 
setXPersistence(double) - Method in class ptolemy.plot.Plot
Calling this method with a positive argument sets the persistence of the plot to the given width in units of the horizontal axis.
setXRange(double, double) - Method in class ptolemy.plot.PlotBox
Set the X (horizontal) range of the plot.
setYLabel(String) - Method in class ptolemy.plot.PlotBox
Set the label for the Y (vertical) axis.
setYLog(boolean) - Method in class ptolemy.plot.PlotBox
Specify whether the Y axis is drawn with a logarithmic scale.
setYRange(double, double) - Method in class ptolemy.plot.PlotBox
Set the Y (vertical) range of the plot.
showpage() - Method in class ptolemy.plot.EPSGraphics
Issue the PostScript showpage command, then write and flush the output.
split(String) - Static method in class ptolemy.util.StringUtilities
If the string is longer than 79 characters, split it up by adding newlines in all newline delimited substrings that are longer than 79 characters.
split(String, int) - Static method in class ptolemy.util.StringUtilities
If the string is longer than length characters, split the string up by adding newlines in all newline delimited substrings that are longer than length characters.
stackTraceToString(Throwable) - Static method in exception com.microstar.xml.XmlException
Return the stack trace of the given argument as a String.
start() - Method in class ptolemy.plot.PlotLive
Make the plot active.
start() - Method in class ptolemy.plot.PlotLiveApplet
Start the plot thread.
startDocument() - Method in class com.microstar.xml.HandlerBase
Handle the start of the document.
startDocument() - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startDocument.
startDocument() - Method in interface com.microstar.xml.XmlHandler
Start the document.
startDocument() - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Start a document.
startDocument() - Method in class ptolemy.plot.plotml.PlotMLParser
Start a document.
startElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an element.
startElement(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startElement.
startElement(String) - Method in interface com.microstar.xml.XmlHandler
Start an element.
startElement(String) - Method in class ptolemy.plot.plotml.HistogramMLParser
Start an element.
startElement(String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Start an element.
startElement(String) - Method in class ptolemy.plot.plotml.PlotMLParser
Start an element.
startExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startExternalEntity.
startExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
Begin an external entity.
startExternalEntity(String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle the start of an external entity.
STD_IN - Static variable in class ptolemy.util.FileUtilities
Standard in as a reader, which will be non-null only after a call to openForReading("System.in").
STD_OUT - Static variable in class ptolemy.util.FileUtilities
Standard out as a writer, which will be non-null only after a call to openForWriting("System.out").
stop() - Method in class ptolemy.plot.PlotLive
Stop the plot.
stop() - Method in class ptolemy.plot.PlotLiveApplet
Stop the plot thread.
stringToURL(String, URI, ClassLoader) - Static method in class ptolemy.util.StringUtilities
Deprecated. Use FileUtilities.nameToURL instead.
StringUtilities - Class in ptolemy.util
A collection of utilities for manipulating strings.
stringValue(String) - Method in class ptolemy.gui.Query
Deprecated. Use getStringValue(String name) instead.
substitute(String, String, String) - Static method in class ptolemy.util.StringUtilities
Replace all occurrences of pattern in the specified string with replacement.
substituteFilePrefix(String, String, String) - Static method in class ptolemy.util.StringUtilities
Perform file prefix substitution.

T

tokenizeForExec(String) - Static method in class ptolemy.util.StringUtilities
Tokenize a String to an array of Strings for use with Runtime.exec(String []).
translate(int, int) - Method in class ptolemy.plot.EPSGraphics
 

U

undo() - Method in class ptolemy.plot.EditablePlot
Undo the latest signal editing operation, if there was one.
unescapeForXML(String) - Static method in class ptolemy.util.StringUtilities
Given a string, replace all the instances of XML entities with their corresponding XML special characters.
usageString(String, String[][], String[]) - Static method in class ptolemy.util.StringUtilities
Return a string that contains a description of how to use a class that calls this method.

W

windowClosed(Window, String) - Method in interface ptolemy.gui.CloseListener
Notify that the specified window has closed.
write(Writer, String) - Method in class ptolemy.plot.Histogram
Write the current data and plot configuration to the specified stream in PlotML syntax.
write(OutputStream) - Method in class ptolemy.plot.PlotBox
Write the current data and plot configuration to the specified stream in PlotML syntax.
write(OutputStream, String) - Method in class ptolemy.plot.PlotBox
Write the current data and plot configuration to the specified stream in PlotML syntax.
write(Writer, String) - Method in class ptolemy.plot.PlotBox
Write the current data and plot configuration to the specified stream in PlotML syntax.
writeData(PrintWriter) - Method in class ptolemy.plot.Histogram
Write plot data information to the specified output stream in PlotML.
writeData(PrintWriter) - Method in class ptolemy.plot.Plot
Write plot data information to the specified output stream in PlotML.
writeData(PrintWriter) - Method in class ptolemy.plot.PlotBox
Write plot data information to the specified output stream in PlotML.
writeFormat(PrintWriter) - Method in class ptolemy.plot.Histogram
Write plot format information to the specified output stream.
writeFormat(PrintWriter) - Method in class ptolemy.plot.Plot
Write plot format information to the specified output stream in PlotML, an XML scheme.
writeFormat(PrintWriter) - Method in class ptolemy.plot.PlotBox
Write plot format information to the specified output stream in PlotML.
writeOldSyntax(OutputStream) - Method in class ptolemy.plot.PlotBox
Deprecated.  

X

x - Variable in class ptolemy.plot.PlotPoint
X value after wrapping (if any).
XmlException - Exception in com.microstar.xml
Convenience exception class for reporting XML parsing errors.
XmlException(String, String) - Constructor for exception com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlException(String, String, int, int) - Constructor for exception com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlException(String, String, int, int, Throwable) - Constructor for exception com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlHandler - Interface in com.microstar.xml
XML Processing Interface.
XmlParser - Class in com.microstar.xml
Parse XML documents and return parse events through call-backs.
XmlParser() - Constructor for class com.microstar.xml.XmlParser
Construct a new parser with no associated handler.

Y

y - Variable in class ptolemy.plot.PlotPoint
Y value.
yHighEB - Variable in class ptolemy.plot.PlotPoint
Error bar Y low value.
yLowEB - Variable in class ptolemy.plot.PlotPoint
Error bar Y low value.

Z

zoom(double, double, double, double) - Method in class ptolemy.plot.PlotBox
Zoom in or out to the specified rectangle.

_

_about() - Method in class ptolemy.plot.compat.PxgraphApplication
Display basic information about the application.
_about() - Method in class ptolemy.plot.PlotApplication
 
_about() - Method in class ptolemy.plot.PlotFrame
 
_about() - Method in class ptolemy.plot.plotml.EditablePlotMLApplication
Display basic information about the application.
_about() - Method in class ptolemy.plot.plotml.HistogramMLApplication
Display basic information about the application.
_about() - Method in class ptolemy.plot.plotml.PlotMLApplication
 
_about() - Method in class ptolemy.plot.plotml.PlotMLFrame
Display basic information about the application.
_addPair(String, JLabel, Component, Object) - Method in class ptolemy.gui.Query
Add a label and a widget to the panel.
_addPoint(boolean, String) - Method in class ptolemy.plot.plotml.HistogramMLParser
Add a point based on the current attributes.
_addPoint(boolean, String) - Method in class ptolemy.plot.plotml.PlotMLParser
Add a point based on the current attributes.
_attributes - Variable in class ptolemy.plot.plotml.PlotBoxMLParser
Attributes associated with an entity.
_background - Variable in class ptolemy.gui.Query
The background color as set by setBackground().
_background - Variable in class ptolemy.plot.PlotBox
 
_bottomPadding - Variable in class ptolemy.plot.PlotBox
 
_buttonPressed - Variable in class ptolemy.gui.ComponentDialog
The label of the button pushed to dismiss the dialog.
_checkDatasetIndex(int) - Method in class ptolemy.plot.Histogram
Check the argument to ensure that it is a valid data set index.
_checkDatasetIndex(int) - Method in class ptolemy.plot.Plot
Check the argument to ensure that it is a valid data set index.
_checkForNull(Object, String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
If the argument is null, throw an exception with the given message.
_close() - Method in class ptolemy.plot.PlotApplication
Exit the application.
_close() - Method in class ptolemy.plot.PlotFrame
Close the window.
_colors - Static variable in class ptolemy.plot.PlotBox
 
_connected - Variable in class ptolemy.plot.plotml.PlotMLParser
The default connected state.
_constraints - Variable in class ptolemy.gui.Query
Standard constraints for use with _grid.
_currentCharData - Variable in class ptolemy.plot.plotml.PlotBoxMLParser
The current character data for the current element.
_currentdataset - Variable in class ptolemy.plot.compat.PxgraphParser
The current dataset, used for handling multiple files.
_currentdataset - Variable in class ptolemy.plot.Histogram
 
_currentdataset - Variable in class ptolemy.plot.Plot
 
_currentDataset - Variable in class ptolemy.plot.plotml.PlotMLParser
The current dataset number in a "dataset" element.
_currentExternalEntity() - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Get the the URI for the current external entity.
_currentPointCount - Variable in class ptolemy.plot.plotml.PlotMLParser
A count within the current dataset, in case no x value is given.
_directory - Variable in class ptolemy.plot.PlotFrame
 
_documentBase - Variable in class ptolemy.plot.PlotBox
 
_drawBar(Graphics, int, long, long, boolean) - Method in class ptolemy.plot.Histogram
Draw bar from the specified point to the y axis.
_drawBar(Graphics, int, long, long, boolean) - Method in class ptolemy.plot.Plot
Draw bar from the specified point to the y axis.
_drawErrorBar(Graphics, int, long, long, long, boolean) - Method in class ptolemy.plot.Plot
Draw an error bar for the specified yLowEB and yHighEB values.
_drawImpulse(Graphics, long, long, boolean) - Method in class ptolemy.plot.Plot
Draw a line from the specified point to the y axis.
_drawLine(Graphics, int, long, long, long, long, boolean) - Method in class ptolemy.plot.Plot
Draw a line from the specified starting point to the specified ending point.
_drawLine(Graphics, int, long, long, long, long, boolean, float) - Method in class ptolemy.plot.Plot
Draw a line from the specified starting point to the specified ending point.
_drawPlot(Graphics, boolean) - Method in class ptolemy.plot.Histogram
Draw the axes and then plot the histogram.
_drawPlot(Graphics, boolean, Rectangle) - Method in class ptolemy.plot.Plot
Draw the axes and then plot all points.
_drawPlot(Graphics, boolean) - Method in class ptolemy.plot.PlotBox
Draw the axes using the current range, label, and title information.
_drawPlot(Graphics, boolean, Rectangle) - Method in class ptolemy.plot.PlotBox
Draw the axes using the current range, label, and title information, at the size of the specified rectangle.
_drawPoint(Graphics, int, long, long, boolean) - Method in class ptolemy.plot.Plot
Put a mark corresponding to the specified dataset at the specified x and y position.
_drawPoint(Graphics, int, long, long, boolean) - Method in class ptolemy.plot.PlotBox
Put a mark corresponding to the specified dataset at the specified x and y position.
_editFormat() - Method in class ptolemy.plot.PlotFrame
Interactively edit the file format in a modal dialog.
_editMenu - Variable in class ptolemy.plot.PlotFrame
 
_export() - Method in class ptolemy.plot.PlotFrame
Query the user for a filename and export the plot to that file.
_file - Variable in class ptolemy.plot.PlotFrame
 
_fileMenu - Variable in class ptolemy.plot.PlotFrame
 
_foreground - Variable in class ptolemy.plot.PlotBox
 
_grid - Variable in class ptolemy.gui.Query
Layout control.
_grid - Variable in class ptolemy.plot.PlotBox
 
_handleClosing() - Method in class ptolemy.gui.ComponentDialog
If the contents of this dialog implements the CloseListener interface, then notify it that the window has closed, unless notification has already been done (it is guaranteed to be done only once).
_height - Variable in class ptolemy.plot.PlotBox
 
_help() - Method in class ptolemy.plot.PlotApplication
Display more detailed information than given by _about().
_help() - Method in class ptolemy.plot.PlotBox
Display basic information in its own window.
_help() - Method in class ptolemy.plot.PlotFrame
Display more detailed information than given by _about().
_help() - Method in class ptolemy.plot.plotml.EditablePlotMLApplication
Display more detailed information than given by _about().
_help() - Method in class ptolemy.plot.plotml.HistogramMLApplication
Display more detailed information than given by _about().
_help() - Method in class ptolemy.plot.plotml.PlotMLApplication
Display more detailed information than given by _about().
_histogram - Variable in class ptolemy.plot.Histogram
 
_leftPadding - Variable in class ptolemy.plot.PlotBox
 
_listeners - Variable in class ptolemy.gui.Query
List of registered listeners.
_LOG10SCALE - Static variable in class ptolemy.plot.PlotBox
 
_lrx - Variable in class ptolemy.plot.PlotBox
The x value of the lower right corner of the plot rectangle in pixels.
_lry - Variable in class ptolemy.plot.PlotBox
The y value of the lower right corner of the plot rectangle in pixels.
_marks - Variable in class ptolemy.plot.Plot
 
_menubar - Variable in class ptolemy.plot.PlotFrame
 
_newParser() - Method in class ptolemy.plot.plotml.HistogramMLApplet
Create a new parser object for the applet.
_newParser() - Method in class ptolemy.plot.plotml.HistogramMLApplication
Create a new parser object for the application.
_newParser() - Method in class ptolemy.plot.plotml.PlotMLApplet
Create a new parser object for the applet.
_newParser() - Method in class ptolemy.plot.plotml.PlotMLApplication
Create a new parser object for the application.
_open() - Method in class ptolemy.plot.PlotFrame
Open a new file and plot its data.
_padding - Variable in class ptolemy.plot.PlotBox
The factor we pad by so that we don't plot points on the axes.
_parseArgs(String[]) - Method in class ptolemy.plot.compat.PxgraphApplication
Parse those command-line arguments that are relevant to the application only, and refer other arguments to the PxgraphParser helper class.
_parseArgs(String[]) - Method in class ptolemy.plot.PlotApplication
Parse the command-line arguments and make calls to the Plot class accordingly.
_parseLine(String) - Method in class ptolemy.plot.Histogram
Parse a line that gives plotting information.
_parseLine(String) - Method in class ptolemy.plot.Plot
Parse a line that gives plotting information.
_parseLine(String) - Method in class ptolemy.plot.PlotBox
Parse a line that gives plotting information.
_parser - Variable in class ptolemy.plot.plotml.PlotBoxMLParser
The parser.
_plot - Variable in class ptolemy.plot.compat.PxgraphParser
The plot object to which to apply commands.
_plot - Variable in class ptolemy.plot.PlotFormatter
 
_plot - Variable in class ptolemy.plot.plotml.PlotBoxMLParser
The plot object to which to apply commands.
_plotImage - Variable in class ptolemy.plot.PlotBox
 
_points - Variable in class ptolemy.plot.Histogram
 
_points - Variable in class ptolemy.plot.Plot
 
_preferredHeight - Variable in class ptolemy.plot.PlotBox
 
_preferredWidth - Variable in class ptolemy.plot.PlotBox
 
_print() - Method in class ptolemy.plot.PlotFrame
Print the plot.
_printCrossPlatform() - Method in class ptolemy.plot.PlotFrame
Print using the cross platform dialog.
_printNative() - Method in class ptolemy.plot.PlotFrame
Print using the native dialog.
_rangesGivenByZooming - Variable in class ptolemy.plot.PlotBox
 
_read(InputStream) - Method in class ptolemy.plot.compat.PxgraphApplet
Read the specified stream, assuming it is pxgraph formatted data.
_read(URL, InputStream) - Method in class ptolemy.plot.compat.PxgraphApplication
Read the specified stream.
_read(InputStream) - Method in class ptolemy.plot.PlotApplet
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.PlotFrame
Read the specified stream.
_read(InputStream) - Method in class ptolemy.plot.plotml.PlotMLApplet
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotMLApplication
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotMLFrame
Read the specified stream.
_rightPadding - Variable in class ptolemy.plot.PlotBox
 
_save() - Method in class ptolemy.plot.PlotFrame
Save the plot to the current file, determined by the and _file protected variable.
_saveAs() - Method in class ptolemy.plot.PlotFrame
Query the user for a filename and save the plot to that file.
_selectDataset() - Method in class ptolemy.plot.plotml.EditablePlotMLApplication
Open a dialog to select a dataset to edit.
_setButtonsVisibility(boolean) - Method in class ptolemy.plot.PlotBox
Deprecated.  
_setPadding(double) - Method in class ptolemy.plot.PlotBox
Set the padding multiple.
_setPlotSize(int, int) - Method in class ptolemy.plot.PlotApplet
Given the size of the applet, set the size of the plot.
_setPlotSize(int, int) - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Given the size of the applet, set the size of the plot.
_setWidth(Graphics, float) - Method in class ptolemy.plot.Plot
If the graphics argument is an instance of Graphics2D, then set the current stroke to the specified width.
_specialMenu - Variable in class ptolemy.plot.PlotFrame
 
_specifiedPlotRectangle - Variable in class ptolemy.plot.PlotBox
User specified plot rectangle, null if none specified.
_test - Static variable in class ptolemy.plot.PlotApplication
If true, then auto exit after a few seconds.
_topPadding - Variable in class ptolemy.plot.PlotBox
 
_ulx - Variable in class ptolemy.plot.PlotBox
The x value of the upper left corner of the plot rectangle in pixels.
_uly - Variable in class ptolemy.plot.PlotBox
The y value of the upper left corner of the plot rectangle in pixels.
_usage() - Method in class ptolemy.plot.compat.PxgraphApplication
Return a string summarizing the command-line arguments.
_usage() - Method in class ptolemy.plot.PlotApplication
Return a string summarizing the command-line arguments.
_usecolor - Variable in class ptolemy.plot.PlotBox
 
_width - Variable in class ptolemy.plot.PlotBox
 
_wrap - Variable in class ptolemy.plot.PlotBox
 
_wrapHigh - Variable in class ptolemy.plot.PlotBox
 
_wrapLow - Variable in class ptolemy.plot.PlotBox
 
_writeOldSyntax(PrintWriter) - Method in class ptolemy.plot.Plot
Deprecated.  
_writeOldSyntax(PrintWriter) - Method in class ptolemy.plot.PlotBox
Deprecated.  
_xBottom - Variable in class ptolemy.plot.PlotBox
 
_xhighgiven - Variable in class ptolemy.plot.PlotBox
 
_xlog - Variable in class ptolemy.plot.PlotBox
 
_xlowgiven - Variable in class ptolemy.plot.PlotBox
 
_xMax - Variable in class ptolemy.plot.PlotBox
 
_xMin - Variable in class ptolemy.plot.PlotBox
 
_xRangeGiven - Variable in class ptolemy.plot.PlotBox
 
_xscale - Variable in class ptolemy.plot.PlotBox
Scaling used for the horizontal axis in plotting points.
_xTop - Variable in class ptolemy.plot.PlotBox
 
_yBottom - Variable in class ptolemy.plot.PlotBox
 
_yhighgiven - Variable in class ptolemy.plot.PlotBox
 
_ylog - Variable in class ptolemy.plot.PlotBox
 
_ylowgiven - Variable in class ptolemy.plot.PlotBox
 
_yMax - Variable in class ptolemy.plot.PlotBox
 
_yMin - Variable in class ptolemy.plot.PlotBox
 
_yRangeGiven - Variable in class ptolemy.plot.PlotBox
 
_yscale - Variable in class ptolemy.plot.PlotBox
Scaling used for the vertical axis in plotting points.
_yTop - Variable in class ptolemy.plot.PlotBox
 

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