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

A

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 a choice menu.
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.
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.
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.Histogram
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.
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.Plot
In the specified data set, add the specified x, y point to the plot.
addPoint(int, double, double, boolean) - Method in class ptolemy.plot.Histogram
In the specified data set, add the specified y value to the histogram.
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.
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.
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.
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.
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 com.microstar.xml.HandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle an attribute assignment that is part of an XML element.

B

BasicJApplet - class ptolemy.gui.BasicJApplet.
Base class for swing applets.
BasicJApplet() - Constructor for class ptolemy.gui.BasicJApplet
 
booleanValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as a boolean.
buttonPressed() - Method in class ptolemy.gui.PanelDialog
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.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 com.microstar.xml.HandlerBase
Handle character data.
charData(char[], int, int) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle character data.
clear(boolean) - Method in class ptolemy.plot.PlotBox
If the argument is true, clear the axes.
clear(boolean) - Method in class ptolemy.plot.Plot
Clear the plot of all data points.
clear(boolean) - Method in class ptolemy.plot.Histogram
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.
clearRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
clipRect(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
CmdLineArgException - exception ptolemy.plot.CmdLineArgException.
Exception thrown by plot classes if there are format problems with the data to be plotted.
CmdLineArgException() - Constructor for class ptolemy.plot.CmdLineArgException
 
CmdLineArgException(String) - Constructor for class ptolemy.plot.CmdLineArgException
 
com.microstar.xml - package com.microstar.xml
 
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.PanelDialog
The panel 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_WIDTH - Static variable in class ptolemy.gui.Query
 
dispose() - Method in class ptolemy.plot.EPSGraphics
 
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.
doctypeDecl(String, String, String) - Method in class com.microstar.xml.HandlerBase
Handle a document type declaration.
doubleValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as a double value.
drawArc(int, int, int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class ptolemy.plot.EPSGraphics
 
drawImage(Image, int, int, 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, 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
 
drawImage(Image, int, int, int, int, int, int, int, int, 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.PtolemyGraphics
 
drawString(String, int, int) - Method in class ptolemy.plot.EPSGraphics
 

E

EditablePlot - class ptolemy.plot.EditablePlot.
This extension of Plot permits interactive modification of plotted data, one dataset at a time.
EditablePlot.EditMouseListener - class ptolemy.plot.EditablePlot.EditMouseListener.
 
EditablePlot.EditMouseListener(EditablePlot) - Constructor for class ptolemy.plot.EditablePlot.EditMouseListener
 
EditablePlot.ModifyListener - class ptolemy.plot.EditablePlot.ModifyListener.
 
EditablePlot.ModifyListener(EditablePlot) - Constructor for class ptolemy.plot.EditablePlot.ModifyListener
 
EditablePlot.UndoListener - class ptolemy.plot.EditablePlot.UndoListener.
 
EditablePlot.UndoListener(EditablePlot) - Constructor for class ptolemy.plot.EditablePlot.UndoListener
 
EditablePlot() - Constructor for class ptolemy.plot.EditablePlot
Constructor.
EditablePlotMLApplet - class ptolemy.plot.plotml.EditablePlotMLApplet.
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 ptolemy.plot.plotml.EditablePlotMLApplication.
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(EditablePlot, String[]) - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
EditablePlotMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.EditablePlotMLApplication
Construct a plot with the specified command-line arguments.
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 ptolemy.plot.EditListener.
Interface for listeners that are informed of plot edit events.
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 com.microstar.xml.HandlerBase
Handle the end of the document.
endDocument() - Method in class ptolemy.plot.plotml.PlotBoxMLParser
End the document.
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 com.microstar.xml.HandlerBase
Handle the end of 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.
endElement(String) - Method in class ptolemy.plot.plotml.HistogramMLParser
End an element.
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.
endExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of 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 ptolemy.plot.EPSGraphics.
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.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 com.microstar.xml.HandlerBase
Throw an exception for a fatal 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.
export(OutputStream) - Method in class ptolemy.plot.PlotBox
Export a description of the plot.

F

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.PlotBox
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.
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.gui.BasicJApplet
Return generic applet information.
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.HistogramApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.compat.PxgraphApplet
Return a string describing this applet.
getAppletInfo() - Method in class ptolemy.plot.plotml.PlotMLApplet
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.EditablePlotMLApplet
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.
getClip() - Method in class ptolemy.plot.EPSGraphics
 
getClipBounds() - Method in class ptolemy.plot.EPSGraphics
 
getColor() - Method in class ptolemy.plot.PlotBox
Return whether the plot uses color.
getColor() - Method in class ptolemy.plot.EPSGraphics
 
getColorByName(String) - Static method in class ptolemy.plot.PlotBox
Convert a color name into a Color.
getColumn() - Method in class 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.
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.  
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.
getLegend(int) - Method in class ptolemy.plot.PlotBox
Get the legend for a dataset, or null if there is none.
getLength() - Method in class com.microstar.xml.SAXDriver
 
getLine() - Method in class 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.  
getMessage() - Method in class com.microstar.xml.XmlException
Get the error message from the parser.
getMinimumSize() - Method in class ptolemy.plot.PlotBox
Get the minimum size of this component.
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.gui.BasicJApplet
Describe the applet parameters.
getParameterInfo() - Method in class ptolemy.plot.PlotApplet
Return information about parameters.
getParameterInfo() - Method in class ptolemy.plot.compat.PxgraphApplet
Return information about parameters.
getPreferredSize() - Method in class ptolemy.plot.PlotBox
Get the preferred size of this component.
getPublicId() - Method in class com.microstar.xml.SAXDriver
 
getSystemId() - Method in class com.microstar.xml.SAXDriver
 
getSystemId() - Method in class com.microstar.xml.XmlException
Get the URI of the entity containing the error.
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
 
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.
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 com.microstar.xml.HandlerBase.
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class com.microstar.xml.HandlerBase
 
Histogram - class ptolemy.plot.Histogram.
A histogram plotter.
Histogram() - Constructor for class ptolemy.plot.Histogram
 
HistogramApplet - class ptolemy.plot.HistogramApplet.
A Histogram.
HistogramApplet() - Constructor for class ptolemy.plot.HistogramApplet
 
HistogramMLApplet - class ptolemy.plot.plotml.HistogramMLApplet.
This applet reads a URL giving a PlotML file that contains data.
HistogramMLApplet() - Constructor for class ptolemy.plot.plotml.HistogramMLApplet
 
HistogramMLApplication - class ptolemy.plot.plotml.HistogramMLApplication.
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(Histogram, String[]) - Constructor for class ptolemy.plot.plotml.HistogramMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
HistogramMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.HistogramMLApplication
Construct a plot with the specified command-line arguments.
HistogramMLParser - class ptolemy.plot.plotml.HistogramMLParser.
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.SAXDriver
Implement com.microstar.xml.XmlHandler#ignorableWhitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
init() - Method in class ptolemy.gui.BasicJApplet
Initialize the applet.
init() - Method in class ptolemy.plot.PlotBox
Deprecated.  
init() - Method in class ptolemy.plot.PlotApplet
Initialize the applet.
init() - Method in class ptolemy.plot.compat.PxgraphApplet
Initialize the applet.
init() - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Initialize the applet.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name and return as an integer.

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
 

M

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.compat.PxgraphApplication
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.
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.EditablePlotMLApplication
Create a new plot window and map it to the screen.
makeButtons() - Method in class ptolemy.plot.PlotLive
Deprecated.  
Message - class ptolemy.gui.Message.
A simple message display with a close button.
Message - class ptolemy.plot.Message.
A simple message display with a close button.
Message(String) - Constructor for class ptolemy.gui.Message
Pop up a text widget with no scroll bar and close button.
Message(String) - Constructor for class ptolemy.plot.Message
Pop up a text widget with no scroll bar and close button.
Message(String, Color, Color, int, int, int) - Constructor for class ptolemy.gui.Message
Pop up a text widget with a close button.
Message(String, Color, Color, int, int, int) - Constructor for class ptolemy.plot.Message
Pop up a text widget with a close button.
mouseClicked(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseClicked(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseDragged(MouseEvent) - Method in class ptolemy.plot.PlotBox.DragListener
 
mouseDragged(MouseEvent) - Method in class ptolemy.plot.EditablePlot.ModifyListener
 
mouseEntered(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseEntered(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseExited(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseExited(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseMoved(MouseEvent) - Method in class ptolemy.plot.PlotBox.DragListener
 
mouseMoved(MouseEvent) - Method in class ptolemy.plot.EditablePlot.ModifyListener
 
mousePressed(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mousePressed(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 
mouseReleased(MouseEvent) - Method in class ptolemy.plot.PlotBox.ZoomListener
 
mouseReleased(MouseEvent) - Method in class ptolemy.plot.EditablePlot.EditMouseListener
 

N

newPlot() - Method in class ptolemy.plot.PlotApplet
Create a new Plot object for the applet.
newPlot() - Method in class ptolemy.plot.HistogramApplet
Create a new Histogram object for the applet.
newPlot() - Method in class ptolemy.plot.plotml.HistogramMLApplet
Create a new Plot object for the applet.
newPlot() - Method in class ptolemy.plot.plotml.EditablePlotMLApplet
Create a new Plot object for the applet.

P

paint(Graphics) - Method in class ptolemy.plot.PlotBox
Paint the component contents, which in this base class is only the axes.
PanelDialog - class ptolemy.gui.PanelDialog.
This class is a modal dialog box that contains an arbitrary panel.
PanelDialog(Frame, String, JPanel) - Constructor for class ptolemy.gui.PanelDialog
Construct a dialog with the specified owner, title, and panel.
PanelDialog(Frame, String, JPanel, String[]) - Constructor for class ptolemy.gui.PanelDialog
Construct a dialog with the specified owner, title, panel, and buttons.
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, 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(String, String, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a URI.
parse(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Parse the given stream as a PlotML file.
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) - Method in class ptolemy.plot.PlotBox
Deprecated.  
parseFile(String, URL) - Method in class ptolemy.plot.PlotBox
Deprecated. This method is deprecated. Use read() instead.
parseFile(String, URL) - Method in class ptolemy.plot.Plot
Deprecated.  
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 - Variable in class ptolemy.plot.PlotFrame
 
Plot - class ptolemy.plot.Plot.
A flexible signal plotter.
plot() - Method in class ptolemy.plot.PlotApplet
Return the plot object to operate on.
Plot() - Constructor for class ptolemy.plot.Plot
 
PlotApplet - class ptolemy.plot.PlotApplet.
An Applet that can plot data from a URL.
PlotApplet() - Constructor for class ptolemy.plot.PlotApplet
 
PlotApplication - class ptolemy.plot.PlotApplication.
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(PlotBox, String[]) - Constructor for class ptolemy.plot.PlotApplication
Construct a plot with the specified command-line arguments and instance of plot.
PlotApplication(String[]) - Constructor for class ptolemy.plot.PlotApplication
Construct a plot with the specified command-line arguments.
PlotBox - class ptolemy.plot.PlotBox.
This class provides a labeled box within which to place a data plot.
PlotBox.DragListener - class ptolemy.plot.PlotBox.DragListener.
 
PlotBox.DragListener(PlotBox) - Constructor for class ptolemy.plot.PlotBox.DragListener
 
PlotBox.ZoomListener - class ptolemy.plot.PlotBox.ZoomListener.
 
PlotBox.ZoomListener(PlotBox) - Constructor for class ptolemy.plot.PlotBox.ZoomListener
 
PlotBox() - Constructor for class ptolemy.plot.PlotBox
Construct a plot box with a default configuration.
PlotBoxMLParser - class ptolemy.plot.plotml.PlotBoxMLParser.
This class constructs a plot from specifications in PlotML (Plot Markup Language), which is an XML language.
PlotBoxMLParser() - Constructor for class ptolemy.plot.plotml.PlotBoxMLParser
Protected constructor allows derived classes to set _plot differently.
PlotBoxMLParser(PlotBox) - Constructor for class ptolemy.plot.plotml.PlotBoxMLParser
Construct an parser to parse commands for the specified plot object.
PlotFrame - class ptolemy.plot.PlotFrame.
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 ptolemy.plot.PlotLive.
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 ptolemy.plot.PlotLiveApplet.
An Applet for the PlotLive class.
PlotLiveApplet() - Constructor for class ptolemy.plot.PlotLiveApplet
 
PlotMLApplet - class ptolemy.plot.plotml.PlotMLApplet.
An Applet that can plot data in PlotML format from a URL.
PlotMLApplet() - Constructor for class ptolemy.plot.plotml.PlotMLApplet
 
PlotMLApplication - class ptolemy.plot.plotml.PlotMLApplication.
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(PlotBox, String[]) - Constructor for class ptolemy.plot.plotml.PlotMLApplication
Construct a plot with the specified command-line arguments and instance of plot.
PlotMLApplication(String[]) - Constructor for class ptolemy.plot.plotml.PlotMLApplication
Construct a plot with the specified command-line arguments.
PlotMLFrame - class ptolemy.plot.plotml.PlotMLFrame.
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 ptolemy.plot.plotml.PlotMLParser.
This class constructs a plot from specifications in PlotML (Plot Markup Language), which is an XML language.
PlotMLParser() - Constructor for class ptolemy.plot.plotml.PlotMLParser
Protected constructor allows derived classes to set _plot differently.
PlotMLParser(Plot) - Constructor for class ptolemy.plot.plotml.PlotMLParser
Construct an parser to parse commands for the specified plot object.
PlotPoint - class ptolemy.plot.PlotPoint.
A simple structure for storing a plot point.
PlotPoint() - Constructor for class ptolemy.plot.PlotPoint
 
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.
processingInstruction(String, String) - Method in class com.microstar.xml.HandlerBase
Handle a processing instruction.
ptolemy.gui - package ptolemy.gui
 
ptolemy.plot - package ptolemy.plot
 
ptolemy.plot.compat - package ptolemy.plot.compat
 
ptolemy.plot.plotml - package ptolemy.plot.plotml
 
PtolemyGraphics - class ptolemy.plot.PtolemyGraphics.
The sole purpose of this class is to workaround a monstrously poor design decision at Sun to add a method to the java.awt.Graphics class between JDK1.1 and JDK1.2.
PtolemyGraphics() - Constructor for class ptolemy.plot.PtolemyGraphics
 
PxgraphApplet - class ptolemy.plot.compat.PxgraphApplet.
An Applet that can plot data in pxgraph format from a URL.
PxgraphApplet() - Constructor for class ptolemy.plot.compat.PxgraphApplet
 
PxgraphApplication - class ptolemy.plot.compat.PxgraphApplication.
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(Plot, String[]) - Constructor for class ptolemy.plot.compat.PxgraphApplication
Construct a plot with the specified command-line arguments and instance of plot.
PxgraphApplication(String[]) - Constructor for class ptolemy.plot.compat.PxgraphApplication
Construct a plot with the specified command-line arguments.
PxgraphParser - class ptolemy.plot.compat.PxgraphParser.
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 ptolemy.gui.Query.
Create a query with various types of entry boxes and controls.
Query() - Constructor for class ptolemy.gui.Query
Construct a panel with no queries in it.
QueryListener - interface ptolemy.gui.QueryListener.
Listener interface for changes in the query box.

R

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(InputStream) - Method in class ptolemy.plot.Plot
Read a file with the old syntax (non-XML).
read(InputStream) - Method in class ptolemy.plot.compat.PxgraphParser
Read a pxgraph-compatible binary or ASCII encoded file.
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.
removeQueryListener(QueryListener) - Method in class ptolemy.gui.Query
Remove a listener.
report(Exception) - Method in class ptolemy.gui.BasicJApplet
Report an exception.
report(String, Exception) - Method in class ptolemy.gui.BasicJApplet
Report an exception with an additional message.
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 com.microstar.xml.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Resolve an external entity.
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.PlotBox
Do nothing in this base class.
samplePlot() - Method in class ptolemy.plot.Plot
Create a sample plot.
samplePlot() - Method in class ptolemy.plot.PlotFrame
Create a sample plot.
samplePlot() - Method in class ptolemy.plot.Histogram
Create a sample plot.
SAXDriver - class com.microstar.xml.SAXDriver.
A SAX driver for Microstar's Ælfred XML parser.
SAXDriver() - Constructor for class com.microstar.xml.SAXDriver
 
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(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.
setBars(double, double) - Method in class ptolemy.plot.Histogram
Set the width and offset of the bars.
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(int, int, int, int) - Method in class ptolemy.plot.EPSGraphics
 
setClip(Shape) - Method in class ptolemy.plot.EPSGraphics
 
setColor(boolean) - Method in class ptolemy.plot.PlotBox
If the argument is false, draw the plot without using color (in black and white).
setColor(Color) - Method in class ptolemy.plot.EPSGraphics
Set the current color.
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 item 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 entries for which it is appropriate, 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.
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", or "various" for the specified dataset.
setNumSets(int) - Method in class ptolemy.plot.Plot
Deprecated.  
setPaintMode() - Method in class ptolemy.plot.EPSGraphics
 
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.
setSweepsPersistence(int) - Method in class ptolemy.plot.Plot
A sweep is a sequence of points where the value of X is increasing.
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.
setWrap(boolean) - Method in class ptolemy.plot.PlotBox
Control 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
 
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.
start() - Method in class ptolemy.plot.PlotLiveApplet
Start the plot thread.
start() - Method in class ptolemy.plot.PlotLive
Make the plot active.
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 com.microstar.xml.HandlerBase
Handle the start of 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.SAXDriver
Implement com.microstar.xml.XmlHandler#startElement.
startElement(String) - Method in interface com.microstar.xml.XmlHandler
Start an element.
startElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of 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.
startElement(String) - Method in class ptolemy.plot.plotml.HistogramMLParser
Start an element.
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 com.microstar.xml.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in class ptolemy.plot.plotml.PlotBoxMLParser
Handle the start of an external entity.
stop() - Method in class ptolemy.plot.PlotLiveApplet
Stop the plot thread.
stop() - Method in class ptolemy.plot.PlotLive
Stop the plot.
stringValue(String) - Method in class ptolemy.gui.Query
Get the current value in the entry with the given name, and return as a String.

T

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.
update(Graphics) - Method in class ptolemy.plot.PlotBox
Override update so that it doesn't clear the plot.

W

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(OutputStream, String) - Method in class ptolemy.plot.compat.PxgraphApplication
Write the current data and plot configuration to the specified stream.
writeOldSyntax(OutputStream) - Method in class ptolemy.plot.PlotBox
Deprecated.  

X

x - Variable in class ptolemy.plot.PlotPoint
 
XmlException - exception com.microstar.xml.XmlException.
Convenience exception class for reporting XML parsing errors.
XmlException(String, String, int, int) - Constructor for class com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlHandler - interface com.microstar.xml.XmlHandler.
XML Processing Interface.
XmlParser - class com.microstar.xml.XmlParser.
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
 
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.PlotFrame
 
_about() - Method in class ptolemy.plot.PlotApplication
 
_about() - Method in class ptolemy.plot.compat.PxgraphApplication
Display basic information about the application.
_about() - Method in class ptolemy.plot.plotml.PlotMLFrame
Display basic information about the application.
_about() - Method in class ptolemy.plot.plotml.PlotMLApplication
 
_about() - Method in class ptolemy.plot.plotml.HistogramMLApplication
Display basic information about the application.
_about() - Method in class ptolemy.plot.plotml.EditablePlotMLApplication
Display basic information about the application.
_addPair(JLabel, Component) - Method in class ptolemy.gui.Query
Add a label and a widget to the panel.
_addPoint(boolean, String) - Method in class ptolemy.plot.plotml.PlotMLParser
Add a point based on the current attributes.
_addPoint(boolean, String) - Method in class ptolemy.plot.plotml.HistogramMLParser
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
 
_bars - Variable in class ptolemy.plot.plotml.PlotMLParser
The default bars state.
_bottomPadding - Variable in class ptolemy.plot.PlotBox
 
_checkDatasetIndex(int) - Method in class ptolemy.plot.Plot
Check the argument to ensure that it is a valid data set index.
_checkDatasetIndex(int) - Method in class ptolemy.plot.Histogram
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.PlotFrame
Close the window.
_close() - Method in class ptolemy.plot.PlotApplication
Exit the application.
_colors - Static variable in class ptolemy.plot.PlotBox
 
_concatStringArrays(String[][], String[][]) - Method in class ptolemy.gui.BasicJApplet
Concatenate two parameter info string arrays and return the result.
_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.Plot
 
_currentdataset - Variable in class ptolemy.plot.Histogram
 
_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.Plot
Draw bar from the specified point to the y axis.
_drawBar(Graphics, int, long, long, boolean) - Method in class ptolemy.plot.Histogram
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.
_drawPlot(Graphics, boolean) - Method in class ptolemy.plot.PlotBox
Draw the axes using the current range, label, and title information.
_drawPlot(Graphics, boolean) - Method in class ptolemy.plot.Plot
Draw the axes and then plot all points.
_drawPlot(Graphics, boolean) - Method in class ptolemy.plot.Histogram
Draw the axes and then plot the histogram.
_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.
_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.
_editFormat() - Method in class ptolemy.plot.PlotFrame
Interactively edit the file format.
_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.
_fileMenu - Variable in class ptolemy.plot.PlotFrame
 
_filename - Variable in class ptolemy.plot.PlotFrame
 
_foreground - Variable in class ptolemy.plot.PlotBox
 
_getBackground() - Method in class ptolemy.gui.BasicJApplet
Get the background color as set by the "background" applet parameter.
_grid - Variable in class ptolemy.gui.Query
Layout control.
_grid - Variable in class ptolemy.plot.PlotBox
 
_height - Variable in class ptolemy.plot.PlotBox
 
_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.PlotApplication
Display more detailed information than given by _about().
_help() - Method in class ptolemy.plot.plotml.PlotMLApplication
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.EditablePlotMLApplication
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
 
_lry - Variable in class ptolemy.plot.PlotBox
 
_marks - Variable in class ptolemy.plot.Plot
 
_menubar - Variable in class ptolemy.plot.PlotFrame
 
_newParser() - Method in class ptolemy.plot.plotml.PlotMLApplet
Create a new parser object for the applet.
_newParser() - Method in class ptolemy.plot.plotml.HistogramMLApplet
Create a new parser object for the applet.
_newParser() - Method in class ptolemy.plot.plotml.PlotMLApplication
Create a new parser object for the application.
_newParser() - Method in class ptolemy.plot.plotml.HistogramMLApplication
Create a new parser object for the application.
_open() - Method in class ptolemy.plot.PlotFrame
Open a new file and plot its data.
_PADDING - Static variable in class ptolemy.plot.PlotBox
 
_painted - Variable in class ptolemy.plot.Plot
 
_painted - Variable in class ptolemy.plot.Histogram
 
_parseArgs(String[]) - Method in class ptolemy.plot.PlotApplication
Parse the command-line arguments and make calls to the Plot class accordingly.
_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.
_parseLine(String) - Method in class ptolemy.plot.PlotBox
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.Histogram
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.plotml.PlotBoxMLParser
The plot object to which to apply commands.
_points - Variable in class ptolemy.plot.Plot
 
_points - Variable in class ptolemy.plot.Histogram
 
_print() - Method in class ptolemy.plot.PlotFrame
Print the plot.
_rangesGivenByZooming - Variable in class ptolemy.plot.PlotBox
 
_read(InputStream) - Method in class ptolemy.plot.PlotApplet
Read the specified stream.
_read(InputStream) - Method in class ptolemy.plot.compat.PxgraphApplet
Read the specified stream, assuming it is pxgraph formatted data.
_read(InputStream) - Method in class ptolemy.plot.plotml.PlotMLApplet
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.PlotFrame
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.compat.PxgraphApplication
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotMLFrame
Read the specified stream.
_read(URL, InputStream) - Method in class ptolemy.plot.plotml.PlotMLApplication
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 _directory and _filename protected variables.
_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.  
_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.
_specialMenu - Variable in class ptolemy.plot.PlotFrame
 
_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
 
_uly - Variable in class ptolemy.plot.PlotBox
 
_usage() - Method in class ptolemy.plot.PlotApplication
Return a string summarizing the command-line arguments.
_usage() - Method in class ptolemy.plot.compat.PxgraphApplication
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
 
_write(PrintWriter) - Method in class ptolemy.plot.PlotBox
Write plot information to the specified output stream in PlotML.
_write(PrintWriter) - Method in class ptolemy.plot.Plot
Write plot information to the specified output stream in PlotML, an XML extension.
_write(PrintWriter) - Method in class ptolemy.plot.Histogram
Write plot information to the specified output stream.
_writeOldSyntax(PrintWriter) - Method in class ptolemy.plot.PlotBox
Deprecated.  
_writeOldSyntax(PrintWriter) - Method in class ptolemy.plot.Plot
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
 
_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
 
_yTop - Variable in class ptolemy.plot.PlotBox
 

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