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

A

A - Variable in class edu.neu.ccs.gui.PathListFunction
If N > 0, then A is the index of the first node in the original path list that is not a CLOSE.
ABOVE - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating the top of a border style layout.
ABOVE_BOTTOM - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.ABOVE_BOTTOM.
ABOVE_TOP - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.ABOVE_TOP.
ACTIVATED - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the activated property.
ADD_VERTEX - Static variable in class edu.neu.ccs.gui.BaseVertexShape
Bound property name to add one or more vertices.
ADD_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonDotsShape
Bound property name to add one vertex.
ADD_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonShape
Bound property name to add one vertex.
ADD_VERTEX_TANGENT - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to add one or more vertex-tangent pairs.
ALERT_OFF - Static variable in class edu.neu.ccs.gui.AlertEvent
Value designating that alert status should be exited.
ALERT_ON - Static variable in class edu.neu.ccs.gui.AlertEvent
Value designating that alert status should be entered.
ALIGNMENT - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the alignment of a decoration for a component.
ALL_FILES_FILTER - Static variable in class edu.neu.ccs.gui.FileView
File filter that accepts all files.
ANNOTATION - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation object property.
ANNOTATION_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation alignment property.
ANNOTATION_TEXT - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation text property.
ARGUMENT_LIST_END - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the end of an argument list.
ARGUMENT_LIST_START - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the start of an argument list.
ARGUMENT_SEPARATOR - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the argument separator.
ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the ascent line of the displayed string.
ASSIGNMENT_BY_LET - Variable in class edu.neu.ccs.parser.BaseParser
The reserved keyword "let" to indicate variable assignment that is temporary, that is, one that affects only the current invocation of the parse method.
ASSIGNMENT_BY_SET - Variable in class edu.neu.ccs.parser.BaseParser
The reserved keyword "set" to indicate variable assignment that is persistent across invocations of the parse method.
ASTERISK - Static variable in class edu.neu.ccs.gui.PlotMark
The asterisk plot mark.
AUTO_CLOSE - Static variable in class edu.neu.ccs.gui.DialogAction
The choice to auto close the dialog after the action.
AUTO_SELECT - Static variable in class edu.neu.ccs.gui.TextFieldView
Bound property name for the auto select property.
A_Color - Variable in class edu.neu.ccs.gui.ColorPane
The common color for the alpha slider.
A_Label - Variable in class edu.neu.ccs.gui.ColorPane
The label for the alpha slider.
A_Paint - Variable in class edu.neu.ccs.gui.ColorPane
The gradient paint for the alpha slider track.
A_Slider - Variable in class edu.neu.ccs.gui.ColorPane
The alpha slider.
AbsoluteLayout - class edu.neu.ccs.gui.AbsoluteLayout.
Layout manager allowing child components of a container to control their own locations and sizes.
AbsoluteLayout() - Constructor for class edu.neu.ccs.gui.AbsoluteLayout
 
AbstractFunction - class edu.neu.ccs.parser.AbstractFunction.
Class AbstractFunction encapsulates a function definition and its corresponding String name for for use with a parser.
AbstractFunction(String, int) - Constructor for class edu.neu.ccs.parser.AbstractFunction
Constructs a function with the given String name and given number of expected arguments.
AbstractPaintable - class edu.neu.ccs.gui.AbstractPaintable.
The abstract class AbstractPaintable defines objects that implement Paintable.
AbstractPaintable() - Constructor for class edu.neu.ccs.gui.AbstractPaintable
 
ActionSequence - class edu.neu.ccs.gui.ActionSequence.
An ordered collection of ActionListener objects similar to a List; the sequence itself is an instance of AbstractAction; the actionPerformed method of the sequence executes the actionPerformed method of each listener in its list in order of entry into the list.
ActionSequence() - Constructor for class edu.neu.ccs.gui.ActionSequence
Constructs a sequence using the default underlying linear data structure.
ActionSequence(List) - Constructor for class edu.neu.ccs.gui.ActionSequence
Constructs a sequence using the given underlying linear data structure.
ActionWrapper - class edu.neu.ccs.gui.ActionWrapper.
Base class for encapsulating Action objects to provide extra functionality.
ActionWrapper() - Constructor for class edu.neu.ccs.gui.ActionWrapper
Constructs an empty wrapper.
ActionWrapper(Action) - Constructor for class edu.neu.ccs.gui.ActionWrapper
Constructs a wrapper that encapsulates the given action.
ActionsPanel - class edu.neu.ccs.gui.ActionsPanel.
A panel containing Action objects represented by buttons that initiate their respective actions.
ActionsPanel() - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains no actions and uses the default layout manager for a JPanel.
ActionsPanel(LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains no actions and uses the given layout manager.
ActionsPanel(Action[]) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the default layout manager for a JPanel.
ActionsPanel(Action[], LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the given layout manager.
ActionsPanel(Action[], Object[], LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the given layout manager with the given constraints.
ActivityIcon - class edu.neu.ccs.jpf.ActivityIcon.
Provides JComponents that display icons for the input, action, and output displays in MethodGUI.
ActivityIcon() - Constructor for class edu.neu.ccs.jpf.ActivityIcon
 
ActivityIcon.ActionIcon - class edu.neu.ccs.jpf.ActivityIcon.ActionIcon.
Icon representing execution of an action.
ActivityIcon.ActionIcon() - Constructor for class edu.neu.ccs.jpf.ActivityIcon.ActionIcon
 
ActivityIcon.InputIcon - class edu.neu.ccs.jpf.ActivityIcon.InputIcon.
Icon representing an input parameter.
ActivityIcon.InputIcon() - Constructor for class edu.neu.ccs.jpf.ActivityIcon.InputIcon
 
ActivityIcon.OutputIcon - class edu.neu.ccs.jpf.ActivityIcon.OutputIcon.
Icon representing output.
ActivityIcon.OutputIcon() - Constructor for class edu.neu.ccs.jpf.ActivityIcon.OutputIcon
 
AlertEvent - class edu.neu.ccs.gui.AlertEvent.
Class of AWTEvents encapsulating the designation that a graphical input object should enter or exit alert status.
AlertEvent(Object, int) - Constructor for class edu.neu.ccs.gui.AlertEvent
Constructs an alert event generated by the given source object with the given alert status specifier.
AlertListener - interface edu.neu.ccs.gui.AlertListener.
Interface to be implemented by a graphical interface component capabile of altering its visualization to signal a user alert state.
AlgebraicArea - class edu.neu.ccs.gui.AlgebraicArea.
Class AlgebraicArea provides static methods to compute the signed area of a Java Shape and of a JPT PathList object.
AlgebraicArea() - Constructor for class edu.neu.ccs.gui.AlgebraicArea
Prevent instantiation.
AliceBlue - Static variable in class edu.neu.ccs.Colors
Color AliceBlue = 240, 248, 255 = #F0F8FF.
AlignedLayout - class edu.neu.ccs.gui.AlignedLayout.
Layout that maintains a single component in a justified position within the parent container.
AlignedLayout() - Constructor for class edu.neu.ccs.gui.AlignedLayout
Constructs a layout using southwest alignment.
AlignedLayout(int) - Constructor for class edu.neu.ccs.gui.AlignedLayout
Constructs a layout using the given alignment.
Alternate_WIND_EVEN_ODD - Static variable in class edu.neu.ccs.gui.PathList
The alternate String constant for WindingRule.WIND_EVEN_ODD without underscore characters.
Alternate_WIND_NON_ZERO - Static variable in class edu.neu.ccs.gui.PathList
The alternate String constant for WindingRule.WIND_NON_ZERO without underscore characters.
Annotation - class edu.neu.ccs.gui.Annotation.
A Displayable component representing an annotation in a GUI, such as the prompt for an input object or the caption for an image.
Annotation() - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation with no icon or text.
Annotation(String) - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation displaying the given text.
Annotation(String, Font) - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation displaying the given text using the given font.
Annotation(Icon) - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation displaying the given icon.
Annotation(String, Icon, int) - Constructor for class edu.neu.ccs.gui.Annotation
Constructor for an annotation displaying the given text and icon.
Annotation(String, Icon, int, Font) - Constructor for class edu.neu.ccs.gui.Annotation
Constructor for an annotation displaying the given text and icon using the given font.
AntiqueWhite - Static variable in class edu.neu.ccs.Colors
Color AntiqueWhite = 250, 235, 215 = #FAEBD7.
Aqua - Static variable in class edu.neu.ccs.Colors
Color Aqua = 0, 255, 255 = #00FFFF.
Aquamarine - Static variable in class edu.neu.ccs.Colors
Color Aquamarine = 127, 255, 212 = #7FFFD4.
ArrayPanel - class edu.neu.ccs.gui.ArrayPanel.
Class ArrayPanel is an abstract class that is designed for the input of an array of a single type of Stringable object; this class must implement the TypedView interface in such a way that the data type associated with this view is constructed via the Stringable array in some fashion.
ArrayPanel() - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel of length 0 with the default orientation, controls, and alignment.
ArrayPanel(Stringable[]) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the default direction, controls, and alignment.
ArrayPanel(Stringable[], int) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the given orientation, and the default controls and alignment.
ArrayPanel(Stringable[], int, int, int) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the given orientation, controls and alignment.
Asterisk - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The asterisk algorithm.
AutomaticCurve - class edu.neu.ccs.gui.AutomaticCurve.
Class AutomaticCurve extends AutomaticShape and fixes the Path.Strategy to be Path.BEZIER_CUBIC.
AutomaticCurve() - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The default constructor.
AutomaticCurve(float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data.
AutomaticCurve(float[][], WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data and the given winding rule.
AutomaticCurve(float[][], ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data and the given closure mode.
AutomaticCurve(float[][], ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given closure mode, and the given winding rule.
AutomaticCurve(float[][], Tangent.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data and the given tangent strategy.
AutomaticCurve(float[][], Tangent.Strategy, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given tangent strategy, and the given winding rule.
AutomaticCurve(float[][], Tangent.Strategy, ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given tangent strategy, and the given closure mode.
AutomaticCurve(float[][], Tangent.Strategy, ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given tangent strategy, the given closure mode, and the given winding rule.
AutomaticCurve(float[][], float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data and the given end tangent data.
AutomaticCurve(float[][], float[][], WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, and the given winding rule.
AutomaticCurve(float[][], float[][], ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, and the given closure mode.
AutomaticCurve(float[][], float[][], ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, the given closure mode, and the given winding rule.
AutomaticCurve(float[][], float[][], Tangent.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, and the given tangent strategy.
AutomaticCurve(float[][], float[][], Tangent.Strategy, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, and the given winding rule.
AutomaticCurve(float[][], float[][], Tangent.Strategy, ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, and the given closure mode.
AutomaticCurve(float[][], float[][], Tangent.Strategy, ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticCurve
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given closure mode, the given winding rule.
AutomaticShape - class edu.neu.ccs.gui.AutomaticShape.
Class AutomaticShape implements a BaseVertexShape in which the tangent array is always automatically computed from the vertex array and other settings using a Tangent.Strategy object.
AutomaticShape() - Constructor for class edu.neu.ccs.gui.AutomaticShape
The default constructor with an empty shape.
AutomaticShape(float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data.
AutomaticShape(float[][], float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data and the given end tangent data.
AutomaticShape(float[][], float[][], Tangent.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, and the given tangent strategy.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, and the given path strategy.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy, ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, and the given closure mode.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy, ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, the given closure mode, and the given winding rule.
Azure - Static variable in class edu.neu.ccs.Colors
Color Azure = 240, 255, 255 = #F0FFFF.
a - Variable in class edu.neu.ccs.quick.Pair
Item A of the pair.
aAlign - Variable in class edu.neu.ccs.gui.Display
The alignment of the annotation relative to displayed object.
aToPowerX(double) - Static method in class edu.neu.ccs.F
The function x --> a-to-the-power-x = Math.pow(a, x).
aToPowerX(XComplex) - Static method in class edu.neu.ccs.FC
The function x --> a-to-the-power-x = XComplex.generalPower(a,x).
abs - Static variable in class edu.neu.ccs.F
The function x --> abs(x).
abs() - Method in class edu.neu.ccs.XBigDecimal
Sets this to abs(this).
abs(XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is the absolute value of the given y.
abs() - Method in class edu.neu.ccs.XBigInteger
Sets this to abs(this).
abs(XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the absolute value of the given y.
abs() - Method in class edu.neu.ccs.XComplex
Returns the absolute value of the complex number this; this value is the same as the value returned by the inherited method radius(), that is, sqrt(x*x+y*y).
abs(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the absolute value of the complex number z.
absArea(PathList) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the absolute value of area(path).
absArea(Shape) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the absolute value of area(shape).
accept(File) - Method in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
Returns whether or not the given file is acceptable to this filter.
accept(File) - Method in class edu.neu.ccs.util.FileExtensionFilter
Whether the given file is accepted by this filter.
acceptJPFMethods(Method[]) - Static method in class edu.neu.ccs.jpf.JPFHelper
Retains those methods in the given methods array that are JPF methods and sets the other array slots to null.
acos - Static variable in class edu.neu.ccs.F
The function x --> acos(x).
acosdeg - Static variable in class edu.neu.ccs.F
The function x --> acosdeg(x).
acosdeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc cosine in degrees of the specified input value in the range -1 to +1.
acosh(double) - Static method in class edu.neu.ccs.util.MathUtilities
Inverse hyperbolic cosine.
action - Variable in class edu.neu.ccs.console.ConsoleGateway
Case action filter used by this console object.
action - Variable in class edu.neu.ccs.gui.ActionWrapper
The action to encapsulate as a thread.
action - Variable in class edu.neu.ccs.gui.RequestImageViewer
The action to make the image viewer.
action - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The action to make the image viewer.
actionColor - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Color of action arrow.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ActionSequence
If this sequence is enabled then performs the enabled actions within the sequence in order; otherwise does nothing.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ActionWrapper
Implement the actionPerformed method to decide how the encapsulated action will be used.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ChangeAction
Performs this action by calling the changeActionPerformed method of this class intended to perform tasks requiring information contained in the ChangeEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ComponentAction
Performs this action by calling the componentActionPerformed method of this class intended to perform tasks requiring information contained in the ComponentEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.DialogAction
Invokes the actionPerformed method of the encapsulated action and then performs the action specified as the finish action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.FocusAction
Performs this action by calling the focusActionPerformed method of this class intended to perform tasks requiring information contained in the FocusEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.KeyAction
Performs this action by calling the keyActionPerformed method of this class intended to perform tasks requiring information contained in the KeyEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ListSelectionAction
Performs this action by calling the listSelectionActionPerformed method of this class intended to perform tasks requiring information contained in the ListSelectionEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.MouseAction
Performs this action by calling the mouseActionPerformed method of this class intended to perform tasks requiring information contained in the MouseEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.PaintAction
Performs this action by calling the paint method of this class.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.PropertyChangeAction
Performs this action by calling the propertyChangeActionPerformed method of this class intended to perform tasks requiring information contained in the PropertyChangeEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.SimpleAction
Performs this action by calling the simplified perform method of this class.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.SimpleThreadedAction
Performs this action by calling the performThreaded method which executes the simplified perform method in a separate thread
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ThreadedAction
Invokes the actionPerformed method of the encapsulated action in a newly created separate thread that is executed as a daemon thread.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.WindowAction
Performs this action by calling the windowActionPerformed method of this class intended to perform tasks requiring information contained in the WindowEvent triggering this action.
actions - Variable in class edu.neu.ccs.console.ConsoleWindow
Table of available actions for the GUI.
actions - Variable in class edu.neu.ccs.gui.ActionSequence
The underlying list used for storage of action listeners.
actions - Variable in class edu.neu.ccs.gui.JPTDialog
The actions panel containing actions that interact with the view in this dialog.
actions - Variable in class edu.neu.ccs.gui.PaintActionCapsule
Sequence of action listeners to perform when painted.
actionsPanel - Variable in class edu.neu.ccs.gui.GeneralDialog
The actions panel with the user response buttons.
activated - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate is activated.
activatedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window activated events.
adapter - Variable in class edu.neu.ccs.gui.Laminate
The mouse action adapter for this laminate.
adapter - Variable in class edu.neu.ccs.gui.SliderView
The mouse adapter of the main component.
add(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to add functions f,g: f + g.
add(FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to add functions f,g: f + g.
add(XBigDecimal) - Method in class edu.neu.ccs.XBigDecimal
Sets this to (this + y).
add(XBigDecimal, XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is x + y.
add(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this + y).
add(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x + y.
add(XComplex) - Method in class edu.neu.ccs.XComplex
Sets this to (this + w).
add(double, double) - Method in class edu.neu.ccs.XComplex
Sets this to (this + w) where w is the complex with coordinates x,y.
add(XComplex, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z + w.
add(double, double, double, double) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z + w where z is the complex with coordinates x1,y1 and w is the complex with coordinates x2,y2.
add(XFourier, XFourier) - Static method in class edu.neu.ccs.XFourier
Returns a new fourier equivalent mathematically to (p + q).
add(XPolynomial, XPolynomial) - Static method in class edu.neu.ccs.XPolynomial
Returns a new polynomial equivalent mathematically to (p + q).
add(XPolynomialComplex, XPolynomialComplex) - Static method in class edu.neu.ccs.XPolynomialComplex
Returns a new polynomial equivalent mathematically to (p + q).
add(int, StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Inserts the given filter at the given index in this sequence.
add(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Appends the given filter to the end of this sequence.
add(int, ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Inserts the given action listener at the given index in this sequence.
add(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Appends the given action listener to the end of this sequence.
add(Component) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to the end of this container.
add(Component, int) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component at the given position.
add(String, Component) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to this container.
add(Component) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to the end of this container.
add(Component, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component at the given position.
add(String, Component) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the given component to this container.
add(int, PathNode) - Method in class edu.neu.ccs.gui.PathList
Inserts the specified node at the specified position in this PathList and shifts any elements right as needed.
add(int, PathNode[]) - Method in class edu.neu.ccs.gui.PathList
Inserts the specified array of nodes into this PathList starting at the specified position in the list and shifts any elements right as needed.
add(int, PathNode[], boolean) - Method in class edu.neu.ccs.gui.PathList
Inserts the specified array of nodes into this PathList starting at the specified position in the list and shifts any elements right as needed.
add(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Adds the element to the set if it is not present.
addAction(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given action to the ActionsPanel by creating a JButton that, when clicked, will cause the performance of the given action.
addAction(Action, Object) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given action to the ActionsPanel with the given layout constraint.
addAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorView
Append an action listener to be performed when the method setColor is called.
addAction(int, ActionListener) - Method in class edu.neu.ccs.gui.ColorView
Add an action listener to be performed when the method setColor is called and place this action listener at the given index in the set color actions sequence.
addAction(DialogAction) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds the given dialog action to the actions panel for this dialog and returns the associated button.
addAction(Action, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds the given ordinary action with the given finish parameter to the actions panel for this dialog and returns the associated button.
addAction(String, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds a trivial action with the given name and finish parameter to the actions panel for this dialog and returns the associated button.
addAction(String, Icon, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds a trivial action with the given name, icon, and finish parameter to the actions panel for this dialog and returns the associated button.
addAction(Action) - Method in class edu.neu.ccs.gui.JPTDialog
Adds the given action to the actions panel contained by this dialog.
addAction(ActionListener) - Method in class edu.neu.ccs.gui.MultiColorView
Append an action listener to be performed when the color of any internal ColorView is set.
addAction(ActionListener) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Adds the given action listener to the end of the sequence of action listeners performed when this component is painted.
addActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.GeneralView
Adds an ActionListener.
addActionListener(ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listener to all buttons.
addActionListener(int, ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listener to the button at the given index.
addActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.StringObjectView
Adds an ActionListener.
addActionListener(ActionListener) - Method in class edu.neu.ccs.gui.StringViewer
This method is required by the GeneralView interface but the implementation does nothing since the underlying JTextArea does not fire action events.
addActionListeners(ActionListener[]) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listeners to the corresponding buttons.
addActions(Action[]) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given array of actions to this ActionsPanel by creating JButtons that, when clicked, will cause the performance of the corresponding action.
addActions(Action[], Object[]) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given actions to this ActionsPanel with the given layout constraints.
addActions(ActionListener[]) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Adds the action listeners in the given array, in order, to the end of the sequence of action listeners performed when this component is painted.
addAsListenerTo(Component) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Registers this adapter to receive mouse events generated by the given component.
addBorder(Border) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the given border as an outer wrapper around the current border of the component.
addBorder(Border) - Method in class edu.neu.ccs.gui.JPTComponent
Adds the given border as an outer wrapper around the current border of the component.
addChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.ChangeActionAdapter
Adds the given action listener to this adapter so that it will be performed when the state of the target object is adjusted.
addChildItem(Component) - Method in class edu.neu.ccs.gui.Zoo
Adds the given component to this zoo at the highest z-order position and prepares the component for direct manipulation, grouping, and selection.
addChildItem(Component, int) - Method in class edu.neu.ccs.gui.Zoo
Adds the given component to this zoo at the given z-order position and prepares the component for direct manipulation, grouping, and selection.
addChildItem(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Adds the given component to this container at the highest z-order position.
addChildItem(Component, int) - Method in class edu.neu.ccs.gui.ZooContainer
Adds the given component to this container at the given z-order position.
addChildItemImpl(Component, int) - Method in class edu.neu.ccs.gui.Zoo
Adds the given component at the given z-order position.
addChildItemImpl(Component, int) - Method in class edu.neu.ccs.gui.ZooContainer
Adds the given component at the given z-order.
addCommonButton(Action, String) - Method in class edu.neu.ccs.jpf.JPFPane
Allows the user of this class to add a common button by providing its action and tooltip.
addComponentHiddenAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is hidden.
addComponentMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is moved.
addComponentResizedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is resized.
addComponentShownAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is shown.
addConstant(String, Object) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given constant to the table of constants using the given identifier and value.
addConstants() - Method in class edu.neu.ccs.parser.BaseParser
Adds the standard constants for this parser to the environment.
addConstants() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard constants for this parser to the environment.
addDefaultAction(Action) - Method in class edu.neu.ccs.gui.JPTDialog
Adds the given action to the actions panel contained by this dialog, as the default action for the dialog.
addElement(int) - Method in class edu.neu.ccs.SmallSet
Adds the given element to this set provided that the element is in the range from minimum to maximum.
addElements(int[]) - Method in class edu.neu.ccs.SmallSet
Adds the elements from the given array of elements to this set.
addFocusGainedAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Adds an action listener to this adapter so that it will be performed when the focus is gained.
addFocusLostAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Adds an action listener to this adapter so that it will be performed when the focus is lost.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.BaseShape
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.JPTComponent
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addFunction(AbstractFunction) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given function to the table of recognized functions.
addFunctions() - Method in class edu.neu.ccs.parser.BaseParser
Adds the standard functions for this parser to the function table.
addFunctions() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard functions for this parser to the function table.
addItem(Object) - Method in class edu.neu.ccs.gui.Dropdown
Adds the item to the view by calling the method in the parent and also maintains a record that this item was added.
addItems(String[]) - Method in class edu.neu.ccs.gui.Dropdown
Adds the given String array of items to the view.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickArrayList
Method that adds the given array of items one-by-one to the array list.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickHashSet
Method that adds the given array of items one-by-one to the hash set.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickLinkedList
Method that adds the given array of items one-by-one to the linked list.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickTreeSet
Method that adds the given array of items one-by-one to the tree set.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickVector
Method that adds the given array of items one-by-one to the vector.
addKeyPressedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is pressed.
addKeyReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is released.
addKeyTypedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is typed.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Adds the given component to this layout with the given name.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Adds the given component to this layout with the given constraints.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.AlignedLayout
Adds the given component to the layout.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.AlignedLayout
Adds the given component to the layout by replacing the currently maintained component with the given component.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.CenterLayout
Adds the given component to the layout.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.CenterLayout
Adds the given component to the layout by replacing the currently contained component with the given component.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.TableLayout
Adds the given component to this table layout at the given table position.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.TableLayout
Adds the given component to this layout at the next available position.
addListSelectionAction(ActionListener) - Method in class edu.neu.ccs.gui.ListSelectionActionAdapter
Adds an action listener to this adapter so that it will be performed when a list selection is made.
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.DropdownView
 
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.FileView
 
addMalformedDataListener(MalformedDataListener) - Method in interface edu.neu.ccs.gui.Fragile
Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.StringViewer
 
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.TextFieldView
 
addMouseClickedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is clicked.
addMouseDraggedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is dragged.
addMouseEnteredAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse enters the component.
addMouseExitedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action to the action sequence so that it will be performed when the mouse exits the component.
addMouseMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is moved.
addMousePressedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse button is pressed.
addMouseReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse button is released.
addNameColorPair(String, Color) - Static method in class edu.neu.ccs.Colors
Adds a name-color pair to the internal name-color map using the given name and Color.
addNotify() - Method in class edu.neu.ccs.gui.JPTFrame
Resizes the frame upon creation of its peer window to make its contents the proper size regardless of platform specific insets size.
addNotify() - Method in class edu.neu.ccs.gui.ZooGroup
Called when the native peer for this group is created.
addObject(Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the next available position after applying the transformation of the method makeComponent.
addObject(Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the given index position after applying the transformation of the method makeComponent.
addObject(Object, Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel with the specified constaints at the next appropriate position after applying the transformation of the method makeComponent.
addObject(Object, Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the given index position after applying the transformation of the method makeComponent.
addObject(Object, int) - Method in class edu.neu.ccs.gui.HTable
Add the given object to this HTable at the position specified by the col after applying the transformation of the method makeComponent.
addObject(Object, int, int) - Method in class edu.neu.ccs.gui.HTable
Calls the inherited method from TablePanel provided that the row argument is zero.
addObject(Object, CellPosition) - Method in class edu.neu.ccs.gui.HTable
Calls the inherited method from TablePanel provided that the position argument is either null or has its row set to zero.
addObject(Object, int, int) - Method in class edu.neu.ccs.gui.TablePanel
Add the given object to this TablePanel at the position specified by the row and column after applying the transformation of the method makeComponent.
addObject(Object, CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Add the given object to this TablePanel at the position specified by the CellPosition after applying the transformation of the method makeComponent.
addObject(Object, int) - Method in class edu.neu.ccs.gui.VTable
Add the given object to this VTable at the position specified by the row after applying the transformation of the method makeComponent.
addObject(Object, int, int) - Method in class edu.neu.ccs.gui.VTable
Calls the inherited method from TablePanel provided that the col argument is zero.
addObject(Object, CellPosition) - Method in class edu.neu.ccs.gui.VTable
Calls the inherited method from TablePanel provided that the position argument is either null or has its col set to zero.
addOneButton(ActionsPanel, Action, String) - Method in class edu.neu.ccs.jpf.JPFPane
Adds one button with the given action and tool tip to the given panel and then returns the button.
addOperation(Operation, int) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given operation to the operation table at the given index in the precedence list.
addOperationAfterPrecedenceOf(Operation, Operation) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given operation op to the table of recognized operations, at a level of precedence immediately after the precendence of the existing operation compare installed in this parser.
addOperationAtPrecedenceOf(Operation, Operation) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given operation op to the table of recognized operations, at the same level of precedence as the existing operation compare installed in this parser.
addOperationBeforePrecedenceOf(Operation, Operation) - Method in class edu.neu.ccs.parser.BaseParser
Adds the given operation op to the table of recognized operations, at a level of precedence immediately before the precendence of the existing operation compare installed in this parser.
addOperations() - Method in class edu.neu.ccs.parser.BaseParser
Adds the standard operations for this parser to the operation table.
addOperations() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard operations for this parser to the operation table.
addOption(String) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label.
addOption(String, Action) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label and the given action.
addOption(String, boolean) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label and the given selection state.
addOption(String, Action, boolean) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label, the given action, and the given selection state.
addOptions(String[]) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view.
addOptions(String[], Action) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view with the same action for each option.
addOptions(String[], Action[]) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view with the each option paired with a corresponding action.
addPaintable(int, Object) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addPaintable(Object, int) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addPaintable(Object) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addPaintable(int, Object) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to convert the given object to a Paintable and then inserts this paintable at the given index in the paintable sequence; all current elements in the sequence from that index onward are displaced by one index position.
addPaintable(Object, int) - Method in class edu.neu.ccs.gui.PaintableSequence
This method is equivalent to addPaintable(int, Object) but interchanges the order of the arguments.
addPaintable(Object) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to convert the given object to a Paintable and then inserts this paintable at the top-most position in the paintable sequence; all current elements in the sequence are displaced by one index position.
addPaintableAtTop(Object) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addPaintableAtTop(Object) - Method in class edu.neu.ccs.gui.PaintableSequence
This method is equivalent to addPaintable(0, o).
addPair(String, Object) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pair with the given string and object.
addPair(StringObjectPair) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new string-object pair.
addPair(String, Object) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pair with the given string and object.
addPair(StringObjectPair) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new string-object pair.
addPair(String, Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given String and Object pair to the StringObjectMap.
addPair(StringObjectPair) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given StringObjectPair pair to the StringObjectMap.
addPair(int, String, Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given String and Object pair to the StringObjectMap at the given index.
addPair(int, StringObjectPair) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given StringObjectPair pair to the StringObjectMap at the given index.
addPairs(Object[][]) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pairs.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pairs.
addPairs(StringObjectMap) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new map.
addPairs(Object[][]) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pairs.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pairs.
addPairs(StringObjectMap) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new map.
addPairs(Object[][]) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds an array of string-object pairs to the map.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds an array of StringObjectPair pairs to the map.
addPostMutation(AffineTransform) - Method in class edu.neu.ccs.gui.AbstractPaintable
Composes the current mutator on the left with the given transform provided that the given transform is invertible.
addPostMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.AbstractPaintable
Applies a Mutator.Strategy object to the paintable by constructing an affine transform using the mutated center of the paintable and then calling addPostMutation with this transform as the argument.
addPostMutation(AffineTransform) - Method in interface edu.neu.ccs.gui.Paintable
Composes the current mutator on the left with the given transform provided that the given transform is invertible.
addPostMutation(Mutator.Strategy) - Method in interface edu.neu.ccs.gui.Paintable
Applies a Mutator.Strategy object to the paintable by constructing an affine transform using the mutated center of the paintable and then calling addPostMutation with this transform as the argument.
addPostMutation(AffineTransform) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds the post-mutation for the paintable sequence by recursively setting the post-mutation for each item in the sequence to the given transform.
addPostMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds a post-mutation determined by the given strategy and by the current setting of the mutator strategy usage.
addPreMutation(AffineTransform) - Method in class edu.neu.ccs.gui.AbstractPaintable
Composes the current mutator on the right with the given transform provided that the given transform is invertible and the paintable object supports this operation.
addPreMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.AbstractPaintable
Applies a Mutator.Strategy object to the paintable by constructing an affine transform using the original center of the paintable and then calling addPreMutation with this transform as the argument.
addPreMutation(AffineTransform) - Method in interface edu.neu.ccs.gui.Paintable
Composes the current mutator on the right with the given transform provided that the given transform is invertible and the paintable object supports this operation.
addPreMutation(Mutator.Strategy) - Method in interface edu.neu.ccs.gui.Paintable
Applies a Mutator.Strategy object to the paintable by constructing an affine transform using the original center of the paintable and then calling addPreMutation with this transform as the argument.
addPreMutation(AffineTransform) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds the pre-mutation for the paintable sequence by recursively setting the pre-mutation for each item in the sequence to the given transform.
addPreMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds a pre-mutation determined by the given strategy and by the current setting of the mutator strategy usage.
addPressAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Adds the given action listener to the sequence of actions that is performed when slider is pressed in its active area (thumb or track) in any of the 4 sliders.
addPressAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Adds the given action listener to the sequence of actions that is performed when slider is pressed in its active area (thumb or track).
addProduct(XComplex, XComplex) - Method in class edu.neu.ccs.XComplex
Sets this to (this + z * w).
addProduct(double, double, double, double) - Method in class edu.neu.ccs.XComplex
Sets this to (this + z * w) where z is the complex with coordinates x1,y1 and w is the complex with coordinates x2,y2.
addPropertyChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.PropertyChangeActionAdapter
Adds an action listener to this adapter so that it will be performed when a property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XCircle
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XCircle
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XFourier
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XFourier
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XInterval
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XInterval
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XLine2D
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XLine2D
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Registers the given object to listen for property change events with the provided name generated by this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XOval
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XOval
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomial
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomial
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomialComplex
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomialComplex
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRect
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRect
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRoundRect
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRoundRect
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRoundSquare
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRoundSquare
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XSquare
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XSquare
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Registers the given object to listen for property change events generated by this console.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Registers the given object to listen for property change events generated by this console with the provided property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.ActionWrapper
 
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Registers the given object to listen for property change events generated by this factory.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Registers the given object to listen for property change events generated by this factory with the given property name.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.BaseShape
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.BaseShape
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.JPTComponent
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.JPTComponent
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addRange(int, int) - Method in class edu.neu.ccs.SmallSet
Adds the elements from min to max inclusive to this set but omits any elements that fall outside the set bounds minimum and maximum.
addReleaseAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Adds the given action listener to the sequence of actions that is performed when slider is released after being pressed in its active area (thumb or track) in any of the 4 sliders.
addReleaseAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Adds the given action listener to the sequence of actions that is performed when slider is released after being pressed in its active area (thumb or track).
addReserved() - Method in class edu.neu.ccs.parser.BaseParser
Installs the reserved identifiers for the special functions.
addSequence(int, Object[]) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addSequence(Object[], int) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addSequence(Object[]) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addSequence(int, Object[]) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to add the given array of objects after suitable conversion into the paintable sequence starting at the given index; returns the array of paintable objects added.
addSequence(Object[], int) - Method in class edu.neu.ccs.gui.PaintableSequence
This method is equivalent to addSequence(int, Object) but interchanges the order of the arguments.
addSequence(Object[]) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to add the given array of objects after suitable conversion to the top of the paintable sequence.
addSequenceAtTop(Object[]) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
addSequenceAtTop(Object[]) - Method in class edu.neu.ccs.gui.PaintableSequence
This method is equivalent to addSequence(objects).
addSlidingAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Adds the given action listener to the sequence of actions that is performed when slider is sliding after being pressed in its active area (thumb or track) in any of the 4 sliders.
addSlidingAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Adds the given action listener to the sequence of actions that is performed when slider is sliding after being pressed in its active area (thumb or track).
addString(String) - Method in class edu.neu.ccs.quick.StringSet
Adds the given String to the StringSet.
addStrings(String[]) - Method in class edu.neu.ccs.quick.StringSet
Adds an array of strings to the set.
addToSelection(Component) - Method in class edu.neu.ccs.gui.Zoo
Adds the given top-level component to the list of selected components in this zoo.
addToggleButtons() - Method in class edu.neu.ccs.jpf.JPF
Adds the two toggle buttons to the pane GUI.
addVertex(int, float, float) - Method in class edu.neu.ccs.gui.BaseVertexShape
Adds a new vertex at the given index with the given point coordinates and makes a new path.
addVertex(int, float[]) - Method in class edu.neu.ccs.gui.BaseVertexShape
Adds a new vertex at the given index with a clone of the given point and makes a new path.
addVertexTangent(int, float, float, float, float) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new vertex and tangent at the given index with the given point and displacement coordinates x, y, dx, dy.
addVertexTangent(int, float[], float[]) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new vertex and tangent at the given index using the given point and delta arrays and makes a new path.
addVertexTangent(int, float[]) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new vertex and tangent at the given index with the given array of point and displacement coordinates and makes a new path.
addVertices(int, float[][]) - Method in class edu.neu.ccs.gui.BaseVertexShape
Adds a new sequence of vertices at the given index using clones of the given points and makes a new path.
addVerticesTangents(int, float[][], float[][]) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new sequence of vertices and tangents at the given index using copies of the given points and deltas and then makes a new path.
addVerticesTangents(int, float[][]) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new sequence of vertices and tangents at the given index extracting data from the given array of type float[K][4] and then makes a new path.
addWindowActivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is activated.
addWindowClosedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is closed.
addWindowClosingAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is closing.
addWindowDeactivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is deactivated.
addWindowDeiconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is deiconified.
addWindowIconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is iconified.
addWindowOpenedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is opened.
adjustAlignment(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment value corresponding to the given value, or INVALID_ALIGNMENT if the given value is invalid.
adjustAllDefaultFontSizes(float) - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Adjusts the font size of all default fonts by adding the given delta to the current font size of each font.
adjustBlock(int) - Method in class edu.neu.ccs.gui.CheckerBoard
Adjust the block size to lie between the minimum and maximum.
adjustGeometricParameters(int, int) - Method in class edu.neu.ccs.gui.VisualColorList
Adjust the geometric parameters.
affinetransform(double, double, double, double, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Apply the affine transform given by the matrix coefficients m00, m10, m01, m11, m02, m12 as if the transform were centered at the center of the paintable.
affinetransform(double, double, double, double, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Apply the affine transform given by the matrix coefficients m00, m10, m01, m11, m02, m12 as if the transform were centered at the center of the paintable.
afterDigits(int) - Method in class edu.neu.ccs.parser.BaseParser
Return the first character position at or after start that is not a digit.
afterSign(int) - Method in class edu.neu.ccs.parser.BaseParser
If the character at position start is '+' or '-' return (start + 1) otherwise return start.
alertIcon - Variable in class edu.neu.ccs.gui.Annotation
Icon to be displayed when this annotation is in alert status.
algorithm - Variable in class edu.neu.ccs.gui.PlotMark
The plot mark algorithm.
aliceblue - Static variable in class edu.neu.ccs.Colors
Color aliceblue = AliceBlue.
align - Variable in class edu.neu.ccs.gui.Annotation
Alignment of the icon relative to the text.
align - Variable in class edu.neu.ccs.gui.ArrayPanel
Alignment of the length controls relative to the view collection.
align - Variable in class edu.neu.ccs.gui.FileView
Alignment of the browse button relative to the field.
alignment - Variable in class edu.neu.ccs.gui.AlignedLayout
Alignment for this layout.
allowsMove() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not the child items in this zoo can be moved using direct manipulation.
allowsResize() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not the child items in this zoo can be resized using direct manipulation.
anchorX - Variable in class edu.neu.ccs.gui.MultiLineTextPaintable
The x anchor position.
anchorX - Variable in class edu.neu.ccs.gui.TextPaintable
The x anchor position.
anchorY - Variable in class edu.neu.ccs.gui.MultiLineTextPaintable
The y anchor position.
anchorY - Variable in class edu.neu.ccs.gui.TextPaintable
The y anchor position.
and(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this & y).
and(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x & y.
andNot(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this & ~y).
andNot(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x & ~y.
angleInDegrees() - Method in class edu.neu.ccs.XLine2D
Computes the angle in degrees of the line from the positive x-axis.
angleInDegrees() - Method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees from the positive x-axis.
angleInDegrees(Point2D, Point2D) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees from the point p to the point q.
angleInDegrees(double, double, double, double) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees from the the point (x1,y1) to the point (x2,y2).
angleInRadians() - Method in class edu.neu.ccs.XLine2D
Computes the angle in radians of the line from the positive x-axis.
angleInRadians() - Method in class edu.neu.ccs.XPoint2D
Computes the angle in radians from the positive x-axis.
angleInRadians(Point2D, Point2D) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in radians from the point p to the point q.
angleInRadians(double, double, double, double) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in radians from the the point (x1,y1) to the point (x2,y2).
annotationAlign - Variable in class edu.neu.ccs.gui.Display.Settings
Alignment of annotation relative to displayed object.
annotationText - Variable in class edu.neu.ccs.gui.Display.Settings
Annotation text.
annotations - Variable in class edu.neu.ccs.gui.MultiColorView
The array of all Annotation objects used for the labels.
antiquewhite - Static variable in class edu.neu.ccs.Colors
Color antiquewhite = AntiqueWhite.
append(String, int) - Method in class edu.neu.ccs.console.ConsoleTextPane
Appends the given text produced by the given output stream to the end of the text pane content.
append(GeneralPath, Shape[], boolean[]) - Static method in class edu.neu.ccs.gui.Path
Returns the GeneralPath obtained by appending the given sequence of Shape objects to the given GeneralPath using the given sequence of boolean values to determine the connection at each stage.
append(GeneralPath, Shape[], boolean) - Static method in class edu.neu.ccs.gui.Path
Returns the GeneralPath obtained by appending the given sequence of Shape objects to the given GeneralPath using the given boolean value to determine the connection at every stage.
append(PathNode) - Method in class edu.neu.ccs.gui.PathList
Appends the specified node to this PathList.
append(PathNode[]) - Method in class edu.neu.ccs.gui.PathList
Appends the specified array of nodes to this PathList.
append(PathNode[], boolean) - Method in class edu.neu.ccs.gui.PathList
Appends the specified array of nodes to this PathList.
append(PathList) - Method in class edu.neu.ccs.gui.PathList
Extract the path nodes from the given path list, clone each of these nodes, and append the cloned nodes to this path list.
append(PathList, boolean) - Method in class edu.neu.ccs.gui.PathList
Extract the path nodes from the given path list, clone each of these nodes, and append the cloned nodes to this path list.
append(Shape) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list.
append(Shape, boolean) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list.
append(Shape, AffineTransform) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list after applying the given transform.
append(Shape, AffineTransform, boolean) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list after applying the given transform.
append(Shape, AffineTransform, double) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list after applying the given transform and flatness.
append(Shape, AffineTransform, double, boolean) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given shape and appends the nodes to this path list after applying the given transform and flatness.
append(PathIterator) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given iterator and appends the nodes to this path list.
append(PathIterator, boolean) - Method in class edu.neu.ccs.gui.PathList
Extracts the path node data from the given iterator and appends the nodes to this path list.
append(String) - Method in class edu.neu.ccs.gui.StringViewer
Append the given text in the text area.
appendPaintable(Object) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
appendPaintable(Object) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to convert the given object to a Paintable and then inserts this paintable at the bottom-most position in the paintable sequence.
appendSequence(Object[]) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
appendSequence(Object[]) - Method in class edu.neu.ccs.gui.PaintableSequence
Uses makePaintable to append the given array of objects after suitable conversion onto the paintable sequence.
appendSlashIfNeeded(String) - Static method in class edu.neu.ccs.util.WebTools
Appends a slash to a URL string if it is not present.
appendVertex(float, float) - Method in class edu.neu.ccs.gui.BaseVertexShape
Appends a new vertex with the given point coordinates and makes a new path.
appendVertex(float[]) - Method in class edu.neu.ccs.gui.BaseVertexShape
Appends a new vertex with a clone of the given point and makes a new path.
appendVertexTangent(float, float, float, float) - Method in class edu.neu.ccs.gui.TweakableShape
Appends a new vertex and tangent with the given point and displacement coordinates x, y, dx, dy.
appendVertexTangent(float[], float[]) - Method in class edu.neu.ccs.gui.TweakableShape
Appends a new vertex and tangent using the given point and delta arrays and makes a new path.
appendVertexTangent(float[]) - Method in class edu.neu.ccs.gui.TweakableShape
Appends a new vertex and tangent with the given array of point and displacement coordinates and makes a new path.
appendVertices(int, float[][]) - Method in class edu.neu.ccs.gui.BaseVertexShape
Appends a new sequence of vertices using clones of the given points and makes a new path.
appendVerticesTangents(float[][], float[][]) - Method in class edu.neu.ccs.gui.TweakableShape
Appends a new sequence of vertices and tangents using copies of the given points and deltas and then makes a new path.
appendVerticesTangents(float[][]) - Method in class edu.neu.ccs.gui.TweakableShape
Appends a new sequence of vertices and tangents extracting data from the given array of type float[K][4] and then makes a new path.
appendWithNewline(String) - Method in class edu.neu.ccs.gui.StringViewer
Append the given text in the text area and then append a newline.
applyAlignment(Dimension, Dimension, Point) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the point at which a component of the given size should be located within its parent of the given size, translated by the given origin point.
applyAlignment(int, int, int, int, int, int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the point, given in terms of the parent container's coordinate space, where a component of the given size should be located given a cell with the provided bounds and the given alignment value.
applyGain(float, Line) - Static method in class edu.neu.ccs.util.SoundUtilities
Sets the gain for the given line to the given gain.
applyLengthFromControls() - Method in class edu.neu.ccs.gui.ArrayPanel
Sets the length of the array, that is, the number of views in the collection, to the raw array length represented by the view state of the length field.
applyOpacity(Graphics2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Applies the current opacity to calculate and set a net opacity.
applyOpacity(Graphics2D) - Method in interface edu.neu.ccs.gui.Paintable
Apply the current opacity to calculate and set a net opacity for the given graphics context.
applyPan(float, Line) - Static method in class edu.neu.ccs.util.SoundUtilities
Sets the pan for the given line to the given pan.
aqua - Static variable in class edu.neu.ccs.Colors
Color aqua = Aqua.
aquamarine - Static variable in class edu.neu.ccs.Colors
Color aquamarine = Aquamarine.
arcDiameter - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc diameter.
arcInset - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc inset.
arcRadius - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc radius.
arcStartAngle - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc start angle.
arcTotalAngle - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc total angle.
arcXCorner - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc box x-corner.
arcXStart - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The x-position of the start of the arc.
arcYCorner - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arc box y-corner.
arcYStart - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The y-position of the start of the arc.
arcr - Variable in class edu.neu.ccs.XRoundSquare
The arc radius.
areCodecsInstalled() - Static method in class edu.neu.ccs.codec.CodecUtilities
Returns whether or not the standard CODECs have been installed.
area(PathList) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the signed area enclosed by the given path following calculus conventions for its computation.
area(Shape) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the signed area enclosed by the given shape following calculus conventions for its computation.
area - Variable in class edu.neu.ccs.gui.PaintSwatch
The area to paint on within the border.
area1(double, double, double, double) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the signed area of the trapezoid bounded by the line from (x0,y0) to (x1,y1), the x-axis, and vertical lines dropped from the endpoints of the line to the x-axis.
area2(double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the signed area of the generalized trapezoid bounded by the quadratic Bezier curve with control points (x0,y0), (x1,y1), (x2,y2), the x-axis, and vertical lines dropped from the endpoints of the curve to the x-axis.
area3(double, double, double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.AlgebraicArea
Returns the signed area of the generalized trapezoid bounded by the cubic Bezier curve with control points (x0,y0), (x1,y1), (x2,y2), (x3,y3), the x-axis, and vertical lines dropped from the endpoints of the curve to the x-axis.
arguments - Variable in class edu.neu.ccs.parser.AbstractFunction
The number of arguments required by this function.
arguments() - Method in class edu.neu.ccs.parser.AbstractFunction
Returns the number of arguments of this function.
arrayLength - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The actual length of the array, that is, the current number of input views in the array panel.
arrayList - Variable in class edu.neu.ccs.util.FileExtensionFilter
The filter as an array of extensions.
arrowsize - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The arrow size.
asin - Static variable in class edu.neu.ccs.F
The function x --> asin(x).
asindeg - Static variable in class edu.neu.ccs.F
The function x --> asindeg(x).
asindeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc sine in degrees of the specified input value in the range -1 to +1.
asinh(double) - Static method in class edu.neu.ccs.util.MathUtilities
Inverse hyperbolic sine.
assignArgumentList(String[], Object[]) - Method in class edu.neu.ccs.parser.BaseParser
This method takes id-value pairs from corresponding positions in the lists ids and values and performs the assignment using assignLetVariable.
assignLetVariable(String, Object) - Method in class edu.neu.ccs.parser.BaseParser
Assigns the given value to the given identifier as a temporary "let" variable in the context of the current call to the parse method of this parser, replacing any previous "let" variable associated with the same identifier in this same context.
assignSetVariable(String, Object) - Method in class edu.neu.ccs.parser.BaseParser
Assigns the given value to the given identifier as a persistant "set" variable for this parser, replacing any previous "set" variable associated with the same identifier.
assignVariable(String, Object, Hashtable) - Method in class edu.neu.ccs.parser.BaseParser
Assigns the given value to the given identifier in the given binding environment, replacing any previous value in the environment associated with the same identifier.
atan - Static variable in class edu.neu.ccs.F
The function x --> atan(x).
atan2(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function atan2(f, g).
atan2deg(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function atan2deg(f, g).
atan2deg(double, double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the polar angle in degrees of the point (x, y) where the y-coordinate is given first and the x-coordinate second.
atandeg - Static variable in class edu.neu.ccs.F
The function x --> atandeg(x).
atandeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc tangent in degrees of the specified input value.
atanh(double) - Static method in class edu.neu.ccs.util.MathUtilities
Inverse hyperbolic tangent.
autoAxes(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots black axes of thickness 3 in given graphics context.
autoEmptyBorder() - Method in class edu.neu.ccs.gui.TablePanel
Adds an empty border using the current vertical and horizontal gaps.
autoFramePanel(boolean) - Method in class edu.neu.ccs.gui.CheckerBoard
Auto frame if desired.
autoGridLines(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots grid lines appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for grid lines.
autoHalo - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
Determines whether or not to wrap each view of the array panel in a Halo to localize error highlights.
autoRepaint - Variable in class edu.neu.ccs.pedagogy.Turtle
Whether or not repaint occurs after each step.
autoSelect - Variable in class edu.neu.ccs.gui.TextFieldView
Autoselect policy for this view.
autoSetPreferredWidth() - Method in class edu.neu.ccs.gui.Dropdown
Automatically sets the preferred width based on the current setting of the minimum width, the current items in the dropdown list, and the current font.
autoShiftToTop - Variable in class edu.neu.ccs.gui.BufferedPanel
Whether or not to shift the current paintable to the top.
autoSpacing(int) - Method in class edu.neu.ccs.gui.PlotTool
Returns a Point2D object encapsulating an appropriate spacing for grid lines and tick marks in world coordinates.
autoTickMarks(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots tick marks appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for tick marks.
autoscaleview - Variable in class edu.neu.ccs.gui.RequestImageViewer
The check box to permit the user to decide whether to autoscale.
autoscaleview - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The check box to permit the user to decide whether to autoscale.
azure - Static variable in class edu.neu.ccs.Colors
Color azure = Azure.

B

B - Variable in class edu.neu.ccs.gui.PathListFunction
If N > 0, then B = N - 1.
BACKGROUND - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the set background property.
BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the base line of the displayed string.
BASE_PROPERTIES - Static variable in class edu.neu.ccs.gui.InputProperties
Shared base property list for input property objects.
BELOW - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating the bottom of a border style layout.
BELOW_BOTTOM - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.BELOW_BOTTOM.
BELOW_TOP - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.BELOW_TOP.
BEZIER_CUBIC - Static variable in class edu.neu.ccs.gui.Path
BEZIER_CUBIC is a Strategy that constructs a GeneralPath as the Bezier cubic defined by the given vertex and tangent arrays.
BEZIER_FRAME - Static variable in class edu.neu.ccs.gui.Path
BEZIER_FRAME is a Strategy that constructs a GeneralPath as the Bezier polygonal frame associated with the given vertex and tangent arrays.
BEZIER_TANGENT_SEGMENTS - Static variable in class edu.neu.ccs.gui.Path
BEZIER_TANGENT_SEGMENTS is a Strategy that constructs a GeneralPath as a disjoint sequence of tangent segments.
BITS - Static variable in class edu.neu.ccs.SmallSet
The integer BITS[i] has a 1-bit in position i and a 0-bit elsewhere.
BLACK_BORDER - Static variable in class edu.neu.ccs.gui.PaintSwatch
A standard black swatch border of standard thickness.
BLANK - Static variable in class edu.neu.ccs.XCircle
The data array with blank names "", "", "".
BLANK - Static variable in class edu.neu.ccs.XInterval
The data array with blank names "", "".
BLANK - Static variable in class edu.neu.ccs.XLine2D
The data array with blank names "", "", "", "".
BLANK - Static variable in class edu.neu.ccs.XOval
The data array with blank names "", "", "", "".
BLANK - Static variable in class edu.neu.ccs.XPoint2D
The data array with blank names "", "".
BLANK - Static variable in class edu.neu.ccs.XRect
The data array with blank names "", "", "", "".
BLANK - Static variable in class edu.neu.ccs.XRoundRect
The data array with blank names "", "", "", "", "", "".
BLANK - Static variable in class edu.neu.ccs.XRoundSquare
The data array with blank names "", "", "", "".
BLANK - Static variable in class edu.neu.ccs.XSquare
The data array with blank names "", "", "".
BLOCK - Static variable in class edu.neu.ccs.gui.CheckerBoard
The default checkerboard block size = 48.
BLUNT_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
The blunt-wedge-facing-east plot mark.
BLUNT_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
The blunt-wedge-facing-north plot mark.
BLUNT_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
The blunt-wedge-facing-south plot mark.
BLUNT_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
The blunt-wedge-facing-west plot mark.
BOOLEAN_VALUE - Static variable in class edu.neu.ccs.gui.BooleanView
Bound property name for the boolean value property.
BORDER - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The empty border thickness used to create space for titled borders.
BORDER - Static variable in class edu.neu.ccs.gui.VisualColorList
The standard swatch border.
BORDER_SIZE - Static variable in class edu.neu.ccs.gui.PaintSwatch
The thickness of a standard swatch border.
BORDER_SIZE - Static variable in class edu.neu.ccs.gui.VisualColorList
The standard border size.
BOTTOM - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.BOTTOM.
BOTTOM_LEFT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating bottom-left justification.
BOTTOM_RIGHT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating bottom-right justification.
BOX_SIZE - Static variable in class edu.neu.ccs.gui.ColorView
The default size for the color box.
BRACES - Static variable in class edu.neu.ccs.Strings
The start character for encodings {s0|s1|etc}.
BRACES_END - Static variable in class edu.neu.ccs.Strings
The end character for encodings {s0|s1|etc}.
BRACES_SEP - Static variable in class edu.neu.ccs.Strings
The separator character for encodings {s0|s1|etc} as a string.
BRACKETS - Static variable in class edu.neu.ccs.Strings
The start character for encodings [s0;s1;etc].
BRACKETS_END - Static variable in class edu.neu.ccs.Strings
The end character for encodings [s0;s1;etc].
BRACKETS_SEP - Static variable in class edu.neu.ccs.Strings
The separator character for encodings [s0;s1;etc] as a string.
BRING_TO_FRONT_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to bring the first selected component in this zoo to the front of the z-order.
BUFFER_HEIGHT - Static variable in class edu.neu.ccs.jpf.JPFPane
Default buffer height = 400.
BUFFER_WIDTH - Static variable in class edu.neu.ccs.jpf.JPFPane
Default buffer width = 400.
B_Color - Variable in class edu.neu.ccs.gui.ColorPane
The common color for the blue slider.
B_Label - Variable in class edu.neu.ccs.gui.ColorPane
The label for the blue slider.
B_Paint - Variable in class edu.neu.ccs.gui.ColorPane
The gradient paint for the blue slider track.
B_Slider - Variable in class edu.neu.ccs.gui.ColorPane
The blue slider.
Background - Static variable in class edu.neu.ccs.Colors
Color Background = The default Background in this UI.
BasePane - class edu.neu.ccs.gui.BasePane.
Class BasePane contains common font and size definitions for use in certain other JPT classes.
BasePane() - Constructor for class edu.neu.ccs.gui.BasePane
The default constructor that assumes a base font size of 12.
BasePane(int) - Constructor for class edu.neu.ccs.gui.BasePane
The constructor that permits the base font size to be supplied by the caller.
BaseParser - class edu.neu.ccs.parser.BaseParser.
The class BaseParser is the base class for classes of objects that provide functionality for evaluating strings into primitive types and objects using a language with a simple syntactic structure.
BaseParser() - Constructor for class edu.neu.ccs.parser.BaseParser
Constructs a new parser by initializing structures and by adding the standard operations, functions, and constants available for this parser.
BaseShape - class edu.neu.ccs.gui.BaseShape.
Class BaseShape encapsulates a Shape defined using vertex and tangent data.
BaseShape() - Constructor for class edu.neu.ccs.gui.BaseShape
The protected default constructor.
BaseVertexShape - class edu.neu.ccs.gui.BaseVertexShape.
Class BaseVertexShape extends BaseShape to provide the common functionality for those classes that either do not use the tangent data of BaseShape or compute the tangent data automatically from the vertex data and other internal settings.
BaseVertexShape() - Constructor for class edu.neu.ccs.gui.BaseVertexShape
The protected default constructor.
Beige - Static variable in class edu.neu.ccs.Colors
Color Beige = 245, 245, 220 = #F5F5DC.
BetterCircle - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The better circle algorithm for creation of plot marks.
BetterCirclePath(int, int, int) - Static method in class edu.neu.ccs.gui.PlotMarkAlgorithm
Returns a full circle path with the given center (x,y) and the given radius using the method QuarterCircleData for the computation.
Bezier - class edu.neu.ccs.util.Bezier.
The class Bezier collects several useful static mathematical functions related to Bezier curves.
Bezier() - Constructor for class edu.neu.ccs.util.Bezier
 
Bisque - Static variable in class edu.neu.ccs.Colors
Color Bisque = 255, 228, 196 = #FFE4C4.
Black - Static variable in class edu.neu.ccs.Colors
Color Black = 0, 0, 0 = #000000.
BlanchedAlmond - Static variable in class edu.neu.ccs.Colors
Color BlanchedAlmond = 255, 235, 205 = #FFEBCD.
Blue - Static variable in class edu.neu.ccs.Colors
Color Blue = 0, 0, 255 = #0000FF.
BlueViolet - Static variable in class edu.neu.ccs.Colors
Color BlueViolet = 138, 43, 226 = #8A2BE2.
BluntWedgeE - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The blunt-wedge-facing-east algorithm.
BluntWedgeN - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The blunt-wedge-facing-north algorithm.
BluntWedgeS - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The blunt-wedge-facing-south algorithm.
BluntWedgeW - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The blunt-wedge-facing-west algorithm.
BooleanOperation - class edu.neu.ccs.parser.BooleanOperation.
Class used to store a boolean operation.
BooleanOperation(String) - Constructor for class edu.neu.ccs.parser.BooleanOperation
Constructs an operation with the given symbol.
BooleanOperation(String, boolean, boolean) - Constructor for class edu.neu.ccs.parser.BooleanOperation
Constructs an operation with the given symbol and settings for unary and binary usage.
BooleanOperation(String, boolean, boolean, boolean) - Constructor for class edu.neu.ccs.parser.BooleanOperation
Constructs an operation with the given symbol and settings for unary and binary usage.
BooleanStateArray - class edu.neu.ccs.quick.BooleanStateArray.
The class BooleanStateArray tracks a boolean state corresponding to a list of int keys provided in the class constructor.
BooleanStateArray(int[]) - Constructor for class edu.neu.ccs.quick.BooleanStateArray
Initializes the BooleanStateArray with the list of keys whose boolean state will be maintained.
BooleanView - class edu.neu.ccs.gui.BooleanView.
A TypedView for the input of a boolean value.
BooleanView(String) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and a default value of true.
BooleanView(String, boolean) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and the given default value.
BooleanView(String, Action) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and a default value of true that will execute the given action when clicked.
BooleanView(String, Action, boolean) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and the given default value that will execute the given action when clicked.
Borders - class edu.neu.ccs.gui.Borders.
Class Borders redesigns the Java class BorderFactory by providing brief names for many methods in that class and by providing additional convenience methods that do not exist in that class.
Borders() - Constructor for class edu.neu.ccs.gui.Borders
Private constructor to prevent instantiation.
BoundFilter - class edu.neu.ccs.filter.BoundFilter.
Abstract superclass for filters that represent an inclusive or exclusive bounded range.
BoundFilter(boolean) - Constructor for class edu.neu.ccs.filter.BoundFilter
Constructs an inclusive or exclusive range.
Brown - Static variable in class edu.neu.ccs.Colors
Color Brown = 165, 42, 42 = #A52A2A.
BufferedPanel - class edu.neu.ccs.gui.BufferedPanel.
A BufferedPanel combines bit-map-graphics with algorithmic graphics based on objects.
BufferedPanel(int, int) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given width and height, and a white background.
BufferedPanel(Dimension) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given Dimension, and a white background.
BufferedPanel(int, int, Paint) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given width and height, and the given background color or Paint for the image.
BufferedPanel(Dimension, Paint) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given Dimension, and the given background color or Paint for the image.
BufferedPanel.Painter - class edu.neu.ccs.gui.BufferedPanel.Painter.
Panel that paints the internal buffered image that maintains the persistent graphics state of the buffered panel.
BufferedPanel.Painter(BufferedPanel) - Constructor for class edu.neu.ccs.gui.BufferedPanel.Painter
Contructor that should only be called by a BufferedPanel.
BurlyWood - Static variable in class edu.neu.ccs.Colors
Color BurlyWood = 222, 184, 135 = #DEB887.
b - Variable in class edu.neu.ccs.quick.Pair
Item B of the pair.
background - Static variable in class edu.neu.ccs.Colors
Color background = Background.
background - Variable in class edu.neu.ccs.gui.AbstractPaintable
The background paint if any.
background - Variable in class edu.neu.ccs.gui.DisplayPanel
Background color before alert status was entered.
backgroundTile - Variable in class edu.neu.ccs.gui.AbstractPaintable
The background tile if any.
base - Variable in class edu.neu.ccs.console.ConsoleTextPane
Base style from which all other styles are created.
base - Variable in class edu.neu.ccs.gui.PaintBar
The x and y coordinate of the corner of disk (0, 0).
baseClass - Variable in class edu.neu.ccs.jpf.JPFPane
Base class for the initializer object; the code that recursively extracts JPF methods will stop the search when this base class is reached.
baseFontSize - Variable in class edu.neu.ccs.gui.BasePane
The base font size which either defaults to 12 or is supplied in the constructor.
beep() - Method in class edu.neu.ccs.console.ConsoleTextPane
Sounds the default system beep.
beep() - Static method in class edu.neu.ccs.util.SystemUtilities
Sounds the machine beep.
beige - Static variable in class edu.neu.ccs.Colors
Color beige = Beige.
bevelBorderLowered() - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a default lowered bevel border.
bevelBorderLowered(Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered bevel border with the given highlight and shadow colors.
bevelBorderLowered(Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered bevel border with the given colors.
bevelBorderLowered(int, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered bevel border with the given parameters.
bevelBorderLowered(int, Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered bevel border with the given parameters.
bevelBorderLowered() - Method in class edu.neu.ccs.gui.JPTComponent
Adds a default lowered bevel border.
bevelBorderLowered(Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered bevel border with the given highlight and shadow colors.
bevelBorderLowered(Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered bevel border with the given colors.
bevelBorderLowered(int, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered bevel border with the given parameters.
bevelBorderLowered(int, Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered bevel border with the given parameters.
bevelBorderRaised() - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised bevel border.
bevelBorderRaised(Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised bevel border with the given highlight and shadow colors.
bevelBorderRaised(Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised bevel border with the given colors.
bevelBorderRaised(int, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised bevel border with the given parameters.
bevelBorderRaised(int, Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised bevel border with the given parameters.
bevelBorderRaised() - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised bevel border.
bevelBorderRaised(Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised bevel border with the given highlight and shadow colors.
bevelBorderRaised(Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised bevel border with the given colors.
bevelBorderRaised(int, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised bevel border with the given parameters.
bevelBorderRaised(int, Color, Color, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised bevel border with the given parameters.
bevelLowered() - Static method in class edu.neu.ccs.gui.Borders
Creates a default lowered bevel border.
bevelLowered(Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered bevel border with the given highlight and shadow colors.
bevelLowered(Color, Color, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered bevel border with the given outer and inner highlight colors and the given outer and inner shadow colors.
bevelLowered(int, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered bevel border in which the thickness of each edge is equal to the number of levels.
bevelLowered(int, Color, Color, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered bevel border in which the thickness of each edge is equal to the number of levels.
bevelRaised() - Static method in class edu.neu.ccs.gui.Borders
Creates a default raised bevel border.
bevelRaised(Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a raised bevel border with the given highlight and shadow colors.
bevelRaised(Color, Color, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered bevel border with the given outer and inner highlight colors and the given outer and inner shadow colors.
bevelRaised(int, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a raised bevel border in which the thickness of each edge is equal to the number of levels.
bevelRaised(int, Color, Color, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a raised bevel border in which the thickness of each edge is equal to the number of levels.
bezierCoefficients(int, int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the coefficients needed to compute the Bezier tangents corresponding to the length of the vertex data.
bezierD(double, double) - Static method in class edu.neu.ccs.util.Bezier
The trivial double Bezier polynomial of degree 0 that returns x0.
bezierD(double, double, double) - Static method in class edu.neu.ccs.util.Bezier
The double Bezier polynomial of degree 1 that returns the interpolation of x0 and x1 relative to t.
bezierD(double, double, double, double) - Static method in class edu.neu.ccs.util.Bezier
The double Bezier polynomial of degree 2 that returns the interpolation of the next pair of lower Bezier's relative to t.
bezierD(double, double, double, double, double) - Static method in class edu.neu.ccs.util.Bezier
The double Bezier polynomial of degree 3 that returns the interpolation of the next pair of lower Bezier's relative to t.
bezierD(double, double[], int, int) - Static method in class edu.neu.ccs.util.Bezier
This version of the Bezier polynomial uses the given polynomial parameter t, the given array of control points, and a pair of index values a and b with a <= b that define the range used in array for the computation; the function returns the Bezier for the given data.
bezierF(float, float) - Static method in class edu.neu.ccs.util.Bezier
The trivial float Bezier polynomial of degree 0 that returns x0.
bezierF(float, float, float) - Static method in class edu.neu.ccs.util.Bezier
The float Bezier polynomial of degree 1 that returns the interpolation of x0 and x1 relative to t.
bezierF(float, float, float, float) - Static method in class edu.neu.ccs.util.Bezier
The float Bezier polynomial of degree 2 that returns the interpolation of the next pair of lower Bezier's relative to t.
bezierF(float, float, float, float, float) - Static method in class edu.neu.ccs.util.Bezier
The float Bezier polynomial of degree 3 that returns the interpolation of the next pair of lower Bezier's relative to t.
bezierF(float, float[], int, int) - Static method in class edu.neu.ccs.util.Bezier
This version of the Bezier polynomial uses the given polynomial parameter t, the given array of control points, and a pair of index values a and b with a <= b that define the range used in array for the computation; the function returns the Bezier for the given data.
bezierStrategy() - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the bezierTangents method using sufficient terms to guarantee second derviative smoothness in practical situations.
bezierStrategy(int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the bezierTangents method using the given number of terms.
bezierTangentSegmentPoints(float[][], float[][]) - Static method in class edu.neu.ccs.gui.BaseShape
Static method that returns a float array that contains the Bezier tangent segments for the given vertex and tangent arrays.
bezierTangents(float[][], int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the unique Bezier tangents to make a smooth closed cubic spline curve through the given vertex data.
bezierTangents(float[][], float[][], int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the unique Bezier tangents to make a smooth open cubic spline curve through the given vertex data and with the given endTangent data.
binaryForXBoolean(XBoolean, XBoolean) - Method in class edu.neu.ccs.parser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on boolean arguments.
binaryForXFloating(XDouble, XDouble) - Method in class edu.neu.ccs.parser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on floating arguments.
binaryForXFloating(XDouble, XDouble) - Method in class edu.neu.ccs.parser.NumericOperation
Override this method to specify the result of this operation acting as a binary operation on floating arguments.
binaryForXIntegral(XBigInteger, XBigInteger) - Method in class edu.neu.ccs.parser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on integral arguments.
binaryForXIntegral(XBigInteger, XBigInteger) - Method in class edu.neu.ccs.parser.NumericOperation
Override this method to specify the result of this operation acting as a binary operation on integral arguments.
binomial(int, int) - Static method in class edu.neu.ccs.XBigInteger
Returns the binomial coefficient for n, k.
bisque - Static variable in class edu.neu.ccs.Colors
Color bisque = Bisque.
bitCount() - Method in class edu.neu.ccs.XBigInteger
Returns the number of bits in the two's complement representation of this XBigInteger that differ from its sign bit.
bitLength() - Method in class edu.neu.ccs.XBigInteger
Returns the number of bits in the minimal two's-complement representation of this XBigInteger, excluding a sign bit.
bits - Variable in class edu.neu.ccs.SmallSet
If bitsValid is true, then this array will contain the bit masks BITS[i] that correspond to the elements i in this set.
bitsValid - Variable in class edu.neu.ccs.SmallSet
The boolean that records whether or not the bit arrays associated with this set have been constructed and are valid.
black - Static variable in class edu.neu.ccs.Colors
Color black = Black.
blanchedalmond - Static variable in class edu.neu.ccs.Colors
Color blanchedalmond = BlanchedAlmond.
block - Variable in class edu.neu.ccs.gui.CheckerBoard
The size of a checkerboard block.
blocks - Variable in class edu.neu.ccs.gui.CheckerBoard
The array of checkerboard blocks.
blue - Static variable in class edu.neu.ccs.Colors
Color blue = Blue.
blueviolet - Static variable in class edu.neu.ccs.Colors
Color blueviolet = BlueViolet.
body - Variable in class edu.neu.ccs.parser.SimpleFunction
The function body that will be parsed during evaluation.
body() - Method in class edu.neu.ccs.parser.SimpleFunction
Returns this function's body.
bodyLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the function body text field.
bodyTFV - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The function body text field.
boldBox - Variable in class edu.neu.ccs.gui.FontSampler
The bold check box.
booleanOrNumeric - Variable in class edu.neu.ccs.parser.BooleanOperation
Whether or not the operation can accept boolean or numeric arguments.
boundViewportPreferredSize(Dimension) - Method in class edu.neu.ccs.gui.JPTScrollPane
Bounds the preferred size of the scrollpane's viewport to be no larger than the given Dimension.
boundViewportPreferredSize(int, int) - Method in class edu.neu.ccs.gui.JPTScrollPane
Bounds the preferred size of the scrollpane's viewport to be no larger than the given width and height.
bounds - Variable in class edu.neu.ccs.gui.PaintBar
The bounds of the paint bar.
bounds - Variable in class edu.neu.ccs.gui.PaintableButton
The current default bounds of the component.
bounds - Variable in class edu.neu.ccs.gui.PaintableComponent
The current default bounds of the component.
box - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The common shape for the box.
boxColor - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Color of the box.
boxXCenter - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The box x-center.
boxXCorner - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The box x-corner.
boxYCenter - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The box y-center.
boxYCorner - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The box y-corner.
boxsize - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The box size.
brickEtoW(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a brick pattern oriented horizontally (EW) such that the brick cell has dimensions width = 2 * size, height = size and uses the given cell color and edge color.
brickNEtoSW(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(brickEtoW(args)).
brickNWtoSE(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn135(brickEtoW(args)).
brickNtoS(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn90(brickEtoW(args)).
bringToFront(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the highest z-order position in this container.
brown - Static variable in class edu.neu.ccs.Colors
Color brown = Brown.
browse - Variable in class edu.neu.ccs.gui.FileView
Button that brings up the file chooser.
bsa - Variable in class edu.neu.ccs.gui.KeyPressReleaseListener
The structure to maintain the pressed-released state.
buffer - Variable in class edu.neu.ccs.gui.BufferedPanel
The buffered image that maintains the persistent graphics state.
bufferBackground - Variable in class edu.neu.ccs.gui.BufferedPanel
The background paint for this buffered panel.
bufferheight - Variable in class edu.neu.ccs.gui.BufferedPanel
The buffer height.
bufferwidth - Variable in class edu.neu.ccs.gui.BufferedPanel
The buffer width.
buildArrayPanel() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Main method to build the array panel.
buildButtons() - Method in class edu.neu.ccs.jpf.JPFPane
Build the buttons and the buttons panel.
buildControls() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Helper method to build the end user controls.
buildGUI() - Method in class edu.neu.ccs.jpf.JPFPane
Build the main panel.
buildHorizontalGUI() - Method in class edu.neu.ccs.jpf.MethodGUI
Install the views in the GUI using a horizontal arrangement.
buildInnerPanel() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Helper method to build the inner panel with labels and views.
buildParameterViews() - Method in class edu.neu.ccs.jpf.MethodGUI
Build the array of views for the method parameters.
buildReturnView() - Method in class edu.neu.ccs.jpf.MethodGUI
Build the view for the return value.
buildScrollPane() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Helper method to build the scroll pane.
buildScrollPane() - Method in class edu.neu.ccs.jpf.MethodGUI
Build the scroll pane for the GUI TablePanel and add it to the enclosing DisplayPanel.
buildTable() - Method in class edu.neu.ccs.jpf.MethodGUI
Build the GUI TablePanel.
buildVerticalGUI() - Method in class edu.neu.ccs.jpf.MethodGUI
Install the views in the GUI using a vertical arrangement.
builder - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The SimpleFunctionBuilder for the functions definition pane.
burlywood - Static variable in class edu.neu.ccs.Colors
Color burlywood = BurlyWood.
buttonFont - Variable in class edu.neu.ccs.gui.BasePane
The button font uses the sans serif font with BOLD style in the common font size.
buttonGroup - Variable in class edu.neu.ccs.gui.RadioPanel
Button buttonGroup to enforce mutual exclusion for selections.
buttonsPanel - Variable in class edu.neu.ccs.jpf.JPFPane
Buttons panel that combines the three actions panels.
byteToHex(byte) - Static method in class edu.neu.ccs.util.Hex
Returns the 2-character hexadecimal String for the given byte.
byteValue() - Method in class edu.neu.ccs.XBigDecimal
 
byteValue() - Method in class edu.neu.ccs.XBigInteger
 
byteValue() - Method in class edu.neu.ccs.XByte
 
byteValue() - Method in class edu.neu.ccs.XDouble
 
byteValue() - Method in class edu.neu.ccs.XFloat
 
byteValue() - Method in class edu.neu.ccs.XInt
 
byteValue() - Method in class edu.neu.ccs.XLong
 
byteValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a byte value.
byteValue() - Method in class edu.neu.ccs.XShort
 
bytesToIntHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array assuming that the byte order is high-to-low.
bytesToIntHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToIntHiLo(byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the four given bytes assuming the byte order is high-to-low.
bytesToIntLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array assuming that the byte order is low-to-high.
bytesToIntLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToIntLoHi(byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the four given bytes assuming the byte order is low-to-high.
bytesToLongHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array assuming that the byte order is high-to-low.
bytesToLongHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToLongHiLo(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the eight given bytes assuming the byte order is high-to-low.
bytesToLongLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array assuming that the byte order is low-to-high.
bytesToLongLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToLongLoHi(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the eight given bytes assuming the byte order is low-to-high.
bytesToShortHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array assuming that the byte order is high-to-low.
bytesToShortHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToShortHiLo(byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the pair of bytes assuming b0 is the high byte and b1 is the low byte.
bytesToShortLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array assuming that the byte order is low-to-high.
bytesToShortLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToShortLoHi(byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the pair of bytes assuming b0 is the low byte and b1 is the high byte.

C

CAP_ROUND - Static variable in class edu.neu.ccs.gui.PathList
Constant used to contruct stroke.
CENTER - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.CENTER.
CENTER - Static variable in class edu.neu.ccs.gui.TextAnchor
The XLocator object that corresponds to an anchor at the horizontal center of the displayed string.
CENTER_ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and ASCENTLINE.
CENTER_BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and BASELINE.
CENTER_DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and DESCENTLINE.
CENTER_LEADINGLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and LEADINGLINE.
CHOOSER_CLICK_COUNT - Static variable in class edu.neu.ccs.gui.ColorView
Bound property name for the chooser click count property.
CIRCLE - Static variable in class edu.neu.ccs.gui.PlotMark
The circle plot mark.
CLOSE - Static variable in class edu.neu.ccs.gui.PathList
Shorthand constant for PathIterator.SEG_CLOSE.
CLOSE - Static variable in class edu.neu.ccs.gui.PathListFunction
Shorthand constant for PathIterator.SEG_CLOSE.
CLOSE - Static variable in class edu.neu.ccs.gui.PathListIterator
Shorthand constant for PathIterator.SEG_CLOSE.
CLOSE - Static variable in class edu.neu.ccs.gui.PathNode
Shorthand constant for PathIterator.SEG_CLOSE.
CLOSED - Static variable in class edu.neu.ccs.gui.ClosureMode
CLOSED is the ClosureMode corresponding to a closed polygon or closed bezier curve, that is, limit(length) returns length.
COBITS - Static variable in class edu.neu.ccs.SmallSet
The integer BITS[i] has a 0-bit in position i and a 1-bit elsewhere.
CODEC - Static variable in class edu.neu.ccs.gui.DisplayPanel
Bound property name for the codec property.
COLOR0 - Static variable in class edu.neu.ccs.gui.CheckerBoard
The default color for checkerboard blocks whose (row + column) sum is even: black.
COLOR1 - Static variable in class edu.neu.ccs.gui.CheckerBoard
The default color for checkerboard blocks whose (row + column) sum is odd: white.
CONTROLS - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the visible controls property.
CONTROLS_MASK - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bit mask for the valid controls options.
CROSS - Static variable in class edu.neu.ccs.gui.PlotMark
The cross plot mark.
CUBIC - Static variable in class edu.neu.ccs.gui.PathList
Shorthand constant for PathIterator.SEG_CUBICTO.
CUBIC - Static variable in class edu.neu.ccs.gui.PathListFunction
Shorthand constant for PathIterator.SEG_CUBICTO.
CUBIC - Static variable in class edu.neu.ccs.gui.PathListIterator
Shorthand constant for PathIterator.SEG_CUBICTO.
CUBIC - Static variable in class edu.neu.ccs.gui.PathNode
Shorthand constant for PathIterator.SEG_CUBICTO.
CadetBlue - Static variable in class edu.neu.ccs.Colors
Color CadetBlue = 95, 158, 160 = #5F9EA0.
CancelledException - exception edu.neu.ccs.gui.CancelledException.
Exception designating that an input operation was cancelled by the user.
CancelledException() - Constructor for class edu.neu.ccs.gui.CancelledException
 
CaseActionFilter - class edu.neu.ccs.filter.CaseActionFilter.
Filter used for modification of XString objects, in order to change case, restrict particular character codes, &c.
CaseActionFilter() - Constructor for class edu.neu.ccs.filter.CaseActionFilter
 
CellPosition - class edu.neu.ccs.gui.CellPosition.
Encapsulates a row-column pair referencing an index in a 2-dimensional array.
CellPosition() - Constructor for class edu.neu.ccs.gui.CellPosition
Constructs a cell position representing the index at row 0 and column 0.
CellPosition(int, int) - Constructor for class edu.neu.ccs.gui.CellPosition
Constructs a cell position representing the index at the given row and column.
CenterLayout - class edu.neu.ccs.gui.CenterLayout.
Layout that maintains a single component in the absolute center of the parent container.
CenterLayout() - Constructor for class edu.neu.ccs.gui.CenterLayout
Constructs a new center layout.
ChangeAction - class edu.neu.ccs.gui.ChangeAction.
Encapsulates an action that is performed as a result of a ChangeEvent.
ChangeAction() - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with no name or icon.
ChangeAction(String) - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with the given name but no icon.
ChangeAction(String, Icon) - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with the given name and icon.
ChangeActionAdapter - class edu.neu.ccs.gui.ChangeActionAdapter.
An adapter class for receiving change events, and performing actions in response to those events.
ChangeActionAdapter() - Constructor for class edu.neu.ccs.gui.ChangeActionAdapter
 
ChangeActionEvent - class edu.neu.ccs.gui.ChangeActionEvent.
Class of events representing an action triggered by a change event.
ChangeActionEvent(ChangeEvent, Object) - Constructor for class edu.neu.ccs.gui.ChangeActionEvent
Constructs a change action event triggered by the given change event generated by the given source object.
ChangeActionEvent(ChangeEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.ChangeActionEvent
Constructs a change action event triggered by the given change event generated by the given source object with the given identifier and command name.
Chartreuse - Static variable in class edu.neu.ccs.Colors
Color Chartreuse = 127, 255, 0 = #7FFF00.
CheckerBoard - class edu.neu.ccs.gui.CheckerBoard.
CheckerBoard implements a checkerboard in which one can interactively contrast two colors.
CheckerBoard() - Constructor for class edu.neu.ccs.gui.CheckerBoard
The constructor that creates a checkerboard panel using the default block size and default colors and includes the interactive color controls.
CheckerBoard(int, Color, Color, boolean, boolean) - Constructor for class edu.neu.ccs.gui.CheckerBoard
The constructor that permits the caller to control the size of the checkerboard block (within limits), the initial block colors, whether to show the interactive color controls, and whether to automatically put the checkerboard into a JPTFrame.
Chocolate - Static variable in class edu.neu.ccs.Colors
Color Chocolate = 210, 105, 30 = #D2691E.
ClippingWrapper - class edu.neu.ccs.gui.ClippingWrapper.
The class ClippingWrapper will wrap a Paintable and a clipping Shape to obtain a Paintable that clips the original Paintable to the Shape.
ClippingWrapper() - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor that leaves the paintable and clipping shape as null.
ClippingWrapper(Paintable) - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor to specify the paintable to be wrapped.
ClippingWrapper(Paintable, Shape) - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor to specify the paintable to be wrapped and the clipping shape.
ClosureMode - class edu.neu.ccs.gui.ClosureMode.
Class ClosureMode encapsulates the choices for the closure mode of a polygon or bezier cubic curve.
ClosureMode() - Constructor for class edu.neu.ccs.gui.ClosureMode
Default package-private constructor to prevent outside instantiation.
Codec - interface edu.neu.ccs.codec.Codec.
Interface describing the required functionality of a class of objects whose instances can be used to encode and decode data Strings using a recursively-enabled data language.
CodecUtilities - class edu.neu.ccs.codec.CodecUtilities.
Contains utility methods providing CODEC operations.
CodecUtilities() - Constructor for class edu.neu.ccs.codec.CodecUtilities
 
ColorPane - class edu.neu.ccs.gui.ColorPane.
Class ColorPane provides a pane that may be used to interactively set a color by setting the red, green, blue, and alpha components using 4 SliderView sliders.
ColorPane() - Constructor for class edu.neu.ccs.gui.ColorPane
The default ColorPane constructor that sets the initial color to white.
ColorPane(Color) - Constructor for class edu.neu.ccs.gui.ColorPane
The ColorPane constructor that sets the initial color to the given color.
ColorPaneDialog - class edu.neu.ccs.gui.ColorPaneDialog.
Class ColorPaneDialog constructs an OK-Cancel dialog whose content is a ColorPane.
ColorPaneDialog() - Constructor for class edu.neu.ccs.gui.ColorPaneDialog
The default constructor which initializes the color pane with white.
ColorPaneDialog(Color) - Constructor for class edu.neu.ccs.gui.ColorPaneDialog
The default constructor which initializes the color pane with the given color.
ColorView - class edu.neu.ccs.gui.ColorView.
A TypedView for the input of a Color that contains an optional color swatch on the left that displays the selected color and an optional dropdown view on the right that allows for both the direct input of numeric color data (rgba or hex) and for the selection of certain colors using swatch-name pairs shown in the dropdown.
ColorView() - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data.
ColorView(Color) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data; the initial color to be displayed is the given color.
ColorView(Color, Dimension) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension.
ColorView(Color, Dimension, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension; the minimum width of the dropdown editable area is the given minWidth.
ColorView(Color, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height.
ColorView(Color, int, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height; the minimum width of the dropdown editable area is the given minWidth.
ColorView(Color, boolean) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color dropdown for the precise entry of color data; the initial color to be displayed is the given color.
ColorView(Color, boolean, Dimension) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension.
ColorView(Color, boolean, Dimension, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension; the minimum width of the dropdown editable area is the given minWidth.
ColorView(Color, boolean, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height.
ColorView(Color, boolean, int, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color dropdown for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height; the minimum width of the dropdown editable area is the given minWidth.
Colors - class edu.neu.ccs.Colors.
Class ColorsColors() - Constructor for class edu.neu.ccs.Colors
 
ComponentAction - class edu.neu.ccs.gui.ComponentAction.
Encapsulates an action that is performed as a result of a ComponentEvent.
ComponentAction() - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with no name or icon.
ComponentAction(String) - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with the given name but no icon.
ComponentAction(String, Icon) - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with the given name and icon.
ComponentActionAdapter - class edu.neu.ccs.gui.ComponentActionAdapter.
An adapter class for receiving component events and performing actions in response to those events.
ComponentActionAdapter() - Constructor for class edu.neu.ccs.gui.ComponentActionAdapter
Constructs a component action adapter.
ComponentActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.ComponentActionAdapter
Constructs a component action adapter listening for component events generated by the given component.
ComponentActionEvent - class edu.neu.ccs.gui.ComponentActionEvent.
Class of events representing an action triggered by a component event.
ComponentActionEvent(ComponentEvent, Object) - Constructor for class edu.neu.ccs.gui.ComponentActionEvent
Constructs a component action event triggered by the given component event generated by the given source object.
ComponentActionEvent(ComponentEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.ComponentActionEvent
Constructs a component action event triggered by the given component event generated by the given source object with the given identifier and command name.
ComponentFactory - class edu.neu.ccs.gui.ComponentFactory.
ComponentFactory has 3 static methods that create gui or graphical objects from more general objects.
ComponentFactory() - Constructor for class edu.neu.ccs.gui.ComponentFactory
 
ConsoleAware - interface edu.neu.ccs.console.ConsoleAware.
Interface to be implemented by classes of objects that desire access to the shared text console.
ConsoleGateway - class edu.neu.ccs.console.ConsoleGateway.
Provides methods for using a console object to perform text input and output operations.
ConsoleGateway() - Constructor for class edu.neu.ccs.console.ConsoleGateway
Constructs a console object using the system streams by default for input and output operations.
ConsoleGateway.ConsoleInputStream - class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream.
Inner class of ConsoleGateway that provides input functionality for a console object.
ConsoleGateway.ConsoleInputStream() - Constructor for class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
 
ConsoleGateway.ConsoleOutputStream - class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream.
Inner class of ConsoleGateway, and derived class of OutputStream that provides output functionality for a console object.
ConsoleGateway.ConsoleOutputStream(int) - Constructor for class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Constructs a console output stream with the given destination.
ConsoleInputListener - interface edu.neu.ccs.console.ConsoleInputListener.
Interface to be implemented by classes of objects that wish to be notified when a line of console input has been gathered by an "activated" console.
ConsoleTextPane - class edu.neu.ccs.console.ConsoleTextPane.
A text pane for styled input and output of console text.
ConsoleTextPane() - Constructor for class edu.neu.ccs.console.ConsoleTextPane
Constructs a console text pane ready for modification through the deserialization process.
ConsoleTextPane(ConsoleWindow) - Constructor for class edu.neu.ccs.console.ConsoleTextPane
Constructs a console text pane contained by the given console window.
ConsoleWindow - class edu.neu.ccs.console.ConsoleWindow.
A floating window containing a console text pane, with a menu providing access to functionality for the "activated" console object.
ConsoleWindow(ConsoleGateway) - Constructor for class edu.neu.ccs.console.ConsoleWindow
Constructs a console window.
Conversions - class edu.neu.ccs.util.Conversions.
Class Conversions contains type conversion utility functions suitable for processing byte sequences and byte arrays and for conversion of integral values (short, int, or long) to floating values (float or double) that are between -1 and +1.
Conversions() - Constructor for class edu.neu.ccs.util.Conversions
Private constructor to prevent instantiation.
Coral - Static variable in class edu.neu.ccs.Colors
Color Coral = 255, 127, 80 = #FF7F50.
CornflowerBlue - Static variable in class edu.neu.ccs.Colors
Color CornflowerBlue = 100, 149, 237 = #6495ED.
Cornsilk - Static variable in class edu.neu.ccs.Colors
Color Cornsilk = 255, 248, 220 = #FFF8DC.
CountPrefixCodec - class edu.neu.ccs.codec.CountPrefixCodec.
CODEC implementation whose encoding scheme prefixes data with character and element counts.
CountPrefixCodec() - Constructor for class edu.neu.ccs.codec.CountPrefixCodec
Constructs an object capable of encoding and decoding data using the "Count-prefix" encoding scheme.
Crimson - Static variable in class edu.neu.ccs.Colors
Color Crimson = 220, 20, 60 = #DC143C.
Cross - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The cross sign algorithm.
Cyan - Static variable in class edu.neu.ccs.Colors
Color Cyan = 0, 255, 255 = #00FFFF.
c - Variable in class edu.neu.ccs.gui.AlignedLayout
Component to be maintained by this layout.
c - Variable in class edu.neu.ccs.gui.CenterLayout
The component to be maintained by this layout.
cadetblue - Static variable in class edu.neu.ccs.Colors
Color cadetblue = CadetBlue.
calculateMaximumSize() - Method in class edu.neu.ccs.gui.ZooGroup
Returns the minimum size for this group, calculated from its current size and the smallest ratio of maximum size to current size among the contained components.
calculateMinimumSize() - Method in class edu.neu.ccs.gui.ZooGroup
Returns the minimum size for this group, calculated from its current size and the largest ratio of minimum size to current size among the contained components.
call(String, double[]) - Method in class edu.neu.ccs.parser.BaseParser
Call the function with the given name that is installed in this parser using the given double data as arguments and return a double value.
call(String, double) - Method in class edu.neu.ccs.parser.BaseParser
Call the function with the given name that is installed in this parser using the given double x as the argument and return a double value.
call(String, double, double) - Method in class edu.neu.ccs.parser.BaseParser
Call the function with the given name that is installed in this parser using the given doubles x,y as arguments and return a double value.
call(String, double, double, double) - Method in class edu.neu.ccs.parser.BaseParser
Call the function with the given name that is installed in this parser using the given doubles x,y,z as arguments and return a double value.
call(String, double, double, double, double) - Method in class edu.neu.ccs.parser.BaseParser
Call the function with the given name that is installed in this parser using the given doubles x,y,z,w as arguments and return a double value.
call(AbstractFunction, double[]) - Static method in class edu.neu.ccs.parser.BaseParser
Call the given abstract function using the given double data as arguments and return a double value.
call(AbstractFunction, double) - Static method in class edu.neu.ccs.parser.BaseParser
Call the given abstract function using the given double x as the argument and return a double value.
call(AbstractFunction, double, double) - Static method in class edu.neu.ccs.parser.BaseParser
Call the given abstract function using the given doubles x,y as arguments and return a double value.
call(AbstractFunction, double, double, double) - Static method in class edu.neu.ccs.parser.BaseParser
Call the given abstract function using the given doubles x,y,z as arguments and return a double value.
call(AbstractFunction, double, double, double, double) - Static method in class edu.neu.ccs.parser.BaseParser
Call the given abstract function using the given doubles x,y,z,w as arguments and return a double value.
cancel() - Method in class edu.neu.ccs.gui.ErrorDialog
Resets the view state of the view object to the original erroneous view state and then closes the dialog, noting that the dialog was dismissed by cancellation.
cancel() - Method in class edu.neu.ccs.gui.InputDialog
Closes the dialog, noting that the dialog was dismissed by cancellation.
cancelled - Variable in class edu.neu.ccs.gui.GeneralDialog
Whether or not this dialog was dismissed by cancellation.
cancelled - Variable in class edu.neu.ccs.gui.InputDialog
Whether or not this dialog was dismissed by cancellation.
caption - Variable in class edu.neu.ccs.gui.Display
The annotation for this display.
ceil - Static variable in class edu.neu.ccs.F
The function x --> ceil(x).
cellAlignment - Variable in class edu.neu.ccs.gui.TableLayout
Alignment for cells in this table layout.
center() - Method in class edu.neu.ccs.gui.GeneralDialog
Centers this dialog on the user screen or in its parent window.
center() - Method in class edu.neu.ccs.gui.JPTDialog
Centers this dialog on the user screen.
center() - Method in class edu.neu.ccs.gui.JPTFrame
Centers the frame on the user screen relative to the current screen insets.
center - Variable in class edu.neu.ccs.gui.PaintBar
The x and y coordinate of the center of disk (0, 0).
centered - Variable in class edu.neu.ccs.gui.LayeredComponent
Whether or not the topmost object should be centered.
centeredTransform(double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of centeredTransform in TransformFactory.
centeredTransform(double, double, AffineTransform) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the affine transform centered at the given point (x, y) constructed by translating the given transform.
centeredTransform(double, double, double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the affine transform centered at the given point (x, y) whose corresponding 2-by-3 matrix at the origin is the given matrix.
changeActionPerformed(ChangeEvent) - Method in class edu.neu.ccs.gui.ChangeAction
Performs the tasks encapsulated by this action.
changeActions - Variable in class edu.neu.ccs.gui.ChangeActionAdapter
List of actions to be performed upon the notification of adjustment change events.
changeActions - Variable in class edu.neu.ccs.gui.PropertyChangeActionAdapter
List of action listeners to be performed upon the notification of property change events.
changeAdapter - Variable in class edu.neu.ccs.XCircle
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XFourier
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XInterval
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XLine2D
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XObject
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XOval
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XPoint2D
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XPolynomial
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XPolynomialComplex
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XRect
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XRoundRect
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XRoundSquare
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XSquare
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.console.ConsoleGateway
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.filter.NumericFilter
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.gui.AbstractPaintable
The main listener for this AbstractPaintable object to implement the interface SupportsPropertyChange.
changeAdapter - Variable in class edu.neu.ccs.gui.BaseShape
The main listener for this BaseShape object to implement the interface SupportsPropertyChange.
changeAdapter - Variable in class edu.neu.ccs.util.StringableFactory
Helper object for property change API.
changeLineToMove() - Method in class edu.neu.ccs.gui.PathNode
If the node type is LINE, changes it to MOVE, otherwise does nothing.
changeMoveToLine() - Method in class edu.neu.ccs.gui.PathNode
If the node type is MOVE, changes it to LINE, otherwise does nothing.
chartreuse - Static variable in class edu.neu.ccs.Colors
Color chartreuse = Chartreuse.
checkArray(float[][], int) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if and only if the data array is non-null and has S float numbers in each row.
checkArrayPair(float[][], float[][], int) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if and only if both data arrays are non-null, have the same length N, and have S float numbers in each row.
checkBinary() - Method in class edu.neu.ccs.parser.Operation
Throws parseException if operation cannot act as binary.
checkHatch(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a checker board hatch pattern.
checkHatch(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a check board hatch pattern.
checkHatchDiagonal(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(checkHatch(args)).
checkHatchDiagonal(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(checkHatch(args)).
checkNull(String, Function.OneArg) - Static method in class edu.neu.ccs.F
Check for null function arguments and throw a NullPointerException if necessary.
checkNull(String, Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
Check for null function arguments and throw a NullPointerException if necessary.
checkNull(String, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
Check for null function arguments and throw a NullPointerException if necessary.
checkNull(String, FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
Check for null function arguments and throw a NullPointerException if necessary.
checkUnary() - Method in class edu.neu.ccs.parser.Operation
Throws parseException if operation cannot act as unary.
checkValues(Object[]) - Method in class edu.neu.ccs.parser.AbstractFunction
Throws a ParseExpection if: the values are null the length of values is not equal to arguments
checkValuesAsNumeric(Object[]) - Method in class edu.neu.ccs.parser.AbstractFunction
Throws a ParseExpection if: the values are null the length of values is not equal to arguments the elements in values are not of type XNumber
checkValuesAsXObject(Object[]) - Method in class edu.neu.ccs.parser.AbstractFunction
Throws a ParseExpection if: the values are null the length of values is not equal to arguments the elements in values are not of type XObject
chocolate - Static variable in class edu.neu.ccs.Colors
Color chocolate = Chocolate.
chooserClickCount - Variable in class edu.neu.ccs.gui.ColorView
The click count to trigger the color chooser.
chordStrategy(float) - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the chordTangents method.
chordTangents(float[][], float) - Static method in class edu.neu.ccs.gui.Tangent
Returns a tangent array for a closed cubic spline curve that is computed from the given vertex array by a chord-based strategy.
chordTangents(float[][], float[][], float) - Static method in class edu.neu.ccs.gui.Tangent
Returns a tangent array for an open cubic spline curve that is computed from the given vertex array and the given endTangent data by a chord-based strategy.
className(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns the unqualified name of the given Class.
classQualifier(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns the qualifier of the given Class.
clear() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Removes all of the filters from this sequence.
clear() - Method in class edu.neu.ccs.gui.ActionSequence
Removes all of the action listeners from this sequence.
clear() - Method in class edu.neu.ccs.gui.PaintableSequence
Clears all data associated with the paintable sequence and returns an array with the paintables removed.
clear() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Clear the array and reset to its initial size.
clear - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The clear fields action.
clear() - Static method in class edu.neu.ccs.pedagogy.Turtle
Clear the common turtle buffered panel and repaint.
clear() - Method in class edu.neu.ccs.quick.StringObjectMap
Clear the map of all strings and objects.
clear() - Method in class edu.neu.ccs.quick.StringSet
Clear the set of all strings.
clearBackgroundPaint() - Method in class edu.neu.ccs.gui.AbstractPaintable
Clear the background paint.
clearBackgroundPaint() - Method in interface edu.neu.ccs.gui.Paintable
Clear the background paint.
clearBackgroundTile() - Method in class edu.neu.ccs.gui.AbstractPaintable
Clear the background tile.
clearBackgroundTile() - Method in interface edu.neu.ccs.gui.Paintable
Clear the background tile.
clearBit(int) - Method in class edu.neu.ccs.XBigInteger
Sets this to the equivalent value with the n-th bit cleared.
clearBit(XBigInteger, int) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is equivalent to x with the n-th bit cleared.
clearBothBackgrounds() - Method in class edu.neu.ccs.gui.AbstractPaintable
Clear the both the background paint and the background tile.
clearBothBackgrounds() - Method in interface edu.neu.ccs.gui.Paintable
Clear the background paint and the background tile.
clearBothInnerBackgrounds() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Clears both the background paint and the background tile of the internal paintable sequence.
clearBothSequenceBackgrounds() - Method in class edu.neu.ccs.gui.BufferedPanel
Clear the both the internal paintable sequence background paint and the internal paintable sequence background tile.
clearButton - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The clear fields button.
clearCoordinates() - Method in class edu.neu.ccs.gui.FunctionsPlotter
Clear the coordinate labels in the plot window.
clearCoordinatesAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for the button “Clear Coordinates in Plot Pane”.
clearCoordinatesButton - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The button “Show Plot Data Table”.
clearEverything() - Method in class edu.neu.ccs.gui.PaintableSequence
Clears all data associated with the paintable sequence and returns an array with the paintables removed.
clearFields() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Clears the 3 text fields.
clearGraphics() - Method in class edu.neu.ccs.jpf.JPF
Clears the graphics window.
clearGraphics() - Method in class edu.neu.ccs.jpf.JPFApplet
Clears the graphics window.
clearGraphics() - Method in class edu.neu.ccs.jpf.JPFPane
Clears the graphics window.
clearGraphicsAction - Variable in class edu.neu.ccs.jpf.JPFPane
Clear graphics action.
clearInnerBackgroundPaint() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Clears the background paint of the internal paintable sequence.
clearInnerBackgroundTile() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Clears the background tile of the internal paintable sequence.
clearMouseXY() - Method in class edu.neu.ccs.gui.FunctionsPlotter
The method for mouse exit from the function plot window that clears the coordinate text views.
clearPanel() - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with its background color or Paint.
clearPanelAndSequence() - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with its background color or Paint and clears the internal paintable sequence; returns an array with the paintables removed.
clearPanelAndSequenceData() - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with its background color or Paint and clears all data in the internal paintable sequence, that is, the sequence paintables, the sequence background paint, and the sequence background tile; returns an array with the paintables removed.
clearSequence() - Method in class edu.neu.ccs.gui.BufferedPanel
Clears the internal paintable sequence; returns an array with the paintables removed.
clearSequence() - Method in class edu.neu.ccs.gui.PaintableSequence
Removes all paintables from this paintable sequence and returns an array with the paintables removed.
clearSequenceBackgroundPaint() - Method in class edu.neu.ccs.gui.BufferedPanel
Clear the internal paintable sequence background paint.
clearSequenceBackgroundTile() - Method in class edu.neu.ccs.gui.BufferedPanel
Clear the internal paintable sequence background tile.
clearSequenceData() - Method in class edu.neu.ccs.gui.BufferedPanel
Clears all data in the internal paintable sequence, that is, the sequence paintables, the sequence background paint, and the sequence background tile; returns an array with the paintables removed.
clickedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse clicked events.
clippingshape - Variable in class edu.neu.ccs.gui.ClippingWrapper
The clipping shape.
cloneAndAdd(int, PathNode) - Method in class edu.neu.ccs.gui.PathList
Inserts a clone of the specified node at the specified position in this PathList and shifts any elements right as needed.
cloneAndAdd(int, PathNode[]) - Method in class edu.neu.ccs.gui.PathList
Inserts clones of the specified array of nodes to this PathList starting at the specified position in the list and shifts any elements right as needed.
cloneAndAdd(int, PathNode[], boolean) - Method in class edu.neu.ccs.gui.PathList
Inserts clones of the specified array of nodes to this PathList starting at the specified position in the list and shifts any elements right as needed.
cloneAndAppend(PathNode) - Method in class edu.neu.ccs.gui.PathList
Appends a clone of the specified node to this PathList.
cloneAndAppend(PathNode[]) - Method in class edu.neu.ccs.gui.PathList
Appends clones of the specified array of nodes to this PathList.
cloneAndAppend(PathNode[], boolean) - Method in class edu.neu.ccs.gui.PathList
Appends clones of the specified array of nodes to this PathList.
close() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Closes this output stream.
close() - Method in class edu.neu.ccs.console.ConsoleWindow
Performs the housekeeping necessary to close the window, then disposes of the window resources.
close() - Method in class edu.neu.ccs.gui.PathList
Append a new PathNode of type CLOSE.
close() - Static method in class edu.neu.ccs.gui.PathNode
Factory method the construct a PathNode of type CLOSE.
closeDialog() - Method in class edu.neu.ccs.gui.GeneralDialog
Closes and disposes this dialog.
closeOperation - Variable in class edu.neu.ccs.gui.JPTFrame
The window closing operation for this frame.
closedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window closed events.
closedBezierControlPoints(float[][], float[][]) - Static method in class edu.neu.ccs.gui.BaseShape
Static method that returns a float array that contains the Bezier control points for the closed curve with the given vertex and tangent arrays.
closedBezierFramePoints(float[][], float[][]) - Static method in class edu.neu.ccs.gui.BaseShape
Static method that returns a float array that contains the points on the closed Bezier frame for the given vertex and tangent arrays.
closingActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window closing events.
closuremode - Variable in class edu.neu.ccs.gui.BaseShape
The ClosureMode: OPEN or CLOSED.
codec - Variable in class edu.neu.ccs.gui.DisplayPanel
Identifier for codec used by this panel.
codecs - Static variable in class edu.neu.ccs.codec.CodecUtilities
The table of installed codecs.
coefficients - Variable in class edu.neu.ccs.XPolynomial
The polynomial coefficients or null if no storage has been allocated.
coefficients - Variable in class edu.neu.ccs.XPolynomialComplex
The polynomial coefficients or null if no storage has been allocated.
col - Variable in class edu.neu.ccs.gui.CellPosition
The column, or second, index into a 2-dimensional array.
col - Variable in class edu.neu.ccs.gui.Tile
The optional col.
colAlignment - Variable in class edu.neu.ccs.gui.TableLayout
Default alignments for columns in this table layout.
color - Variable in class edu.neu.ccs.XColor
The wrapped color for this object.
color - Variable in class edu.neu.ccs.console.ConsoleTextPane
Rendering colors used for the three streams plus the transparent renderer.
color(int, int) - Method in interface edu.neu.ccs.gui.PaintAlgorithm
Returns the Color at pixel position (x, y).
colorBox - Variable in class edu.neu.ccs.gui.ColorView
The color box view to display the current color.
colorBoxAction - Variable in class edu.neu.ccs.gui.ColorView
The standard color box action.
colorBoxAction(MouseEvent) - Method in class edu.neu.ccs.gui.ColorView
The standard color box action method.
colorBoxActions - Variable in class edu.neu.ccs.gui.ColorView
The mouse action adapter for the color box view.
colorCheckerBoard - Variable in class edu.neu.ccs.gui.CheckerBoard
The action to make a checkerboard patten.
colorCheckerBoard() - Method in class edu.neu.ccs.gui.CheckerBoard
The method to color the checkerboard patten.
colorDropdownView - Variable in class edu.neu.ccs.gui.ColorView
The dropdown view.
colorPane - Variable in class edu.neu.ccs.gui.ColorPaneDialog
The color pane forming the content area of the dialog.
colorPane - Variable in class edu.neu.ccs.gui.VisualColorList
The color scroll pane.
colorPaneDialog - Variable in class edu.neu.ccs.gui.ColorView
The color pane dialog for use if the swatch is clicked.
colorToString(Color) - Static method in class edu.neu.ccs.XColor
Returns a String encapsulation of the Color parameter that contains the int values of red, green, blue, (and possibly alpha) each in the range [0, 255].
colorView - Variable in class edu.neu.ccs.gui.VisualColorList
The color view for experiments.
colorpanel - Variable in class edu.neu.ccs.gui.MultiColorView
The internal TablePanel that holds the color views and the labels.
colors - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The default colors for the MultiColorView that determines the plot colors for functions.
colorview - Variable in class edu.neu.ccs.gui.ColorPane
The color view with only the dropdown color name list.
colorviewLabel - Variable in class edu.neu.ccs.gui.ColorPane
The label for the colorview.
colorviewPanel - Variable in class edu.neu.ccs.gui.ColorPane
The panel with the color view and its label.
colorviewStuff - Variable in class edu.neu.ccs.gui.ColorPane
The array with the color view and its label.
colorviews - Variable in class edu.neu.ccs.gui.MultiColorView
The array of all ColorView objects.
cols - Variable in class edu.neu.ccs.gui.TableLayout
Number of columns in this table layout.
commaList - Variable in class edu.neu.ccs.util.FileExtensionFilter
The filter as a comma separated String.
commonButtonColor - Static variable in class edu.neu.ccs.jpf.JPFPane
Color of the common buttons.
commonButtonsPanel - Variable in class edu.neu.ccs.jpf.JPFPane
Actions panel for the common actions.
commonColor - Variable in class edu.neu.ccs.gui.SliderView
The common color for lines, borders, and text labels.
commonactions - Variable in class edu.neu.ccs.gui.RadioPanel
The common actions for all buttons.
compareTo(Object) - Method in class edu.neu.ccs.SmallSet
If the given object is a SmallSet, then returns -1, 0, +1 depending on whether this set precedes the given set, is equal to the given set, or follows the given set.
compareTo(XBigDecimal) - Method in class edu.neu.ccs.XBigDecimal
Compares this XBigDecimal with the specified XBigDecimal y.
compareTo(Object) - Method in class edu.neu.ccs.XBigDecimal
Compares this XBigDecimal with the specified Object o.
compareTo(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Compares this XBigInteger with the specified XBigInteger y.
compareTo(Object) - Method in class edu.neu.ccs.XBigInteger
Compares this XBigInteger with the specified Object o.
complement() - Method in class edu.neu.ccs.SmallSet
Replaces the set by its complement relative to the range from minimum to maximum.
complexMessage - Static variable in class edu.neu.ccs.XComplex
The standard error message for fromStringData for XComplex.
component - Variable in class edu.neu.ccs.gui.DirectApplet
The component returned by createGUI if the initialization call was successful.
component - Variable in class edu.neu.ccs.gui.GeneralDialog
The component displayed in this dialog.
component - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The GeneralView seen as a JComponent.
component - Variable in class edu.neu.ccs.gui.PaintableButton
The paintable component associated with the paintable.
componentActionPerformed(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentAction
Performs the tasks encapsulated by this action.
componentHidden(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component is hidden.
componentHidden(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is hidden.
componentMoved(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component enters the component.
componentMoved(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is moved.
componentResized(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component exits the component.
componentResized(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is resized.
componentShown(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when a component button is shown.
componentShown(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is shown.
components - Variable in class edu.neu.ccs.gui.AbsoluteLayout
Child components of the parent container.
compose(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compose functions f,g: x --> f(g(x)).
compose(FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to compose functions f,g: x --> f(g(x)).
compose(Mutator.Strategy[]) - Static method in class edu.neu.ccs.gui.Mutator
Returns the composition of an array of Mutator.Strategy objects into a Mutator.Strategy object.
compose(AffineTransform[]) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform produced by composition of the transforms in the given array of transforms.
compose(AffineTransform, AffineTransform) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform produced by composition of the transforms M and N with M on the left and N on the right.
compose(MethodFilter[]) - Static method in class edu.neu.ccs.jpf.MethodFilter.Factory
Returns a new MethodFilter that executes by applying each filter in the given array in turn.
compound(Border, Border) - Static method in class edu.neu.ccs.gui.Borders
Returns a compound border constructed from the given outer and inner borders.
compound(Border[]) - Static method in class edu.neu.ccs.gui.Borders
Returns a compound border constructed from the given array of borders.
compoundBorder(Border, Border) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a compound border constructed from the given outer and inner borders.
compoundBorder(Border[]) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a compound border constructed from the given array of borders.
computeUnfocusedHighlightColor(Color) - Method in class edu.neu.ccs.gui.Zoo
Computes a suitable color of the highlight of selected components for when this zoo does not have focus, from the given color.
confirm(String, boolean) - Method in class edu.neu.ccs.console.ConsoleGateway
Prints the given prompt to the text output stream and pauses the current running thread until the user inputs "Y[es]" or "N[o]".
conjugate() - Method in class edu.neu.ccs.XComplex
Sets this to its complex conjugate: in coordinates [x;y] is replaced by [x;-y].
conjugate(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is the complex conjugate of the given z: in coordinates, if z is [x;y], then the new value returned is [x;-y].
console - Static variable in interface edu.neu.ccs.console.ConsoleAware
The shared console object.
consoleInputPerformed(String) - Method in class edu.neu.ccs.console.ConsoleGateway
Handles input gathered from an "activated" console window.
consoleInputPerformed(String) - Method in interface edu.neu.ccs.console.ConsoleInputListener
Notifies this object that the given input String was gathered by an "activated" input console.
consoleInputPerformed(String) - Method in class edu.neu.ccs.console.ConsoleWindow
Handles input gathered from the console visualization.
consoleOutputPerformed(String, int) - Method in class edu.neu.ccs.console.ConsoleWindow
Handles output for the text console.
constant(double) - Static method in class edu.neu.ccs.F
The constant function x --> c.
constant(XComplex) - Static method in class edu.neu.ccs.FC
The constant function x --> c.
constant - Variable in class edu.neu.ccs.XFourier
The fourier constant term.
constants - Variable in class edu.neu.ccs.parser.BaseParser
Table of constant identifiers and their corresponding values.
constants() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the constant id's.
constructFrom(String) - Method in class edu.neu.ccs.util.StringableFactory
Returns a new instance of the stored class created using the zero-parameter constructor for the class, whose state is then set from the given String data.
constructFrom(Class, String) - Static method in class edu.neu.ccs.util.StringableFactory
Constructs a new Stringable object by constructing a default instance of the given type and setting the state of the object to the state encapsulated by the given String.
contains(SmallSet) - Method in class edu.neu.ccs.SmallSet
Returns true if this set contains the given set as a subset.
contains(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if the given filter is contained in this sequence, or false if it is not.
contains(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a point specified by coordinates is inside the paintable.
contains(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a specified point is inside the paintable.
contains(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if the given action listener is contained in this sequence, or false if it is not.
contains(double, double) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in class edu.neu.ccs.gui.BaseShape
Tests if a specified Point2D is inside the boundary of the Shape.
contains(double, double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a point specified by coordinates is inside the paintable.
contains(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a specified point is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.TileBox
Tests if a point specified by coordinates is inside the bounding box of the tile box after mutation.
contains(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the value.
contains(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Returns true if the set contains the element.
contains(String) - Method in class edu.neu.ccs.quick.StringSet
Returns true if this set contains the String.
containsAll(Collection) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if this sequence contains all of the elements of the specified collection.
containsAll(Collection) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if this sequence contains all of the elements of the specified collection.
containsKey(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the key.
containsKey(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Returns true if the map contains the key.
containsObject(Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns true if this map contains the Object.
containsString(String) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns true if this map contains the String.
containsValue(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the value.
contentPanel - Variable in class edu.neu.ccs.gui.GeneralDialog
The content panel to combine the component and actions panel.
context - Variable in class edu.neu.ccs.console.ConsoleTextPane
Style context for styles used in the text pane.
controlPanel - Variable in class edu.neu.ccs.gui.ArrayPanel
Panel containing the length controls.
controlPanel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The controls table panel that constitutes the left side of the GUI.
controlStuff - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The ingredients for the controls table panel that constitutes the left side of the GUI.
controls - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The interactive controls panel.
controlsValue - Variable in class edu.neu.ccs.gui.ArrayPanel
Value specifying the visible length controls.
coordinatesPanel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The coordinates table panel.
coordinatesStuff - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The ingredients for the coordinates table panel.
copy(XComplex) - Static method in class edu.neu.ccs.XComplex
If z is null returns null otherwise returns a new copy of z via the constructor call new XComplex(z).
copy(XComplex[]) - Static method in class edu.neu.ccs.XComplex
If array is null returns null otherwise returns a new XComplex[] that uses the method copy(XComplex) to copy the array items.
copyData(double[]) - Static method in class edu.neu.ccs.XComplex
If data is null returns null otherwise returns a new XComplex via the constructor call new XComplex(data).
copyData(float[]) - Static method in class edu.neu.ccs.XComplex
If data is null returns null otherwise returns a new XComplex via the constructor call new XComplex(data).
copyData(double[][]) - Static method in class edu.neu.ccs.XComplex
If array is null returns null otherwise returns a new XComplex[] that uses the method copyData(double[]) to copy the array items.
copyData(float[][]) - Static method in class edu.neu.ccs.XComplex
If array is null returns null otherwise returns a new XComplex[] that uses the method copyData(float[]) to copy the array items.
copyFile(String, String, boolean) - Static method in class edu.neu.ccs.util.FileUtilities
Copies the file at the source path to the destination path.
copyFile(File, File, boolean) - Static method in class edu.neu.ccs.util.FileUtilities
Copies the source file to the destination file.
copyFourier(XFourier) - Method in class edu.neu.ccs.XFourier
Sets the data of this fourier to a copy of the data in the given XFourier.
copyTextFile(String, String) - Static method in class edu.neu.ccs.util.TextTools
Copies a text file from one place to another.
coral - Static variable in class edu.neu.ccs.Colors
Color coral = Coral.
corner - Variable in class edu.neu.ccs.gui.LayeredComponent
The corner of the topmost object.
cornerX - Variable in class edu.neu.ccs.gui.SliderView
The x-coordinate of the top-left corner of the main bounds (as an integer).
cornerY - Variable in class edu.neu.ccs.gui.SliderView
The y-coordinate of the top-left corner of the main bounds (as an integer).
cornflowerblue - Static variable in class edu.neu.ccs.Colors
Color cornflowerblue = CornflowerBlue.
cornsilk - Static variable in class edu.neu.ccs.Colors
Color cornsilk = Cornsilk.
cos - Static variable in class edu.neu.ccs.F
The function x --> cos(x).
cos(double) - Method in class edu.neu.ccs.XFourier.Type
 
cosCoefficients - Variable in class edu.neu.ccs.XFourier
The fourier cos coefficients or null if no storage has been allocated.
cosdeg - Static variable in class edu.neu.ccs.F
The function x --> cosdeg(x).
cosdeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the cosine of the given angle specified in degrees.
cosh(double) - Static method in class edu.neu.ccs.util.MathUtilities
Hyperbolic cosine.
counter - Static variable in class edu.neu.ccs.gui.JPTFrame
Shared counter of JPTFrames in existence.
createActionIcon() - Method in class edu.neu.ccs.jpf.MethodGUI
Create the icon for action using class ActivityIcon.
createActionsPanel(InputProperties) - Method in class edu.neu.ccs.gui.InputDialog
Installs the appropriate controls for this dialog given the provided input properties.
createActionsTable() - Method in class edu.neu.ccs.console.ConsoleWindow
Creates and returns the table of available GUI actions.
createAppletGUI() - Method in class edu.neu.ccs.gui.DirectApplet
The standard createAppletGUI method for DirectApplet
createCells(int, int, int, int) - Method in class edu.neu.ccs.gui.TablePanel
Create the table cells at position (row, col) for loRows <= row < hiRows and loCols <= col < hiCols.
createCheckerBoard(int) - Method in class edu.neu.ccs.gui.CheckerBoard
Create the checker board and the blocks data structure.
createColorPanel() - Method in class edu.neu.ccs.gui.MultiColorView
Creates the color table panel with labels and ColorView objects assuming that the individual objects have already been constructed.
createColorViews(Color, Color) - Method in class edu.neu.ccs.gui.CheckerBoard
Create the color views with the given original colors.
createContentPane() - Method in class edu.neu.ccs.gui.GeneralDialog
Creates the dialog content pane.
createControlPanel() - Method in class edu.neu.ccs.gui.ArrayPanel
Creates a length control panel with the appropriate controls.
createDimension(int, int) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the given width and height; if the given width or height is less than zero, it is set to zero.
createDimension(Dimension) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the width and height of the given Dimension; if the given width or height is less than zero, it is set to zero.
createDirectory(File) - Static method in class edu.neu.ccs.util.FileUtilities
Creates the given directory.
createDirectory(String) - Static method in class edu.neu.ccs.util.FileUtilities
Creates a directory with the given path.
createDisplayFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Creates an appropriate display for an element at the given index by combining an appropriate view object with the appropriate prompt text, using a display object with the appropriate settings.
createDisplaySettingsFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns a display settings object appropriate for the element at the given index.
createEditMenu() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the edit menu.
createEvaluate() - Method in class edu.neu.ccs.jpf.MethodGUI
Create the evaluate action for the Evaluate button in the GUI.
createFileMenu() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the file menu.
createFontMenu() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the font menu.
createGUI() - Method in class edu.neu.ccs.gui.DirectApplet
The object returned by this method should either be a Component or be capable of being converted to such using ComponentFactory.makeComponent.
createGUI() - Method in class edu.neu.ccs.jpf.JPFApplet
Implements DirectApplet by returning the JPFPane created in one of the constructors.
createInputIcon() - Method in class edu.neu.ccs.jpf.MethodGUI
Create the icon for input using class ActivityIcon.
createIntersectionRect(Rectangle2D) - Method in class edu.neu.ccs.XRect
Mimics the inherited method createIntersection but makes the return type XRect.
createInverse() - Method in class edu.neu.ccs.gui.Transform1D
Returns a transform representing the inverse of this transform.
createLabelForRow(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the label String for the i-th row.
createLaminateFor(Component) - Method in class edu.neu.ccs.gui.Zoo
Returns a new laminate for the given component.
createLengthSetOutOfBoundsMessage(FilterException) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an error message indicating that the user attempted to set the array length to a value that is less than the minimum array length or greater than the maximum array length.
createMaximumDimension() - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the maximum possible width and height.
createMenuBar() - Method in class edu.neu.ccs.console.ConsoleWindow
Creates a menubar containing the available GUI actions.
createMinimumDimension() - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with zero width and height.
createOutputIcon() - Method in class edu.neu.ccs.jpf.MethodGUI
Create the icon for output using class ActivityIcon.
createPromptTextFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns prompt text suitable for the element at the given index in this array.
createQuickJPTFrame(String, Object) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and centered on the screen.
createQuickJPTFrame(String, Object, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and located on the screen in the given screen location.
createQuickJPTFrame(String, Object, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, LayoutManager) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager that is packed and centered on the screen.
createQuickJPTFrame(String, Object, LayoutManager, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and located on the screen in the given screen location.
createQuickJPTFrame(String, Object, LayoutManager, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, LayoutManager, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
createUnionRect(Rectangle2D) - Method in class edu.neu.ccs.XRect
Mimics the inherited method createUnion but makes the return type XRect.
createView(Class) - Method in class edu.neu.ccs.jpf.MethodGUI
Return a typed view appropriate for the given class that may do input or return values.
createViewFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an input component suitable for the element at the given index in this array.
createViewForRow(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns a new TypedView for the i-th row whose class is given by the view type.
createWindowListener(InputProperties) - Method in class edu.neu.ccs.gui.InputDialog
Installs an appropriate window listener for this dialog given the provided input properties.
crimson - Static variable in class edu.neu.ccs.Colors
Color crimson = Crimson.
crossHatch(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a cross hatch pattern.
crossHatch(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a cross hatch pattern.
crossHatchDiagonal(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(crossHatch(args)).
crossHatchDiagonal(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(crossHatch(args)).
cubic(double, double, double, double, double, double) - Method in class edu.neu.ccs.gui.PathList
Append a new PathNode of type CUBIC.
cubic(double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.PathNode
Factory method the construct a PathNode of type CUBIC.
currentColor - Variable in class edu.neu.ccs.gui.ColorView
The current color for this view.
currentLines - Static variable in class edu.neu.ccs.util.SoundUtilities
Lines currently running.
currentPaintable - Variable in class edu.neu.ccs.gui.BufferedPanel
The current paintable being dragged.
currentSegment(float[]) - Method in class edu.neu.ccs.gui.PathListIterator
Returns the type of the current segment as the return value and stores the numeric data of the segment in the supplied array which must be non-null and of size at least 6.
currentSegment(double[]) - Method in class edu.neu.ccs.gui.PathListIterator
Returns the type of the current segment as the return value and stores the numeric data of the segment in the supplied array which must be non-null and of size at least 6.
currentToInitialAction - Variable in class edu.neu.ccs.gui.ColorPane
The action to reset the current color to the initial color.
currentToInitialButton - Variable in class edu.neu.ccs.gui.ColorPane
The button to reset the current color to the initial color.
currentstream - Variable in class edu.neu.ccs.console.ConsoleTextPane
The current stream.
cut() - Method in class edu.neu.ccs.console.ConsoleTextPane
Cuts the currently selected text out of the pane and stores it on the system clipboard, but only if the selected text is completely enclosed within the bounds of the current input text.
cyan - Static variable in class edu.neu.ccs.Colors
Color cyan = Cyan.

D

DATA_TYPE - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the Stringable type returned by a TypedView or GeneralView.
DATA_TYPE - Static variable in interface edu.neu.ccs.gui.TypedView
Bound property name for the Stringable type returned by a typed view or general view.
DATA_TYPE - Static variable in class edu.neu.ccs.util.StringableFactory
Bound property name for the data type property.
DEBUG - Static variable in class edu.neu.ccs.util.JPTUtilities
Debug flag for the toolkit.
DECREMENT_BUTTON_TEXT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the decrement button text.
DEFAULT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating a request for the default value of a property.
DEFAULT_ALGORITHM - Static variable in class edu.neu.ccs.gui.PlotMark
Default plot mark algorithm: PlotMarkAlgorithm.Square.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Annotation
Default alignment of the icon relative to the text for an annotation (icon is ABOVE the text).
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default alignment of length controls relative to the view collection.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.FileView
Default alignment of browse button relative to field.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.TableLayout
Value of the default alignment.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.TablePanel
Value of the default cell alignment.
DEFAULT_ANNOTATION_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
The default alignment of the annotation relative to displayed object for a display.
DEFAULT_ANNOTATION_TEXT - Static variable in class edu.neu.ccs.gui.Display
The default annotation text for a display.
DEFAULT_AUTOSELECT_POLICY - Static variable in class edu.neu.ccs.gui.TextFieldView
Default autoselect policy for a text field view.
DEFAULT_AXES_COLOR - Static variable in class edu.neu.ccs.gui.PlotTool
Default color for each of the axes.
DEFAULT_AXES_SIZE - Static variable in class edu.neu.ccs.gui.PlotTool
Default width for each of the axes.
DEFAULT_BASE_FONT_SIZE - Static variable in class edu.neu.ccs.gui.BasePane
The default value of the base font size.
DEFAULT_BUFFER_BACKGROUND - Static variable in class edu.neu.ccs.gui.BufferedPanel
Default background color for a buffered panel.
DEFAULT_BUTTON_LABEL - Static variable in class edu.neu.ccs.gui.FileView
Default button label text.
DEFAULT_CHOOSER_CLICK_COUNT - Static variable in class edu.neu.ccs.gui.ColorView
The default click count to trigger the color chooser.
DEFAULT_CLOSE_OPERATION - Static variable in class edu.neu.ccs.gui.JPTFrame
The default window closing operation for a JPTFrame.
DEFAULT_COLOR - Static variable in class edu.neu.ccs.gui.ColorView
The initial color and initial default color for the view.
DEFAULT_CONTROLS - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default value specifying the visible length controls.
DEFAULT_DIMENSION - Static variable in class edu.neu.ccs.gui.ColorView
The default dimension for the color view box.
DEFAULT_DRAWPAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default draw paint: Color.black.
DEFAULT_DRAWSTROKE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default draw stroke: BasicStroke(2).
DEFAULT_EQUALIZE - Static variable in class edu.neu.ccs.gui.PlotTool
Default value for the preservesShape property.
DEFAULT_FILENAME - Static variable in class edu.neu.ccs.gui.FileView
Default filename.
DEFAULT_FILL - Static variable in class edu.neu.ccs.gui.PlotMark
Default plot mark fill: true.
DEFAULT_FILLPAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default fill paint: Color.black.
DEFAULT_GRID_COLOR - Static variable in class edu.neu.ccs.gui.PlotTool
Default color for each of the grid lines.
DEFAULT_INDEX - Static variable in class edu.neu.ccs.gui.OptionsView
Bound property name for the default index property.
DEFAULT_INSET - Static variable in class edu.neu.ccs.gui.Halo
The default inset used to wrap the given object in the panel; its value is 2.
DEFAULT_INSET - Static variable in class edu.neu.ccs.gui.PlotTool
Default image inset.
DEFAULT_INSETS - Static variable in class edu.neu.ccs.gui.PaintableButton
The default button insets if not provided.
DEFAULT_LINE_BORDER - Static variable in class edu.neu.ccs.gui.Borders
The default line border for a titled border, namely, line(Color.black,2).
DEFAULT_MAXIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default maximum length for the array.
DEFAULT_MINIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default minimum length for the array.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default direction of the view collection.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.DisplayCollection
The default orientation for a display collection.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.TableLayout
Value of the default orientation.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.TablePanel
Value of the default cell alignment.
DEFAULT_PAINT - Static variable in class edu.neu.ccs.pedagogy.Turtle
The default pen paint.
DEFAULT_PAINTMODE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default paint mode: PaintMode.DRAW.
DEFAULT_PLOT_COLOR - Static variable in class edu.neu.ccs.gui.PlotTool
Default color for plots.
DEFAULT_SELECTION - Static variable in class edu.neu.ccs.gui.Dropdown
Default initially selected label for a dropdown view.
DEFAULT_SELECTION - Static variable in class edu.neu.ccs.gui.RadioPanel
Default initial selection for an options view.
DEFAULT_SIZE - Static variable in class edu.neu.ccs.gui.PlotMark
Default plot mark size: 3.
DEFAULT_STROKE - Static variable in class edu.neu.ccs.gui.PlotTool
Helper for strokes of thickness 1.
DEFAULT_SWATCH_SIZE - Static variable in class edu.neu.ccs.gui.PaintSwatch
Default x and y swatch size.
DEFAULT_TICK_COLOR - Static variable in class edu.neu.ccs.gui.PlotTool
Default color for each of the tick marks.
DEFAULT_TICK_SIZE - Static variable in class edu.neu.ccs.gui.PlotTool
Default length for a tick mark.
DEFAULT_TITLE_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
The default alignment of the title relative to displayed object.
DEFAULT_TITLE_TEXT - Static variable in class edu.neu.ccs.gui.Display
The default title text for a display.
DEFAULT_VIEW_STATE - Static variable in interface edu.neu.ccs.gui.Displayable
Bound property name for the default view state of a Displayable object.
DEFAULT_VIEW_STATE - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the default view state of a Displayable object.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.ColorView
The default width for the dropdown view.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.Dropdown
The default preferred width used in constructors if there is no other data with which to set the width.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.TextFieldView
The default preferred width used in constructors if there is no other data with which to set the width.
DEFAULT_WINDOW_SIZE - Static variable in class edu.neu.ccs.gui.PlotTool
Default window size.
DEF_HEIGHT - Static variable in class edu.neu.ccs.gui.VisualColorList
The default height of the viewport of the list scroll pane.
DEF_SWATCH - Static variable in class edu.neu.ccs.gui.VisualColorList
The default swatch size.
DEGREES - Static variable in class edu.neu.ccs.XFourier
The type for degrees input.
DEGREES_TO_RADIANS - Static variable in class edu.neu.ccs.pedagogy.Turtle
Degrees to radians conversion.
DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the descent line of the displayed string.
DESELECT_ALL_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to deselect all components in this zoo.
DIALOG_TITLE - Static variable in class edu.neu.ccs.gui.InputProperties
Bound property name for the dialog box title to be used as a parameter for a standard error strategy if the view state of this input component is malformed.
DIAMOND - Static variable in class edu.neu.ccs.gui.PlotMark
The diamond plot mark.
DISPLAY - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the displayed object property.
DISPLAY - Static variable in class edu.neu.ccs.gui.ScrollableDisplay
Bound property name for the display property.
DOT - Static variable in class edu.neu.ccs.gui.Path
The standard dot centered at (0,0).
DRAW - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to drawing the shape of the shape paintable using its draw paint and draw stroke.
DarkBlue - Static variable in class edu.neu.ccs.Colors
Color DarkBlue = 0, 0, 139 = #00008B.
DarkCyan - Static variable in class edu.neu.ccs.Colors
Color DarkCyan = 0, 139, 139 = #008B8B.
DarkGoldenrod - Static variable in class edu.neu.ccs.Colors
Color DarkGoldenrod = 184, 134, 11 = #B8860B.
DarkGray - Static variable in class edu.neu.ccs.Colors
Color DarkGray = 169, 169, 169 = #A9A9A9.
DarkGreen - Static variable in class edu.neu.ccs.Colors
Color DarkGreen = 0, 100, 0 = #006400.
DarkKhaki - Static variable in class edu.neu.ccs.Colors
Color DarkKhaki = 189, 183, 107 = #BDB76B.
DarkMagenta - Static variable in class edu.neu.ccs.Colors
Color DarkMagenta = 139, 0, 139 = #8B008B.
DarkOliveGreen - Static variable in class edu.neu.ccs.Colors
Color DarkOliveGreen = 85, 107, 47 = #556B2F.
DarkOrange - Static variable in class edu.neu.ccs.Colors
Color DarkOrange = 255, 140, 0 = #FF8C00.
DarkOrchid - Static variable in class edu.neu.ccs.Colors
Color DarkOrchid = 153, 50, 204 = #9932CC.
DarkRed - Static variable in class edu.neu.ccs.Colors
Color DarkRed = 139, 0, 0 = #8B0000.
DarkSalmon - Static variable in class edu.neu.ccs.Colors
Color DarkSalmon = 233, 150, 122 = #E9967A.
DarkSeaGreen - Static variable in class edu.neu.ccs.Colors
Color DarkSeaGreen = 143, 188, 139 = #8FBC8B.
DarkSlateBlue - Static variable in class edu.neu.ccs.Colors
Color DarkSlateBlue = 72, 61, 139 = #483D8B.
DarkSlateGray - Static variable in class edu.neu.ccs.Colors
Color DarkSlateGray = 47, 79, 79 = #2F4F4F.
DarkTurquoise - Static variable in class edu.neu.ccs.Colors
Color DarkTurquoise = 0, 206, 209 = #00CED1.
DarkViolet - Static variable in class edu.neu.ccs.Colors
Color DarkViolet = 148, 0, 211 = #9400D3.
DataTables2D - class edu.neu.ccs.gui.DataTables2D.
Class DataTables2D provides static methods to create data tables from "functions" of type Function.OneArg.
DataTables2D() - Constructor for class edu.neu.ccs.gui.DataTables2D
 
DeepPink - Static variable in class edu.neu.ccs.Colors
Color DeepPink = 255, 20, 147 = #FF1493.
DeepSkyBlue - Static variable in class edu.neu.ccs.Colors
Color DeepSkyBlue = 0, 191, 255 = #00BFFF.
DialogAction - class edu.neu.ccs.gui.DialogAction.
Encapsulates an Action that will be performed for a GeneralDialog.
DialogAction(GeneralDialog, Action, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, an action that must be performed for that dialog, and an object that determines what will happen to the dialog when the action is done.
DialogAction(GeneralDialog, String, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, a name to define a trivial action, and an object that determines what will happen to the dialog when the action is done.
DialogAction(GeneralDialog, String, Icon, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, a name and icon to define a trivial action, and an object that determines what will happen to the dialog when the action is done.
DialogAction(GeneralDialog, Object[]) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object and an action data array to set the action and finish.
Diamond - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The diamond algorithm.
DimGray - Static variable in class edu.neu.ccs.Colors
Color DimGray = 105, 105, 105 = #696969.
DimensionUtilities - class edu.neu.ccs.util.DimensionUtilities.
Provides utilities for manipulating Dimension objects.
DimensionUtilities() - Constructor for class edu.neu.ccs.util.DimensionUtilities
 
DirectApplet - class edu.neu.ccs.gui.DirectApplet.
Class DirectApplet provides a base class for building an applet simply.
DirectApplet() - Constructor for class edu.neu.ccs.gui.DirectApplet
 
Display - class edu.neu.ccs.gui.Display.
A panel containing a >Displayable> object, with the option of a title and an >Annotation>.
Display() - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing an empty >DisplayPanel>, with no annotation or title.
Display(Displayable) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with no annotation or title.
Display(Displayable, String) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with no annotation, but with the given title.
Display(Displayable, String, int) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with no annotation, but with the given title and title alignment.
Display(Displayable, String, String) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with the given annotation text and title text.
Display(Displayable, String, String, int, int) - Constructor for class edu.neu.ccs.gui.Display
Constructors a display containing the given object, with the given annotation text and title text, using the given alignments for the title and annotation.
Display(Displayable, Display.Settings) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with the remaining settings taken from the given >Settings> object.
Display.Settings - class edu.neu.ccs.gui.Display.Settings.
Data structure encapsulating the content and layout properties for a >Display>.
Display.Settings(String, String, int, int) - Constructor for class edu.neu.ccs.gui.Display.Settings
Constructs for a settings object with the given values.
DisplayCollection - class edu.neu.ccs.gui.DisplayCollection.
A dynamic linear collection of Displayable objects, displayed using either a horizontal or vertical layout.
DisplayCollection() - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs an empty collection with the default orientation.
DisplayCollection(int) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs an empty collection with the provided layout orientation.
DisplayCollection(Displayable[]) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs a collection containing the given array of objects with the default orientation.
DisplayCollection(Displayable[], int) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs a collection containing the given array of objects with the given orientation.
DisplayPanel - class edu.neu.ccs.gui.DisplayPanel.
A DisplayPanel is a JPanel that recursively propagates Displayable method calls only to contained components that are also Displayable.
DisplayPanel() - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the default layout manager for a JPanel.
DisplayPanel(boolean) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the default layout manager for a JPanel and the given double-buffering strategy.
DisplayPanel(LayoutManager) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the given layout manager.
DisplayPanel(LayoutManager, boolean) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the given layout manager and the given double-buffering strategy.
Displayable - interface edu.neu.ccs.gui.Displayable.
Interface to be implemented by a Component whose input widget values (view state) can be translated to and from a String represenatation.
DodgerBlue - Static variable in class edu.neu.ccs.Colors
Color DodgerBlue = 30, 144, 255 = #1E90FF.
Dropdown - class edu.neu.ccs.gui.Dropdown.
Class Dropdown provides the base functionality for dropdown lists.
Dropdown() - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items.
Dropdown(int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items and the given minimum width.
Dropdown(Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items and the given font.
Dropdown(Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items, the given font, and the given minimum width.
Dropdown(String[]) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default.
Dropdown(String[], int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given minimum width.
Dropdown(String[], Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given font.
Dropdown(String[], Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given font and minimum width.
Dropdown(String[], String) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default.
Dropdown(String[], String, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given minimum width.
Dropdown(String[], String, Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default and with the given font.
Dropdown(String[], String, Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and minimum width.
Dropdown(String[], String, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given editable state.
Dropdown(String[], String, int, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given width and editable state.
Dropdown(String[], String, Font, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and editable state.
Dropdown(String[], String, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font, width, and editable state.
DropdownView - class edu.neu.ccs.gui.DropdownView.
A GeneralView for the selection of one of various provided String items or, if editable, a choice entered by the user.
DropdownView() - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items.
DropdownView(int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items and the given minimum width.
DropdownView(Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items and the given font.
DropdownView(Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items, the given font, and the given minimum width.
DropdownView(String[]) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default.
DropdownView(String[], int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given minimum width.
DropdownView(String[], Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given font.
DropdownView(String[], Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given font and minimum width.
DropdownView(String[], String) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default.
DropdownView(String[], String, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given minimum width.
DropdownView(String[], String, Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default and with the given font.
DropdownView(String[], String, Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and minimum width.
DropdownView(String[], String, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given editable state.
DropdownView(String[], String, int, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given width and editable state.
DropdownView(String[], String, Font, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and editable state.
DropdownView(String[], String, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font, width, and editable state.
DropdownView(String[], String, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, int, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given minimum width and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, Font, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, Font, int, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font, minimum width, and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, int, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given minimum width and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, Font, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, Font, int, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font, minimum width, and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
darkblue - Static variable in class edu.neu.ccs.Colors
Color darkblue = DarkBlue.
darkcyan - Static variable in class edu.neu.ccs.Colors
Color darkcyan = DarkCyan.
darkgoldenrod - Static variable in class edu.neu.ccs.Colors
Color darkgoldenrod = DarkGoldenrod.
darkgray - Static variable in class edu.neu.ccs.Colors
Color darkgray = DarkGray.
darkgreen - Static variable in class edu.neu.ccs.Colors
Color darkgreen = DarkGreen.
darkkhaki - Static variable in class edu.neu.ccs.Colors
Color darkkhaki = DarkKhaki.
darkmagenta - Static variable in class edu.neu.ccs.Colors
Color darkmagenta = DarkMagenta.
darkolivegreen - Static variable in class edu.neu.ccs.Colors
Color darkolivegreen = DarkOliveGreen.
darkorange - Static variable in class edu.neu.ccs.Colors
Color darkorange = DarkOrange.
darkorchid - Static variable in class edu.neu.ccs.Colors
Color darkorchid = DarkOrchid.
darkred - Static variable in class edu.neu.ccs.Colors
Color darkred = DarkRed.
darksalmon - Static variable in class edu.neu.ccs.Colors
Color darksalmon = DarkSalmon.
darkseagreen - Static variable in class edu.neu.ccs.Colors
Color darkseagreen = DarkSeaGreen.
darkslateblue - Static variable in class edu.neu.ccs.Colors
Color darkslateblue = DarkSlateBlue.
darkslategray - Static variable in class edu.neu.ccs.Colors
Color darkslategray = DarkSlateGray.
darkturquoise - Static variable in class edu.neu.ccs.Colors
Color darkturquoise = DarkTurquoise.
darkviolet - Static variable in class edu.neu.ccs.Colors
Color darkviolet = DarkViolet.
dashedStroke - Variable in class edu.neu.ccs.gui.Zoo
Stroke used to paint the lasso.
data - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The plot data that is computed to draw the function plots and that may later be displayed in a data table.
data - Variable in class edu.neu.ccs.parser.BaseParser
The current String to be evaluated by the current call of parse.
data - Variable in class edu.neu.ccs.parser.ParserContext
The string being parsed.
data() - Method in class edu.neu.ccs.parser.ParserContext
Returns the string being parsed.
dataAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for the button “Show Plot Data Table”.
dataButton - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The button “Show Plot Data Table”.
dataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.Annotation
Handles a malformed data event generated by a fragile input component by alerting the user through changes to the background and foreground colors of the annotation.
dataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.DisplayPanel
Handles a malformed data event generated by a fragile input component by alerting the user through a change to the background color of the panel.
dataMalformed(MalformedDataEvent) - Method in interface edu.neu.ccs.gui.MalformedDataListener
Notifies this component that the given malformed data event was generated by a Fragile object to which this object is listening.
deactivatedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window deactivated events.
decode(String) - Static method in class edu.neu.ccs.Strings
Attempts several algorithms to decode the given string into an array of strings and returns this array if successful and returns null if unsuccessful with all attempts.
decode(String) - Method in interface edu.neu.ccs.codec.Codec
Decodes the given compound data String into an array of data Strings using the encoding scheme for this class.
decode(String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Decodes the given encoded data String into its (possibly encoded) component parts, using the CODEC identified within the data by its unique prefix.
decode(String) - Method in class edu.neu.ccs.codec.CountPrefixCodec
Decodes the given compound data String into an array of data Strings using the "Count-prefix" encoding scheme.
decode(String) - Method in class edu.neu.ccs.codec.EscapedCodec
Decodes the given compound data String into an array of data Strings using the "Escaped-separated" encoding scheme.
decodeStringGroup(String) - Static method in class edu.neu.ccs.Strings
Returns a String array by decoding the given string assuming it is encoded by the encoding conventions of this class.
decodeTypeAndData(String) - Static method in class edu.neu.ccs.util.StringableFactory
Returns a new Stringable object constructed from the given String that encapsulates the type and state information of a previously existing Stringable object.
decrement - Variable in class edu.neu.ccs.gui.ArrayPanel
Action for decrementing the length of this array.
decrement() - Method in class edu.neu.ccs.gui.ArrayPanel
Removes the last input component from the end of the view collection.
decrementCounter() - Static method in class edu.neu.ccs.gui.JPTFrame
Decrements the shared counter object that counts the number of open JPTFrame and DirectApplet objects.
decrementLength - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The action to decrement the number of views.
decrementLength() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
A helper method to decrement the length by 1.
deepclone(float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep clone of an array float[].
deepclone(float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep clone of an array float[][].
deepmerge(float[], float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep merge of the given arrays of float[].
deepmerge(float[][], float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep merge of the given arrays of float[][].
deeppink - Static variable in class edu.neu.ccs.Colors
Color deeppink = DeepPink.
deepskyblue - Static variable in class edu.neu.ccs.Colors
Color deepskyblue = DeepSkyBlue.
defButtons - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The array with the 3 buttons.
defButtonsTable - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The table with the 3 buttons.
defFun - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The define function action.
defFunButton - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The define function button.
defPane - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilder
The simple function definition pane.
defPane - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO
The simple function definition pane.
defaultBounds2D - Variable in class edu.neu.ccs.gui.AbstractPaintable
The default Bounds2D rectangle.
defaultCenter - Variable in class edu.neu.ccs.gui.AbstractPaintable
The default center.
defaultColor - Variable in class edu.neu.ccs.gui.ColorView
The default color for this view.
defaultLayout - Variable in class edu.neu.ccs.gui.RadioPanel
The default layout.
defaultOriginalBounds2D - Variable in class edu.neu.ccs.gui.AbstractPaintable
The default original Bounds2D rectangle.
defaultOriginalCenter - Variable in class edu.neu.ccs.gui.AbstractPaintable
The default original center.
defaultValue - Variable in class edu.neu.ccs.gui.BooleanView
The default value for this input object.
defaultValue - Variable in class edu.neu.ccs.gui.OptionsView
Default selection for this view.
defaultValue - Variable in class edu.neu.ccs.gui.SliderView
The default value for this slider.
defaultValue - Variable in class edu.neu.ccs.gui.TextAreaView
Default content for this view.
defaultViewState - Variable in class edu.neu.ccs.gui.ArrayPanel
Default view state for the elements of this array.
defaultViewState - Variable in class edu.neu.ccs.gui.Dropdown
The default view state.
defaultViewState - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The default view state string.
defaultViewState - Variable in class edu.neu.ccs.gui.RadioPanel
The default view state.
defineFunction() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Defines a function using the data in the 3 text fields.
definitionPanel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The full definition panel.
definitionStuff - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The entities for the full definition panel.
deiconifiedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window deiconified events.
delegate - Variable in class edu.neu.ccs.gui.DropdownView
The GeneralViewSupport object.
delegate - Variable in class edu.neu.ccs.gui.StringViewer
The GeneralViewSupport object.
delegate - Variable in class edu.neu.ccs.gui.TextFieldView
The GeneralViewSupport object.
deleteFile(File) - Static method in class edu.neu.ccs.util.FileUtilities
Deletes the given file.
deleteFile(String) - Static method in class edu.neu.ccs.util.FileUtilities
Deletes the file at the given path.
deleteRowAtIndex(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Delete a row at the given index by moving the contents of each cell at a higher position downward by one cell and then by deleting the the cell at the end of the array.
deleteRowPaintable - Static variable in class edu.neu.ccs.gui.SimpleArrayPanel
The Paintable to make the "delete one row icon".
delta - Variable in class edu.neu.ccs.gui.SliderView
The difference (maximum - minimum).
deltah - Variable in class edu.neu.ccs.gui.FontSampler
The height delta.
deltaw - Variable in class edu.neu.ccs.gui.FontSampler
The width delta.
demand(String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data.
demand(String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demand(String, String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data with the given default data as a user option.
demand(String, String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demand() - Method in class edu.neu.ccs.gui.InputDialog
Performs a mandatory input operation on the input view.
demandBigDecimal(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data.
demandBigDecimal(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBigDecimal(String, BigDecimal) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBigDecimal(String, BigDecimal, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBigDecimal() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the mandatory model.
demandBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the mandatory model, with the given filter.
demandBigDecimal() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the mandatory model.
demandBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the mandatory model, with the given filter.
demandBigInteger(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data.
demandBigInteger(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBigInteger(String, BigInteger) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBigInteger(String, BigInteger, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBigInteger() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the mandatory model.
demandBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the mandatory model, with the given filter.
demandBigInteger() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the mandatory model.
demandBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the mandatory model, with the given filter.
demandBoolean(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data.
demandBoolean(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBoolean(String, boolean) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBoolean(String, boolean, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBoolean() - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the mandatory model.
demandBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the mandatory model, with the given filter.
demandBoolean(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO.
demandBoolean(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO, with the given default value.
demandBoolean(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO, with the given default value and input filter.
demandBoolean() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the mandatory model.
demandBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the mandatory model, with the given filter.
demandByte(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data.
demandByte(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandByte(String, byte) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandByte(String, byte, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandByte() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the mandatory model.
demandByte(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the mandatory model with the given filter.
demandByte(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO.
demandByte(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO, with the given default value.
demandByte(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO, with the given default value and input filter.
demandByte() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the mandatory model.
demandByte(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the mandatory model with the given filter.
demandByteAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the mandatory model.
demandByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandByteAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the mandatory model.
demandByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandChar(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data.
demandChar(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandChar(String, char) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandChar(String, char, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandChar() - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the mandatory model.
demandChar(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the mandatory model, with the given filter.
demandChar(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO.
demandChar(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO, with the given default value.
demandChar(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO, with the given default value and input filter.
demandChar() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the mandatory model.
demandChar(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the mandatory model, with the given filter.
demandColor(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data.
demandColor(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandColor(String, Color) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandColor(String, Color, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandColor() - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the mandatory model.
demandColor(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the mandatory model, with the given filter.
demandColor() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the mandatory model.
demandColor(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the mandatory model, with the given filter.
demandDouble(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data.
demandDouble(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandDouble(String, double) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandDouble(String, double, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandDouble() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the mandatory model.
demandDouble(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the mandatory model with the given filter.
demandDouble(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO.
demandDouble(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO, with the given default value.
demandDouble(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO, with the given default value and input filter.
demandDouble() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the mandatory model.
demandDouble(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the mandatory model with the given filter.
demandDoubleAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the mandatory model.
demandDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandDoubleAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the mandatory model.
demandDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandExistingFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a path to an existing file.
demandExistingFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a path to an existing file.
demandFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a valid path for the file system.
demandFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a valid path for the file system.
demandFloat(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data.
demandFloat(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandFloat(String, float) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandFloat(String, float, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandFloat() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the mandatory model.
demandFloat(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the mandatory model with the given filter.
demandFloat(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO.
demandFloat(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO, with the given default value.
demandFloat(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO, with the given default value and input filter.
demandFloat() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the mandatory model.
demandFloat(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the mandatory model with the given filter.
demandFloatAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the mandatory model.
demandFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandFloatAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the mandatory model.
demandFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandInt(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data.
demandInt(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandInt(String, int) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandInt(String, int, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandInt() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the mandatory model.
demandInt(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the mandatory model with the given filter.
demandInt(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO.
demandInt(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO, with the given default value.
demandInt(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO, with the given default value and input filter.
demandInt() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the mandatory model.
demandInt(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the mandatory model with the given filter.
demandIntAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the mandatory model.
demandIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandIntAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the mandatory model.
demandIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandLong(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data.
demandLong(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandLong(String, long) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandLong(String, long, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandLong() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the mandatory model.
demandLong(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the mandatory model with the given filter.
demandLong(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO.
demandLong(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO, with the given default value.
demandLong(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO, with the given default value and input filter.
demandLong() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the mandatory model.
demandLong(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the mandatory model with the given filter.
demandLongAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the mandatory model.
demandLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandLongAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the mandatory model.
demandLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandObject(String, String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable object obtained from the given Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandObject(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data.
demandObject(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandObject(String, String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data with the given default data as a user option.
demandObject(String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandObject(Class, String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Temporarily sets the data type for this stream to the given data type; creates a Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result; restores the data type for this stream to its original setting; finally returns the object created.
demandObject() - Method in class edu.neu.ccs.gui.ArrayPanel
 
demandObject() - Method in class edu.neu.ccs.gui.BooleanView
Returns an XBoolean object whose state is set to the view state of this view.
demandObject() - Method in class edu.neu.ccs.gui.ColorView
Returns an XColor object whose state is set to the view state of this view.
demandObject() - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject() - Method in class edu.neu.ccs.gui.FileView
Returns an XString representing the currently selected path.
demandObject(StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary filter, and the mandatory model.
demandObject(Class, StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the mandatory model.
demandObject() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the current data type and filter, and the mandatory model.
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary filter, and the mandatory model.
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the mandatory model.
demandObject() - Method in class edu.neu.ccs.gui.InputDialog.CompoundView
 
demandObject() - Method in class edu.neu.ccs.gui.OptionsView
Returns an XInt object whose state is set to the index of the currently selected option.
demandObject() - Method in class edu.neu.ccs.gui.PathNodeView
Overrides the inherited method to return null if the underlying TextFieldView view state consists only of whitespace.
demandObject(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Applies demandObject to the i-th view and returns the resulting Stringable.
demandObject(TypedView) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns the object produced by the given input view using mandatory dialog box input.
demandObject() - Method in class edu.neu.ccs.gui.SliderView
Returns an XInt object whose state is set to the value of this slider.
demandObject() - Method in class edu.neu.ccs.gui.StringViewer
 
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.StringViewer
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.StringViewer
 
demandObject() - Method in class edu.neu.ccs.gui.TextAreaView
Returns an XString object whose state is set to the String content for this view.
demandObject() - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject() - Method in interface edu.neu.ccs.gui.TypedView
Returns a Stringable object based on the view state of the view using the mandatory model.
demandObjectArray() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an array of model objects of the appropriate type initialized from the view states for the elements of this array panel, using the mandatory model of IO.
demandObjects() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an object that is actually an array that is populated by calling demandObject for each view.
demandPathList() - Method in class edu.neu.ccs.gui.PathListView
The demand method to return the path list defined in this view.
demandShort(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data.
demandShort(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandShort(String, short) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandShort(String, short, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandShort() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the mandatory model.
demandShort(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the mandatory model with the given filter.
demandShort(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO.
demandShort(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO, with the given default value.
demandShort(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO, with the given default value and input filter.
demandShort() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the mandatory model.
demandShort(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the mandatory model with the given filter.
demandShortAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the mandatory model.
demandShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandShortAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the mandatory model.
demandShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandString(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data.
demandString(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandString(String, String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandString(String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandString() - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the mandatory model.
demandString(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the mandatory model, with the given filter.
demandString(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO.
demandString(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO, with the given default value.
demandString(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO, with the given default value and input filter.
demandString() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the mandatory model.
demandString(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the mandatory model, with the given filter.
demandStringableArray() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an array of type Stringable[] that is populated by calling demandObject for each view.
deselectAll() - Method in class edu.neu.ccs.gui.Zoo
Deselects all top-level components in this zoo.
designMode - Variable in class edu.neu.ccs.gui.Zoo
Whether or not this zoo is in design mode.
destroy() - Method in class edu.neu.ccs.gui.DirectApplet
The default destroy method decrements the count of open frames and applets maintained by JPTFrame.
dialog - Variable in class edu.neu.ccs.gui.DialogAction
The dialog to act on.
dialogDescription - Variable in class edu.neu.ccs.util.FileExtensionFilter
The description for file dialog boxes.
diameter - Variable in class edu.neu.ccs.gui.PaintBar
The diameter of the disks.
diameter() - Method in class edu.neu.ccs.gui.PaintBar
Returns the diameter.
digits() - Method in class edu.neu.ccs.XBigInteger
Returns the number of digits in toString() excluding the sign if any.
digits(int) - Method in class edu.neu.ccs.XBigInteger
Returns the number of digits in toString(radix) excluding the sign if any.
dimgray - Static variable in class edu.neu.ccs.Colors
Color dimgray = DimGray.
direction - Variable in class edu.neu.ccs.gui.DisplayCollection
The orientation of this display collection.
direction - Variable in class edu.neu.ccs.pedagogy.Turtle
The turtle direction in degrees measured counterclockwise from the positive horizontal axis.
directoryView - Variable in class edu.neu.ccs.gui.RequestImageViewer
The text field for the directory string.
dispose() - Method in class edu.neu.ccs.gui.JPTFrame
Disposes of the resources used by this frame and decrements the count of JPTFrame and DirectApplet objects in existence.
distance(double, double, double, double) - Method in class edu.neu.ccs.util.Metric
Returns this distance between (x1,y1) and (x2,y2) in this metric.
distance(Point2D, Point2D) - Method in class edu.neu.ccs.util.Metric
Returns the distance between points p1 and p2.
distance(double[], double[]) - Method in class edu.neu.ccs.util.Metric
Returns the distance between points p1 and p2.
distance(float[], float[]) - Method in class edu.neu.ccs.util.Metric
Returns the distance between points p1 and p2.
divide(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to divide functions f,g: f / g.
divide(FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to divide functions f,g: f / g.
divide(XBigDecimal, int) - Method in class edu.neu.ccs.XBigDecimal
Sets this to (this / y) and maintains the scale as this.scale().
divide(XBigDecimal, XBigDecimal, int) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is x / y and whose scale is x.scale().
divide(XBigDecimal, int, int) - Method in class edu.neu.ccs.XBigDecimal
Sets this to (this / y) using the given scale for the quotient.
divide(XBigDecimal, XBigDecimal, int, int) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is x / y and whose scale is the given scale.
divide(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this / y).
divide(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x / y.
divide(XComplex) - Method in class edu.neu.ccs.XComplex
Sets this to (this / w).
divide(double, double) - Method in class edu.neu.ccs.XComplex
Sets this to (this / w) where w is the complex with coordinates x,y.
divide(XComplex, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z / w.
divide(double, double, double, double) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z / w where z is the complex with coordinates x1,y1 and w is the complex with coordinates x2,y2.
divide(XPolynomial, XPolynomial) - Static method in class edu.neu.ccs.XPolynomial
Returns a polynomial array consisting of 2 items: the quotient of p divided by q and the remainder of p divided by q.
divide(XPolynomialComplex, XPolynomialComplex) - Static method in class edu.neu.ccs.XPolynomialComplex
Returns a polynomial array consisting of 2 items: the quotient of p divided by q and the remainder of p divided by q.
divideAndRemainder(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns an array {quotient, remainder} after division of x by y.
divisionMessage - Static variable in class edu.neu.ccs.XPolynomial
Division by zero error message.
divisionMessage - Static variable in class edu.neu.ccs.XPolynomialComplex
Division by zero error message.
doc - Variable in class edu.neu.ccs.console.ConsoleTextPane
Styled document used as the data model for the text pane.
dodgerblue - Static variable in class edu.neu.ccs.Colors
Color dodgerblue = DodgerBlue.
dottedGrid(Color, Color, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a dotted grid pattern with the given dot color and background color.
dottedGridDiagonal(Color, Color, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(dottedGrid(args)).
doubleToHex(double) - Static method in class edu.neu.ccs.util.Hex
Returns the 16-character hexadecimal String for the given double.
doubleToInt(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Integer.MAX_VALUE rounded to the nearest int.
doubleToLong(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Long.MAX_VALUE rounded to the nearest long.
doubleToShort(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Short.MAX_VALUE rounded to the nearest short.
doubleValue() - Method in class edu.neu.ccs.XBigDecimal
 
doubleValue() - Method in class edu.neu.ccs.XBigInteger
 
doubleValue() - Method in class edu.neu.ccs.XByte
 
doubleValue() - Method in class edu.neu.ccs.XDouble
 
doubleValue() - Method in class edu.neu.ccs.XFloat
 
doubleValue() - Method in class edu.neu.ccs.XInt
 
doubleValue() - Method in class edu.neu.ccs.XLong
 
doubleValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a double value.
doubleValue() - Method in class edu.neu.ccs.XShort
 
doublesToStrings(double[]) - Static method in class edu.neu.ccs.Strings
Returns an array of strings corresponding to the given array of double.
draggedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse dragged events.
dragging - Variable in class edu.neu.ccs.gui.SliderView
The dragging parameter will be set to true if and only if the user is currently dragging the thumb.
draw(Graphics, Shape, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Draws the given shape using the given drawpaint in the given graphics context.
draw(Graphics, Shape, Paint, Stroke) - Static method in class edu.neu.ccs.gui.PaintMode
Draws the given shape using the given drawpaint and the given drawstroke in the given graphics context.
drawGrid(int) - Method in class edu.neu.ccs.gui.BufferedPanel
Draws a grid with spacing equal to the given pixels value and color equal to Colors.lightgray.
drawGrid(int, Color) - Method in class edu.neu.ccs.gui.BufferedPanel
Draws a grid with spacing equal to the given pixels value and color equal to the given color.
drawTurtle(Graphics2D) - Method in class edu.neu.ccs.pedagogy.Turtle
Draw the turtle triangle at the current turtle position in the current turtle direction.
drawpaint - Variable in class edu.neu.ccs.gui.ShapePaintable
The draw paint.
drawstroke - Variable in class edu.neu.ccs.gui.ShapePaintable
The draw stroke.

E

EQUALS - Static variable in class edu.neu.ccs.Strings
The equals character.
ERR - Static variable in class edu.neu.ccs.console.ConsoleGateway
Constant index for the error stream.
ERR - Static variable in class edu.neu.ccs.console.ConsoleTextPane
Constant index for the error stream.
ERR - Static variable in class edu.neu.ccs.console.ConsoleWindow
Constant index for the error stream.
ERROR_COLOR - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the error color property.
ESCAPE - Static variable in class edu.neu.ccs.codec.EscapedCodec
The sequence of characters that escapes the following character or sequence from being considered an escape or separator sequence.
EUCLID - Static variable in class edu.neu.ccs.util.Metric
The EUCLID metric computes the distance between (x1, y1) and (x2,y2) using the classic euclidean metric.
EVAL - Variable in class edu.neu.ccs.parser.BaseParser
The reserved keyword "eval" to indicate the special function that evaluates its arguments from left to right and then returns the value of the rightmost argument.
EXIT_ON_CLOSE - Static variable in class edu.neu.ccs.gui.JPTFrame
Value designating that the running application should be exited when this frame is disposed.
EXIT_ON_CLOSE_IF_LAST - Static variable in class edu.neu.ccs.gui.JPTFrame
Value designating that the running application should be exited when the last JPTFrame is disposed.
EXTRAGAP - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The extra wide horizontal gap for a data table.
EXTRA_WIDTH - Static variable in class edu.neu.ccs.gui.TextFieldView
Extra width for setting the preferred width.
ErrorDialog - class edu.neu.ccs.gui.ErrorDialog.
A modal dialog box for input of Stringable objects that is used by the standard error handling strategy for Fragile components in the JPT.
ErrorDialog(Stringable, TypedView, StringableFilter, ParseException) - Constructor for class edu.neu.ccs.gui.ErrorDialog
Constructs a modal dialog for error recovery initiated by the given input component when trying to set the state of the given model object.
EscapedCodec - class edu.neu.ccs.codec.EscapedCodec.
CODEC implementation whose encoding scheme uses separator sequences to separate distinct data elements and uses escape sequences to mask separator sequences and escape sequences at each level of recursion.
EscapedCodec() - Constructor for class edu.neu.ccs.codec.EscapedCodec
Constructs an object capable of encoding and decoding data using the "Escaped-separated" encoding scheme.
ExpressionEvaluationPane - class edu.neu.ccs.gui.ExpressionEvaluationPane.
Class ExpressionEvaluationPane provides a pane that permits the interactive evaluation of expressions with data types BigInteger, double, and boolean.
ExpressionEvaluationPane() - Constructor for class edu.neu.ccs.gui.ExpressionEvaluationPane
The constructor for an expression-evaluation pane.
edu.neu.ccs - package edu.neu.ccs
Provides the Stringable interface and data models that implement the interface.
edu.neu.ccs.codec - package edu.neu.ccs.codec
Provides classes for encoding and decoding data for use with recursively Displayable container classes.
edu.neu.ccs.console - package edu.neu.ccs.console
Provides classes that implement the JPT text console.
edu.neu.ccs.filter - package edu.neu.ccs.filter
Provides classes for filtering Stringable objects either by state or by type.
edu.neu.ccs.gui - package edu.neu.ccs.gui
Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects..
edu.neu.ccs.jpf - package edu.neu.ccs.jpf
Provides the classes that implement the Java Power Framework.
edu.neu.ccs.parser - package edu.neu.ccs.parser
Provides classes for translating Strings into values of various data types using languages with simple lexical and syntactic structures.
edu.neu.ccs.pedagogy - package edu.neu.ccs.pedagogy
Provides classes that are useful for pedagogical purposes.
edu.neu.ccs.quick - package edu.neu.ccs.quick
Provides classes for quick initialization of standard collections and introduces classes based on pairs that combine features of lists and hashtables.
edu.neu.ccs.util - package edu.neu.ccs.util
Provides utility classes and classes with static utility methods.
empty() - Static method in class edu.neu.ccs.gui.Borders
Creates an empty border that takes up no space.
empty(int) - Static method in class edu.neu.ccs.gui.Borders
Creates an empty border with the given thickness.
empty(int, int) - Static method in class edu.neu.ccs.gui.Borders
Creates an empty border with the given gaps.
empty(int, int, int, int) - Static method in class edu.neu.ccs.gui.Borders
Creates an empty border with the given parameters.
emptyBorder(int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds an empty border with the given thickness.
emptyBorder(int, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds an empty border with the given gaps.
emptyBorder(int, int, int, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds an empty border with the given parameters.
emptyBorder(int) - Method in class edu.neu.ccs.gui.JPTComponent
Adds an empty border with the given thickness.
emptyBorder(int, int) - Method in class edu.neu.ccs.gui.JPTComponent
Adds an empty border with the given gaps.
emptyBorder(int, int, int, int) - Method in class edu.neu.ccs.gui.JPTComponent
Adds an empty border with the given parameters.
encode(String[]) - Static method in class edu.neu.ccs.Strings
Returns the encoded String array as [s0;s1;etc] where s0, s1, etc represent the array elements.
encode(String[]) - Method in interface edu.neu.ccs.codec.Codec
Encodes the given array of data Strings into a single compound data String using the encoding scheme for this class.
encode(String[]) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of (possibly encoded) data Strings into a single encoded data String using the default CODEC.
encode(String[], String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of (possibly encoded) data Strings into a single encoded data String using the installed CODEC with the given unique identifier.
encode(Stringable[]) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of Stringable objects into an encoded data String using the default CODEC.
encode(Stringable[], String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of Stringable objects into a single encoded data String using the installed CODEC with the given unique identifier.
encode(String[]) - Method in class edu.neu.ccs.codec.CountPrefixCodec
Encodes the given array of data Strings into a single compound data String using the "Count-prefix" encoding scheme.
encode(String[]) - Method in class edu.neu.ccs.codec.EscapedCodec
Encodes the given array of data Strings into a single compound data String using the "Escaped-separated" encoding scheme.
encodeStringGroup(char, String[]) - Static method in class edu.neu.ccs.Strings
Returns the encoded String array as a sequence enclosed with the given start character, its matching end character, and its associated separator character.
encodeTypeAndData(Stringable) - Static method in class edu.neu.ccs.util.StringableFactory
Returns a String encapsulation of the class and state information for the given Stringable object.
encodeWithBraces(String[]) - Static method in class edu.neu.ccs.Strings
Returns the encoded String array as {s0|s1|etc} where s0, s1, etc represent the array elements.
encodeWithBrackets(String[]) - Static method in class edu.neu.ccs.Strings
Returns the encoded String array as [s0;s1;etc] where s0, s1, etc represent the array elements.
encodeWithParens(String[]) - Static method in class edu.neu.ccs.Strings
Returns the encoded String array as (s0,s1,etc) where s0, s1, etc represent the array elements.
endAlert(AlertEvent) - Method in interface edu.neu.ccs.gui.AlertListener
Notifies this component that it should alter its appearance to signal that it has exited a user alert status.
endAlert(AlertEvent) - Method in class edu.neu.ccs.gui.Annotation
Turns off alert status for this component.
endAlert(AlertEvent) - Method in class edu.neu.ccs.gui.DisplayPanel
Turns off alert status for this component and its children that are also AlertListeners.
endLasso(MouseEvent) - Method in class edu.neu.ccs.gui.Zoo
Ends the current lasso given the mouse event that prompted its destruction.
endResize() - Method in class edu.neu.ccs.gui.ZooGroup
Completes a direct manipulation resize.
endTangent - Variable in class edu.neu.ccs.gui.AutomaticShape
The end tangent data.
endl - Variable in class edu.neu.ccs.console.ConsoleGateway
The end-of-line sequence for the operating system on which the Java Virtual Machine is running.
endl - Variable in class edu.neu.ccs.console.ConsoleTextPane
Platform dependent line separator sequence.
enteredActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse entered events.
equals(Object) - Method in class edu.neu.ccs.SmallSet
Returns true if the given Object is an instance of SmallSet and if both sets have the same elements.
equals(Object) - Method in class edu.neu.ccs.XBigDecimal
Returns true if the given object is of type XBigDecimal and its BigDecimal value is equal to the BigDecimal value of this XBigDecimal; returns false otherwise.
equals(Object) - Method in class edu.neu.ccs.XBigInteger
Returns true if the given object is of type XBigInteger and its BigInteger value is equal to the BigInteger value of this XBigInteger; returns false otherwise.
equals(Object) - Method in class edu.neu.ccs.XBoolean
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XByte
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XChar
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XColor
Returns true if other is of class XColor and if the wrapped color of this object and the wrapped color of other are equal.
equals(Object) - Method in class edu.neu.ccs.XDouble
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XFloat
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XInt
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XLong
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XShort
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XString
Returns true if the wrapped String is equal to the given object, and false if it is not.
equals(StringableFilterSequence) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if the given sequence is equal to this sequence, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if the given object is an ActionSequence and is equal to this sequence, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.gui.InputProperties
Returns true if this property list is equivalent to the given object, or false if it is not.
equals(Object) - Method in class edu.neu.ccs.quick.Pair
If the given entity is an instance of Pair and if the corresponding items in this pair and the given entity are equal, then returns true; otherwise returns false.
equals(Object) - Method in class edu.neu.ccs.quick.StringIntPair
Returns true if the given object is a StringIntPair whose string and number are equal to the corresponding members of this object.
equals(Object) - Method in class edu.neu.ccs.quick.StringObjectPair
If the given entity is an instance of StringObjectPair and if the corresponding items in this pair and the given entity are equal, then returns true; otherwise returns false.
equals(float[], float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if the two arrays are both null or are both non-null and have the same size and data.
equals(float[][], float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if the two arrays are both null or are both non-null and have the same structure and data.
err - Variable in class edu.neu.ccs.console.ConsoleGateway
The virtual stream object providing error text output functionality.
errorMessage - Variable in class edu.neu.ccs.gui.ErrorDialog
Annotation used to display the error message of exception that initiated the error recovery strategy.
errormessage - Variable in class edu.neu.ccs.gui.HTable
The IllegalArgumentException error message.
errormessage - Variable in class edu.neu.ccs.gui.VTable
The IllegalArgumentException error message.
escape(String) - Method in class edu.neu.ccs.codec.EscapedCodec
Prepares an individual element from the array of String data for encoding by preceding each separator and escape sequence with an escape sequence.
etchBorderLowered() - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a default lowered etch border.
etchBorderLowered(Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered etch border with the given highlight and shadow colors.
etchBorderLowered(int, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a lowered etch border with the given parameters.
etchBorderLowered() - Method in class edu.neu.ccs.gui.JPTComponent
Adds a default lowered etch border.
etchBorderLowered(Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered etch border with the given highlight and shadow colors.
etchBorderLowered(int, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a lowered etch border with the given parameters.
etchBorderRaised() - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a default raised etch border.
etchBorderRaised(Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised etch border with the given highlight and shadow colors.
etchBorderRaised(int, Color, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a raised etch border with the given parameters.
etchBorderRaised() - Method in class edu.neu.ccs.gui.JPTComponent
Adds a default raised etch border.
etchBorderRaised(Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised etch border with the given highlight and shadow colors.
etchBorderRaised(int, Color, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a raised etch border with the given parameters.
etchLowered() - Static method in class edu.neu.ccs.gui.Borders
Creates a default lowered etch border.
etchLowered(Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered etch border with the given highlight and shadow colors.
etchLowered(int, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a lowered etch border in which the thickness of each color band is equal to the number of levels.
etchRaised() - Static method in class edu.neu.ccs.gui.Borders
Creates a default raised etch border.
etchRaised(Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a raised etch border with the given highlight and shadow colors.
etchRaised(int, Color, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a raised etch border in which the thickness of each color band is equal to the number of levels.
eval - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The eval action to evaluate an expression.
evalButton - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The button with the eval action.
evaluate(double[]) - Method in interface edu.neu.ccs.Function.ArrayArg
 
evaluate(double[][]) - Method in interface edu.neu.ccs.Function.ArrayOfArrayArg
 
evaluate(double, double, double, double) - Method in interface edu.neu.ccs.Function.FourArg
 
evaluate() - Method in interface edu.neu.ccs.Function.NoArg
 
evaluate(double) - Method in interface edu.neu.ccs.Function.OneArg
 
evaluate(Point2D) - Method in interface edu.neu.ccs.Function.Point2DArg
 
evaluate(Point2D[]) - Method in interface edu.neu.ccs.Function.Point2DArrayArg
 
evaluate(double, double, double) - Method in interface edu.neu.ccs.Function.ThreeArg
 
evaluate(double, double) - Method in interface edu.neu.ccs.Function.TwoArg
 
evaluate(double[], double[]) - Method in interface edu.neu.ccs.Function.TwoArrayArg
 
evaluate(XComplex[]) - Method in interface edu.neu.ccs.FunctionComplex.ArrayArg
 
evaluate(XComplex[][]) - Method in interface edu.neu.ccs.FunctionComplex.ArrayOfArrayArg
 
evaluate(XComplex, XComplex, XComplex, XComplex) - Method in interface edu.neu.ccs.FunctionComplex.FourArg
 
evaluate() - Method in interface edu.neu.ccs.FunctionComplex.NoArg
 
evaluate(XComplex) - Method in interface edu.neu.ccs.FunctionComplex.OneArg
 
evaluate(XComplex, XComplex, XComplex) - Method in interface edu.neu.ccs.FunctionComplex.ThreeArg
 
evaluate(XComplex, XComplex) - Method in interface edu.neu.ccs.FunctionComplex.TwoArg
 
evaluate(XComplex[], XComplex[]) - Method in interface edu.neu.ccs.FunctionComplex.TwoArrayArg
 
evaluate(double) - Method in class edu.neu.ccs.XFourier
Returns the value of the fourier at the given x.
evaluate(double) - Method in class edu.neu.ccs.XPolynomial
Returns the value of the polynomial at the given x.
evaluate(XComplex) - Method in class edu.neu.ccs.XPolynomialComplex
Returns the value of the polynomial at the given x.
evaluate() - Method in class edu.neu.ccs.gui.ExpressionEvaluationPane
The method to evaluate an expression.
evaluate - Variable in class edu.neu.ccs.jpf.MethodGUI
The evaluate action.
evaluate() - Method in class edu.neu.ccs.jpf.MethodGUI
The evaluate method executed by the evaluate action.
evaluate() - Method in class edu.neu.ccs.parser.BaseParser
Controls whether or not the parser evaluates or simply parses formally without evaluation.
evaluateButton - Variable in class edu.neu.ccs.jpf.MethodGUI
The evaluate button.
evaluateIdentifier(String) - Method in class edu.neu.ccs.parser.BaseParser
Evaluate a constant or variable identifier and return its value.
evaluateVoid() - Method in class edu.neu.ccs.jpf.MethodGUI
The evaluate method in the case of void return.
evaluateWithReturn() - Method in class edu.neu.ccs.jpf.MethodGUI
The evaluate method in the case of non-void return.
evaluationLabel - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The label for the evaluation text field.
evaluationStuff - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The array with the evaluation label and text field.
evaluationTFV - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The evaluation text field.
evaluationTable - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The table with the evaluation label and text field.
event - Variable in class edu.neu.ccs.gui.ChangeActionEvent
The change event that triggered this change action event.
event - Variable in class edu.neu.ccs.gui.ComponentActionEvent
The component event that triggered this action event.
event - Variable in class edu.neu.ccs.gui.FocusActionEvent
The focus event that triggered this focus action event.
event - Variable in class edu.neu.ccs.gui.KeyActionEvent
The key event that triggered this key action event.
event - Variable in class edu.neu.ccs.gui.ListSelectionActionEvent
The list selection event that triggered this list selection action event.
event - Variable in class edu.neu.ccs.gui.MouseActionEvent
The mouse event that triggered this action event.
event - Variable in class edu.neu.ccs.gui.PropertyChangeActionEvent
The property change event that triggered this property change action event.
event - Variable in class edu.neu.ccs.gui.WindowActionEvent
The window event that triggered this action event.
ex - Variable in class edu.neu.ccs.gui.MalformedDataEvent
The ParseException that was generated by an input component in response to malformed data.
exactMakeCommaList(String[]) - Static method in class edu.neu.ccs.Strings
Uses the array of strings to build a string that separates each item with a comma; automatically trims the array before the build.
exactMakeNewlineList(String[]) - Static method in class edu.neu.ccs.Strings
Uses the array of strings to build a string that separates each item with a newline; automatically trims the array before the build.
exactMakeSeparatorList(String[], char, boolean) - Static method in class edu.neu.ccs.Strings
Uses the array of strings to build a string that separates each item with the given delimiter; if trim is true then trims the array before the build.
exactMakeSeparatorList(String[], char) - Static method in class edu.neu.ccs.Strings
Uses the array of strings to build a string that separates each item with the given delimiter; automatically trims the array before the build.
exactSplitCommaList(String) - Static method in class edu.neu.ccs.Strings
Returns an array of strings obtained by splitting the given string at every occurence of the comma character; automatically trims the array returned.
exactSplitList(String, char, boolean) - Static method in class edu.neu.ccs.Strings
Returns an array of strings obtained by splitting the given string at every occurence of the given delimiter; if trim is true then also trims the array returned.
exactSplitList(String, char) - Static method in class edu.neu.ccs.Strings
Returns an array of strings obtained by splitting the given string at every occurence of the given delimiter; automatically trims the array returned.
exactSplitNewlineList(String) - Static method in class edu.neu.ccs.Strings
Returns an array of strings obtained by splitting the given string at every occurence of the newline character; automatically trims the array returned.
execute(String) - Static method in class edu.neu.ccs.util.SystemUtilities
Spawns a new system process using the given command line.
exitAction - Variable in class edu.neu.ccs.jpf.JPF
Default application closing action.
exitAction - Variable in class edu.neu.ccs.jpf.JPFPane
Default application closing action.
exitButton - Variable in class edu.neu.ccs.jpf.JPFPane
Exit button.
exitButtonColor - Static variable in class edu.neu.ccs.jpf.JPFPane
Color of the exit button.
exitButtonPanel - Variable in class edu.neu.ccs.jpf.JPFPane
Actions panel for the exit action.
exitFramework() - Method in class edu.neu.ccs.jpf.JPF
Exits the framework by calling exitFramework() on the underlying JPFPane pane object.
exitFramework() - Method in class edu.neu.ccs.jpf.JPFApplet
Exits the framework by calling exitFramework() on the underlying JPFPane pane object.
exitFramework() - Method in class edu.neu.ccs.jpf.JPFPane
Exits the framework by programmatically invoking the doClick() method on the exit button.
exitedAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for mouse exit from the function plot window that clears the coordinate text views.
exitedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse exited events.
exp - Static variable in class edu.neu.ccs.F
The function x --> exp(x).
exp - Static variable in class edu.neu.ccs.FC
The function x --> exp(x).
exp(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the complex exponential of the given z.
exp10 - Static variable in class edu.neu.ccs.F
The function x --> 10-to-the-power-x = exp(x * log(10)).
exp2 - Static variable in class edu.neu.ccs.F
The function x --> 2-to-the-power-x = exp(x * log(2)).
expPane - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilder
The expression-evaluation pane.
expPane - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO
The expression-evaluation pane.
expStuff - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The array with the expression table, eval button, and evaluation table.
expTable - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The table with the expression table, eval button, and evaluation table.
expand(Dimension, Insets) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object whose width and height are equal to the corresponding values in the given Dimension object, expanded to include the given Insets.
expressionLabel - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The label for the expression text field.
expressionStuff - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The array with the expression label and text field.
expressionTFV - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The expression text field.
expressionTable - Variable in class edu.neu.ccs.gui.ExpressionEvaluationPane
The table with the expression label and text field.
ext - Variable in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
The extension accepted by this filter.
extInLowerCase - Variable in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
The extension in lower case accepted by this filter.
extLength - Variable in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
The extension length.
extension - Variable in class edu.neu.ccs.gui.TextFileIO
The file extension to filter files.
extractExpression() - Method in class edu.neu.ccs.parser.BaseParser
Extracts the next pending expression as a string without performing any operations or evaluations.
extractInformation() - Method in class edu.neu.ccs.jpf.MethodGUI
Extract the important information about the method.
extractNonEmptyLines(String) - Static method in class edu.neu.ccs.util.TextTools
Finds and trims the lines in the given data and returns the trimmed lines that are non-empty into a string array.
extractParameterValue(TypedView, Class) - Method in class edu.neu.ccs.jpf.MethodGUI
Return the user input as an object from the typed view being used to obtain data for the given class.
extractParameterValues() - Method in class edu.neu.ccs.jpf.MethodGUI
Return the array of user input values from the parameter views.

F

F - class edu.neu.ccs.F.
Class F is a collection of static methods that make it easy to create and manipulate functions of one argument, that is, objects that implement the interface Function.OneArg.
F() - Constructor for class edu.neu.ccs.F
 
FC - class edu.neu.ccs.FC.
Class FC is a collection of static methods that make it easy to create and manipulate complex functions of one argument, that is, objects that implement the interface FunctionComplex.OneArg.
FC() - Constructor for class edu.neu.ccs.FC
 
FILL - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to filling the shape of the shape paintable using its fill paint.
FILLED_BLUNT_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
The filled blunt-wedge-facing-east plot mark.
FILLED_BLUNT_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
The filled blunt-wedge-facing-north plot mark.
FILLED_BLUNT_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
The filled blunt-wedge-facing-south plot mark.
FILLED_BLUNT_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
The filled blunt-wedge-facing-west plot mark.
FILLED_CIRCLE - Static variable in class edu.neu.ccs.gui.PlotMark
The filled circle plot mark.
FILLED_DIAMOND - Static variable in class edu.neu.ccs.gui.PlotMark
The filled diamond plot mark.
FILLED_SHARP_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
The filled sharp-wedge-facing-east plot mark.
FILLED_SHARP_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
The filled sharp-wedge-facing-north plot mark.
FILLED_SHARP_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
The filled sharp-wedge-facing-south plot mark.
FILLED_SHARP_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
The filled sharp-wedge-facing-west plot mark.
FILLED_SQUARE - Static variable in class edu.neu.ccs.gui.PlotMark
The filled square plot mark.
FILLED_THUMB_E - Static variable in class edu.neu.ccs.gui.PlotMark
The filled thumb-facing-east plot mark.
FILLED_THUMB_N - Static variable in class edu.neu.ccs.gui.PlotMark
The filled thumb-facing-north plot mark.
FILLED_THUMB_S - Static variable in class edu.neu.ccs.gui.PlotMark
The filled thumb-facing-south plot mark.
FILLED_THUMB_W - Static variable in class edu.neu.ccs.gui.PlotMark
The filled thumb-facing-west plot mark.
FILLED_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
The filled wedge-facing-east plot mark.
FILLED_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
The filled wedge-facing-north plot mark.
FILLED_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
The filled wedge-facing-south plot mark.
FILLED_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
The filled wedge-facing-west plot mark.
FILL_DRAW - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to filling the shape of the shape paintable using its fill paint and then drawing the shape using its draw paint and draw stroke.
FILTER - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the filter property.
FLOATING - Static variable in class edu.neu.ccs.parser.BaseParser
Value designating string data that has form of a floating number.
FONT - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the set font property.
FONTNAME - Static variable in class edu.neu.ccs.gui.StringViewer
The default monospaced font name.
FONTNAME - Static variable in class edu.neu.ccs.jpf.MethodGUI
The default monospaced font name.
FileExistsException - exception edu.neu.ccs.util.FileExistsException.
Exception thrown to denote the existence of a file that could be inadvertently overwritten if no notification were made of its presence.
FileExistsException(File) - Constructor for class edu.neu.ccs.util.FileExistsException
Constructs an exception generated because of the existence of the given file.
FileExtensionFilter - class edu.neu.ccs.util.FileExtensionFilter.
Class FileExtensionFilter is a file filter that both extends javax.swing.filechooser.FileFilter and implements java.io.FileFilter; the filter uses 0 or more file extensions to determine whether or not to accept a file; the user can decide whether the matching should ignore case or be case sensitive; the default is to ignore case in the matching.
FileExtensionFilter() - Constructor for class edu.neu.ccs.util.FileExtensionFilter
The default constructor that filters nothing.
FileExtensionFilter(String) - Constructor for class edu.neu.ccs.util.FileExtensionFilter
The constructor that filters files whose extensions are found in the given comma separated list.
FileExtensionFilter(String[]) - Constructor for class edu.neu.ccs.util.FileExtensionFilter
The constructor that filters files whose extensions are found in the given String array.
FileExtensionFilter(String, boolean) - Constructor for class edu.neu.ccs.util.FileExtensionFilter
The constructor that filters files whose extensions are found in the given comma separated list and sets whether to ignore case in matching.
FileExtensionFilter(String[], boolean) - Constructor for class edu.neu.ccs.util.FileExtensionFilter
The constructor that filters files whose extensions are found in the given String array and sets whether to ignore case in matching.
FileUtilities - class edu.neu.ccs.util.FileUtilities.
Provides utility methods that encapsulate file input and output operations.
FileUtilities() - Constructor for class edu.neu.ccs.util.FileUtilities
Prevent instantiation.
FileView - class edu.neu.ccs.gui.FileView.
A TypedView for input of a filename that either represents a path to an existing file or a path to which a file could be written.
FileView() - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the default initial filename and the default alignment.
FileView(String) - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the given default filename and the default alignment.
FileView(String, int) - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the given default filename and the given alignment value.
FileView.ExtensionFileFilter - class edu.neu.ccs.gui.FileView.ExtensionFileFilter.
A file filter that accepts all files with a specific extension.
FileView.ExtensionFileFilter(String) - Constructor for class edu.neu.ccs.gui.FileView.ExtensionFileFilter
Constructor for a filter accepting all files with the given extension.
FilterException - exception edu.neu.ccs.filter.FilterException.
Exception to be thrown by a filter when the object to be filtered does not meet the criteria for the filter.
FilterException(Stringable) - Constructor for class edu.neu.ccs.filter.FilterException
Constructs a filter exception with the given model and no detail messsage.
FilterException(Stringable, String) - Constructor for class edu.neu.ccs.filter.FilterException
Constructs a filter exception with the given model and detail messsage.
Firebrick - Static variable in class edu.neu.ccs.Colors
Color Firebrick = 178, 34, 34 = #B22222.
FloatArray - class edu.neu.ccs.util.FloatArray.
Class FloatArray encapsulates utilities for arrays of float.
FloatArray() - Constructor for class edu.neu.ccs.util.FloatArray
Private constructor to prevent instantiation.
FloralWhite - Static variable in class edu.neu.ccs.Colors
Color FloralWhite = 255, 250, 240 = #FFFAF0.
FocusAction - class edu.neu.ccs.gui.FocusAction.
Encapsulates an action that is performed as a result of a FocusEvent.
FocusAction() - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with no name or icon.
FocusAction(String) - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with the given name but no icon.
FocusAction(String, Icon) - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with the given name and icon.
FocusActionAdapter - class edu.neu.ccs.gui.FocusActionAdapter.
An adapter class for receiving focus events, and performing actions in response to those events.
FocusActionAdapter() - Constructor for class edu.neu.ccs.gui.FocusActionAdapter
Constructs a focus action adapter.
FocusActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.FocusActionAdapter
Constructs a focus action adapter listening for focus events generated by the given component.
FocusActionEvent - class edu.neu.ccs.gui.FocusActionEvent.
Class of events representing an action triggered by a focus event.
FocusActionEvent(FocusEvent, Object) - Constructor for class edu.neu.ccs.gui.FocusActionEvent
Constructs a focus action event triggered by the given focus event generated by the given source object.
FocusActionEvent(FocusEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.FocusActionEvent
Constructs a focus action event triggered by the given focus event generated by the given source object, with the given identifier and command name.
FontSampler - class edu.neu.ccs.gui.FontSampler.
Class FontSampler creates a GUI to sample the fonts installed on the system.
FontSampler() - Constructor for class edu.neu.ccs.gui.FontSampler
The constructor.
Fonts - class edu.neu.ccs.gui.Fonts.
Class Fonts contains a static method that returns a hash set with all installed font family names and also some static methods that select a particular font name from each of the following categories: monospaced, serif, sanserif.
Fonts() - Constructor for class edu.neu.ccs.gui.Fonts
Prevent instantiation.
ForestGreen - Static variable in class edu.neu.ccs.Colors
Color ForestGreen = 34, 139, 34 = #228B22.
Fragile - interface edu.neu.ccs.gui.Fragile.
Interface to be implemented by classes of graphical interface components whose view state may be malformed.
Fuchsia - Static variable in class edu.neu.ccs.Colors
Color Fuchsia = 255, 0, 255 = #FF00FF.
Function - class edu.neu.ccs.Function.
Class Function is a collection of interfaces that classify functions that accept and return values of type double according to the number and kind of direct function arguments.
Function() - Constructor for class edu.neu.ccs.Function
 
Function.ArrayArg - interface edu.neu.ccs.Function.ArrayArg.
 
Function.ArrayOfArrayArg - interface edu.neu.ccs.Function.ArrayOfArrayArg.
 
Function.FourArg - interface edu.neu.ccs.Function.FourArg.
 
Function.NoArg - interface edu.neu.ccs.Function.NoArg.
 
Function.OneArg - interface edu.neu.ccs.Function.OneArg.
 
Function.Point2DArg - interface edu.neu.ccs.Function.Point2DArg.
 
Function.Point2DArrayArg - interface edu.neu.ccs.Function.Point2DArrayArg.
 
Function.ThreeArg - interface edu.neu.ccs.Function.ThreeArg.
 
Function.TwoArg - interface edu.neu.ccs.Function.TwoArg.
 
Function.TwoArrayArg - interface edu.neu.ccs.Function.TwoArrayArg.
 
FunctionComplex - class edu.neu.ccs.FunctionComplex.
Class FunctionComplex is a collection of interfaces that classify functions that accept and return values of type XComplex according to the number and kind of direct function arguments.
FunctionComplex() - Constructor for class edu.neu.ccs.FunctionComplex
 
FunctionComplex.ArrayArg - interface edu.neu.ccs.FunctionComplex.ArrayArg.
 
FunctionComplex.ArrayOfArrayArg - interface edu.neu.ccs.FunctionComplex.ArrayOfArrayArg.
 
FunctionComplex.FourArg - interface edu.neu.ccs.FunctionComplex.FourArg.
 
FunctionComplex.NoArg - interface edu.neu.ccs.FunctionComplex.NoArg.
 
FunctionComplex.OneArg - interface edu.neu.ccs.FunctionComplex.OneArg.
 
FunctionComplex.ThreeArg - interface edu.neu.ccs.FunctionComplex.ThreeArg.
 
FunctionComplex.TwoArg - interface edu.neu.ccs.FunctionComplex.TwoArg.
 
FunctionComplex.TwoArrayArg - interface edu.neu.ccs.FunctionComplex.TwoArrayArg.
 
FunctionError(String) - Method in class edu.neu.ccs.gui.FunctionsPlotter
Show a dialog with an error regarding a plot function.
FunctionsPlotter - class edu.neu.ccs.gui.FunctionsPlotter.
Class FunctionsPlotter is an end-user tool for plotting functions of one parameter.
FunctionsPlotter() - Constructor for class edu.neu.ccs.gui.FunctionsPlotter
The FunctionsPlotter constructor creates the tabbed pane that contains the plot pane and the functions definition pane.
f - Variable in class edu.neu.ccs.util.FileExistsException
The file that caused the exception to be thrown.
f_loc_to_val - Variable in class edu.neu.ccs.gui.SliderView
The scale factor for locationToValue.
f_val_to_loc - Variable in class edu.neu.ccs.gui.SliderView
The scale factor for valueToLocation.
factor - Variable in class edu.neu.ccs.gui.Transform1D
The scale factor for this transform.
factorial(int) - Static method in class edu.neu.ccs.XBigInteger
Returns factorial(n), that is, the product of the numbers from 1 to n.
factory - Variable in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Factory used to construct Stringable objects from input stream data.
factory - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The factory for creating Stringable objects from input data.
familyList - Variable in class edu.neu.ccs.gui.FontSampler
The font family list as an array.
fcnsLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the functions dropdown list.
fcnsList - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The functions dropdown list.
fetchImage() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the current image associated with a file name or URL or returns null if the current image is undefined.
fetchImageIcon() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the current image icon associated with a file name or URL or returns null if the current image is undefined.
field - Variable in class edu.neu.ccs.gui.FileView
Text field containing the currently selected filename.
fieldFont - Variable in class edu.neu.ccs.gui.BasePane
The field font uses the monospaced font with BOLD style in the common font size.
fileIO - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The text file IO tool initialized with the file extension "fcn".
filechooser - Variable in class edu.neu.ccs.gui.TextFileIO
The file chooser used for file I/O by this object.
filelistURLview - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The text field for the filelist URL string.
filelistView - Variable in class edu.neu.ccs.gui.RequestImageViewer
The text field for the filelist string.
filelistView - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The text field for the filelist string.
fill(Graphics, Shape, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Fills the given shape using the given fillpaint in the given graphics context.
fill - Variable in class edu.neu.ccs.gui.PlotMark
The plot mark fill.
fillBits() - Method in class edu.neu.ccs.SmallSet
Fills the first size slots in the arrays bits, lobits, and hibits, as described in the comments for these member data variables.
fillPanel(Paint) - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with the given color or Paint.
fillStringArrays() - Method in class edu.neu.ccs.gui.VisualColorList
Fill the string arrays of color names, rgba values, and rgba values in hex.
filldraw(Graphics, Shape, Paint, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Fills and draws the given shape using the given fillpaint and the given drawpaint in the given graphics context.
filldraw(Graphics, Shape, Paint, Paint, Stroke) - Static method in class edu.neu.ccs.gui.PaintMode
Fills and draws the given shape using the given fillpaint, the given drawpaint, and the given drawstroke in the given graphics context.
fillpaint - Variable in class edu.neu.ccs.gui.MultiLineTextPaintable
The fill paint.
fillpaint - Variable in class edu.neu.ccs.gui.ShapePaintable
The fill paint.
fillpaint - Variable in class edu.neu.ccs.gui.TextPaintable
The fill paint.
filter - Variable in class edu.neu.ccs.gui.ErrorDialog
Filter used by the input component that generated the exception that initiated the error recovery strategy.
filter - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The filter used by this view object.
filter - Variable in class edu.neu.ccs.jpf.JPFPane
Method filter for extra pruning if any.
filterFileList(String[], String[]) - Static method in class edu.neu.ccs.util.FileUtilities
Assuming the given file list array contains a list of file names, return the sub-list of those names whose extensions match those in the given extensions list; the extensions list consists of an array of file extensions; case is ignored in the comparison.
filterFileList(String[], String) - Static method in class edu.neu.ccs.util.FileUtilities
Assuming the given file list array contains a list of file names, return the sub-list of those names whose extensions match those in the given extensions list; the extensions list is a comma separated list that is parsed to extract the extensions; case is ignored in the comparison.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.CaseActionFilter
Filters the given XString object based on this case action scheme.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.NumericFilter
Returns the given object if it is an instance of type XNumber.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in interface edu.neu.ccs.filter.StringableFilter
Filters the given object.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Applies the filters in this sequence in order.
filters - Variable in class edu.neu.ccs.filter.StringableFilterSequence
The underlying list used for storage of filters.
findChildItemAt(int, int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible top-level component that contains the given position, null if the given position is out of bounds, or this container if there is no top-level component at the given position.
findChildItemAt(Point) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible top-level component that contains the given point, null if the given point is out of bounds, or this container if there is no top-level component at the given point.
findControlA(double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first ahead control point that is within epsilon of (x,y) relative to the metric Metric.MAX; returns -1 if no such ahead control point exists.
findControlA(double, double, double, Metric) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first ahead control point that is within epsilon of (x,y) relative to the given metric; returns -1 if no such ahead control point exists.
findControlB(double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first behind control point that is within epsilon of (x,y) relative to the metric Metric.MAX; returns -1 if no such behind control point exists.
findControlB(double, double, double, Metric) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first behind control point that is within epsilon of (x,y) relative to the given metric; returns -1 if no such behind control point exists.
findEndTangentControl(double, double, double) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns the index of the first end tangent control that is within epsilon of (x,y) relative to the metric Metric.MAX; returns -1 if no such end tangent control exists.
findEndTangentControl(double, double, double, Metric) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns the index of the first end tangent control that is within epsilon of (x,y) relative to the given metric; returns -1 if no such end tangent control exists.
findItemAt(int, int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible item that contains the given position, null if the given position is out of bounds, or this container if there is no item at the given position.
findItemAt(Point) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible item that contains the given point, null if the given point is out of bounds, or this container if there is no item at the given position.
findItemImpl(int, int, boolean) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the child component at the given position, the container itself, or null as specified in the contracts for the findItemAt and findChildItemAt methods.
findMatchedAction(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the base action in this ActionsPanel that represents the given action, or null if there is no such base action.
findMatchedAction(String) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the first action in this ActionsPanel whose NAME property is equal to the given name.
findMatchedButton(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel associated with the base action for the given action, or null if there is no such button.
findMatchedButton(String) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel associated with the first action found in this panel whose NAME property is equal to the given name.
findSpacing(double) - Static method in class edu.neu.ccs.gui.PlotTool
Returns the smallest double that has one of the three forms 10k, 2*10k, or 5*10k, and is greater than or equal to the absolute value of the given minimum.
findVertex(double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first vertex that is within epsilon of (x,y) relative to the metric Metric.MAX; returns -1 if no such vertex exists.
findVertex(double, double, double, Metric) - Method in class edu.neu.ccs.gui.BaseShape
Returns the index of the first vertex that is within epsilon of (x,y) relative to the given metric; returns -1 if no such vertex exists.
finish - Variable in class edu.neu.ccs.gui.DialogAction
The last action to perform.
fireConsoleInputPerformed(String) - Method in class edu.neu.ccs.console.ConsoleTextPane
Notifies registered listeners that an input String was gathered by console input.
fireConsoleInputPerformed(String) - Method in class edu.neu.ccs.console.ConsoleWindow
Notifies registered listeners that an input String was gathered by console input.
fireDataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.FileView
Delivers MalformedDataEvents to registered listeners.
fireDataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Delivers MalformedDataEvents to registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.AbstractPaintable
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.BaseShape
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.JPTComponent
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.JPTComponent
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Fire an existing PropertyChangeEvent to any registered listeners.
firebrick - Static variable in class edu.neu.ccs.Colors
Color firebrick = Firebrick.
flatten(String) - Static method in class edu.neu.ccs.Strings
Returns a string with all whitespace but non-blank characters replaced by blanks.
flatten(String[]) - Static method in class edu.neu.ccs.Strings
Returns a string array with all strings in the original array flattened using Strings.flatten.
flipBit(int) - Method in class edu.neu.ccs.XBigInteger
Sets this to the equivalent value with the n-th bit flipped.
flipBit(XBigInteger, int) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is equivalent to x with the n-th bit flipped.
floatToHex(float) - Static method in class edu.neu.ccs.util.Hex
Returns the 8-character hexadecimal String for the given float.
floatToInt(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Integer.MAX_VALUE rounded to the nearest int.
floatToLong(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Long.MAX_VALUE rounded to the nearest long.
floatToShort(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Short.MAX_VALUE rounded to the nearest short.
floatValue() - Method in class edu.neu.ccs.XBigDecimal
 
floatValue() - Method in class edu.neu.ccs.XBigInteger
 
floatValue() - Method in class edu.neu.ccs.XByte
 
floatValue() - Method in class edu.neu.ccs.XDouble
 
floatValue() - Method in class edu.neu.ccs.XFloat
 
floatValue() - Method in class edu.neu.ccs.XInt
 
floatValue() - Method in class edu.neu.ccs.XLong
 
floatValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a float value.
floatValue() - Method in class edu.neu.ccs.XShort
 
floor - Static variable in class edu.neu.ccs.F
The function x --> floor(x).
floralwhite - Static variable in class edu.neu.ccs.Colors
Color floralwhite = FloralWhite.
flush() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Flushes this output stream.
flush(int) - Method in class edu.neu.ccs.console.ConsoleGateway
Flushes the given output stream.
focusActionPerformed(FocusEvent) - Method in class edu.neu.ccs.gui.FocusAction
Performs the tasks encapsulated by this action.
focusGained(FocusEvent) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Performs the stored action sequence when the focus has been gained.
focusLost(FocusEvent) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Performs the stored action sequence when the focus has been lost.
focusedHighlightColor - Variable in class edu.neu.ccs.gui.Zoo
Highlight color of selected components for when this zoo has the keyboard focus.
font - Variable in class edu.neu.ccs.gui.MultiLineTextPaintable
The font.
font - Variable in class edu.neu.ccs.gui.TextPaintable
The font.
fontDropdown - Variable in class edu.neu.ccs.gui.FontSampler
The font family dropdown list.
fontPanel - Variable in class edu.neu.ccs.gui.FontSampler
The font family panel.
fontSize - Variable in class edu.neu.ccs.console.ConsoleTextPane
The current font size as set by the setFontSize method.
fontSize - Variable in class edu.neu.ccs.gui.BasePane
The common font size for fields, labels, and buttons.
fontSizeTFV - Variable in class edu.neu.ccs.gui.FontSampler
The font size text field view.
fontStuff - Variable in class edu.neu.ccs.gui.FontSampler
The font family stuff.
foreground - Variable in class edu.neu.ccs.gui.LayeredComponent
The foreground component on which this layered component is built.
forestgreen - Static variable in class edu.neu.ccs.Colors
Color forestgreen = ForestGreen.
formatDouble(double, DecimalFormat) - Method in class edu.neu.ccs.gui.FunctionsPlotter
Return the formatted double using the given format string.
formatErrorMessage(ParseException, String) - Static method in class edu.neu.ccs.XObject
Returns a neatly formatted String representation of the given exception and the data that generated the exception, for use in user error messages.
forwardingListener - Variable in class edu.neu.ccs.gui.AbstractPaintable
The forwarding listener for this AbstractPaintable object to implement the interface SupportsPropertyChange.
forwardingListener - Variable in class edu.neu.ccs.gui.BaseShape
The forwarding listener for this BaseShape object to implement the interface SupportsPropertyChange.
forwardingListener - Variable in class edu.neu.ccs.gui.JPTComponent
The forwarding listener for this JPTComponent object to implement the interface SupportsPropertyChange.
frame() - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; return the frame constructed.
frame(int) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(String, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String, Insets) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(String, int, Insets) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
frame() - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; return the frame constructed.
frame(int) - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String) - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(String, int) - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String, Insets) - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(String, int, Insets) - Method in class edu.neu.ccs.gui.JPTComponent
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and blank title that is packed and centered on the screen.
frame(Object, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and blank title that is packed and located on the screen in the given screen location.
frame(Object, String) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and centered on the screen.
frame(Object, String, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and located on the screen in the given screen location.
frame(Object, String, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
frame(Object, String, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
frame() - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; return the frame constructed.
frame(int) - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String) - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(String, int) - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String, Insets) - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(String, int, Insets) - Method in class edu.neu.ccs.gui.JPTScrollPane
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; return the frame constructed.
frame(Object, int) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(Object, String, int) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String, Insets) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object, String, int, Insets) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; return the frame constructed.
frame(Object, int) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(Object, String, int) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String, Insets) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object, String, int, Insets) - Static method in class edu.neu.ccs.jpf.JPFApplet
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
freezeBounds() - Method in class edu.neu.ccs.gui.SliderView
This method computes the bounds of the sequence mainSequence, stores those bounds in mainBounds, and sets the corner data cornerX and cornerY for use in computation of mouse coordinates.
fromBits(String) - Method in class edu.neu.ccs.XBigInteger
Sets the state of this XBigInteger by reading data in the format output by the method toBits.
fromPoint2D(Point2D) - Static method in class edu.neu.ccs.util.FloatArray
Returns a new size 2 float[] corresponding to the given Point2D.
fromPoint2D(Point2D[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a new float[][] of size N-by-2 corresponding to the given Point2D[] of size N.
fromStringArrayData(String[]) - Method in class edu.neu.ccs.XPolynomial
Defines the data state for this XPolynomial object from a String array representation of the data state.
fromStringArrayData(String[]) - Method in class edu.neu.ccs.XPolynomialComplex
Defines the data state for this XPolynomialComplex object from a String array representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.HexXByte
Sets the state of this object using information contained in the given hexadecimal String of length at most 2.
fromStringData(String) - Method in class edu.neu.ccs.HexXDouble
Sets the state of this object using information contained in the given hexadecimal String of length exactly 16.
fromStringData(String) - Method in class edu.neu.ccs.HexXFloat
Sets the state of this object using information contained in the given hexadecimal String of length exactly 8.
fromStringData(String) - Method in class edu.neu.ccs.HexXInt
Sets the state of this object using information contained in the given hexadecimal String of length at most 8.
fromStringData(String) - Method in class edu.neu.ccs.HexXLong
Sets the state of this object using information contained in the given hexadecimal String of length at most 16.
fromStringData(String) - Method in class edu.neu.ccs.HexXShort
Sets the state of this object using information contained in the given hexadecimal String of length at most 4.
fromStringData(String) - Method in class edu.neu.ccs.SmallSet
Initializes this set from the data in the given String.
fromStringData(String) - Method in interface edu.neu.ccs.Stringable
Sets the state of this object using information contained in the given String.
fromStringData(String) - Method in class edu.neu.ccs.XBigDecimal
Sets the state of this XBigDecimal using the information contained in the given string data.
fromStringData(String) - Method in class edu.neu.ccs.XBigInteger
Sets the state of this XBigInteger using the information contained in the given string data.
fromStringData(String) - Method in class edu.neu.ccs.XBoolean
 
fromStringData(String) - Method in class edu.neu.ccs.XByte
 
fromStringData(String) - Method in class edu.neu.ccs.XChar
 
fromStringData(String) - Method in class edu.neu.ccs.XCircle
Defines the data state for this XCircle object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XColor
Sets the state of the XColor object using information contained in the given String.
fromStringData(String) - Method in class edu.neu.ccs.XComplex
Defines the data state for this XComplex object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XDouble
 
fromStringData(String) - Method in class edu.neu.ccs.XFloat
 
fromStringData(String) - Method in class edu.neu.ccs.XFourier
Defines the data state for this XFourier object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XInt
 
fromStringData(String) - Method in class edu.neu.ccs.XInterval
Defines the data state for this XInterval object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XLine2D
Defines the data state for this XLine2D object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XLong
 
fromStringData(String) - Method in class edu.neu.ccs.XObject
 
fromStringData(String) - Method in class edu.neu.ccs.XOval
Defines the data state for this XOval object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XPoint2D
Defines the data state for this XPoint2D object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XPolynomial
Defines the data state for this XPolynomial object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XPolynomialComplex
Defines the data state for this XPolynomialComplex object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XRect
Defines the data state for this XRect object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XRoundRect
Defines the data state for this XRoundRect object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XRoundSquare
Defines the data state for this XRoundSquare object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XShort
 
fromStringData(String) - Method in class edu.neu.ccs.XSquare
Defines the data state for this XSquare object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XString
 
fromStringData(String) - Method in class edu.neu.ccs.gui.PathList
Sets the data of this path list using String data in the format produced by toString().
fromStringData(String) - Method in class edu.neu.ccs.gui.PathNode
Sets the data of this path node using String data in the format produced by toString().
fuchsia - Static variable in class edu.neu.ccs.Colors
Color fuchsia = Fuchsia.
functionACos - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement acos based on Math.acos.
functionACosDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement acosdeg based on Math.acos and appropriate radians to degrees conversion.
functionACosh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement acosh.
functionASin - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement asin based on Math.asin.
functionASinDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement asindeg based on Math.asin and appropriate radians to degrees conversion.
functionASinh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement asinh.
functionATan - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement atan based on Math.atan.
functionATan2 - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement atan2 based on Math.atan2.
functionATan2Deg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement atan2deg based on Math.atan2 and appropriate radians to degrees conversion.
functionATanDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement atandeg based on Math.atan and appropriate radians to degrees conversion.
functionATanh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement atanh.
functionAbs - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement abs.
functionCall(Object[]) - Method in class edu.neu.ccs.parser.AbstractFunction
Applies the function using the provided array of argument values whose length must equal the number of arguments and returns its result.
functionCall(Object[]) - Method in class edu.neu.ccs.parser.SimpleFunction
Parses the body of this function in a context in which the formal parameters are bound via let to the given values and returns the object computed.
functionCeiling - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement ceiling.
functionCos - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement cos based on Math.cos.
functionCosDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement cosdeg based on Math.cos and appropriate degrees to radians conversion.
functionCosh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement cosh.
functionExp - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement exp based on Math.exp.
functionFloor - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement floor.
functionLn - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement ln based on Math.log.
functionLog - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement log based on Math.log.
functionLog10 - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement log10.
functionLog2 - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement log2.
functionLogToBase - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement logtobase.
functionMax - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement max.
functionMin - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement min.
functionNames - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The text field view for function names.
functionNames() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of all function names.
functionNamesLabel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The label for the function names text field view.
functionPower - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement power based on Math.pow.
functionRoot - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement root based on MathUtilities.root.
functionRound - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement round.
functionSin - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement sin based on Math.sin.
functionSinDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement sindeg based on Math.sin and appropriate degrees to radians conversion.
functionSinh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement sinh.
functionSqrt - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement sqrt based on Math.sqrt.
functionTan - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement tan based on Math.tan.
functionTanDeg - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement tandeg based on Math.tan and appropriate degrees to radians conversion.
functionTanh - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement tanh.
functionToDegrees - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement todegrees based on Math.toDegrees.
functionToRadians - Static variable in class edu.neu.ccs.parser.JPTParser
AbstractFunction to implement toradians based on Math.toRadians.
functions - Variable in class edu.neu.ccs.parser.BaseParser
Table of function names and their corresponding functions.
functions() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of all functions.

G

GAP - Variable in class edu.neu.ccs.gui.MultiColorView
The gap between the cells in the internal TablePanel.
GAP - Variable in class edu.neu.ccs.gui.VisualColorSampler
The gap between the cells in the internal TablePanel.
GCD(int, int) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the greatest common divisor of the int inputs a and b.
GCD(long, long) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the greatest common divisor of the long inputs a and b.
GROUP_SELECTED_COMPONENTS_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to group all selected components in this zoo.
G_Color - Variable in class edu.neu.ccs.gui.ColorPane
The common color for the green slider.
G_Label - Variable in class edu.neu.ccs.gui.ColorPane
The label for the green slider.
G_Paint - Variable in class edu.neu.ccs.gui.ColorPane
The gradient paint for the green slider track.
G_Slider - Variable in class edu.neu.ccs.gui.ColorPane
The green slider.
Gainsboro - Static variable in class edu.neu.ccs.Colors
Color Gainsboro = 220, 220, 220 = #DCDCDC.
GeneralDialog - class edu.neu.ccs.gui.GeneralDialog.
A dialog box containing a Component and an ActionsPanel that contains actions to respond to and dismiss the dialog.
GeneralDialog(Object) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, an empty dialog title, an empty ActionsPanel, and no parent window.
GeneralDialog(Object, String) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an empty ActionsPanel, and no parent window.
GeneralDialog(Object, String, Object[][]) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, and no parent window.
GeneralDialog(Object, String, Object[][], boolean) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and no parent window.
GeneralDialog(Object, String, Object[][], boolean, Frame) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralDialog(Object, String, Object[][], boolean, Dialog) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralDialog(Object, String, Object[][], Object) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, and no parent window.
GeneralDialog(Object, String, Object[][], Object, boolean) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and no parent window.
GeneralDialog(Object, String, Object[][], Object, boolean, Frame) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralDialog(Object, String, Object[][], Object, boolean, Dialog) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralView - interface edu.neu.ccs.gui.GeneralView.
Interface to be implemented by a class of interface objects whose view state may be appropriate for input of various classes of model objects.
GeneralViewSupport - class edu.neu.ccs.gui.GeneralViewSupport.
GeneralViewSupport contains the common code to support the features of a GeneralView.
GeneralViewSupport(GeneralView, EventListenerList, Class, String, String, String) - Constructor for class edu.neu.ccs.gui.GeneralViewSupport
The constructor.
GhostWhite - Static variable in class edu.neu.ccs.Colors
Color GhostWhite = 248, 248, 255 = #F8F8FF.
Gold - Static variable in class edu.neu.ccs.Colors
Color Gold = 255, 215, 0 = #FFD700.
Goldenrod - Static variable in class edu.neu.ccs.Colors
Color Goldenrod = 218, 165, 32 = #DAA520.
Gray - Static variable in class edu.neu.ccs.Colors
Color Gray = 128, 128, 128 = #808080.
Green - Static variable in class edu.neu.ccs.Colors
Color Green = 0, 128, 0 = #008000.
GreenYellow - Static variable in class edu.neu.ccs.Colors
Color GreenYellow = 173, 255, 47 = #ADFF2F.
GridSpacingError(char) - Method in class edu.neu.ccs.gui.FunctionsPlotter
Show a dialog box with an error for x or y grid spacing.
gain - Static variable in class edu.neu.ccs.util.SoundUtilities
Gain for all lines created through this interface.
gainedActions - Variable in class edu.neu.ccs.gui.FocusActionAdapter
List of action listeners to be performed upon the notification of focus gained events.
gainsboro - Static variable in class edu.neu.ccs.Colors
Color gainsboro = Gainsboro.
gap - Variable in class edu.neu.ccs.gui.BasePane
The recommend common gap for use in table panels.
gap - Static variable in class edu.neu.ccs.gui.CheckerBoard
The pixel gap between items in this panel.
gap - Variable in class edu.neu.ccs.gui.FontSampler
The table gap.
gap - Variable in class edu.neu.ccs.gui.PaintBar
The gap between the disks.
gap() - Method in class edu.neu.ccs.gui.PaintBar
Returns the gap.
gap - Static variable in class edu.neu.ccs.gui.PathListView
The table panel gap = 5.
gap - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The horizontal and vertical cell gap to be used for all TablePanel objects constructed directly in this array panel.
gap - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilder
The gap between the two panes in this panel.
gap - Variable in class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO
The gap between the two panes in this panel.
gapSize - Static variable in class edu.neu.ccs.jpf.MethodGUI
The gap between cells in the GUI = 10.
gateway - Variable in class edu.neu.ccs.console.ConsoleWindow
The ConsoleGateway that constructed this ConsoleWindow.
gcd(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to gcd(this, y) where "gcd" stands for "greatest common divisor".
gcd(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is gcd(x, y) where "gcd" stands for "greatest common divisor".
ge - Variable in class edu.neu.ccs.gui.FontSampler
The graphics environment.
generalDialog(Object[][]) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object[][], Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(String, Object[][]) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(String, Object[][], Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object[][]) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object[][], Object) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(String, Object[][]) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(String, Object[][], Object) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object[][]) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object[][], Object) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(String, Object[][]) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(String, Object[][], Object) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object, Object[][]) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object, String, Object[][]) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object, String, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object, Object[][]) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object, String, Object[][]) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object, String, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalPower(FunctionComplex.OneArg, double) - Static method in class edu.neu.ccs.FC
The function to compute the function f-to-the-power-d.
generalPower(FunctionComplex.OneArg, XComplex) - Static method in class edu.neu.ccs.FC
The function to compute the function f-to-the-power-z.
generalPower(XComplex, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to compute the function z-to-the-power-f.
generalPower(FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to compute the function f-to-the-power-g.
generalPower(XComplex, double) - Static method in class edu.neu.ccs.XComplex
Returns the d-th power of z, zd, using the given double exponent d.
generalPower(XComplex, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the w-th power of z, zw, using the given complex exponent w.
get(int) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns the filter at the given index in this sequence.
get(int) - Method in class edu.neu.ccs.gui.ActionSequence
Returns the action listener at the given index in this sequence.
get(int) - Method in class edu.neu.ccs.gui.PathList
Returns the PathNode at the given index if the given index is in range; otherwise returns null.
get(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns the value to which the hash table maps the specified key.
get(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Returns the value to which the map maps the specified key.
getA() - Method in class edu.neu.ccs.quick.Pair
Returns the A object in the pair.
getAObjects(Pair[]) - Static method in class edu.neu.ccs.quick.Pair
Returns the array of A-objects from this array of pairs.
getAX(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the x-coordinate of the Bezier control point that is ahead of the vertex at the given index.
getAY(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the y-coordinate of the Bezier control point that is ahead of the vertex at the given index.
getAction(String) - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the action with the given name retrieved from the table of available actions.
getAction() - Method in class edu.neu.ccs.gui.ActionWrapper
Returns the encapsulated action.
getAction(JButton) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the action in this ActionsPanel corresponding with the given button, or null if the given button is null or not in this panel.
getActionButtons() - Method in class edu.neu.ccs.gui.ActionsPanel
Returns an array containing the buttons in this ActionsPanel created as a result of addAction or addActions.
getActionSequence() - Method in class edu.neu.ccs.gui.PaintActionCapsule
Returns the sequence of action listeners performed when this component is painted.
getActions() - Method in class edu.neu.ccs.gui.ActionsPanel
Returns an array containing the actions in this ActionsPanel.
getActions() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the Action objects in the actions panel for this dialog.
getActionsPanel() - Method in class edu.neu.ccs.gui.JPTDialog
Returns the actions panel for this dialog.
getActualBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.ClippingWrapper
Returns the actual bounds of the clipped paintable or null if the result is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D(ShapePaintable) - Method in class edu.neu.ccs.gui.PaintMode
Returns the original 2-dimensional bounds of the paint region that will be changed when the originalPaint method is called on the given shape paintable.
getActualBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Implements getActualBounds2D on this object by calling getBounds2D on the internal paintable sequence.
getActualBounds2D() - Method in class edu.neu.ccs.gui.PointPaintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the actual bounds of the original paintable or null if the paintable is effectively empty.
getActualBounds2D() - Method in class edu.neu.ccs.gui.Tile
Returns the actual bounds of this tile or null if the tile is effectively empty.
getAdaptedExceptionTrace(Throwable, Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns an adapted exception trace string for an exception that is thrown in the execution of a JPF method with the given method name.
getAlertIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon to be displayed when this annotation is put in an alert state, or null if it has not been set.
getAlgorithm() - Method in class edu.neu.ccs.gui.PlotMark
Returns the internal PlotMarkAlgorithm or null if an algorithm is not used.
getAlignment() - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the alignment for this layout.
getAlignment() - Method in class edu.neu.ccs.gui.Annotation
Returns the alignment of the icon relative to the text.
getAlignment() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the alignment value of the length controls relative to the view collection.
getAlignment() - Method in class edu.neu.ccs.gui.FileView
Returns the value for the current alignment of the browse button relative to the editable field.
getAncestorZoo() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the Zoo at the next-higher level of the containment hierarchy for this container, or null if there is no zoo at a higher level in the containment hierarchy.
getAnchorLocator() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns the TextAnchor.Locator for this MultiLineTextPaintable.
getAnchorLocator() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the TextAnchor.Locator for this TextPaintable.
getAnchorPosition() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns a copy of the anchor position for the first line this MultiLineTextPaintable as an array float[2].
getAnchorPosition() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the anchor position for this TextPaintable as an array float[2].
getAnnotation() - Method in class edu.neu.ccs.gui.Display
Returns the annotation component, or >null> if this display does not have an annotation.
getAnnotationAlignment() - Method in class edu.neu.ccs.gui.Display
Returns the value for the alignment of the annotation relative to the displayed object.
getAnnotationHeight() - Static method in class edu.neu.ccs.gui.ImageViewerBase
Returns the height of an annotation in the current look and feel; this convenience method is used by makeGUI.
getAnnotationText() - Method in class edu.neu.ccs.gui.Display
Returns the annotation text, or >null> if this display does not have an annotation.
getArcRadius() - Method in class edu.neu.ccs.XRoundSquare
Returns the arc radius.
getAscentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the ascent line y-coordinate of the string.
getAscentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the ascent line y-coordinate of the string.
getAscentLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the ascent line y-coordinate of this TextPaintable.
getAutoRepaint() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the current auto repaint setting.
getAutoSelect() - Method in class edu.neu.ccs.gui.TextFieldView
Returns whether or not the contents of this field will be selected when it gains focus.
getAutoShiftToTop() - Method in class edu.neu.ccs.gui.BufferedPanel
Gets whether or not a clicked paintable should shift to the top of the paintable sequence.
getB() - Method in class edu.neu.ccs.quick.Pair
Returns the B object in the pair.
getBObjects(Pair[]) - Static method in class edu.neu.ccs.quick.Pair
Returns the array of B-objects from this array of pairs.
getBX(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the x-coordinate of the Bezier control point that is behind the vertex at the given index.
getBY(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the y-coordinate of the Bezier control point that is behind the vertex at the given index.
getBackgroundPaint() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the background paint.
getBackgroundPaint() - Method in class edu.neu.ccs.gui.LayeredComponent
Gets the background paint for the bottom layer of this layered component.
getBackgroundPaint() - Method in interface edu.neu.ccs.gui.Paintable
Returns the background paint.
getBackgroundTile() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the background tile.
getBackgroundTile() - Method in class edu.neu.ccs.gui.LayeredComponent
Gets the tile paintable object for the middle layer of this layered component.
getBackgroundTile() - Method in interface edu.neu.ccs.gui.Paintable
Returns the background tile.
getBaseAction(Action) - Static method in class edu.neu.ccs.gui.ActionWrapper
Returns the base action that remains after recursively stripping all action wrappers from the given action.
getBaseClass() - Method in class edu.neu.ccs.jpf.JPFPane
Returns the base class used to limit how deep the recursive search for methods will go.
getBaseLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the base line y-coordinate of the string.
getBaseLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the base line y-coordinate of the string.
getBaseLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the base line y-coordinate of this TextPaintable.
getBezierTangentSegmentData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the Bezier tangent segment data corresponding to the vertex and tangent data.
getBitMask(int) - Static method in class edu.neu.ccs.SmallSet
Returns the integer with exactly one 1-bit in position i.
getBlockSize() - Method in class edu.neu.ccs.gui.CheckerBoard
Returns the checkerboard block size.
getBooleanValue() - Method in class edu.neu.ccs.gui.BooleanView
Returns the boolean value that is the model for this view.
getBorderLayoutLocation(int) - Static method in class edu.neu.ccs.util.JPTUtilities
Returns the BorderLayout constant corresponding with the given alignment constant.
getBoundingBox(Component[]) - Method in class edu.neu.ccs.gui.ZooGroup
Returns the union of the bounds of the given components.
getBounds() - Method in class edu.neu.ccs.gui.BaseShape
Returns an integer Rectangle that completely encloses the Shape.
getBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the 2-dimensional bounds of the paintable.
getBounds2D() - Method in class edu.neu.ccs.gui.BaseShape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the 2-dimensional bounds of the paintable.
getBounds2D(String, Font, float, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns a copy of the 2-dimensional bounds of the area that will be occupied by the displayed string.
getBounds2D(TextPaintable) - Method in interface edu.neu.ccs.gui.TextBounds.Strategy
 
getBoundsStrategy() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the bounds strategy for this TextPaintable.
getBrowseButton() - Method in class edu.neu.ccs.gui.FileView
Returns the browse button component for this view.
getBuffer() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal buffered image for this panel.
getBufferBackground() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the background color or Paint for this buffered panel.
getBufferGraphics() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns a Graphics2D object that permits painting to the internal buffered image for this panel.
getBufferHeight() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the height of the buffered image.
getBufferWidth() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the width of the buffered image.
getButton(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel corresponding with the given action, or null if the given action is null or not in this panel.
getButtonFont() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended button font.
getButtonModel(JRadioButton) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the ButtonModel of the radio button or returns null if the button is null or is not in the view.
getCapacity() - Method in class edu.neu.ccs.XPolynomial
Returns the capacity of the current internal storage, that is, the largest index into which data may be stored without reallocation of the coefficients array.
getCapacity() - Method in class edu.neu.ccs.XPolynomialComplex
Returns the capacity of the current internal storage, that is, the largest index into which data may be stored without reallocation of the coefficients array.
getCaseActionFilter() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the current case action filter used by this console object, or null, if no case action filter is used by this console object.
getCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy the center of the paintable.
getCenter() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the center of the paintable.
getCenter(String, Font, float, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns a copy of the logical center of the displayed string, that is, the point specified by getCenterX and by getBaseLineY.
getCenterX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the center x-coordinate of the string.
getCenterX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.XLocator
Returns the center x-coordinate of the string.
getCenterX() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the center x-coordinate of this TextPaintable.
getChangeActions() - Method in class edu.neu.ccs.gui.ChangeActionAdapter
Returns the action sequence for change events.
getChangeEvent() - Method in class edu.neu.ccs.gui.ChangeActionEvent
Returns the change event that triggered this change action event.
getCheckerBoard() - Method in class edu.neu.ccs.gui.VisualColorSampler
Returns the internal CheckerBoard.
getCheckerBoardSize() - Method in class edu.neu.ccs.gui.CheckerBoard
Returns the checkerboard BufferedPanel size.
getCheckerboard() - Method in class edu.neu.ccs.gui.CheckerBoard
Returns a reference to the checkerboard BufferedPanel on which the checkerboard is painted.
getChildItem(int) - Method in class edu.neu.ccs.gui.Zoo
Returns the top-level component in this zoo at the given z-order.
getChildItem(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the top-level component in this container at the given z-order.
getChildItemCount() - Method in class edu.neu.ccs.gui.Zoo
Returns the number of top-level components in this container.
getChildItemCount() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the number of top-level components in this container.
getChildItems() - Method in class edu.neu.ccs.gui.Zoo
Returns an array containing all of the top-level components in this zoo.
getChildItems() - Method in class edu.neu.ccs.gui.ZooContainer
Returns an array containing all of the top-level components in this container.
getChooserClickCount() - Method in class edu.neu.ccs.gui.ColorView
Return the chooser click count.
getClassChain(Class, Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns the chain of classes starting with the given class c first and proceeding back to but not including class d.
getClippingShape() - Method in class edu.neu.ccs.gui.ClippingWrapper
Returns the clipping shape.
getClosedBezierControlData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the closed Bezier control points corresponding to the vertex and tangent data.
getClosedBezierFrameData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the closed Bezier frame data corresponding to the vertex and tangent data.
getClosureMode() - Method in class edu.neu.ccs.gui.BaseShape
Get the closure mode.
getCoBitMask(int) - Static method in class edu.neu.ccs.SmallSet
Returns the integer with exactly one 0-bit in position i.
getCodec() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns the identifier for the current CODEC to be used to combine multiple child view states into an encoded String.
getCoefficient(int) - Method in class edu.neu.ccs.XPolynomial
Returns the coefficient at the given index.
getCoefficient(int) - Method in class edu.neu.ccs.XPolynomialComplex
Returns a copy of the coefficient at the given index.
getCoefficients() - Method in class edu.neu.ccs.XPolynomial
Returns a copy of the polynomial coefficients.
getCoefficients() - Method in class edu.neu.ccs.XPolynomialComplex
Returns a copy of the polynomial coefficients.
getCol() - Method in class edu.neu.ccs.gui.Tile
Returns the optional col tag for this tile.
getCollectionPanel() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the panel containing the collection.
getColor(String) - Static method in class edu.neu.ccs.XColor
Gets a Color value from a data String if the data is valid or returns null.
getColor() - Method in class edu.neu.ccs.gui.ColorPane
Returns the current color.
getColor() - Method in class edu.neu.ccs.gui.ColorPaneDialog
Returns the current color of the internal color pane.
getColor() - Method in class edu.neu.ccs.gui.ColorView
Returns the current color.
getColor(int) - Method in class edu.neu.ccs.gui.MultiColorView
Returns the color corresponding to the given index.
getColor0() - Method in class edu.neu.ccs.gui.CheckerBoard
Returns the color for blocks with (row + column) sum even.
getColor1() - Method in class edu.neu.ccs.gui.CheckerBoard
Returns the color for blocks with (row + column) sum odd.
getColorBox() - Method in class edu.neu.ccs.gui.ColorView
Returns the internal JPTComponent that represents the color box in the view.
getColorDropdownView() - Method in class edu.neu.ccs.gui.ColorView
Returns the internal DropdownView that may be used to choose the color via a String representation.
getColorFromDecimal(String) - Method in class edu.neu.ccs.XColor
Returns the Color expressed in decimal data or throws a ParseException.
getColorFromHexidecimal(String) - Method in class edu.neu.ccs.XColor
Returns the Color expressed in hexidecimal data or throws a ParseException.
getColorFromName(String) - Static method in class edu.neu.ccs.Colors
Returns the Color corresponding to the given name or null if the name is not in the internal name-color map.
getColorNamesAsArray() - Static method in class edu.neu.ccs.Colors
Returns as a sorted String array the mixed case color names in the internal name-color map.
getColorView(int) - Method in class edu.neu.ccs.gui.MultiColorView
Returns the i-th ColorView in this object or null if i is out of range.
getColorView() - Method in class edu.neu.ccs.gui.VisualColorList
Returns a reference to the ColorView object used within this panel.
getColors() - Method in class edu.neu.ccs.gui.MultiColorView
Returns an array with the current colors represented in the ColorView objects.
getColumnAlignment(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the default alignment value for the given column.
getColumnAlignment(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the default alignment value for the given column.
getColumnCount() - Method in class edu.neu.ccs.gui.TableLayout
Returns the number of columns in this table layout.
getColumnCount() - Method in class edu.neu.ccs.gui.TablePanel
Returns the number of columns in this table panel.
getComponent() - Method in class edu.neu.ccs.gui.PaintActionEvent
Returns the component source that triggered this paint action event.
getComponentEvent() - Method in class edu.neu.ccs.gui.ComponentActionEvent
Returns the component event that triggered this component action event.
getComponentHiddenActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component hidden events.
getComponentMovedActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component moved events.
getComponentResizedActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component resized events.
getComponentShownActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component shown events.
getComponentTable() - Method in class edu.neu.ccs.gui.TableLayout
Returns a copy of the table of components in this layout.
getComponentTable() - Method in class edu.neu.ccs.gui.TablePanel
Returns a copy of the table of components in this panel.
getCompoundView(TypedView) - Static method in class edu.neu.ccs.gui.InputDialog
Returns a typed view constructed from the given input component and decorated based on the input properties of the view.
getConstant() - Method in class edu.neu.ccs.XFourier
Returns the fourier constant.
getControlA(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the Bezier control point that is ahead of the vertex at the given index.
getControlB(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the Bezier control point that is behind the vertex at the given index.
getControls() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the controls value corresponding with the current length controls.
getCorner() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy the corner of the paintable.
getCorner() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the corner of the paintable.
getCosCapacity() - Method in class edu.neu.ccs.XFourier
Returns the capacity of the current internal storage for the cos terms in the fourier series, that is, the largest index into which data may be stored without reallocation.
getCosCoefficient(int) - Method in class edu.neu.ccs.XFourier
Returns the cos coefficient at the given index.
getCosCoefficients() - Method in class edu.neu.ccs.XFourier
Returns a copy of the fourier cos coefficients.
getCosDegree() - Method in class edu.neu.ccs.XFourier
Returns the cos degree of the fourier which is defined to be the highest index whose cos coefficient is non-zero; by convention, the zero fourier has cos degree -1.
getCounter() - Static method in class edu.neu.ccs.gui.JPTFrame
Returns the shared counter object that counts the number of open JPTFrame and DirectApplet objects.
getCubicCurvePoint(float) - Method in class edu.neu.ccs.gui.BaseShape
Returns an array float[2] with the coordinates of a point on the closed cubic curve determined by the internal vertex and tangent data and the float parameter t.
getCurrentFont() - Method in class edu.neu.ccs.gui.FontSampler
Returns the current font based on the user selections in the GUI of this panel.
getData() - Method in class edu.neu.ccs.gui.MalformedDataEvent
Returns the String data representing either the malformed view state that caused an exception to be thrown, or the well-formed view state that replaced a previously malformed view state.
getDataType() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable class of object produced on demand by this input stream.
getDataType() - Method in class edu.neu.ccs.gui.ArrayPanel
 
getDataType() - Method in class edu.neu.ccs.gui.BooleanView
Returns the XBoolean class object.
getDataType() - Method in class edu.neu.ccs.gui.ColorView
Returns the XColor class object.
getDataType() - Method in class edu.neu.ccs.gui.DropdownView
 
getDataType() - Method in class edu.neu.ccs.gui.FileView
Returns the XString class object.
getDataType() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the current class of objects returned when a model object is demanded or requested.
getDataType() - Method in class edu.neu.ccs.gui.InputDialog.CompoundView
 
getDataType() - Method in class edu.neu.ccs.gui.OptionsView
Returns the XInt class object.
getDataType() - Method in class edu.neu.ccs.gui.SliderView
Returns the XInt class object.
getDataType() - Method in class edu.neu.ccs.gui.StringViewer
 
getDataType() - Method in class edu.neu.ccs.gui.TextAreaView
Returns the XString class object.
getDataType() - Method in class edu.neu.ccs.gui.TextFieldView
 
getDataType() - Method in interface edu.neu.ccs.gui.TypedView
Returns the current class of objects returned when a model object is demanded or requested.
getDataType() - Method in class edu.neu.ccs.util.StringableFactory
Returns the class of objects produced by this factory.
getDecrementButtonText() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current label for the length decrement button.
getDefaultBackground() - Static method in class edu.neu.ccs.gui.RadioPanel
Returns the default background for a JRadioButton.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default Bounds2D rectangle, that is, the default for computation of getBounds2D.
getDefaultBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the default Bounds2D rectangle, that is, the default for computation of getBounds2D.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the default bounds for the button using the information in the encapsulated paintable and the insets.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the default bounds for the component using the information in the encapsulated paintable and the insets if any.
getDefaultCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default center, that is, the default for computation of getCenter.
getDefaultCenter() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the default center, that is, the default for computation of getCenter.
getDefaultCloseOperation() - Method in class edu.neu.ccs.gui.JPTFrame
Returns the window close operation for this frame.
getDefaultCodec() - Static method in class edu.neu.ccs.codec.CodecUtilities
Returns the unique identifier for the default installed CODEC.
getDefaultColor() - Method in class edu.neu.ccs.gui.ColorView
Returns the default color.
getDefaultFont() - Static method in class edu.neu.ccs.gui.Annotation
Returns the default font for a JLabel.
getDefaultFont() - Static method in class edu.neu.ccs.gui.BooleanView
Returns the default font for a JCheckBox.
getDefaultFont() - Static method in class edu.neu.ccs.gui.Dropdown
Returns the default font for a JComboBox.
getDefaultFont() - Static method in class edu.neu.ccs.gui.RadioPanel
Returns the default font for a JRadioButton.
getDefaultFont() - Static method in class edu.neu.ccs.gui.StringViewer
Returns the current default static font.
getDefaultFont() - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the default font for a JTextField.
getDefaultFont() - Static method in class edu.neu.ccs.gui.TextPaintable
Returns the default font for a JLabel in the current UI settings.
getDefaultFont() - Static method in class edu.neu.ccs.jpf.MethodGUI
Returns the current default static font for text field views.
getDefaultIndex() - Method in class edu.neu.ccs.gui.OptionsView
Returns the default index.
getDefaultInstance() - Method in class edu.neu.ccs.util.StringableFactory
Returns a new instance of the stored class created using the zero-parameter constructor for the class.
getDefaultLabel() - Method in class edu.neu.ccs.gui.OptionsView
Returns the button label of the default index, or null if there are no options in this view.
getDefaultLocation() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the default location for the button using the information in the encapsulated paintable and the insets.
getDefaultLocation() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the default location for the component using the information in the encapsulated paintable and the insets if any.
getDefaultOriginalBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default original Bounds2D rectangle, that is, the default for computation of getOriginalBounds2D.
getDefaultOriginalBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the default original Bounds2D rectangle, that is, the default for computation of getOriginalBounds2D.
getDefaultOriginalCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default original center, that is, the default for computation of getOriginalCenter.
getDefaultOriginalCenter() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the default original center, that is, the default for computation of getOriginalCenter.
getDefaultParser() - Static method in class edu.neu.ccs.parser.ParserUtilities
Returns the default parser used by JPT classes.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the default view state for this array panel as an encoded String.
getDefaultViewState() - Method in class edu.neu.ccs.gui.BooleanView
Returns the String "true" or the String "false" corresponding with the default view state of this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ColorView
Returns a String encapsulation of the state of the default Color for this view.
getDefaultViewState() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the default view states for objects in the collection as an encoded String.
getDefaultViewState() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns the encoded default view state for the Displayable() objects in the panel.
getDefaultViewState() - Method in interface edu.neu.ccs.gui.Displayable
Returns a String representation of the default view state for this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.Dropdown
Returns a String representation of the default view state for this object.
getDefaultViewState(String) - Method in class edu.neu.ccs.gui.FileView
Returns the default path.
getDefaultViewState() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a String representation of the default view state for this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.OptionsView
Returns a String representation of the default index.
getDefaultViewState() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the current default view state string.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Returns the default view state for the displayed object.
getDefaultViewState(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the default view state of the i-th view.
getDefaultViewState() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the default view state of the panel as an encoded string.
getDefaultViewState() - Method in class edu.neu.ccs.gui.SliderView
Returns a String representation of the default integer value of this slider.
getDefaultViewState() - Method in class edu.neu.ccs.gui.StringViewer
 
getDefaultViewState() - Method in class edu.neu.ccs.gui.TextAreaView
Returns the default content for this text area view.
getDefaultViewState() - Method in class edu.neu.ccs.gui.TextFieldView
 
getDefaultViewState() - Method in class edu.neu.ccs.gui.XObjectView
Not used by this class.
getDefaultViewStates() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns a String array of the default view states for the corresponding Displayable() items in the array returned by getDisplayables().
getDefaultViewStates() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the default view states of the views in this panel as items in a string data array.
getDefaultWindowClosingAction() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the default dialog window closing action.
getDegree() - Method in class edu.neu.ccs.XPolynomial
Returns the degree of the polynomial which is defined to be the highest index whose coefficient is non-zero; by convention, the zero polynomial has degree -1.
getDegree() - Method in class edu.neu.ccs.XPolynomialComplex
Returns the degree of the polynomial which is defined to be the highest index whose coefficient is non-zero; by convention, the zero polynomial has degree -1.
getDeleteRowAction(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an action that deletes a row at the given index.
getDeleteRowButton(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns a button that deletes a row at the given index.
getDescentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the descent line y-coordinate of the string.
getDescentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the descent line y-coordinate of the string.
getDescentLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the descent line y-coordinate of this TextPaintable.
getDescription() - Method in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
The description of this filter.
getDescription() - Method in class edu.neu.ccs.util.FileExtensionFilter
Returns the text description of the filtered files for a JFileChooser dialog box.
getDialogActions() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the DialogAction objects in the actions panel for this dialog.
getDialogActionsPanel() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the actions panel for this dialog.
getDialogContents() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the main component in this dialog.
getDialogTitle() - Method in class edu.neu.ccs.gui.InputProperties
Returns the dialog title text stored in this property list.
getDirection() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle direction.
getDisabledIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon to be displayed when this annotation is disabled, if it has been set through use of the setDisabledIcon method, or null if it has not been set.
getDisplay() - Method in class edu.neu.ccs.gui.Display
Returns the displayed object.
getDisplay() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Returns the displayed object.
getDisplayables() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns an array of all Displayable objects installed as Components in this panel.
getDrawPaint() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the draw paint.
getDrawStroke() - Method in class edu.neu.ccs.gui.ShapePaintable
Return the draw stroke.
getEffectiveCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEndTX(int) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns the x-coordinate of the end tangent data if the given index is 0 or 1 or returns 0 if the index is out of bounds or if the end tangent data is null.
getEndTY(int) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns the y-coordinate of the end tangent data if the given index is 0 or 1 or returns 0 if the index is out of bounds or if the end tangent data is null.
getEndTangent(int) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns a copy of the end tangent at the given index which should be 0 or 1.
getEndTangentControl(int) - Method in class edu.neu.ccs.gui.AutomaticShape
Returns a copy of the end tangent control that corresponds to the given index 0 or 1.
getEndTangentControlData() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns an array float[2][] that contains the two end tangent control points.
getEndTangentData() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns a clone of the end tangent array.
getEndX() - Method in class edu.neu.ccs.gui.PathNode
Returns the x-endpoint of this path node.
getEndY() - Method in class edu.neu.ccs.gui.PathNode
Returns the y-endpoint of this path node.
getErrorColor() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the color used to render error text.
getErrorColor() - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the current error color for this pane.
getErrorColor() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the error color for the console.
getErrorPrompt(Class) - Method in class edu.neu.ccs.jpf.MethodGUI
Return an error prompt customized for the given class.
getEvaluateButton() - Method in class edu.neu.ccs.jpf.MethodGUI
Returns the evaluate button in the GUI.
getEvaluation() - Method in class edu.neu.ccs.gui.ExpressionEvaluationPane
Returns the current contents of the evaluation text field.
getExpression() - Method in class edu.neu.ccs.gui.ExpressionEvaluationPane
Returns the current contents of the expression text field.
getExtensionsAsCommaList() - Method in class edu.neu.ccs.util.FileExtensionFilter
Returns the extensions for this filter as a comma separated list.
getFactor() - Method in class edu.neu.ccs.gui.Transform1D
Returns the scale factor for this transform.
getFieldFont() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended field font.
getFile() - Method in class edu.neu.ccs.util.FileExistsException
Returns the file that caused this exception to be thrown.
getFileContents(File) - Static method in class edu.neu.ccs.util.FileUtilities
Returns a StringBuffer containing the contents of the given file.
getFill() - Method in class edu.neu.ccs.gui.PlotMark
Returns the fill setting.
getFillPaint() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns the fill paint for this MultiLineTextPaintable.
getFillPaint() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the fill paint.
getFillPaint() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the fill paint for this TextPaintable.
getFilter() - Method in class edu.neu.ccs.gui.DropdownView
 
getFilter() - Method in interface edu.neu.ccs.gui.GeneralView
Returns the current filter used by this view.
getFilter() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the current filter used by this view.
getFilter() - Method in class edu.neu.ccs.gui.StringViewer
 
getFilter() - Method in class edu.neu.ccs.gui.TextFieldView
 
getFinish() - Method in class edu.neu.ccs.gui.DialogAction
Returns the choice of what to do to the dialog when the action is done.
getFocusEvent() - Method in class edu.neu.ccs.gui.FocusActionEvent
Returns the focus event that triggered this focus action event.
getFocusGainedActions() - Method in class edu.neu.ccs.gui.FocusActionAdapter
Returns the action sequence for focus gained events.
getFocusLostActions() - Method in class edu.neu.ccs.gui.FocusActionAdapter
Returns the action sequence for focus lost events.
getFocusedHighlightColor() - Method in class edu.neu.ccs.gui.Zoo
Returns the color used to highlight a selected component when this zoo has the keyboard focus.
getFont() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns the font for this MultiLineTextPaintable.
getFont() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the font for this TextPaintable.
getFontFamilyName() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the font family name of the console font if the console is activated; otherwise returns "".
getFontFamilyName() - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the font family name of the console font.
getFontFamilyName() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the font family name of the console font.
getFontFamilyNames() - Static method in class edu.neu.ccs.gui.Fonts
Returns a hash set that contains the available font family names for fonts installed on this system.
getFontSize() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the actual font size if the console is activated; otherwise returns 0.
getFontSize() - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the actual font size last set by the method setFontSize after any adjustments.
getFontSize() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the actual font size last set by the method setFontSize after any adjustments.
getFontSize() - Method in class edu.neu.ccs.gui.BasePane
Returns the common font size.
getForwardingListener() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in class edu.neu.ccs.gui.BaseShape
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in class edu.neu.ccs.gui.JPTComponent
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getFrame() - Method in class edu.neu.ccs.jpf.JPF
Returns the JPTFrame used to enclose this JPF application.
getFreeMemory() - Static method in class edu.neu.ccs.util.SystemUtilities
Returns the number of free bytes of system memory.
getFunction(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns the function with the given name or null if no such function is defined.
getGain() - Static method in class edu.neu.ccs.util.SoundUtilities
Returns the gain for all lines created through this interface.
getGap() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended table panel gap.
getGraphics() - Method in class edu.neu.ccs.gui.PaintActionEvent
Returns the graphics context of the component that triggered this paint action event.
getGraphicsWindow() - Method in class edu.neu.ccs.jpf.JPFPane
Returns the graphics window.
getHeight(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the height of the area that will be occupied by the displayed string.
getHeight() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the height of the area that will be occupied by this TextPaintable.
getHiBitMask(int) - Static method in class edu.neu.ccs.SmallSet
Returns the integer with 1-bits in precisely the positions from i to 31.
getHorizontalGap() - Method in class edu.neu.ccs.gui.TableLayout
Returns the gap, in pixels, between columns in this table layout.
getHorizontalGap() - Method in class edu.neu.ccs.gui.TablePanel
Returns the gap, in pixels, between columns in this table panel.
getIcon(Action) - Static method in class edu.neu.ccs.gui.ActionsPanel
Returns the icon (SMALL_ICON) associated with the given action.
getIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon displayed by this annotation, or null if it has not been set.
getIconBounds2D() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the bounds for the component viewed as an icon using the information in the encapsulated paintable.
getIconHeight() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the icon height as getYSize().
getIconHeight() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the icon height which is the height of the bounds region of the encapsulated paintable.
getIconWidth() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the icon width as getXSize().
getIconWidth() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the icon width which is the width of the bounds region of the encapsulated paintable.
getIgnoreCase() - Method in class edu.neu.ccs.util.FileExtensionFilter
Returns the current ignore case setting.
getImage() - Method in class edu.neu.ccs.gui.ImageCapsule
Returns the image encapsulated by this component.
getImage() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the encapsulated image.
getImageBounds() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the image coordinate bounds.
getImageHeight() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the image height.
getImageHeight() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the image height.
getImageWidth() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the image width.
getImageWidth() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the image width.
getIncrementButtonText() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current label for the length increment button.
getIndex(Paintable) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
getIndex(Paintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the index in the paintable sequence of the given Paintable.
getIndex(String) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the index of the option with the given label or -1 if the label is not in the view.
getIndex(JRadioButton) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the index of the option with the given button or -1 if the button is not in the view.
getIndexValue(String) - Static method in class edu.neu.ccs.Strings
Returns the array index that was prepended to an error message thrown by stringsToLongs or stringsToDoubles.
getInitialColor() - Method in class edu.neu.ccs.gui.ColorPane
Returns the initial color which is the color of the upper swatch.
getInitialColor() - Method in class edu.neu.ccs.gui.ColorPaneDialog
Returns the initial color of the internal color pane.
getInitializer() - Method in class edu.neu.ccs.jpf.JPFPane
Returns the initializer object for this pane.
getInitializerClass() - Method in class edu.neu.ccs.jpf.JPFPane
Returns the initializer object class.
getInnerBackgroundPaint() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Gets the background paint of the internal paintable sequence.
getInnerBackgroundTile() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Gets the background tile of the internal paintable sequence.
getInnerPanel() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal panel for this buffered panel, that is, the panel that paints the buffered image and handles the mouse and key adapters.
getInputColor() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the color used to render input text.
getInputColor() - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the current input color for this pane.
getInputColor() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the input color for the console.
getInputModel() - Method in class edu.neu.ccs.gui.InputProperties
Returns the input model value stored in this property list.
getInputPrompt() - Method in class edu.neu.ccs.gui.InputProperties
Returns the input prompt text stored in this property list.
getInputProperties() - Method in class edu.neu.ccs.gui.ArrayPanel
 
getInputProperties() - Method in class edu.neu.ccs.gui.BooleanView
 
getInputProperties() - Method in class edu.neu.ccs.gui.ColorView
Returns the input properties of the internal color dropdown view.
getInputProperties() - Method in class edu.neu.ccs.gui.DropdownView
 
getInputProperties() - Method in class edu.neu.ccs.gui.FileView
 
getInputProperties() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the input properties for this view.
getInputProperties() - Method in class edu.neu.ccs.gui.InputDialog.CompoundView
 
getInputProperties() - Method in class edu.neu.ccs.gui.OptionsView
 
getInputProperties(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the input properties of the i-th view.
getInputProperties() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
This method returns null since the panel as a whole does not utilize input properties.
getInputProperties() - Method in class edu.neu.ccs.gui.SliderView
 
getInputProperties() - Method in class edu.neu.ccs.gui.StringViewer
 
getInputProperties() - Method in class edu.neu.ccs.gui.TextAreaView
 
getInputProperties() - Method in class edu.neu.ccs.gui.TextFieldView
 
getInputProperties() - Method in interface edu.neu.ccs.gui.TypedView
Returns the input properties for this view.
getInputPropertiesByView() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the input properties object for each view and then returns this information in an array.
getInsertRowAction(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an action that inserts a row at the given index.
getInsertRowButton(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns a button that inserts a row at the given index.
getInset() - Method in class edu.neu.ccs.gui.PlotTool
Return the image inset.
getInstalledLookAndFeelClassNames() - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Returns the array of class names of the installed look and feel entities.
getInstalledLookAndFeelNames() - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Returns the array of short names of the installed look and feel entities.
getInt() - Method in class edu.neu.ccs.quick.StringIntPair
Returns the number in the pair.
getInverseTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the world bounds to image bounds two-dimensional transform.
getInverseXTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the x component of the world to image transform.
getInverseYTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the y component of the world to image transform.
getItem(int) - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the component at the specified index in the collection.
getItem(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the component in this container at the given index in the overall collection of components contained in this container, including components that are nested within groups.
getItemArray() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns an array containing all of the components held in the collection.
getItemCount() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the number of objects in the collection.
getItemCount() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the number of components in this container, including components that are nested within groups.
getItems() - Method in class edu.neu.ccs.gui.Dropdown
Returns an array of all items currently installed in the view.
getItems() - Method in class edu.neu.ccs.gui.Zoo
Returns an array containing all of the components contained in this zoo, including components that are nested within groups.
getItems() - Method in class edu.neu.ccs.gui.ZooContainer
Returns an array containing all of the components contained in this container, including components that are nested within groups.
getJPTFrameCount() - Static method in class edu.neu.ccs.gui.JPTFrame
Returns the number of JPTFrames in existence.
getKeyActionAdapter() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the key action adapter for the buffer.
getKeyActionAdapter() - Method in class edu.neu.ccs.gui.JPTComponent
Returns this component's key action adapter.
getKeyEvent() - Method in class edu.neu.ccs.gui.KeyActionEvent
Returns the key event that triggered this key action event.
getKeyPressedActions() - Method in class edu.neu.ccs.gui.KeyActionAdapter
Returns the action sequence for key pressed events.
getKeyReleasedActions() - Method in class edu.neu.ccs.gui.KeyActionAdapter
Returns the action sequence for key released events.
getKeyTypedActions() - Method in class edu.neu.ccs.gui.KeyActionAdapter
Returns the action sequence for key typed events.
getLabel(int) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the label of the option at the given index or null if the index is out of bounds.
getLabel(JRadioButton) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the label of the given button or null if the button is null or is not in the view.
getLabelFont() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended label font.
getLabelText(int) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the label text for the button at the given index, or null if the given index is invalid.
getLaminateFor(Component) - Method in class edu.neu.ccs.gui.Zoo
Returns the laminate for the given component, or null if the given component is not a child item of this zoo.
getLargeFieldWidth() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended large field width.
getLassoBounds() - Method in class edu.neu.ccs.gui.Zoo
Returns the bounds of the current lasso, or null if there is no current lasso.
getLastPath() - Method in class edu.neu.ccs.gui.FileView
Returns the path to which a file view last navigated.
getLayoutAlignmentX(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Returns the layout alignment along the x-axis.
getLayoutAlignmentX(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the layout alignment along the x-axis.
getLayoutAlignmentX(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Returns the layout alignment along the x-axis.
getLayoutAlignmentX(Container) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment for this table layout along the x axis.
getLayoutAlignmentY(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Returns the layout alignment along the y-axis.
getLayoutAlignmentY(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the layout alignment along the y-axis.
getLayoutAlignmentY(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Returns the layout alignment along the y-axis.
getLayoutAlignmentY(Container) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment along the y axis.
getLeadingLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the leading line y-coordinate of the string.
getLeadingLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the leading line y-coordinate of the string.
getLeadingLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the leading line y-coordinate of this TextPaintable.
getLeftX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the left x-coordinate of the string.
getLeftX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.XLocator
Returns the left x-coordinate of the string.
getLeftX() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the left x-coordinate of this TextPaintable.
getLength() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current length of this array, that is, the number of views in this collection.
getLength() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the number of views in this panel or, equivalently, the length of the array of views.
getLengthButtonName() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the text on the GUI button that sets the length of the array using the user meaningful length that is held in the corresponding GUI text field view.
getLengthOffset() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the constant that should be added to the length to obtain the length measure meaningful to the end user.
getLengthPrompt() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the prompt text for the length field.
getLineSeparator() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the line separator sequence used by the machine running the Java Virtual Machine.
getLineSeparator() - Static method in class edu.neu.ccs.util.SystemUtilities
Returns the platform specific line separator.
getLines() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns the string for this MultiLineTextPaintable split into individual lines based on the newline character.
getListCellFromMap(String) - Method in class edu.neu.ccs.gui.SwatchNameRenderer
Returns the list cell corresponding to the given color name.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class edu.neu.ccs.gui.SwatchNameRenderer
Returns the swatch name pair component associated with the given String value in the given list; sets the foreground and background of the swatch name pair depending on the given isSelected parameter.
getListSelectionActions() - Method in class edu.neu.ccs.gui.ListSelectionActionAdapter
Returns the action sequence for list selection events.
getListSelectionEvent() - Method in class edu.neu.ccs.gui.ListSelectionActionEvent
Returns the list selection event that triggered this list selection action event.
getLoBitMask(int) - Static method in class edu.neu.ccs.SmallSet
Returns the integer with 1-bits in precisely the positions from 0 to i.
getLooseBounds() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the smallest rectangle that contains the pair of rectangles getStringBounds() and getTightBounds().
getLower() - Method in class edu.neu.ccs.gui.PathListFunction
Returns the lower bound of the range of the parameter t on which the point function varies.
getLowerCaseColorNamesAsArray() - Static method in class edu.neu.ccs.Colors
Returns as a sorted String array the lower case color names in the internal name-color map.
getLowestSetBit() - Method in class edu.neu.ccs.XBigInteger
Returns the index of the rightmost (lowest-order) one bit in this XBigInteger, that is, the number of zero bits to the right of the rightmost one bit.
getMaximum() - Method in class edu.neu.ccs.SmallSet
Returns the maximum permitted element in this set.
getMaximum() - Method in class edu.neu.ccs.XInterval
Returns the upper endpoint of the interval.
getMaximum() - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Double
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Long
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the maximum bound for this range.
getMaximum() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the maximum bound for this range.
getMaximumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the maximum bound filter used by this range filter.
getMaximumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the maximum bound filter used by this range filter.
getMaximumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the maximum bound filter used by this range filter.
getMaximumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the maximum bound filter used by this range filter.
getMaximumFontSize() - Static method in class edu.neu.ccs.console.ConsoleGateway
Get the maximum font size that may be set for the console window.
getMaximumFontSize() - Static method in class edu.neu.ccs.console.ConsoleTextPane
Get the maximum font size that may be set for the console window.
getMaximumFontSize() - Static method in class edu.neu.ccs.console.ConsoleWindow
Get the maximum font size that may be set for the console window.
getMaximumLength() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the maximum length for this array.
getMaximumPreferredSize() - Method in class edu.neu.ccs.gui.SwatchNameRenderer
Returns the maximum preferred size of all swatch-name pairs in this renderer.
getMaximumSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the same dimension as getPreferredSize.
getMaximumSize() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the same dimension as getPreferredSize.
getMaximumSize() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the same dimension as getPreferredSize.
getMaximumSize() - Method in class edu.neu.ccs.gui.TablePanel
Return the maximum size of the table as computed by the table layout.
getMediumFieldWidth() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended medium field width.
getMethodFilter() - Method in class edu.neu.ccs.jpf.JPFPane
Returns the method filter if any.
getMethodList() - Method in class edu.neu.ccs.jpf.JPFPane
Returns a list of the JPF methods, that is, the methods for which we can instantiate buttons in the main GUI.
getMethodToolTip(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns a tool tip appropriate for the given method.
getMidpoint() - Method in class edu.neu.ccs.XInterval
Returns the midpoint of the interval.
getMinimum() - Method in class edu.neu.ccs.SmallSet
Returns the minimum permitted element in this set.
getMinimum() - Method in class edu.neu.ccs.XInterval
Returns the lower endpoint of the interval.
getMinimum() - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Double
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Long
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the minimum bound for this range.
getMinimum() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the minimum bound for this range.
getMinimumColumnWidth(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the minimum width set for the given column.
getMinimumColumnWidth(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the minimum width set for the given column.
getMinimumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the minimum bound filter used by this range filter.
getMinimumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the minimum bound filter used by this range filter.
getMinimumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the minimum bound filter used by this range filter.
getMinimumFilter() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the minimum bound filter used by this range filter.
getMinimumFontSize() - Static method in class edu.neu.ccs.console.ConsoleGateway
Get the minimum font size that may be set for the console window.
getMinimumFontSize() - Static method in class edu.neu.ccs.console.ConsoleTextPane
Get the minimum font size that may be set for the console window.
getMinimumFontSize() - Static method in class edu.neu.ccs.console.ConsoleWindow
Get the minimum font size that may be set for the console window.
getMinimumLength() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the minimum length of this array.
getMinimumRowHeight(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the minimum height set for the given row.
getMinimumRowHeight(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the minimum height set for the given row.
getMinimumSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the same dimension as getPreferredSize.
getMinimumSize() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the same dimension as getPreferredSize.
getMinimumSize() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the same dimension as getPreferredSize.
getMinimumSize() - Method in class edu.neu.ccs.gui.TablePanel
Return the minimum size of the table as computed by the table layout.
getMinimumWidth() - Method in class edu.neu.ccs.gui.Dropdown
Returns the current minimum width setting.
getModel() - Method in class edu.neu.ccs.filter.FilterException
Returns the model object that failed the filtering process with its state set to the value that was current at the time the exception was thrown.
getModel() - Method in class edu.neu.ccs.gui.InputDialog
Returns the data model whose state was set through this dialog input operation.
getModel() - Method in class edu.neu.ccs.gui.StringableFileIO
Returns the Stringable model object.
getModel() - Method in class edu.neu.ccs.gui.XObjectView
Returns the data model for this view, or null if there is no data model for this view.
getMonospacedFontFamilyName() - Static method in class edu.neu.ccs.console.ConsoleGateway
Returns the default monospaced font family name of the font that will be used in the ConsoleTextPane on this system.
getMonospacedFontFamilyName() - Static method in class edu.neu.ccs.gui.Fonts
Returns the font family name of a monospaced font that is installed on this system.
getMouseActionAdapter() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the mouse action adapter for the buffer.
getMouseActionAdapter() - Method in class edu.neu.ccs.gui.ColorView
Returns the mouse action adapter for the color box in this color view.
getMouseActionAdapter() - Method in class edu.neu.ccs.gui.JPTComponent
Returns this component's mouse action adapter.
getMouseActionAdapter() - Method in class edu.neu.ccs.gui.Laminate
Returns the mouse action adapter for this laminate.
getMouseClickedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse clicked events.
getMouseDraggedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse dragged events.
getMouseEnteredActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse entered events.
getMouseEvent() - Method in class edu.neu.ccs.gui.MouseActionEvent
Returns the mouse event that triggered this mouse action event.
getMouseExitedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse exited events.
getMouseMovedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse moved events.
getMousePressedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse pressed events.
getMouseReleasedActions() - Method in class edu.neu.ccs.gui.MouseActionAdapter
Returns the action sequence for mouse released events.
getMouseX() - Method in class edu.neu.ccs.gui.BufferedPanel
Gets the current value of the mouse x-position.
getMouseY() - Method in class edu.neu.ccs.gui.BufferedPanel
Gets the current value of the mouse y-position.
getMutator() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the existing mutator transform.
getMutator() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the existing mutator transform.
getMutatorInverse() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the existing mutator inverse transform.
getMutatorInverse() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the existing mutator inverse transform.
getMutatorStrategyUsage() - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the current mutator strategy usage.
getName(String) - Static method in class edu.neu.ccs.Strings
Given a string of the form name=value, return the name portion.
getName() - Method in class edu.neu.ccs.gui.ActionWrapper
Returns the name associated with the action, or an empty String if no name is defined.
getNames(String[]) - Static method in class edu.neu.ccs.Strings
Given an array of name-value pairs, returns the array of names.
getNetFontSizeAdjustment() - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Returns the net font size adjustment to the look and feel fonts after one or more calls to the tools in this package.
getNextAvailablePosition() - Method in class edu.neu.ccs.gui.TableLayout
Returns the next empty position in the table layout, that is, a position that does not contain a component; if the table layout is full, returns a new position that will require either adding a column or a row to the internal component table.
getNodeType() - Method in class edu.neu.ccs.gui.PathNode
Returns the node type which is one of the constants: MOVE, LINE, QUAD, CUBIC, CLOSE.
getNodeTypeFromStringData(String) - Method in class edu.neu.ccs.gui.PathNode
Returns the node type constant that corresponds to the given String data.
getNodeTypeString() - Method in class edu.neu.ccs.gui.PathNode
Returns a String label corresponding to the node type.
getNumber() - Method in class edu.neu.ccs.quick.StringIntPair
Returns the number in the pair.
getObject(String) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the Object associated with the given String in this view or null if no association is found.
getObject(String) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns the Object associated with the given String or null if no association is found.
getObject(int) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns the Object at the given index in order of entry into the map; or null if the index is out of bounds.
getObject() - Method in class edu.neu.ccs.quick.StringObjectPair
Returns the object in the pair.
getObjects() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the objects associated with the strings in this view.
getObjects() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the Objects in this map in order of entry into the map.
getObjects(StringObjectPair[]) - Static method in class edu.neu.ccs.quick.StringObjectPair
Returns the array of objects from this array of pairs.
getOffset() - Method in class edu.neu.ccs.gui.Transform1D
Return the offset for this transform.
getOneLine() - Method in class edu.neu.ccs.console.ConsoleGateway
Reads a String terminated by a line separator sequence from this console object and filters it based on the current case action filter.
getOpacity() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the opacity value of this paintable between 0 and 1.
getOpacity() - Method in class edu.neu.ccs.gui.LayeredComponent
Gets the opacity of the background layers of this layered component.
getOpacity() - Method in interface edu.neu.ccs.gui.Paintable
Returns the opacity value of this paintable between 0 and 1.
getOpenBezierControlData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the open Bezier control points corresponding to the vertex and tangent data.
getOpenBezierFrameData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the open Bezier frame data corresponding to the vertex and tangent data.
getOperation(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns the operation with the given symbol or null if no such operation is defined.
getOptionButton(int) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the JRadioButton at the given index or returns null if the index is out of bounds.
getOptionButton(String) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the JRadioButton corresponding to the given label or returns null if the label is null or if the label does not correspond to a button in the view.
getOptionButton(ButtonModel) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the JRadioButton of the button model or returns null if the model is null or if the model does not correspond to a button in the view.
getOptionButtons() - Method in class edu.neu.ccs.gui.RadioPanel
Returns an array containing the radio buttons for this view.
getOptionCount() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the number of options for this view.
getOrientation() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current orientation value of the view collection.
getOrientation() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the orientation value for the collection.
getOrientation() - Method in class edu.neu.ccs.gui.TableLayout
Returns the orientation for this table layout.
getOrientation() - Method in class edu.neu.ccs.gui.TablePanel
Returns the orientation for the layout of this table.
getOriginalBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the 2-dimensional bounds of the original paintable prior to any mutation.
getOriginalBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the 2-dimensional bounds of the original paintable prior to any mutation.
getOriginalCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the original center of the paint region.
getOriginalCenter() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns a copy of the center of the paint region affected by the originalPaint method.
getOriginalCenter() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the original center of the paint region.
getOriginalCenter() - Method in class edu.neu.ccs.gui.PointPaintable
Returns a copy of the original center of the paint region.
getOriginalCenter() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the center of the paint region affected by the originalPaint method.
getOutline(ShapePaintable) - Method in class edu.neu.ccs.gui.PaintMode
Returns the Shape representing the paint region that will be changed when the originalPaint method is called on the given shape paintable.
getOutline() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the Shape that represents the outline of the rendered paint region taking into account the PaintMode.
getOutline() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the Shape that represents the outline of the rendered text string in its font at its location.
getOutputColor() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the color used to render output text.
getOutputColor() - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the current output color for this pane.
getOutputColor() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the output color for the console.
getPaint(int, int) - Method in class edu.neu.ccs.gui.PaintBar
Returns the paint of the disk at the given row and col.
getPaint() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the paint of the swatch.
getPaint() - Method in class edu.neu.ccs.gui.PointPaintable
Returns the current paint of this object.
getPaint() - Method in class edu.neu.ccs.gui.ShapeCapsule
Returns the color or paint used to render this component.
getPaint() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle pen paint.
getPaintCount() - Method in class edu.neu.ccs.gui.PaintBar
Returns the number of paint disks.
getPaintMode() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the paint mode.
getPaintable(int) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
getPaintable() - Method in class edu.neu.ccs.gui.ClippingWrapper
Returns the wrapped paintable.
getPaintable() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the encapsulated paintable.
getPaintable() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the encapsulated paintable.
getPaintable(int) - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the Paintable at the given index in the sequence.
getPaintable() - Method in class edu.neu.ccs.gui.PlotMark
Returns the internal Paintable or null if a paintable is not used.
getPaintable() - Method in class edu.neu.ccs.gui.Tile
Returns the wrapped paintable.
getPaintableSequence() - Method in class edu.neu.ccs.gui.BufferedPanel
Gets the internal PaintableSequence that will be painted after the underlying buffer is painted.
getPaintableSequence() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Returns the internal paintable sequence for use by a derived class.
getPair(int) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns the StringObjectPair pair at the given index in order of entry into the map; or null if the index is out of bounds.
getPan() - Static method in class edu.neu.ccs.util.SoundUtilities
Returns the pan for all lines created through this interface.
getPane() - Method in class edu.neu.ccs.jpf.JPF
Returns the JPFPane used to construct this JPF application.
getParameterCount() - Method in class edu.neu.ccs.gui.PathNode
Returns the number of numeric data parameters needed by the current node type.
getParameterNames(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns a String representing the parameters of the method.
getParameters() - Method in class edu.neu.ccs.gui.PathNode
Returns a copy of the current numeric data parameters.
getParentContainer(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the parent container for the given component, or null if the given component is not an item in this container.
getParseException() - Method in class edu.neu.ccs.gui.MalformedDataEvent
Returns the exception that was thrown in response to the stored malformed view state.
getPath() - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the GeneralPath that defines this Shape based on the vertex data, tangent data, path strategy, closure mode, and winding rule.
getPathIterator(AffineTransform) - Method in class edu.neu.ccs.gui.BaseShape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - Method in class edu.neu.ccs.gui.BaseShape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathList() - Method in class edu.neu.ccs.gui.PathListIterator
Returns the internal PathList that is the basis for this iterator.
getPathNodeStateArray() - Method in class edu.neu.ccs.gui.PathList
Returns a String array with the value of the method toStringData applied to each item in the array returned by getPathNodes.
getPathNodes() - Method in class edu.neu.ccs.gui.PathList
Returns a PathNode array with the current path nodes in this path list.
getPathNodes(PathIterator) - Static method in class edu.neu.ccs.gui.PathNode
Returns an array of PathNode objects that corresponds to the information in the given iterator.
getPathNodes(Shape) - Static method in class edu.neu.ccs.gui.PathNode
Returns an array of PathNode objects that corresponds to the information in the given shape.
getPathNodes(Shape, AffineTransform) - Static method in class edu.neu.ccs.gui.PathNode
Returns an array of PathNode objects that corresponds to the information in the given shape after being transformed by the given transform.
getPathNodes(Shape, AffineTransform, double) - Static method in class edu.neu.ccs.gui.PathNode
Returns an array of PathNode objects that corresponds to the information in the given shape after being transformed by the given transform and appying the given flatness parameter.
getPathStrategy() - Method in class edu.neu.ccs.gui.BaseShape
Get the PathStrategy.
getPenState() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle pen state.
getPlotMark() - Method in class edu.neu.ccs.gui.PointPaintable
Returns the current plotmark of this object.
getPoint() - Method in class edu.neu.ccs.gui.PointPaintable
Returns a copy of the current point of this object.
getPolygonPoint(float) - Method in class edu.neu.ccs.gui.BaseShape
Returns an array float[2] with the coordinates of a point on the closed polygon determined by the internal vertex data and the float parameter t.
getPosition() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle position.
getPreferredBounds(Component) - Static method in class edu.neu.ccs.gui.AbsoluteLayout
If the component is a container then returns bounds where the width and height are replaced by the width and height of the preferred size.
getPreferredSize() - Method in class edu.neu.ccs.gui.BufferedPanel.Painter
Returns the size of the buffer as the size of this panel.
getPreferredSize() - Method in class edu.neu.ccs.gui.Dropdown
Returns the preferred size of this view.
getPreferredSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the preferred size of the swatch based on the size of the area to be painted and the swatch insets if any.
getPreferredSize() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the preferred size of the button based on the bounds of the encapsulated paintable and the button insets.
getPreferredSize() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the preferred size of the component based on the bounds of the encapsulated paintable and the component insets if any.
getPreferredSize() - Method in class edu.neu.ccs.gui.TablePanel
Return the preferred size of the table as computed by the table layout.
getPreferredSize() - Method in class edu.neu.ccs.gui.TextFieldView
Returns the preferred size of this view.
getPreferredWidth() - Method in class edu.neu.ccs.gui.Dropdown
Returns the preferred width setting of this view.
getPreferredWidth() - Method in class edu.neu.ccs.gui.TextFieldView
Returns the preferred width setting of this view.
getPrefix() - Method in interface edu.neu.ccs.codec.Codec
Returns the unique three character prefix used to identify the encoding scheme for this class
getPrefix() - Method in class edu.neu.ccs.codec.CountPrefixCodec
Returns the unique identifier for this encoding scheme: the String "CPC".
getPrefix() - Method in class edu.neu.ccs.codec.EscapedCodec
Returns the unique identifier for this encoding scheme: the String "ESC".
getPreparedGraphics2D(Graphics) - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the given graphics context after modifying the copy to clip to within the bounds region, to set anti-aliasing on, and to apply the opacity of this paintable if needed.
getPreparedGraphics2D(Graphics) - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the given graphics context after modifying the copy to clip to within the bounds region, to set anti-aliasing on, and to apply the opacity of this paintable if needed.
getPressActions() - Method in class edu.neu.ccs.gui.SliderView
Returns the sequence of press actions.
getPrimitiveStringable(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
If the given class is similar to a primitive type, then returns the associated Stringable class.
getProperty(String) - Method in class edu.neu.ccs.gui.InputProperties
Returns the value of the property with the provided name, or null if the property has not been set.
getPropertyChangeActions() - Method in class edu.neu.ccs.gui.PropertyChangeActionAdapter
Returns the action sequence for property change events.
getPropertyChangeEvent() - Method in class edu.neu.ccs.gui.PropertyChangeActionEvent
Returns the property change event that triggered this property change action event.
getPropertyChangeListeners() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns an array of all listeners that were added to this object.
getPropertyChangeListeners(String) - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns an array of all listeners that were added to this object and associated with the named property.
getPropertyChangeListeners() - Method in class edu.neu.ccs.gui.BaseShape
Returns an array of all listeners that were added to this object.
getPropertyChangeListeners(String) - Method in class edu.neu.ccs.gui.BaseShape
Returns an array of all listeners that were added to this object and associated with the named property.
getPropertyChangeListeners() - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Returns an array of all listeners that were added to this object.
getPropertyChangeListeners(String) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Returns an array of all listeners that were added to this object and associated with the named property.
getPublicMethods(Class, Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns the public methods in Class c that do not come from the base Class d.
getPublicStaticFields(Class, Class) - Static method in class edu.neu.ccs.util.StaticFields
Returns the public static fields in the given class of the given field type.
getPublicStaticIntFieldData(Class) - Static method in class edu.neu.ccs.util.StaticFields
For each public static field in the given class of field type int, create a StringIntPair with the name of the field and its int value; then return all such pairs in a StringIntPair array.
getPublicStaticIntFieldValues(Class) - Static method in class edu.neu.ccs.util.StaticFields
For each public static field in the given class of field type int, extract the int value; then return all such extracted int values in an int array.
getRadius() - Method in class edu.neu.ccs.XCircle
Returns the radius.
getRadius() - Method in class edu.neu.ccs.XRoundSquare
Returns the radius.
getRadius() - Method in class edu.neu.ccs.XSquare
Returns the radius.
getReleaseActions() - Method in class edu.neu.ccs.gui.SliderView
Returns the sequence of release actions.
getResponse() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the user's response to this dialog.
getReturnView() - Method in class edu.neu.ccs.jpf.MethodGUI
Return the current view for the return type object.
getRightX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the right x-coordinate of the string.
getRightX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.XLocator
Returns the right x-coordinate of the string.
getRightX() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the right x-coordinate of this TextPaintable.
getRootZoo() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the Zoo at the highest level of the containment hierarchy for this container, or null if the containment hierarchy does not include a root zoo.
getRow() - Method in class edu.neu.ccs.gui.Tile
Returns the optional row tag for this tile.
getRowAlignment(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the default alignment value for the given row.
getRowAlignment(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the default alignment value for the given row.
getRowCount() - Method in class edu.neu.ccs.gui.TableLayout
Returns the number of rows in this table layout.
getRowCount() - Method in class edu.neu.ccs.gui.TablePanel
Returns the number of rows in this table panel.
getSampleWidth(int, char) - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the sample width of a JLabel constucted using a sample string consisting of N instances of the given character c; the value EXTRA_WIDTH is added to allow for extra white space.
getSampleWidth(String) - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the width of a JLabel constucted using the given sample string with the value EXTRA_WIDTH added to allow for extra white space.
getSampleWidth(Font, String) - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the width of a JLabel constucted using the given font and sample string with the value EXTRA_WIDTH added to allow for extra white space.
getSansSerifFontFamilyName() - Static method in class edu.neu.ccs.gui.Fonts
Returns the font family name of a sans-serif font that is installed on this system.
getScreenInsets() - Method in class edu.neu.ccs.gui.JPTFrame
Returns a copy of the current screen insets used in calls to setLocation(int).
getScrollPane() - Method in class edu.neu.ccs.gui.StringViewer
Returns the internal JPTScrollPane.
getSelectedButton() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the currently selected button or null if there are no buttons.
getSelectedComponent() - Method in class edu.neu.ccs.gui.Zoo
Returns the selected component in this zoo at the highest z-order position, or null if the selection is empty.
getSelectedComponent(int) - Method in class edu.neu.ccs.gui.Zoo
Returns the selected component in this zoo at the given index into the list of selected components, or null if the selection is empty.
getSelectedComponentCount() - Method in class edu.neu.ccs.gui.Zoo
Returns the number of selected components in this zoo.
getSelectedComponents() - Method in class edu.neu.ccs.gui.Zoo
Returns an array containing the selected components in this zoo in the order of their z-order positions, or a zero-length array if the selection is empty.
getSelectedIndex() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the index of the selected button, or -1 if there are no buttons.
getSelectedLabel() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the label of the currently selected button or null if there are no buttons.
getSelectedObject() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the object corresponding to the currently selected string in the view.
getSelectedObject() - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Returns the object corresponding to the currently selected string in the view.
getSelectedObject() - Method in interface edu.neu.ccs.gui.StringObjectView
Returns the object corresponding to the currently selected string in the view.
getSelectedString() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the currently selected string in the view.
getSelectedString() - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Returns the currently selected string in the view.
getSelectedString() - Method in interface edu.neu.ccs.gui.StringObjectView
Returns the currently selected string in the view.
getSelectionModel() - Method in class edu.neu.ccs.gui.Zoo
Returns the selection model for this zoo.
getSequenceBackgroundPaint() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal paintable sequence background paint.
getSequenceBackgroundTile() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal paintable sequence background tile.
getSerifFontFamilyName() - Static method in class edu.neu.ccs.gui.Fonts
Returns the font family name of a serif font that is installed on this system.
getSetButtonText() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current label text for the length set button.
getSetColorActions() - Method in class edu.neu.ccs.gui.ColorView
Returns the ActionSequence that holds the actions to be performed when the method setColor is called.
getSettings() - Method in class edu.neu.ccs.gui.Display
Returns the properties for this display as a >Settings> object.
getShape() - Method in class edu.neu.ccs.gui.ShapeCapsule
Returns a clone of the encapsulated shape.
getShape() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the shape of the paintable.
getShapePaintable(int) - Method in class edu.neu.ccs.gui.PaintBar
This protected method returns the ShapePaintable that implements the paint disk at the given index.
getShapePoint(float) - Method in class edu.neu.ccs.gui.PathList
Returns the point on the path corresponding to the parameter t as float[2].
getShapePoint(float) - Method in class edu.neu.ccs.gui.PathListFunction
Returns the point on the path as float[2] corresponding to the parameter t.
getShapePoint2D(double) - Method in class edu.neu.ccs.gui.PathList
Returns the point on the path corresponding to the parameter t as XPoint2D.
getShapePoint2D(double) - Method in class edu.neu.ccs.gui.PathListFunction
Returns the point on the path as XPoint2D corresponding to the parameter t.
getShapePoint2DArray(int) - Method in class edu.neu.ccs.gui.PathListFunction
Returns an array XPoint2D[] of objects representing points on the path.
getShapePointArray(int) - Method in class edu.neu.ccs.gui.PathListFunction
Returns an array float[][] of objects representing points on the path.
getSinCapacity() - Method in class edu.neu.ccs.XFourier
Returns the capacity of the current internal storage for the sin terms in the fourier series, that is, the largest index into which data may be stored without reallocation.
getSinCoefficient(int) - Method in class edu.neu.ccs.XFourier
Returns the sin coefficient at the given index.
getSinCoefficients() - Method in class edu.neu.ccs.XFourier
Returns a copy of the fourier sin coefficients.
getSinDegree() - Method in class edu.neu.ccs.XFourier
Returns the sin degree of the fourier which is defined to be the highest index whose sin coefficient is non-zero; by convention, the zero fourier has sin degree -1.
getSize() - Method in class edu.neu.ccs.XInterval
Returns the size of the interval, that is, the difference between the upper and lower endpoints.
getSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the same dimension as getPreferredSize.
getSize() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the same dimension as getPreferredSize.
getSize() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the same dimension as getPreferredSize.
getSize() - Method in class edu.neu.ccs.gui.PlotMark
Returns the size setting.
getSlidingActions() - Method in class edu.neu.ccs.gui.SliderView
Returns the sequence of sliding actions.
getSlot(int, int) - Method in class edu.neu.ccs.gui.PathList
Returns the contents of the given slot of the PathNode at the given index if the index is in range and the slot is valid; otherwise returns null.
getSlot(int[]) - Method in class edu.neu.ccs.gui.PathList
Returns the contents of the slot indices[1] of the PathNode at the index indices[0] if indices is non-null and of length 2 and if the index is in range and the slot is valid; otherwise returns null.
getSlot(int) - Method in class edu.neu.ccs.gui.PathNode
Returns an (x,y) pair of values corresponding to the given slot index or null if the index is invalid.
getSlotCount() - Method in class edu.neu.ccs.gui.PathNode
Returns the number of x,y slots needed by the current node type.
getSlotX(int) - Method in class edu.neu.ccs.gui.PathNode
Returns the x-coordinate corresponding to the given slot index or 0 if the index is invalid.
getSlotY(int) - Method in class edu.neu.ccs.gui.PathNode
Returns the y-coordinate corresponding to the given slot index or 0 if the index is invalid.
getSmallFieldWidth() - Method in class edu.neu.ccs.gui.BasePane
Returns the recommended small field width.
getSortedObjects() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the Objects in this map sorted in order of their corresponding strings order.
getSortedStringObjectPairs() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the StringObjectPair pairs in this map sorted in order of their corresponding strings order.
getSortedStrings() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the Strings in this map in sorted order.
getSortedStrings() - Method in class edu.neu.ccs.quick.StringSet
Returns as an array the Strings in this set in sorted order.
getState() - Method in class edu.neu.ccs.SmallSet
Returns the integer state of this set.
getState(int) - Method in class edu.neu.ccs.gui.KeyPressReleaseListener
Returns the boolean state of the given key where true = pressed and false = released.
getState(int) - Method in class edu.neu.ccs.quick.BooleanStateArray
Returns the boolean state of the given key.
getString() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Returns the string for this MultiLineTextPaintable.
getString(Object) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the String associated with the given Object in this view or null if no association is found.
getString() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the string for this TextPaintable.
getString() - Method in class edu.neu.ccs.quick.StringIntPair
Returns the string in the pair.
getString(Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns the String associated with the given Object or null if no association is found.
getString(int) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns the String at the given index in order of entry into the map; or null if the index is out of bounds.
getString() - Method in class edu.neu.ccs.quick.StringObjectPair
Returns the string in the pair.
getString(int) - Method in class edu.neu.ccs.quick.StringSet
Returns the String string at the given index in order of entry into the set; or null if the index is out of bounds.
getStringBounds() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the 2-dimensional bounds of the original paint region as computed using the getStringBounds method of the Font class together with the anchor locator.
getStringObjectPairs() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the string object pairs in this view.
getStringObjectPairs() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the StringObjectPair pairs in this map in order of entry into the map.
getStrings() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Returns the strings in this view.
getStrings() - Method in class edu.neu.ccs.gui.SwatchNameRenderer
Returns the array of color name strings installed in this renderer.
getStrings() - Method in class edu.neu.ccs.quick.StringObjectMap
Returns as an array the Strings in this map in order of entry into the map.
getStrings(StringObjectPair[]) - Static method in class edu.neu.ccs.quick.StringObjectPair
Returns the array of strings from this array of pairs.
getStrings() - Method in class edu.neu.ccs.quick.StringSet
Returns as an array the Strings in this set in order of entry into the set.
getStrokedShape() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the shape of the stroked boundary taking into account the shape of the paintable and the draw stroke.
getStyleFor(int) - Method in class edu.neu.ccs.console.ConsoleTextPane
Returns the appropriate rendering style for the given stream.
getSuggestion() - Method in class edu.neu.ccs.gui.InputProperties
Returns the suggested view state stored in this property list.
getSupportsPropertyChange() - Method in class edu.neu.ccs.gui.PropertyChangeForwardingListener
Returns the object that implements SupportsPropertyChange.
getTX(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the x-coordinate of the tangent data if the given index is in bounds or 0 if the index is out of bounds or if the tangent data is null.
getTY(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the y-coordinate of the tangent data if the given index is in bounds or 0 if the index is out of bounds or if the tangent data is null.
getTableAlignment() - Method in class edu.neu.ccs.gui.TableLayout
Returns the default alignment for cells in this table layout.
getTableAlignment() - Method in class edu.neu.ccs.gui.TablePanel
Returns the default alignment for cells in this table panel.
getTableEntry(int) - Method in class edu.neu.ccs.gui.HTable
Returns the component at the col in the table or null if no such component exists.
getTableEntry(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the component at the given row,col position in the table layout data structure.
getTableEntry(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Returns the component at the given CellPosition position in the table layout data structure.
getTableEntry(int, int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the component at the position row,col in the table or null if no such component exists.
getTableEntry(CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Returns the component at the given CellPosition in the table or null if no such component exists.
getTableEntry(int) - Method in class edu.neu.ccs.gui.VTable
Returns the component at the row in the table or null if no such component exists.
getTableGenerator() - Method in class edu.neu.ccs.gui.TablePanel
Returns the table generator used to create the components of this table or null if no generator is being used.
getTableLayout() - Method in class edu.neu.ccs.gui.TablePanel
Returns the TableLayout managing this panel.
getTangent(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the tangent at the given index.
getTangentData() - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the tangent data.
getTangentStrategy() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns the tangent strategy.
getTarget() - Method in class edu.neu.ccs.gui.Laminate
Returns the component this laminate is covering.
getText(Action) - Static method in class edu.neu.ccs.gui.ActionsPanel
Returns the text (NAME) associated with the given action.
getText() - Method in class edu.neu.ccs.gui.Annotation
Returns the text displayed by this annotation.
getText() - Method in class edu.neu.ccs.gui.StringViewer
Returns the text in the text area.
getTextArea() - Method in class edu.neu.ccs.gui.StringViewer
Returns the internal TextAreaView.
getTextLayout() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the internal TextLayout that encapsulates the text string and the font.
getTextLength() - Method in class edu.neu.ccs.gui.StringViewer
Returns the length of the text in the text area.
getTextPane() - Method in class edu.neu.ccs.console.ConsoleWindow
Returns the text pane contained by this window.
getTickValues(int) - Method in class edu.neu.ccs.gui.SliderView
Returns the array of slider values that will be used to generate the tick value positions based on the given tick spacing and the internal minimum and maximum.
getTightBounds() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the 2-dimensional bounds of the original paint region as computed using the getBounds method of the TextLayout class together with the anchor locator.
getTileIndexLimits(double, double, double, double) - Static method in class edu.neu.ccs.util.MathUtilities
Returns an integer array with indices i and j that determine how a small interval from x0 to x0+w0 may be tiled to cover a large interval from x to x+w.
getTitleAlignment() - Method in class edu.neu.ccs.gui.Display
Returns the alignment value of the title relative to the object on display.
getTitleText() - Method in class edu.neu.ccs.gui.Display
Returns the title text, or >null> if this display does not have a title.
getToolTipText(Action) - Static method in class edu.neu.ccs.gui.ActionsPanel
Returns the tool tip text (SHORT_DESCRIPTION) associated with the given action.
getTopLeftCorner() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns a copy of the top left corner.
getTopLeftCorner() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns a copy of the top left corner.
getTopmostPaintable() - Method in class edu.neu.ccs.gui.LayeredComponent
Gets the topmost background paintable object of this layered component.
getTotalMemory() - Static method in class edu.neu.ccs.util.SystemUtilities
Returns the total number of bytes of system memory.
getTrace(Throwable) - Static method in class edu.neu.ccs.util.StackTrace
Returns the stack trace of the given Throwable as a String.
getTrackLocation() - Method in class edu.neu.ccs.gui.SliderView
Returns the current track location of the slider.
getTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the world bounds to image bounds two-dimensional transform.
getTransformedShape(AffineTransform) - Method in class edu.neu.ccs.gui.BaseShape
Returns a new Shape obtained from this object by using the path iterator corresponding to the given transform.
getTransformedShape(AffineTransform, double) - Method in class edu.neu.ccs.gui.BaseShape
Returns a new Shape obtained from this object by using the path iterator corresponding to the given transform and flatness.
getTurtleBuffer() - Static method in class edu.neu.ccs.pedagogy.Turtle
Return the buffer in the common turtle buffered panel.
getTurtleBufferGraphics() - Static method in class edu.neu.ccs.pedagogy.Turtle
Return the graphics context for the common turtle buffered panel.
getTurtleBufferPanel() - Static method in class edu.neu.ccs.pedagogy.Turtle
Create and return the common buffered panel for turtle graphics.
getTurtleBufferPanelSize() - Static method in class edu.neu.ccs.pedagogy.Turtle
Return the size of the common buffered panel for turtle graphics.
getTurtles() - Static method in class edu.neu.ccs.pedagogy.Turtle
Return an array of all turtles that have been created.
getType() - Method in class edu.neu.ccs.XFourier
Returns the XFourier.Type parameter.
getTypeViaString(String) - Method in class edu.neu.ccs.XFourier
Helper method for getting type from String.
getTypedView() - Method in class edu.neu.ccs.gui.JPTDialog
Returns the input component contained by this dialog.
getTypedView(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the i-th view installed in this panel.
getTypedViewArray() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an array of type TypedView[] with the views in the panel.
getUnfocusedHighlightColor() - Method in class edu.neu.ccs.gui.Zoo
Returns the color used to highlight a selected component when this zoo does not have the keyboard focus.
getUpper() - Method in class edu.neu.ccs.gui.PathListFunction
Returns the upper bound of the range of the parameter t on which the point function varies.
getUserLength() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the measure of the length of the array that is meaningful to the end user.
getVX(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the x-coordinate of the vertex data if the given index is in bounds or 0 if the index is out of bounds.
getVY(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns the y-coordinate of the vertex data if the given index is in bounds or 0 if the index is out of bounds.
getValidLocation(int) - Method in class edu.neu.ccs.gui.SliderView
If the given location is between 0 and limit, then return that location; otherwise return the closest valid location to the given location.
getValidValue(int) - Method in class edu.neu.ccs.gui.SliderView
If the given value is between minimum and maximum, then return that value; otherwise return the closest valid value to the given value.
getValue(String) - Static method in class edu.neu.ccs.Strings
Given a string of the form name=value, return the value portion.
getValue() - Method in class edu.neu.ccs.XBigDecimal
Returns the BigDecimal value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XBigInteger
Returns the BigInteger value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XBoolean
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XByte
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XChar
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XColor
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XDouble
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XFloat
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XInt
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XLong
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XShort
Returns the value wrapped by this object.
getValue() - Method in class edu.neu.ccs.XString
Returns the wrapped value of this object.
getValue(String) - Method in class edu.neu.ccs.gui.ActionWrapper
 
getValue() - Method in class edu.neu.ccs.gui.SliderView
Returns the current conceptual value of the slider.
getValue(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns the value associated with a constant or variable with the given id or null if no such value is defined.
getValues(String[]) - Static method in class edu.neu.ccs.Strings
Given an array of name-value pairs, returns the array of values.
getVertex(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the vertex at the given index.
getVertexData() - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the vertex data.
getVertexTangent(int) - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the combined vertex and tangent data at the given index.
getVertexTangentData() - Method in class edu.neu.ccs.gui.BaseShape
Returns a copy of the vertex and tangent data.
getVerticalGap() - Method in class edu.neu.ccs.gui.TableLayout
Returns the gap, in pixels, between rows in this table layout.
getVerticalGap() - Method in class edu.neu.ccs.gui.TablePanel
Returns the gap, in pixels, between rows in this table panel.
getView(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the view element at the given index.
getView() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the view that uses this GeneralViewSupport object.
getViewCount() - Method in class edu.neu.ccs.gui.MultiColorView
Returns the number of ColorView objects in this panel.
getViewDataType() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the model data type associated with the views repeated in this panel.
getViewState() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the view states for objects in the collection as an encoded String.
getViewState() - Method in class edu.neu.ccs.gui.BooleanView
Returns the String "true" or the String "false", corresponding with the view state of this object.
getViewState() - Method in class edu.neu.ccs.gui.ColorView
Returns a String encapsulation of the state of the current Color for this view.
getViewState() - Method in class edu.neu.ccs.gui.Display
 
getViewState() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the view states for objects in the collection as an encoded String.
getViewState() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns the encoded view state for the Displayable() objects in the panel.
getViewState() - Method in interface edu.neu.ccs.gui.Displayable
Returns a String representation of the view state for this object.
getViewState() - Method in class edu.neu.ccs.gui.Dropdown
Returns the current contents of the view display.
getViewState() - Method in class edu.neu.ccs.gui.FileView
Returns the currently selected path.
getViewState() - Method in class edu.neu.ccs.gui.OptionsView
Returns a String representation of the index of the currently selected option.
getViewState() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the label associated with the currently selected button or null if the panel is empty.
getViewState() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Returns the view state of the object on display.
getViewState(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the view state of the i-th view.
getViewState() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the view state of the panel as an encoded string.
getViewState() - Method in class edu.neu.ccs.gui.SliderView
Returns a String representation of the current integer value of this slider.
getViewState() - Method in class edu.neu.ccs.gui.StringViewer
Equivalent to getText.
getViewState() - Method in class edu.neu.ccs.gui.TextAreaView
Returns the content for this text area view.
getViewState() - Method in class edu.neu.ccs.gui.TextFieldView
 
getViewState() - Method in class edu.neu.ccs.gui.XObjectView
Not used by this class.
getViewStates() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns a String array of the view states for the corresponding Displayable() items in the array returned by getDisplayables().
getViewStates() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Gets the view states of the views in this panel as items in a string data array.
getViewType() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns the type of the views repeated in this panel.
getViews() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an object that is actually an array with the list of views installed in the panel.
getVisualColorList() - Method in class edu.neu.ccs.gui.VisualColorSampler
Returns the internal VisualColorList.
getWidth(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the width of the area that will be occupied by the displayed string.
getWidth() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the width of the area that will be occupied by this TextPaintable.
getWidthEstimate(String[]) - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the maximum sample width of the strings in the given strings array.
getWidthEstimate(Font, String[]) - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the maximum sample width of the strings in the given strings array relative to the given font.
getWindingRule() - Method in class edu.neu.ccs.gui.BaseShape
Get the winding rule.
getWindingRule() - Method in class edu.neu.ccs.gui.PathList
Get the winding rule as an object.
getWindingRule() - Method in class edu.neu.ccs.gui.PathListIterator
Returns the winding rule of the iterator as an int.
getWindingRule() - Method in class edu.neu.ccs.gui.PathListView
Get the winding rule setting of this view.
getWindingRuleFromStringData(String) - Method in class edu.neu.ccs.gui.PathList
Returns the WindingRule that corresponds to the given String data.
getWindingRuleString() - Method in class edu.neu.ccs.gui.PathList
Returns a String with the winding rule information.
getWindowActionAdapter() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the WindowActionAdapter for this dialog.
getWindowActivatedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window activated events.
getWindowClosedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window closed events.
getWindowClosingAction() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the current dialog window closing action.
getWindowClosingActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window closing events.
getWindowDeactivatedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window deactivated events.
getWindowDeiconifiedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window deiconified events.
getWindowEvent() - Method in class edu.neu.ccs.gui.WindowActionEvent
Returns the window event that triggered this window action event.
getWindowIconifiedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window iconified events.
getWindowOpenedAction() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the current dialog window opened action.
getWindowOpenedActions() - Method in class edu.neu.ccs.gui.WindowActionAdapter
Returns the action sequence for window opened events.
getWorldBounds() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the world coordinate bounds.
getX(double) - Method in class edu.neu.ccs.gui.PathList
Returns the x-coordinate of a point on the path corresponding to the parameter t.
getX(double) - Method in class edu.neu.ccs.gui.PathListFunction
Returns the x-coordinate of a point on the path corresponding to the parameter t.
getX() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle x position.
getX1() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter x1.
getX2() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter x2.
getX3() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter x3.
getXSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the current x-dimension of the swatch excluding the border insets.
getXTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the x component of the world to image transform.
getY(double) - Method in class edu.neu.ccs.gui.PathList
Returns the y-coordinate of a point on the path corresponding to the parameter t.
getY(double) - Method in class edu.neu.ccs.gui.PathListFunction
Returns the y-coordinate of a point on the path corresponding to the parameter t.
getY() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle y position.
getY1() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter y1.
getY2() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter y2.
getY3() - Method in class edu.neu.ccs.gui.PathNode
Returns the internal parameter y3.
getYSize() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the current y-dimension of the swatch excluding the border insets.
getYTransform() - Method in class edu.neu.ccs.gui.PlotTool
Return a clone of the y component of the world to image transform.
getZoo() - Method in class edu.neu.ccs.gui.Laminate
Returns the zoo containing this laminate.
getZooInnerBounds() - Method in class edu.neu.ccs.gui.Laminate
Returns the bounds of the parent zoo minus its insets.
ghostwhite - Static variable in class edu.neu.ccs.Colors
Color ghostwhite = GhostWhite.
glide(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Glides (translates) the paintable along a glide line at the given angle in degrees and the given glide distance.
glide(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Glides (translates) the paintable along a glide line at the given angle in degrees and the given glide distance.
glide(double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform to glide (translate) along the line at the given angle in degrees and the given glide distance.
glidereflect(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Glide reflects the paintable along the line through its center at the given angle in degrees and the given glide distance.
glidereflect(double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of glidereflect in TransformFactory.
glidereflect(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Glide-reflects the paintable along the line through its center at the given angle in degrees and the given glide distance.
glidereflect(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform to glide and reflect along the line through (x, y) at the given angle in degrees and the given glide distance.
gold - Static variable in class edu.neu.ccs.Colors
Color gold = Gold.
goldenrod - Static variable in class edu.neu.ccs.Colors
Color goldenrod = Goldenrod.
graphicsContext - Variable in class edu.neu.ccs.gui.PaintActionEvent
The graphics context of the component that triggered this change action event.
graphicsPanel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The plot window plus coordinates table panel.
graphicsStuff - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The ingredients for the plot window plus coordinates table panel.
gray - Static variable in class edu.neu.ccs.Colors
Color gray = Gray.
green - Static variable in class edu.neu.ccs.Colors
Color green = Green.
greenyellow - Static variable in class edu.neu.ccs.Colors
Color greenyellow = GreenYellow.
group(Component[]) - Method in class edu.neu.ccs.gui.Zoo
Groups the given top-level components of this zoo.
group(Component[]) - Method in class edu.neu.ccs.gui.ZooContainer
Groups the given top-level components of this container.
groupSelection() - Method in class edu.neu.ccs.gui.Zoo
Groups the currently selected components.

H

HALF - Static variable in class edu.neu.ccs.gui.Path
Half of the standard dot size.
HBar - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The horizontal bar algorithm.
HEIGHT - Static variable in class edu.neu.ccs.gui.StringViewer
The default scroll pane viewport height = 600.
HGAP - Static variable in class edu.neu.ccs.gui.VisualColorList
The internal table panel horizontal gap.
HIBITS - Static variable in class edu.neu.ccs.SmallSet
The integer HIBITS[i] has a 1-bit in the positions from i to 31 and a 0-bit elsewhere.
HTable - class edu.neu.ccs.gui.HTable.
Class HTable extends TablePanel to constrain the table to be HORIZONTAL, that is, to have just one column.
HTable() - Constructor for class edu.neu.ccs.gui.HTable
Constructs a default horizontal table panel.
HTable(int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel with the given number of columns.
HTable(int, int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel with the given number of columns and the given cell alignment.
HTable(int, int, int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel with the given number of columns and the given horizontal and vertical gaps between cells.
HTable(int, int, int, int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel with the given number of columns, the given horizontal and vertical gaps between cells, and the given cell alignment.
HTable(Object[]) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel containing the given objects.
HTable(Object[], int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel containing the given objects with the given cell alignment.
HTable(Object[], int, int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel containing the given objects with the given horizontal and vertical gaps between cells.
HTable(Object[], int, int, int) - Constructor for class edu.neu.ccs.gui.HTable
Constructs a horizontal table panel containing the given objects with the given horizontal and vertical gaps between cells and the given cell alignment.
H_ALWAYS - Static variable in class edu.neu.ccs.gui.StringViewer
The horizontal scroll bar policy of ALWAYS.
H_AS_NEEDED - Static variable in class edu.neu.ccs.jpf.MethodGUI
The horizontal scroll bar policy AS_NEEDED.
H_BAR - Static variable in class edu.neu.ccs.gui.PlotMark
The horizontal bar plot mark.
H_DEFAULT - Static variable in class edu.neu.ccs.gui.Borders
The horizontal default for a titled border that we take to be (CENTER) rather than the Java default (LEADING).
Halo - class edu.neu.ccs.gui.Halo.
A wrapper class for one Object viewed as a Component that uses a CenterLayout and provides positive border insets.
Halo(Object) - Constructor for class edu.neu.ccs.gui.Halo
Constructs a wrapper for the object using the default inset.
Halo(Object, int, int) - Constructor for class edu.neu.ccs.gui.Halo
Constructs a wrapper for the object using the given insets or the minimum inset if the given x and y insets are too small.
Hex - class edu.neu.ccs.util.Hex.
Class Hex provides static methods for the conversion of numeric types to hexadecimal strings and vice versa.
Hex() - Constructor for class edu.neu.ccs.util.Hex
Private constructor to prevent instantiation.
HexXByte - class edu.neu.ccs.HexXByte.
Class HexXByte extends XByte by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXByte() - Constructor for class edu.neu.ccs.HexXByte
Constructs a wrapper for the default byte value.
HexXByte(byte) - Constructor for class edu.neu.ccs.HexXByte
Constructs a wrapper for the given byte value.
HexXByte(String) - Constructor for class edu.neu.ccs.HexXByte
Constructs a wrapper for the byte value whose state information is encapsulated in the given hexadecimal String data of length at most 2.
HexXDouble - class edu.neu.ccs.HexXDouble.
Class HexXDouble extends XDouble by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXDouble() - Constructor for class edu.neu.ccs.HexXDouble
Constructs a wrapper for the default double value.
HexXDouble(double) - Constructor for class edu.neu.ccs.HexXDouble
Constructs a wrapper for the given double value.
HexXDouble(String) - Constructor for class edu.neu.ccs.HexXDouble
Constructs a wrapper for the byte value whose state information is encapsulated in the given hexadecimal String data of length exactly 16.
HexXFloat - class edu.neu.ccs.HexXFloat.
Class HexXFloat extends XFloat by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXFloat() - Constructor for class edu.neu.ccs.HexXFloat
Constructs a wrapper for the default float value.
HexXFloat(float) - Constructor for class edu.neu.ccs.HexXFloat
Constructs a wrapper for the given float value.
HexXFloat(String) - Constructor for class edu.neu.ccs.HexXFloat
Constructs a wrapper for the byte value whose state information is encapsulated in the given hexadecimal String data of length exactly 8.
HexXInt - class edu.neu.ccs.HexXInt.
Class HexXInt extends XInt by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXInt() - Constructor for class edu.neu.ccs.HexXInt
Constructs a wrapper for the default int value.
HexXInt(int) - Constructor for class edu.neu.ccs.HexXInt
Constructs a wrapper for the given int value.
HexXInt(String) - Constructor for class edu.neu.ccs.HexXInt
Constructs a wrapper for the int value whose state information is encapsulated in the given hexadecimal String data of length at most 8.
HexXLong - class edu.neu.ccs.HexXLong.
Class HexXLong extends XLong by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXLong() - Constructor for class edu.neu.ccs.HexXLong
Constructs a wrapper for the default long value.
HexXLong(long) - Constructor for class edu.neu.ccs.HexXLong
Constructs a wrapper for the given long value.
HexXLong(String) - Constructor for class edu.neu.ccs.HexXLong
Constructs a wrapper for the long value whose state information is encapsulated in the given hexadecimal String data of length at most 16.
HexXShort - class edu.neu.ccs.HexXShort.
Class HexXShort extends XShort by replacing the three methods: fromStringData, toStringData, and toString, to use hexadecimal digits rather than decimal digits.
HexXShort() - Constructor for class edu.neu.ccs.HexXShort
Constructs a wrapper for the default short value.
HexXShort(short) - Constructor for class edu.neu.ccs.HexXShort
Constructs a wrapper for the given short value.
HexXShort(String) - Constructor for class edu.neu.ccs.HexXShort
Constructs a wrapper for the short value whose state information is encapsulated in the given hexadecimal String data of length at most 4.
Honeydew - Static variable in class edu.neu.ccs.Colors
Color Honeydew = 240, 255, 240 = #F0FFF0.
HotPink - Static variable in class edu.neu.ccs.Colors
Color HotPink = 255, 105, 180 = #FF69B4.
halfsize - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Half of the box size.
halfwidth - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Half of the line width.
handleError(Stringable, int, ParseException) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Performs the error handling for an input operation.
handlesBooleanOrNumeric() - Method in class edu.neu.ccs.parser.BooleanOperation
Returns whether or not the operation can accept boolean or numeric arguments.
hasElement(int) - Method in class edu.neu.ccs.SmallSet
Returns true if this set has the given element as one of its elements.
hasInverse() - Method in class edu.neu.ccs.gui.Transform1D
Returns true if an inverse transform exists for this transform, and false if an inverse transform does not exist.
hasListeners(String) - Method in class edu.neu.ccs.gui.AbstractPaintable
Check if there are any listeners for a specific property.
hasListeners(String) - Method in class edu.neu.ccs.gui.BaseShape
Check if there are any listeners for a specific property.
hasListeners(String) - Method in class edu.neu.ccs.gui.JPTComponent
Check if there are any listeners for a specific property.
hasListeners(String) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Check if there are any listeners for a specific property.
hasPlot - Variable in class edu.neu.ccs.gui.FunctionsPlotter
Whether or not there is a plot in the plot window.
hash - Variable in class edu.neu.ccs.SmallSet
The representation of the set as an integer which equals its hash code.
hashCode() - Method in class edu.neu.ccs.SmallSet
Returns the integer state of this set.
hashCode() - Method in class edu.neu.ccs.XBigDecimal
Returns the int hash code of the wrapped BigDecimal value.
hashCode() - Method in class edu.neu.ccs.XBigInteger
Returns the int hash code of the wrapped BigInteger value.
hashCode() - Method in class edu.neu.ccs.XBoolean
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XByte
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XChar
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XColor
Returns an int hash code appropriate for the wrapped color.
hashCode() - Method in class edu.neu.ccs.XDouble
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XFloat
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XInt
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XLong
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XShort
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.XString
Returns an int hash code appropriate for the wrapped object.
hashCode() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns a hash code value for this sequence.
hashCode() - Method in class edu.neu.ccs.gui.ActionSequence
Returns a hash code value for this sequence.
hashCode() - Method in class edu.neu.ccs.quick.Pair
Returns a hash code value for this pair that is computed as the exclusive OR of the hash code values for the two items in the pair.
hashCode() - Method in class edu.neu.ccs.quick.StringIntPair
Returns the sum of the hashcode of the string with the number.
hashCode() - Method in class edu.neu.ccs.quick.StringObjectPair
Returns a hash code value for this pair that is computed as the exclusive OR of the hash code values for the two items in the pair.
headMap(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Returns a view of the portion of this map whose keys are strictly less than the key.
headSet(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Returns a view of the portion of this set whose elements are strictly less than the element.
height - Variable in class edu.neu.ccs.gui.FontSampler
The BufferedPanel height.
height - Variable in class edu.neu.ccs.gui.ImagePaintable
The image height.
height - Variable in class edu.neu.ccs.gui.ImagePaintableLite
The image height.
height - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The component height.
heightDeduction - Static variable in class edu.neu.ccs.console.ConsoleWindow
The amount to deduct from the screen height when sizing.
help - Variable in class edu.neu.ccs.gui.RequestImageViewer
The action to show the help directions.
help - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The action to show the help directions.
helpFrame - Variable in class edu.neu.ccs.gui.RequestImageViewer
The frame for the help directions.
helpFrame - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The frame for the help directions.
helpPanel - Variable in class edu.neu.ccs.gui.RequestImageViewer
The panel for the help GUI.
helpPanel - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The panel for the help GUI.
hexArray - Variable in class edu.neu.ccs.gui.VisualColorList
The array of color rgba values in hex.
hexToByte(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains at most 2 digits, then the String is converted to a byte and returned.
hexToDouble(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains exactly 16 digits, then the String is converted to a double and returned.
hexToFloat(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains exactly 8 digits, then the String is converted to a float and returned.
hexToInt(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains at most 8 digits, then the String is converted to an int and returned.
hexToLong(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains at most 16 digits, then the String is converted to a long and returned.
hexToLong(String, int) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains at most maxdigits, then the String is converted to a long and returned.
hexToShort(String) - Static method in class edu.neu.ccs.util.Hex
If the given String s is a hexadecimal String and contains at most 4 digits, then the String is converted to a short and returned.
hgap - Variable in class edu.neu.ccs.gui.TableLayout
Horizontal gap between columns in this table layout.
hibits - Variable in class edu.neu.ccs.SmallSet
If bitsValid is true, then this array will contain in position i the sum of the bit masks bits[j] for j from i to (size-1).
hiddenActions - Variable in class edu.neu.ccs.gui.ComponentActionAdapter
List of action listeners to be performed upon the notification of component hidden events.
hideAllTurtles() - Static method in class edu.neu.ccs.pedagogy.Turtle
Hide all turtle triangles.
hideTurtle() - Method in class edu.neu.ccs.pedagogy.Turtle
Hide the turtle triangle.
hits(double, double) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point specified by coordinates is inside one of the items in the PaintableSequence then this method returns the appropriate Paintable object depending on the current Mutator.StrategyUsage setting.
hits(Point2D) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point is inside one of the items in the PaintableSequence then this method returns the appropriate Paintable object depending on the current Mutator.StrategyUsage setting.
hitsItem(double, double) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point specified by coordinates is inside one of the items in the PaintableSequence then this method returns the top-most Paintable item that contains the point; otherwise this method returns null.
hitsItem(Point2D) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point is inside one of the items in the PaintableSequence then this method returns the top-most Paintable item that contains the point; otherwise this method returns null.
hitsItemAtIndex(double, double) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point specified by coordinates is inside one of the items in the PaintableSequence then this method returns the index of the top-most Paintable item that contains the point; otherwise this method returns -1.
hitsItemAtIndex(Point2D) - Method in class edu.neu.ccs.gui.PaintableSequence
If the point is inside one of the items in the PaintableSequence then this method returns the index of the top-most Paintable item that contains the point; otherwise this method returns -1.
hitsPaint(double, double) - Method in class edu.neu.ccs.gui.PaintBar
If the given position is within one of the paint disks, then returns the paint of that disk, otherwise returns null.
hitsPaint(Point2D) - Method in class edu.neu.ccs.gui.PaintBar
If the given position is within one of the paint disks, then returns the paint of that disk, otherwise returns null.
home - Variable in class edu.neu.ccs.gui.TextFileIO
Initialization for home directory as directory ".".
honeydew - Static variable in class edu.neu.ccs.Colors
Color honeydew = Honeydew.
hotpink - Static variable in class edu.neu.ccs.Colors
Color hotpink = HotPink.
hreflect() - Method in class edu.neu.ccs.gui.AbstractPaintable
Reflects the paintable along a horizontal axis through its center.
hreflect() - Method in interface edu.neu.ccs.gui.Paintable
Reflects the paintable along a horizontal axis through its center.

I

IDENTITY - Static variable in class edu.neu.ccs.parser.BaseParser
The IDENTITY operation, equivalent to the function f(x,y)=y.
IDENTITY - Static variable in class edu.neu.ccs.parser.Operation
The IDENTITY operation, equivalent to the function f(x,y)=y.
IF_THEN_ELSE - Variable in class edu.neu.ccs.parser.BaseParser
The reserved keyword "if" to indicate if-then-else.
IN - Static variable in class edu.neu.ccs.console.ConsoleGateway
Constant index for the input stream.
IN - Static variable in class edu.neu.ccs.console.ConsoleTextPane
Constant index for the input stream.
IN - Static variable in class edu.neu.ccs.console.ConsoleWindow
Constant index for the input stream.
INCLUSIVE - Static variable in class edu.neu.ccs.filter.BoundFilter
Bound property name for the inclusive property.
INCREMENT_BUTTON_TEXT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the increment button text.
INCREMENT_DECREMENT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Value designating the increment and decrement controls.
INPUT_COLOR - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the input color property.
INPUT_MODEL - Static variable in class edu.neu.ccs.gui.InputProperties
Bound property name for the input model for this view.
INPUT_PROMPT - Static variable in class edu.neu.ccs.gui.InputProperties
Bound property name for the prompt to be used as a parameter for a standard error strategy if the view state of this input component is malformed.
INPUT_PROPERTIES - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the input properties of an object.
INSETS - Static variable in class edu.neu.ccs.gui.JPTFrame
The default insets for the frame in the screen window, namely, 50, 50, 50, 50.
INTEGRAL - Static variable in class edu.neu.ccs.parser.BaseParser
Value designating string data that has form of an integer number.
INVALID_ALIGNMENT - Static variable in class edu.neu.ccs.gui.TableLayout
Value designating an invalid alignment.
IOButtons - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The array with the 2 buttons.
IOButtonsTable - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The table with the 2 buttons.
Im() - Method in class edu.neu.ccs.XComplex
Returns the imaginary part of this using notation familiar to mathematicians; this is the same value as returned by the inherited method getY().
Im(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the imaginary part of the complex number z using notation familiar to mathematicians.
ImageCapsule - class edu.neu.ccs.gui.ImageCapsule.
A JComponent displaying an image.
ImageCapsule(Image) - Constructor for class edu.neu.ccs.gui.ImageCapsule
Constructs an encapsulation of the given image.
ImagePaintable - class edu.neu.ccs.gui.ImagePaintable.
An ImagePaintable creates an AbstractPaintable using an image, image icon, filename, or URL.
ImagePaintable() - Constructor for class edu.neu.ccs.gui.ImagePaintable
The default constructor that does not specify the image.
ImagePaintable(Image) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image directly.
ImagePaintable(Image, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image directly and the top left corner.
ImagePaintable(Image, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image directly and the top left corner (x, y).
ImagePaintable(ImageIcon) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by image icon.
ImagePaintable(ImageIcon, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by image icon and the top left corner.
ImagePaintable(ImageIcon, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by image icon and the top left corner (x, y).
ImagePaintable(String) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by file name.
ImagePaintable(String, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by file name and the top left corner.
ImagePaintable(String, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by file name and the top left corner (x, y).
ImagePaintable(URL) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by URL.
ImagePaintable(URL, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by URL and the top left corner.
ImagePaintable(URL, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintable
The constructor to specify the image by URL and the top left corner (x, y).
ImagePaintableLite - class edu.neu.ccs.gui.ImagePaintableLite.
An ImagePaintableLite creates a Paintable using an image filename or an image URL.
ImagePaintableLite() - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The default constructor that does not specify the image.
ImagePaintableLite(String) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image file name.
ImagePaintableLite(String, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image file name and the top left corner.
ImagePaintableLite(String, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image file name and the top left corner (x, y).
ImagePaintableLite(URL) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image URL.
ImagePaintableLite(URL, Point2D) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image URL and the top left corner.
ImagePaintableLite(URL, double, double) - Constructor for class edu.neu.ccs.gui.ImagePaintableLite
The constructor to specify the image by an image URL and the top left corner (x, y).
ImageTools - class edu.neu.ccs.gui.ImageTools.
Class ImageTools is a special purpose class for reading images in various formats from a directory on the local system.
ImageTools() - Constructor for class edu.neu.ccs.gui.ImageTools
Prevent instantiation.
ImageViewer - class edu.neu.ccs.gui.ImageViewer.
Class ImageViewer creates an image viewer for local image files.
ImageViewer(String) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays all images files in the given directory; images are shown full size and may need to be scrolled.
ImageViewer(String, String) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays the images in the given directory that are provided in the given filelist text file; images are shown full size and may need to be scrolled.
ImageViewer(String, String[]) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays the images in the given directory that are provided in the given array of image file names; images are shown full size and may need to be scrolled.
ImageViewer(String, boolean) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays all images files in the given directory; the autoscale parameter determines whether or not the individual images should be scaled to fit on screen.
ImageViewer(String, String, boolean) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays the images in the given directory that are provided in the given filelist text file; the autoscale parameter determines whether or not the individual images should be scaled to fit on screen.
ImageViewer(String, String[], boolean) - Constructor for class edu.neu.ccs.gui.ImageViewer
Creates an image viewer for local image files that displays the images in the given directory that are provided in the given filelist text file; the autoscale parameter determines whether or not the individual images should be scaled to fit on screen.
ImageViewerBase - class edu.neu.ccs.gui.ImageViewerBase.
Class ImageViewerBase is the base class for building an image viewer for local image files (ImageViewer) and an image viewer for files on the web (WebImageViewer).
ImageViewerBase() - Constructor for class edu.neu.ccs.gui.ImageViewerBase
The protected default constructor.
IndianRed - Static variable in class edu.neu.ccs.Colors
Color IndianRed = 205, 92, 92 = #CD5C5C.
Indigo - Static variable in class edu.neu.ccs.Colors
Color Indigo = 75, 0, 130 = #4B0082.
InputDialog - class edu.neu.ccs.gui.InputDialog.
A modal dialog box for input of a Stringable object that also provides static convenience methods for input using a provided input component.
InputDialog(TypedView) - Constructor for class edu.neu.ccs.gui.InputDialog
Constructor for a modal dialog box for input using the given input component, with the input model and its associated controls based on the input properties of the input component.
InputDialog.CompoundView - class edu.neu.ccs.gui.InputDialog.CompoundView.
A typed view constructed from the provided input component and decorated based on the input properties of the view.
InputDialog.CompoundView(TypedView) - Constructor for class edu.neu.ccs.gui.InputDialog.CompoundView
Constructs a compound view from the provided view object and decorates based on the input properties of the view.
InputProperties - class edu.neu.ccs.gui.InputProperties.
A property list used to store properties pertaining to input components.
InputProperties() - Constructor for class edu.neu.ccs.gui.InputProperties
Constructor for an empty property list that shadows the shared base property object.
InputProperties(InputProperties) - Constructor for class edu.neu.ccs.gui.InputProperties
Constructor for an empty property list that shadows the given property list.
IteratorFactory - class edu.neu.ccs.quick.IteratorFactory.
IteratorFactory encapsulates a static method to construct a Java Iterator from an Object[] array.
IteratorFactory() - Constructor for class edu.neu.ccs.quick.IteratorFactory
The private constructor to prevent instantiation.
Ivory - Static variable in class edu.neu.ccs.Colors
Color Ivory = 255, 255, 240 = #FFFFF0.
iconLabel - Variable in class edu.neu.ccs.gui.Annotation
JLabel used to render the icon.
iconifiedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window iconified events.
iconify() - Method in class edu.neu.ccs.console.ConsoleGateway
If the console is activated then set the console window to its iconified state.
iconify() - Method in class edu.neu.ccs.gui.JPTFrame
Set this frame to its ICONIFIED state.
iconifyConsole() - Method in class edu.neu.ccs.jpf.JPF
If the console is not activated then activates it; sets the state of the console to iconify.
identity - Static variable in class edu.neu.ccs.F
The identity function x --> x.
identity - Static variable in class edu.neu.ccs.FC
The identity function x --> x.
ignoreCase - Variable in class edu.neu.ccs.util.FileExtensionFilter
Whether or not to ignore case in the match.
image - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The rectangle for the image coordinates in the plot window.
image - Variable in class edu.neu.ccs.gui.ImageCapsule
The image displayed by this component.
image - Variable in class edu.neu.ccs.gui.ImagePaintable
The image.
imageBounds - Variable in class edu.neu.ccs.gui.PlotTool
Bounding rectangle of the image coordinate space.
imageFileName - Variable in class edu.neu.ccs.gui.ImagePaintableLite
The image file name.
imageFileNames - Variable in class edu.neu.ccs.gui.ImageViewerBase
The array of image file names for the images to be viewed; this data MUST be set by a derived class prior to a call to the method makeGUI.
imageFilter - Static variable in class edu.neu.ccs.gui.ImageTools
The filter to pick out jpg, gif, and png files.
imageURL - Variable in class edu.neu.ccs.gui.ImagePaintableLite
The image URL.
imageXRange - Variable in class edu.neu.ccs.gui.PlotTool
The x-interval in image coordinates.
imageYRange - Variable in class edu.neu.ccs.gui.PlotTool
The y-interval in image coordinates.
imagesURLview - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The text field for the images URL string.
in - Variable in class edu.neu.ccs.console.ConsoleGateway
The virtual stream object providing text input functionality.
inE(int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Returns true if the given position is in the right-hand middle of this component within the given constraint, and false otherwise.
inS(int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Returns true if the given position is in the bottom middle of this component within the given constraint, and false otherwise.
inSE(int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Returns true if the given position is in the bottom right-hand corner of this component within the given constraint, and false otherwise.
inStream - Variable in class edu.neu.ccs.console.ConsoleGateway
The input stream used by this console object as the default "in" stream.
inclusive - Variable in class edu.neu.ccs.filter.BoundFilter
Whether or not the range is inclusive.
increment - Variable in class edu.neu.ccs.gui.ArrayPanel
Action for incrementing the length of this array.
increment(String) - Method in class edu.neu.ccs.gui.ArrayPanel
Appends an appropriate input component to the end of the view collection whose view state is initialized from the given data String.
incrementCounter() - Static method in class edu.neu.ccs.gui.JPTFrame
Increments the shared counter object that counts the number of open JPTFrame and DirectApplet objects.
incrementLength - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The action to increment the number of views.
incrementLength() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
A helper method to increment the length by 1.
indexOf(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns the index in this sequence of the first occurence of the given filter, or -1 if this sequence does not contain this filter.
indexOf(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Returns the index in this sequence of the first occurence of the given action listener, or -1 if this sequence does not contain this action listener.
indianred - Static variable in class edu.neu.ccs.Colors
Color indianred = IndianRed.
indigo - Static variable in class edu.neu.ccs.Colors
Color indigo = Indigo.
init() - Method in class edu.neu.ccs.gui.DirectApplet
The standard init method for DirectApplet.
initMLTP(String, Font, Paint, TextAnchor.Locator, float, float) - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
The helper method to carry out the work of the constructors.
initialIndex - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The initial index in the automatic labels of the input views in the array panel.
initialToCurrentAction - Variable in class edu.neu.ccs.gui.ColorPane
The action to reset the current color to the initial color.
initialToCurrentButton - Variable in class edu.neu.ccs.gui.ColorPane
The button to reset the current color to the initial color.
initializationSuccessful - Variable in class edu.neu.ccs.gui.DirectApplet
Was the initialization by createGUI successful?
initialize(TypedView) - Method in class edu.neu.ccs.gui.JPTDialog
Performs the common tasks required for constructors of this class.
initialize(String, int, int, Font) - Method in class edu.neu.ccs.gui.StringViewer
The common constructor initialization code.
initialize(Paint, String) - Method in class edu.neu.ccs.gui.SwatchNamePair
Private initialization method.
initialize(String, String, String, Font, int) - Method in class edu.neu.ccs.gui.TextFieldView
Performs the tasks common for constructors of this class.
initializeAnnotations(String[]) - Method in class edu.neu.ccs.gui.MultiColorView
Initialize the labels for the ColorView objects in the panel using the given labels array.
initializeBasePane() - Method in class edu.neu.ccs.gui.BasePane
The common initialization code for both constructors.
initializeColorViews(Color[]) - Method in class edu.neu.ccs.gui.MultiColorView
Initialize the ColorView objects in the panel using the given colors array.
initializeDropdown(String[], String, Font, int, boolean) - Method in class edu.neu.ccs.gui.Dropdown
The initializer.
initializeDropdownView(String[], String, Font, int, boolean, Class, StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
The initializer.
initializeFunctionsPlotter() - Method in class edu.neu.ccs.gui.FunctionsPlotter
This helper method handles all initialzations for the constructor that cannot be done inline in the member data declarations.
initializeGeneralDialog(Object, Object[][], Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Performs the common tasks required for constructors of this class using the given display object, action data, and default action.
initializeMainSequence() - Method in class edu.neu.ccs.gui.SliderView
Appends all items to the main paintable sequence.
initializeMouse() - Method in class edu.neu.ccs.gui.SliderView
Initializes the mouse behavior.
initializeNumerics(int, int, int, int, int, int, int) - Method in class edu.neu.ccs.gui.SliderView
Initializes important numerical parameters.
initializePaints(Paint, Paint, Paint, Color) - Method in class edu.neu.ccs.gui.SliderView
Performs the paint and color initializations.
initializePlotMark(PlotMarkAlgorithm, int, boolean, Paintable) - Method in class edu.neu.ccs.gui.PlotMark
The common initialization code for a plot mark.
initializeRadioPanel(String[], int, LayoutManager) - Method in class edu.neu.ccs.gui.RadioPanel
Performs the common initialization code for this class.
initializeSODropdown(StringObjectPair[], Action, Font, int, boolean) - Method in class edu.neu.ccs.gui.StringObjectDropdown
The initializer.
initializeSORadioPanel(StringObjectPair[], ActionListener, int, LayoutManager) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
The initializer.
initializeStructures() - Method in class edu.neu.ccs.parser.BaseParser
Initialize the operation and precedence structures prior to any additions defined in derived classes by adding the IDENTITY operation at precedence 0.
initializeThumb() - Method in class edu.neu.ccs.gui.SliderView
Performs the initializations for the thumb.
initializeTile(Object, Paint, AffineTransform) - Method in class edu.neu.ccs.gui.Tile
The common initialization method.
initializeTrack() - Method in class edu.neu.ccs.gui.SliderView
Performs the initializations for the track and track border.
initializeValueTFV() - Method in class edu.neu.ccs.gui.SliderView
Performs the initializations for the value text field.
initializer - Variable in class edu.neu.ccs.jpf.JPFPane
Initializer object for the JPF methods to be displayed in the automatic GUI.
initializer - Variable in class edu.neu.ccs.jpf.MethodGUI
The initializer object for the JPF method that is to be displayed in this method GUI.
initializerClass - Variable in class edu.neu.ccs.jpf.JPFPane
Class of the initializer object.
inner - Variable in class edu.neu.ccs.gui.DisplayCollection
Panel containing the actual collection of components.
innerPanel - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The panel that contains the 2-column vertical list with a label in the left column of each row and a view in the right column of each row.
innerPanel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The inner panel.
innerStuff - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The entities for the inner panel with the various dropdowns and the function name text field.
input - Variable in class edu.neu.ccs.console.ConsoleGateway
Input text last gathered by this console object.
inputColor - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Color of input arrow.
inputmode_mutex - Variable in class edu.neu.ccs.console.ConsoleWindow
Mutex that is used to prevent input mode changes while fireConsoleInputPerformed is activated.
insert(String, int) - Method in class edu.neu.ccs.gui.StringViewer
Insert the given text in the text area at the given position.
insert(int, String) - Method in class edu.neu.ccs.gui.StringViewer
Insert the given text in the text area at the given position.
insertItemAt(Object, int) - Method in class edu.neu.ccs.gui.Dropdown
Inserts an item into the item list at a given index by calling the method in the parent and also maintains a record that this item was added at that position.
insertRowAtIndex(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Insert a row at the given index by inserting a row at the end of the array panel and then moving the contents of each cell upward by one cell starting at the index position.
insertRowPaintable - Static variable in class edu.neu.ccs.gui.SimpleArrayPanel
The Paintable to make the "insert one row icon".
inset - Variable in class edu.neu.ccs.gui.PlotTool
Number of pixels in image coordinate units to inset the transform of the world coordinates.
installCodec(Codec) - Static method in class edu.neu.ccs.codec.CodecUtilities
Installs the given CODEC in the table of available CODECs.
installColorBox(Color, Dimension) - Method in class edu.neu.ccs.gui.ColorView
Installs the color box for this view.
installColorBoxActions() - Method in class edu.neu.ccs.gui.ColorView
Installs the color box mouse actions triggered by mouse events targeted on the color box contained in this view.
installColorDropdownView(boolean, int) - Method in class edu.neu.ccs.gui.ColorView
Installs the color dropdown view.
installContents(boolean) - Method in class edu.neu.ccs.gui.CheckerBoard
Install the contents in this panel.
installCursorActions() - Method in class edu.neu.ccs.gui.Laminate
Installs the mouse actions that affect the mouse cursor for this laminate.
installDefaultLabels() - Method in class edu.neu.ccs.gui.SliderView
Installs the default labels provided that the majorTicks value is positive.
installDefaultMajorTicks() - Method in class edu.neu.ccs.gui.SliderView
Installs the default major ticks provided that the majorTicks value is positive.
installDefaultMinorTicks() - Method in class edu.neu.ccs.gui.SliderView
Installs the default minor ticks provided that the minorTicks value is positive.
installFocusActions() - Method in class edu.neu.ccs.gui.TextFieldView
Installs a focus listener implementing the autoselect functionality for this text field.
installFocusAdapter() - Method in class edu.neu.ccs.gui.Zoo
Installs the focus adapter for this zoo.
installLabels(int[], String[], int) - Method in class edu.neu.ccs.gui.SliderView
Makes an array of TextPaintable labels using the given value positions and String labels and installs the created labels in the internal paintable sequence that is associated with labels.
installMainPanel(boolean) - Method in class edu.neu.ccs.gui.SliderView
Installs the main panel with the slider and optionally the value text field.
installManipulationActions() - Method in class edu.neu.ccs.gui.Laminate
Installs the mouse actions that affect manipulation of this laminate.
installMouseAdapter() - Method in class edu.neu.ccs.gui.Laminate
Installs the mouse action adapter for this laminate.
installMouseAdapter() - Method in class edu.neu.ccs.gui.Zoo
Installs the mouse adapter for this zoo.
installObjects(Paintable[]) - Method in class edu.neu.ccs.gui.SliderView
Installs the given Paintable objects as decorations in the internal paintable sequence that is associated with objects.
installPaint(Paint, int, int, int) - Method in class edu.neu.ccs.gui.PaintBar
Installs the given paint at the given position with the given diameter.
installSelectionActions() - Method in class edu.neu.ccs.gui.Laminate
Installs the mouse actions that affect selection of this laminate.
installSelectionModel() - Method in class edu.neu.ccs.gui.Zoo
installs the selection model for this zoo.
installSimpleMouseActions() - Method in class edu.neu.ccs.gui.BufferedPanel
Installs a set of simple mouse actions that by default will permit a user to drag the paintables in the internal paintable sequence.
installSimpleMouseActions(boolean) - Method in class edu.neu.ccs.gui.BufferedPanel
Convenience method that installs the simple mouse actions and sets the auto-shift-to-top parameter at the same time.
installStandardCodecs() - Static method in class edu.neu.ccs.codec.CodecUtilities
Installs the standard CODECs for the JPT.
installStandardLabels() - Method in class edu.neu.ccs.gui.SliderView
Installs standard labels following the very simple algorithm available in this class prior to version 2.6.0.
installStandardTicks() - Method in class edu.neu.ccs.gui.SliderView
Installs standard major tick marks following the very simple algorithm available in this class prior to version 2.6.0.
installTicks(int[], int) - Method in class edu.neu.ccs.gui.SliderView
Installs ticks of the given size at the given value positions.
installWindowActionAdapter() - Method in class edu.neu.ccs.gui.GeneralDialog
Installs the default window action adapter for this dialog using the default window closing action.
installWindowAdapter() - Method in class edu.neu.ccs.gui.JPTFrame
Installs the window adapter for this frame.
intToBytesHiLo(int) - Static method in class edu.neu.ccs.util.Conversions
Returns an array of bytes of size 4 with the 4 bytes of the given int in high-to-low order.
intToBytesLoHi(int) - Static method in class edu.neu.ccs.util.Conversions
Returns an array of bytes of size 4 with the 4 bytes of the given int in low-to-high order.
intToDouble(int) - Static method in class edu.neu.ccs.util.Conversions
Returns the double between -1 and +1 calculated by dividing the given int by Integer.MAX_VALUE.
intToFloat(int) - Static method in class edu.neu.ccs.util.Conversions
Returns the float between -1 and +1 calculated by dividing the given int by Integer.MAX_VALUE.
intToHex(int) - Static method in class edu.neu.ccs.util.Hex
Returns the 8-character hexadecimal String for the given int.
intValue() - Method in class edu.neu.ccs.XBigDecimal
 
intValue() - Method in class edu.neu.ccs.XBigInteger
 
intValue() - Method in class edu.neu.ccs.XByte
 
intValue() - Method in class edu.neu.ccs.XDouble
 
intValue() - Method in class edu.neu.ccs.XFloat
 
intValue() - Method in class edu.neu.ccs.XInt
 
intValue() - Method in class edu.neu.ccs.XLong
 
intValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a int value.
intValue() - Method in class edu.neu.ccs.XShort
 
integerSequence(int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array with n integers in sequence: 0, 1, etc, up to (n-1).
integerSequence(int, int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array with n integers in sequence: start, (start+1), etc, up to (start+n-1).
intersectSet(SmallSet) - Method in class edu.neu.ccs.SmallSet
Replaces this set with the intersection of this set and the given set.
intersects(double, double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
invalidateLayout(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
This method does nothing, as this layout does not cache information about its parent container.
invalidateLayout(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Invalidates this layout.
invalidateLayout(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Invalidates the layout.
invalidateLayout(Container) - Method in class edu.neu.ccs.gui.TableLayout
This method does nothing, as this layout does not cache information about its container.
inverse - Variable in class edu.neu.ccs.gui.AbstractPaintable
The mutator inverse transform.
inverseGetChildItem(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the z-order position in this container of the given component, or -1 if the component is not in this container.
inverseGetItem(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the index at which the given component is located in the array returned by the getItems method, or -1 if the given component is not in this container.
inverseMapping - Variable in class edu.neu.ccs.gui.PlotTool
The inverse of the world to image transform.
inverseScale(Point2D, Point2D) - Method in class edu.neu.ccs.gui.PlotTool
Scales the given source Point2D using the inverse of the world to image transform and sets the target Point2D to the transformed value.
inverseScale(Point2D) - Method in class edu.neu.ccs.gui.PlotTool
Returns the point produced by transforming the given point using the inverse of the world to image transform.
inverseTransform(double) - Method in class edu.neu.ccs.gui.Transform1D
Returns the result of applying the inverse of this transform to the given value.
inverseXMapping - Variable in class edu.neu.ccs.gui.PlotTool
The inverse of the x-component of the world to image transform.
inverseXScale(double) - Method in class edu.neu.ccs.gui.PlotTool
Returns the result of scaling the given value using the x component of the inverse of the world to image transform.
inverseYMapping - Variable in class edu.neu.ccs.gui.PlotTool
The inverse of the y-component of the world to image transform.
inverseYScale(double) - Method in class edu.neu.ccs.gui.PlotTool
Returns the result of scaling the given value using the y component of the inverse of the world to image transform.
invert() - Method in class edu.neu.ccs.XComplex
Sets this to its multiplicative inverse which is equal to its conjugate divided by the value of its radius squared: in coordinates [x;y] is replaced by [x/rr;-y/rr] where rr=x*x+y*y.
invert(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is the the multiplicative inverse of the given z.
isAbstract(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method is abstract.
isAcceptableTypeForParameter(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the type is acceptable for a method parameter in the JPF.
isAcceptableTypeForReturn(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the type is acceptable for a method return in the JPF.
isActivated() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns whether or not the console has been "activated".
isActivated() - Method in class edu.neu.ccs.gui.Laminate
Returns whether or not this laminate is activated.
isAlertOn() - Method in class edu.neu.ccs.gui.AlertEvent
Returns whether or not this event designates that alert status should be entered.
isAlmostEqualTo(XComplex, double) - Method in class edu.neu.ccs.XComplex
Returns true if the given complex number w is null and this is almost zero relative to epsilon or if the given complex number w is non-null and the maximum of the absolute value of the differences in the x,y coordinates of w and this is less than or equal to epsilon.
isAlmostEqualTo(XComplex, XComplex, double) - Static method in class edu.neu.ccs.XComplex
Returns true if both arguments are null, or if one argument is null and the other is almost zero, or if the two arguments have almost equal x,y coordinates.
isAlmostEqualTo(XFourier, double) - Method in class edu.neu.ccs.XFourier
Returns true if the given fourier is almost equal to this fourier in the sense that all coefficients agree to within the measure epsilon.
isAlmostEqualTo(XPolynomial, double) - Method in class edu.neu.ccs.XPolynomial
Returns true if the given polynomial is almost equal to this polynomial in the sense that all coefficients agree to within the measure epsilon.
isAlmostEqualTo(XPolynomialComplex, double) - Method in class edu.neu.ccs.XPolynomialComplex
Returns true if the given polynomial is almost equal to this polynomial in the sense that all coefficients agree to within the measure epsilon.
isAlmostZero(double) - Method in class edu.neu.ccs.XComplex
Returns true if this is almost zero in the sense that its maxabs is less than or equal to epsilon.
isAlmostZero(XComplex, double) - Static method in class edu.neu.ccs.XComplex
Returns true if the given complex number z is null or is almost zero relative to epsilon.
isAlmostZero(double) - Method in class edu.neu.ccs.XFourier
Returns true if the fourier is almost the zero fourier relative to the measure epsilon, that is, if all of its coefficients have absolute value less than or equal epsilon.
isAlmostZero(double) - Method in class edu.neu.ccs.XPolynomial
Returns true if the polynomial is almost the zero polynomial relative to the measure epsilon, that is, if all of its coefficients have absolute value less than or equal epsilon.
isAlmostZero(double) - Method in class edu.neu.ccs.XPolynomialComplex
Returns true if the polynomial is almost the zero polynomial relative to the measure epsilon, that is, if all of its coefficients have a maxabs value that is less than or equal to epsilon.
isBinary - Variable in class edu.neu.ccs.parser.Operation
Whether or not the operation can act as a binary operation.
isBinary() - Method in class edu.neu.ccs.parser.Operation
Returns true if the operation may act as a binary operation.
isCentered() - Method in class edu.neu.ccs.gui.LayeredComponent
Gets whether or not the topmost background object is centered in this layered component.
isConsoleActivated() - Method in class edu.neu.ccs.jpf.JPF
Returns whether or not the console is activated.
isConstantID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given id is associated with a constant.
isDebugModeSet() - Static method in class edu.neu.ccs.util.JPTUtilities
Returns the toolkit debug flag.
isDone() - Method in class edu.neu.ccs.gui.PathListIterator
Returns true if the iteration pointer is beyond the last available path segment in the internal path list.
isDuplicate(Method, Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the two methods have the same signature.
isDuplicateParameterList(Method, Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the two methods have the same parameter list types in the same order.
isEmpty() - Method in class edu.neu.ccs.SmallSet
Returns true if this set is empty.
isEmpty() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if this sequence is empty, and false if it is not.
isEmpty() - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if this sequence is empty, and false if it is not.
isEmpty() - Method in class edu.neu.ccs.gui.PathListFunction
Returns true if this path is empty, that is, the initializing path list provided no point data.
isEmpty() - Method in class edu.neu.ccs.gui.PathNodeView
Returns true if the underlying TextFieldView view state consists only of whitespace.
isEmptyColumn(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns whether or not the given column is empty.
isEmptyColumn(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns whether or not the given column is empty.
isEmptyRow(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns whether or not the given row is empty.
isEmptyRow(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns whether or not the given row is empty.
isEnabled() - Method in class edu.neu.ccs.gui.ActionWrapper
 
isEndTangentNull() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns true if the internal end tangent data is null.
isEnvironmentID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given id is associated with a constant or variable.
isEqualTo(XComplex) - Method in class edu.neu.ccs.XComplex
Returns true if the given complex number w is null and this is zero or if the given complex number w is non-null and this and w have equal x,y coordinates.
isEqualTo(XComplex, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns true if both arguments are null, or if one argument is null and the other is zero, or if the two arguments have equal x,y coordinates.
isEqualTo(XFourier) - Method in class edu.neu.ccs.XFourier
Returns true if the given fourier is equal to this fourier in the sense that all coefficients exactly agree.
isEqualTo(XPolynomial) - Method in class edu.neu.ccs.XPolynomial
Returns true if the given polynomial is equal to this in the sense that the degrees are the same and all coefficients agree.
isEqualTo(XPolynomialComplex) - Method in class edu.neu.ccs.XPolynomialComplex
Returns true if the given polynomial is equal to this in the sense that the degrees are the same and all coefficients agree using XComplex.isEqualTo to test equality.
isExponentAt(int) - Method in class edu.neu.ccs.parser.BaseParser
Return true if the character at start is 'E' or 'e'.
isFinite() - Method in class edu.neu.ccs.XDouble
Returns true if this XDouble is finite, that is, it is not positive or negative infinity nor is it NaN.
isFinite(double) - Static method in class edu.neu.ccs.XDouble
Returns true if the given double is finite, that is, it is not positive or negative infinity nor is it NaN.
isFinite() - Method in class edu.neu.ccs.XPoint2D
Returns true if both coordinates of this XPoint2D are finite and false otherwise.
isFinite(Point2D) - Static method in class edu.neu.ccs.XPoint2D
Returns true if both coordinates of the given Point2D are finite and false otherwise.
isFocusTraversable() - Method in class edu.neu.ccs.gui.Zoo
Returns true if this zoo is in design mode, or false otherwise.
isFocusTraversable() - Method in class edu.neu.ccs.gui.ZooContainer
Returns whether or not the keyboard focus can traverse over the components in this container.
isFocusable() - Method in class edu.neu.ccs.gui.BufferedPanel
Overrides to delegate to the inner panel that is the panel returned by getInnerPanel().
isFull() - Method in class edu.neu.ccs.SmallSet
Returns true if this set is full, that is, if it contains all values between minimum and maximum.
isFunctionName(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given name is associated with a function.
isGUIMethod(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method should be converted to a button with a method GUI in the JPF.
isGraphicsVisible() - Method in class edu.neu.ccs.jpf.JPF
Returns whether or not the graphics window is visible.
isGraphicsVisible() - Method in class edu.neu.ccs.jpf.JPFPane
Returns whether or not the graphics window is visible.
isHexDigit(char) - Static method in class edu.neu.ccs.util.Hex
Returns whether or not the given char is a hexadecimal digit (0 to 9, A to F, a to f).
isHexString(String) - Static method in class edu.neu.ccs.util.Hex
Returns whether or not the given String contains only hexadecimal digits (0 to 9, A to F, a to f).
isInDesignMode() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not this zoo is in design mode.
isInclusive() - Method in class edu.neu.ccs.filter.BoundFilter
Returns whether or not the range is inclusive.
isInfinite() - Method in class edu.neu.ccs.XDouble
Returns true if this XDouble is either positive or negative infinity.
isInfinite(double) - Static method in class edu.neu.ccs.XDouble
Returns true if the given double is either positive or negative infinity.
isJPFMethod(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method should define a button in the JPF.
isLetVariableID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given id is associated with a "let" variable in the current invocation of the parse method.
isManagingFocus() - Method in class edu.neu.ccs.gui.Zoo
Returns true if this zoo is in design mode, or false otherwise.
isManagingFocus() - Method in class edu.neu.ccs.gui.ZooContainer
Returns whether or not this container is managing the focus for its child components.
isMaximumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns whether or not the maximum bound is inclusive.
isMaximumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns whether or not the maximum bound is inclusive.
isMaximumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns whether or not the maximum bound is inclusive.
isMaximumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns whether or not the maximum bound is inclusive.
isMinimumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns whether or not the minimum bound is inclusive.
isMinimumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns whether or not the minimum bound is inclusive.
isMinimumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns whether or not the minimum bound is inclusive.
isMinimumInclusive() - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns whether or not the minimum bound is inclusive.
isMoveable() - Method in class edu.neu.ccs.gui.Laminate
Returns true if this laminate can be moved to another location using direct manipulation and false if it can not be moved.
isMuted() - Static method in class edu.neu.ccs.util.SoundUtilities
Returns whether or not sound is muted for all lines created through this interface.
isNaN() - Method in class edu.neu.ccs.XDouble
Returns true if this XDouble is NaN, that is, "not a number".
isNaN(double) - Static method in class edu.neu.ccs.XDouble
Returns true if the given double is NaN, that is, "not a number".
isNear(double, double, double, double, double) - Method in class edu.neu.ccs.util.Metric
Returns true if (x1,y1) and (x2,y2) have distance less than or equal to epsilon.
isNear(Point2D, Point2D, double) - Method in class edu.neu.ccs.util.Metric
Returns true if points p1 and p2 have distance less than or equal to epsilon.
isNear(double[], double[], double) - Method in class edu.neu.ccs.util.Metric
Returns true if points p1 and p2 have distance less than or equal to epsilon.
isNear(float[], float[], double) - Method in class edu.neu.ccs.util.Metric
Returns true if points p1 and p2 have distance less than or equal to epsilon.
isNonTrivialWhitespace(char) - Static method in class edu.neu.ccs.Strings
Returns true if the given character is whitespace but is non-blank.
isOperationOrPrefix(String) - Method in class edu.neu.ccs.parser.BaseParser
Performs a lookup in the operation and prefix tables to determine if the given String symbol represents an existing operation or is a prefix of the symbol for an existing operation.
isOperationSymbol(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given symbol is associated with an operation.
isOrdinaryFunctionName(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given name is associated with a function whose class does NOT extend SimpleFunction.
isPolygon() - Method in class edu.neu.ccs.gui.PathList
Returns true if the list has at least 2 nodes, all nodes in the list have one of the following 3 types MOVE, LINE, CLOSE, and the first node is MOVE.
isPossibleIdentifier(String) - Static method in class edu.neu.ccs.parser.BaseParser
Returns true if the given id is a possible identifier for a constant, variable, function or reserved function.
isPossibleOperation(String) - Static method in class edu.neu.ccs.parser.BaseParser
Returns true if the given string is a possible symbol for an operation.
isPossibleVariableID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns true if the given string is a possible variable id in the current parser context.
isProbablePrime(int) - Method in class edu.neu.ccs.XBigInteger
Returns true if this XBigInteger is probably prime, false if it's definitely composite.
isPublic(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method is public.
isRequestFocusEnabled() - Method in class edu.neu.ccs.gui.BufferedPanel
Overrides to delegate to the inner panel that is the panel returned by getInnerPanel().
isReservedID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given id is associated with a constant.
isResizableX() - Method in class edu.neu.ccs.gui.Laminate
Returns true if the target component is resizeable in the horizontal direction, and false if it is not.
isResizableXY() - Method in class edu.neu.ccs.gui.Laminate
Returns true if the target component is resizeable in both the horizontal and vertical directions, and false if it is not.
isResizableY() - Method in class edu.neu.ccs.gui.Laminate
Returns true if the target component is resizeable in the vertical direction, and false if it is not.
isResizeable() - Method in class edu.neu.ccs.gui.Laminate
Returns true if this laminate can be resized using direct manipulation and false if it can not be resized.
isRestrictingBounds() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not this zoo is restricting its child components' bounds to be contained within the bounds of this zoo.
isRoundingMode(int) - Static method in class edu.neu.ccs.XBigDecimal
Returns true if the rounding mode is valid; otherwise false.
isSelected() - Method in class edu.neu.ccs.gui.Laminate
Returns whether or not this laminate is selected.
isSelectionEmpty() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not the selection is empty.
isSetVariableID(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given id is associated with a "set" variable.
isSignAt(int) - Method in class edu.neu.ccs.parser.BaseParser
Return true if the character at start is '+' or '-'.
isSimilarToPrimitive(Class) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the given class corresponds to a primitive type, the Java wrapper for a primitive type, or the Stringable wrapper for a primitive type.
isSimpleFunctionName(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns whether or not the given name is associated with a function whose class is or extends SimpleFunction.
isSimpleMethod(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method should be converted to a simple button in the JPF.
isStartEnd(String, char, char) - Static method in class edu.neu.ccs.Strings
Returns true if the given string starts and ends with the given pair of distinct start and end characters.
isStatic(Method) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns true if the method is static.
isStrictPolygon() - Method in class edu.neu.ccs.gui.PathList
Returns true if the list has at least 2 nodes, the initial node has type MOVE, the final node has type LINE or CLOSE, all inner nodes have type LINE, and at least one node has type LINE.
isStringable(Class) - Static method in class edu.neu.ccs.util.StringableFactory
Returns true if the given class is Stringable, and false if it is not.
isSubset(SmallSet) - Method in class edu.neu.ccs.SmallSet
Returns true if this set is a subset of the given set.
isTangentNull() - Method in class edu.neu.ccs.gui.BaseShape
Returns true if the internal tangent data is null.
isUnary - Variable in class edu.neu.ccs.parser.Operation
Whether or not the operation can act as a unary operation.
isUnary() - Method in class edu.neu.ccs.parser.Operation
Returns true if the operation may act as a unary operation.
isValid() - Method in class edu.neu.ccs.gui.PathList
Returns true if this PathList is a valid path list for the construction of a Shape.
isValid() - Method in class edu.neu.ccs.gui.PathListIterator
Returns true if this PathListIterator is a valid path iterator for the construction of a Shape.
isValidColumn(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns whether or not the given column index is valid.
isValidColumn(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns whether or not the given column index is valid.
isValidRow(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns whether or not the given row index is valid.
isValidRow(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns whether or not the given row index is valid.
isVisible() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the current visibility property of this paintable.
isVisible() - Method in interface edu.neu.ccs.gui.Paintable
Returns the current visibility property of this paintable.
isVisible() - Method in class edu.neu.ccs.pedagogy.Turtle
Return whether or not the turtle triangle is visible.
isXBoolean(Object) - Static method in class edu.neu.ccs.parser.ParserUtilities
Return true if x is XBoolean.
isXFloating(Object) - Static method in class edu.neu.ccs.parser.ParserUtilities
Return true if x is floating, that is, if x is one of the types: XBigDecimal, XDouble, XFloat.
isXIntegral(Object) - Static method in class edu.neu.ccs.parser.ParserUtilities
Return true if x is integral, that is, if x is one of the types: XBigInteger, XLong, XInt, XShort, XByte.
isXNumber(Object) - Static method in class edu.neu.ccs.parser.ParserUtilities
Return true if x is an XNumber.
isZero() - Method in class edu.neu.ccs.XComplex
Returns true if this is zero.
isZero(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns true if the given complex number z is null or zero.
isZero() - Method in class edu.neu.ccs.XFourier
Returns true if the fourier is the zero fourier.
isZero() - Method in class edu.neu.ccs.XPolynomial
Returns true if the polynomial is the zero polynomial.
isZero() - Method in class edu.neu.ccs.XPolynomialComplex
Returns true if the polynomial is the zero polynomial.
italicBox - Variable in class edu.neu.ccs.gui.FontSampler
The italic check box.
itemList - Variable in class edu.neu.ccs.gui.Dropdown
The list of current items.
iterator() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns an iterator over the filters in this sequence in order.
iterator() - Method in class edu.neu.ccs.gui.ActionSequence
Returns an iterator over the action listeners in this sequence in proper order.
ivory - Static variable in class edu.neu.ccs.Colors
Color ivory = Ivory.

J

JOIN_ROUND - Static variable in class edu.neu.ccs.gui.PathList
Constant used to contruct stroke.
JPF - class edu.neu.ccs.jpf.JPF.
The Java Power Framework class JPF provides the foundation for creating an automatic Java GUI application with access to the JPT console and a graphics window and to automatically created action buttons.
JPF() - Constructor for class edu.neu.ccs.jpf.JPF
Construct the JPF application using as the given initializer the derived class that uses this default constructor.
JPF(boolean) - Constructor for class edu.neu.ccs.jpf.JPF
Construct the JPF application using as the given initializer the derived class that uses this special constructor.
JPF(boolean, MethodFilter) - Constructor for class edu.neu.ccs.jpf.JPF
Construct the JPF application using as the given initializer the derived class that uses this special constructor.
JPFApplet - class edu.neu.ccs.jpf.JPFApplet.
The Java Power Framework class JPFApplet provides the ability to demonstrate JPF-like code in an applet.
JPFApplet() - Constructor for class edu.neu.ccs.jpf.JPFApplet
Construct the JPF applet using as the given initializer the derived class that uses this constructor.
JPFApplet(MethodFilter) - Constructor for class edu.neu.ccs.jpf.JPFApplet
Construct the JPF applet using as the given initializer the derived class that uses this constructor.
JPFHelper - class edu.neu.ccs.jpf.JPFHelper.
Class JPFHelper collects utility methods that in earlier releases of the Java Power Framework were located in various other classes of the jpf package.
JPFHelper() - Constructor for class edu.neu.ccs.jpf.JPFHelper
Prevent instantiation.
JPFPane - class edu.neu.ccs.jpf.JPFPane.
Class JPFPane is an adaption of the earlier JPF class JPFApplication which has been removed as of 2.7.0.
JPFPane(Object, Class) - Constructor for class edu.neu.ccs.jpf.JPFPane
Constructs the GUI based on the given initializer object that defines the JPF methods used to create the method buttons and the base class that will limit how deep the recursive search for methods will go; this constructor shows the graphics window.
JPFPane(Object, Class, boolean) - Constructor for class edu.neu.ccs.jpf.JPFPane
Constructs the GUI based on the given initializer object that defines the JPF methods used to create the method buttons and the base class that will limit how deep the recursive search for methods will go; this constructor shows the graphics window if the given boolean parameter is true.
JPFPane(Object, Class, MethodFilter) - Constructor for class edu.neu.ccs.jpf.JPFPane
Constructs the GUI based on the given initializer object that defines the JPF methods used to create the method buttons and the base class that will limit how deep the recursive search for methods will go; in addition, provides a method filter that will further restrict the methods selected for the GUI; this constructor shows the graphics window.
JPFPane(Object, Class, MethodFilter, boolean) - Constructor for class edu.neu.ccs.jpf.JPFPane
Constructs the GUI based on the given initializer object that defines the JPF methods used to create the method buttons and the base class that will limit how deep the recursive search for methods will go; in addition, provides a method filter that will further restrict the methods selected for the GUI; this constructor will show the graphics window if the given boolean parameter is true.
JPTComponent - class edu.neu.ccs.gui.JPTComponent.
The abstract class JPTComponent extends JComponent in order to support property change and add mouse and key adapters.
JPTComponent() - Constructor for class edu.neu.ccs.gui.JPTComponent
 
JPTConstants - interface edu.neu.ccs.util.JPTConstants.
Interface that provides common shared constant values for classes in the JPT.
JPTDialog - class edu.neu.ccs.gui.JPTDialog.
Dialog box containing a TypedView and an ActionsPanel that contains actions that interact with the view.
JPTDialog(TypedView) - Constructor for class edu.neu.ccs.gui.JPTDialog
Constructs an input dialog containing the given view but with no title or parent window.
JPTDialog(TypedView, String) - Constructor for class edu.neu.ccs.gui.JPTDialog
Constructor for an input dialog containing the given view and the given title, but with no parent window.
JPTDialog(TypedView, String, Dialog, boolean) - Constructor for class edu.neu.ccs.gui.JPTDialog
Constructor for an input dialog containing the given view, with the given title, parent dialog, and modality.
JPTDialog(TypedView, String, Frame, boolean) - Constructor for class edu.neu.ccs.gui.JPTDialog
Constructor for an input dialog containing the given view, with the provided title, parent frame, and modality.
JPTError - error edu.neu.ccs.util.JPTError.
An error thrown in the JPT that indicates a programming problem rather than a user or system error, which should not need to be caught within an application or applet.
JPTError() - Constructor for class edu.neu.ccs.util.JPTError
Constructor for an error with no detail message.
JPTError(String) - Constructor for class edu.neu.ccs.util.JPTError
Constructor for an error with the given detail message.
JPTFrame - class edu.neu.ccs.gui.JPTFrame.
JPTFrame extends the Java JFrame class for the following purposes.
JPTFrame() - Constructor for class edu.neu.ccs.gui.JPTFrame
Constructs a frame with no title.
JPTFrame(String) - Constructor for class edu.neu.ccs.gui.JPTFrame
Constructs a frame with the given title.
JPTParser - class edu.neu.ccs.parser.JPTParser.
Parses and evaulates data Strings using simple expression evaluation.
JPTParser() - Constructor for class edu.neu.ccs.parser.JPTParser
 
JPTScrollPane - class edu.neu.ccs.gui.JPTScrollPane.
Class JPTScrollPane extends JScrollPane by adding methods that help control the preferred size of the JViewport window.
JPTScrollPane() - Constructor for class edu.neu.ccs.gui.JPTScrollPane
Creates an empty (no viewport view) JPTScrollPane where both horizontal and vertical scrollbars appear when needed.
JPTScrollPane(Component) - Constructor for class edu.neu.ccs.gui.JPTScrollPane
Creates a JPTScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
JPTScrollPane(int, int) - Constructor for class edu.neu.ccs.gui.JPTScrollPane
Creates an empty (no viewport view) JPTScrollPane whose scrollbars are displayed in accordance with the scrollbar policies.
JPTScrollPane(Component, int, int) - Constructor for class edu.neu.ccs.gui.JPTScrollPane
Creates a JPTScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars that are displayed in accordance with the scrollbar policies.
JPTUtilities - class edu.neu.ccs.util.JPTUtilities.
Provides general utility methods used by various classes in the JPT.
JPTUtilities() - Constructor for class edu.neu.ccs.util.JPTUtilities
 
JavaCircle - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The Java circle algorithm.
JavaCode() - Method in class edu.neu.ccs.gui.PathList
Returns in a String the Java code that might be used to make a clone of this path list.
JavaCode() - Method in class edu.neu.ccs.gui.PathNode
Returns in a String the Java code that might be used to make a clone of this path node.
joinMethodArrays(Method[], Method[]) - Static method in class edu.neu.ccs.jpf.JPFHelper
Joins two Method arrays into one.
joinWithSpace(String, String) - Static method in class edu.neu.ccs.Strings
If s and t are both non-null then return (s+blank+t).

K

KEEP_OPEN - Static variable in class edu.neu.ccs.gui.DialogAction
The choice to keep the dialog open after the action.
KeyAction - class edu.neu.ccs.gui.KeyAction.
Encapsulates an action that is performed as a result of a KeyEvent.
KeyAction() - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with no name or icon that is performed when any key is pressed, released, or typed.
KeyAction(int) - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with no name or icon that is performed when the given key is pressed, released, or typed.
KeyAction(String) - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with the given name but no icon that is performed when any key is pressed, released, or typed.
KeyAction(int, String) - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with the given name but no icon that is performed when the given key is pressed, released, or typed.
KeyAction(String, Icon) - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with the given name and icon that is performed when any key is pressed, released, or typed.
KeyAction(int, String, Icon) - Constructor for class edu.neu.ccs.gui.KeyAction
Constructs a key action with the given name and icon that is performed when the given key is pressed, released, or typed.
KeyActionAdapter - class edu.neu.ccs.gui.KeyActionAdapter.
An adapter class for receiving key events, and performing action listeners in response to those events.
KeyActionAdapter() - Constructor for class edu.neu.ccs.gui.KeyActionAdapter
Constructs a key action adapter.
KeyActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.KeyActionAdapter
Constructs a key action adapter listening for key events generated by the given component.
KeyActionEvent - class edu.neu.ccs.gui.KeyActionEvent.
Class of events representing an action triggered by a key event.
KeyActionEvent(KeyEvent, Object) - Constructor for class edu.neu.ccs.gui.KeyActionEvent
Constructs a key action event triggered by the given key event generated by the given source object.
KeyActionEvent(KeyEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.KeyActionEvent
Constructs a key action event triggered by the given key event generated by the given source object, with the given identifier and command name.
KeyActionEvent(KeyEvent, Object, int, String, int) - Constructor for class edu.neu.ccs.gui.KeyActionEvent
Constructs a key action event triggered by the given key event generated by the given source object, with the provided modifier keys.
KeyPressReleaseListener - class edu.neu.ccs.gui.KeyPressReleaseListener.
The class KeyPressReleaseListener implements a KeyListener that tracks the pressed-released state of keyboard keys.
KeyPressReleaseListener() - Constructor for class edu.neu.ccs.gui.KeyPressReleaseListener
Initializes the internal state structure with all key codes from the KeyEvent class.
KeyPressReleaseListener(int[]) - Constructor for class edu.neu.ccs.gui.KeyPressReleaseListener
Initializes the internal state structure with the given list of key codes which should be a subset of the KeyEvent class key codes.
Khaki - Static variable in class edu.neu.ccs.Colors
Color Khaki = 240, 230, 140 = #F0E68C.
keyActionAdapter - Variable in class edu.neu.ccs.gui.JPTComponent
The key action adapter.
keyActionPerformed(KeyEvent) - Method in class edu.neu.ccs.gui.KeyAction
Performs the tasks encapsulated by this action.
keyActions - Variable in class edu.neu.ccs.gui.BufferedPanel
The key action adapter for this buffered panel.
keyCodeOrChar - Variable in class edu.neu.ccs.gui.KeyAction
The key code or character that triggers this action.
keyPressed(KeyEvent) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Performs the stored action sequence when a key has been pressed.
keyPressed(KeyEvent) - Method in class edu.neu.ccs.gui.KeyPressReleaseListener
Stores the event key code state as true.
keyReleased(KeyEvent) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Performs the stored action sequence when a key has been released.
keyReleased(KeyEvent) - Method in class edu.neu.ccs.gui.KeyPressReleaseListener
Stores the event key code state as false.
keyTyped(KeyEvent) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Performs the stored action sequence when a key has been typed.
keyTyped(KeyEvent) - Method in class edu.neu.ccs.gui.KeyPressReleaseListener
Does nothing.
keys - Variable in class edu.neu.ccs.quick.BooleanStateArray
The array of int keys.
khaki - Static variable in class edu.neu.ccs.Colors
Color khaki = Khaki.

L

L - Variable in class edu.neu.ccs.gui.PlotTool
Helper for line computation.
LARGEGAP - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The large gap for outer table panels.
LAST_PATH - Static variable in class edu.neu.ccs.gui.FileView
Bound property name for the last path property.
LCM(int, int) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the least common multiple of the int inputs a and b.
LCM(long, long) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the least common multiple of the long inputs a and b.
LEADING - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.LEADING.
LEADINGLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the leading line of the displayed string.
LEFT - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.LEFT.
LEFT - Static variable in class edu.neu.ccs.gui.TextAnchor
The XLocator object that corresponds to an anchor at the left edge of the displayed string.
LEFT_ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines LEFT and ASCENTLINE.
LEFT_BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines LEFT and BASELINE.
LEFT_DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines LEFT and DESCENTLINE.
LEFT_LEADINGLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines LEFT and LEADING.
LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the length of the array.
LENGTH_PROMPT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the length prompt.
LENGTH_TEXT_FIELD - Static variable in class edu.neu.ccs.gui.ArrayPanel
Value designating the length field and set button controls.
LHS - Variable in class edu.neu.ccs.jpf.JPFPane
LHS of main GUI panel.
LINE - Static variable in class edu.neu.ccs.gui.PathList
Shorthand constant for PathIterator.SEG_LINETO.
LINE - Static variable in class edu.neu.ccs.gui.PathListFunction
Shorthand constant for PathIterator.SEG_LINETO.
LINE - Static variable in class edu.neu.ccs.gui.PathListIterator
Shorthand constant for PathIterator.SEG_LINETO.
LINE - Static variable in class edu.neu.ccs.gui.PathNode
Shorthand constant for PathIterator.SEG_LINETO.
LOBITS - Static variable in class edu.neu.ccs.SmallSet
The integer LOBITS[i] has a 1-bit in the positions from 0 to i and a 0-bit elsewhere.
LOOSE - Static variable in class edu.neu.ccs.gui.TextBounds
The LOOSE Strategy produces loose bounds on the TextPaintable by calling the method getLooseBounds.
LOWER_CASE - Static variable in class edu.neu.ccs.filter.CaseActionFilter
Case action filter that transforms XString data to all lower case characters.
Laminate - class edu.neu.ccs.gui.Laminate.
Component used to "laminate" an existing component by mimicing its size and location and always maintaining a higher z-order, in order to impart mouse handling without intervention by the laminated component.
Laminate(Component, boolean) - Constructor for class edu.neu.ccs.gui.Laminate
Constructs a laminate for the given component.
Lavender - Static variable in class edu.neu.ccs.Colors
Color Lavender = 230, 230, 250 = #E6E6FA.
LavenderBlush - Static variable in class edu.neu.ccs.Colors
Color LavenderBlush = 255, 240, 245 = #FFF0F5.
LawnGreen - Static variable in class edu.neu.ccs.Colors
Color LawnGreen = 124, 252, 0 = #7CFC00.
LayeredComponent - class edu.neu.ccs.gui.LayeredComponent.
Class LayeredComponent encapsulates a JComponent which is in the foreground of the panel and a background which consists of multiple layers.
LayeredComponent(JComponent, Object, Object, Paint, float, boolean) - Constructor for class edu.neu.ccs.gui.LayeredComponent
Constructs a LayeredComponent.
LemonChiffon - Static variable in class edu.neu.ccs.Colors
Color LemonChiffon = 255, 250, 205 = #FFFACD.
LightBlue - Static variable in class edu.neu.ccs.Colors
Color LightBlue = 173, 216, 230 = #ADD8E6.
LightCoral - Static variable in class edu.neu.ccs.Colors
Color LightCoral = 240, 128, 128 = #F08080.
LightCyan - Static variable in class edu.neu.ccs.Colors
Color LightCyan = 224, 255, 255 = #E0FFFF.
LightGoldenrodYellow - Static variable in class edu.neu.ccs.Colors
Color LightGoldenrodYellow = 250, 250, 210 = #FAFAD2.
LightGray - Static variable in class edu.neu.ccs.Colors
Color LightGray = 211, 211, 211 = #D3D3D3.
LightGreen - Static variable in class edu.neu.ccs.Colors
Color LightGreen = 144, 238, 144 = #90EE90.
LightPink - Static variable in class edu.neu.ccs.Colors
Color LightPink = 255, 182, 193 = #FFB6C1.
LightSalmon - Static variable in class edu.neu.ccs.Colors
Color LightSalmon = 255, 160, 122 = #FFA07A.
LightSeaGreen - Static variable in class edu.neu.ccs.Colors
Color LightSeaGreen = 32, 178, 170 = #20B2AA.
LightSkyBlue - Static variable in class edu.neu.ccs.Colors
Color LightSkyBlue = 135, 206, 250 = #87CEFA.
LightSlateGray - Static variable in class edu.neu.ccs.Colors
Color LightSlateGray = 119, 136, 153 = #778899.
LightSteelBlue - Static variable in class edu.neu.ccs.Colors
Color LightSteelBlue = 176, 196, 222 = #B0C4DE.
LightYellow - Static variable in class edu.neu.ccs.Colors
Color LightYellow = 255, 255, 224 = #FFFFE0.
Lime - Static variable in class edu.neu.ccs.Colors
Color Lime = 0, 255, 0 = #00FF00.
LimeGreen - Static variable in class edu.neu.ccs.Colors
Color LimeGreen = 50, 205, 50 = #32CD32.
Linen - Static variable in class edu.neu.ccs.Colors
Color Linen = 250, 240, 230 = #FAF0E6.
ListSelectionAction - class edu.neu.ccs.gui.ListSelectionAction.
Encapsulates an action that is performed as a result of a ListSelectionEvent.
ListSelectionAction() - Constructor for class edu.neu.ccs.gui.ListSelectionAction
Constructs a list selection action with no name or icon.
ListSelectionAction(String) - Constructor for class edu.neu.ccs.gui.ListSelectionAction
Constructs a list selection action with the given name but no icon.
ListSelectionAction(String, Icon) - Constructor for class edu.neu.ccs.gui.ListSelectionAction
Constructs a list selection action with the given name and icon.
ListSelectionActionAdapter - class edu.neu.ccs.gui.ListSelectionActionAdapter.
An adapter class for receiving list selection events, and performing action listeners in response to those events.
ListSelectionActionAdapter() - Constructor for class edu.neu.ccs.gui.ListSelectionActionAdapter
Constructs a list selection action adapter.
ListSelectionActionAdapter(ListSelectionModel) - Constructor for class edu.neu.ccs.gui.ListSelectionActionAdapter
Constructs a list selection action adapter listening for list selection events generated by the given list selection model.
ListSelectionActionEvent - class edu.neu.ccs.gui.ListSelectionActionEvent.
Class of events representing an action triggered by a list selection event.
ListSelectionActionEvent(ListSelectionEvent, Object) - Constructor for class edu.neu.ccs.gui.ListSelectionActionEvent
Constructs a list selection action event triggered by the given list selection event generated by the given source object.
ListSelectionActionEvent(ListSelectionEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.ListSelectionActionEvent
Constructs a list selection action event triggered by the given list selection event generated by the given source object, with the given identifier and command name.
LookAndFeelTools - class edu.neu.ccs.gui.LookAndFeelTools.
Class LookAndFeelTools contains several static methods that assist in using the Java look and feel facilities.
LookAndFeelTools() - Constructor for class edu.neu.ccs.gui.LookAndFeelTools
Private constructor to prevent instantiation.
label - Variable in class edu.neu.ccs.gui.SwatchNamePair
The label.
labelButtonMap - Variable in class edu.neu.ccs.gui.RadioPanel
The string-object map that contains pairs with a label and its associated radio button.
labelFont - Variable in class edu.neu.ccs.gui.BasePane
The label font uses the serif font with BOLD style in the common font size.
labelIndexMap - Variable in class edu.neu.ccs.gui.RadioPanel
The hash map that contains pairs with a label and an index installed as Integer with the position of the label in the view.
labelSequence - Variable in class edu.neu.ccs.gui.SliderView
The paintable sequence for slider labels.
labelSwatchPanel - Variable in class edu.neu.ccs.gui.ColorPane
The panel for the labels and swatch panel.
labelSwatchStuff - Variable in class edu.neu.ccs.gui.ColorPane
The array for the labels and swatch panel.
labelWidth - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The preferred width of the labels and text field view.
labels - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The labels for the MultiColorView that determines the plot colors for functions.
laminateTable - Variable in class edu.neu.ccs.gui.Zoo
Table mapping components to laminates.
largeFieldWidth - Variable in class edu.neu.ccs.gui.BasePane
The large field width is 3 times the small field width.
lassoLast - Variable in class edu.neu.ccs.gui.Zoo
Last point used to calculate the current lasso.
lassoStart - Variable in class edu.neu.ccs.gui.Zoo
Point at which the current lasso originated.
lastIndexOf(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns the index in this sequence of the last occurrence of the given filter, or -1 if this list does not contain this filter.
lastIndexOf(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Returns the index in this sequence of the last occurrence of the given action listener, or -1 if this list does not contain this action listener.
lastPath - Static variable in class edu.neu.ccs.gui.FileView
Path to which a FileView was last navigated.
lavender - Static variable in class edu.neu.ccs.Colors
Color lavender = Lavender.
lavenderblush - Static variable in class edu.neu.ccs.Colors
Color lavenderblush = LavenderBlush.
lawngreen - Static variable in class edu.neu.ccs.Colors
Color lawngreen = LawnGreen.
layoutContainer(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Lays out the container.
layoutContainer(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Lays out the parent container by setting the bounds of the component it contains.
layoutContainer(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Lays out the parent container by setting the bounds of the component it contains.
layoutContainer(Container) - Method in class edu.neu.ccs.gui.TableLayout
Lays out the components in the given parent container.
layoutContainer(int[], int[], Insets) - Method in class edu.neu.ccs.gui.TableLayout
Lays out the components in the parent container using the given arrays of column widths and row heights.
lcm(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to lcm(this, y) where "lcm" stands for "least common multiple".
lcm(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is lcm(x, y) where "lcm" stands for "least common multiple".
lemonchiffon - Static variable in class edu.neu.ccs.Colors
Color lemonchiffon = LemonChiffon.
length() - Method in class edu.neu.ccs.XLine2D
Computes the length of the line, that is, the distance from x1,y1 to x2,y2.
length() - Method in class edu.neu.ccs.gui.BaseShape
Returns the length N of the vertex data; if the tangent data is non-null then this data has the same length.
length() - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the length of the paintable sequence.
lengthActions - Variable in class edu.neu.ccs.gui.ArrayPanel
Actions panel containing the increment and decrement array length actions.
lengthControls - Variable in class edu.neu.ccs.gui.ArrayPanel
Display containing the length field and its prompt.
lengthField - Variable in class edu.neu.ccs.gui.ArrayPanel
Text field for input of the array length.
lengthFilter - Variable in class edu.neu.ccs.gui.ArrayPanel
Filter used by array length field to enforce minimum and maximum array length.
lengthOffset - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The lengthTFV should display the user meaningful length of the array which equals arrayLength + lengthOffset.
lengthSq() - Method in class edu.neu.ccs.XLine2D
Computes the length squared of the line, that is, the distance squared from x1,y1 to x2,y2.
lengthTFV - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The lengthTFV is part of the interactive user controls; this field displays the user meaningful length of the array which equals arrayLength + lengthOffset.
let_variables - Variable in class edu.neu.ccs.parser.BaseParser
Table of variable identifiers defined by "let" in the current invocation of the parse method and their corresponding values.
let_variables - Variable in class edu.neu.ccs.parser.ParserContext
The current "let" variables.
let_variables() - Method in class edu.neu.ccs.parser.ParserContext
Returns the current "let" variables.
lightblue - Static variable in class edu.neu.ccs.Colors
Color lightblue = LightBlue.
lightcoral - Static variable in class edu.neu.ccs.Colors
Color lightcoral = LightCoral.
lightcyan - Static variable in class edu.neu.ccs.Colors
Color lightcyan = LightCyan.
lightgoldenrodyellow - Static variable in class edu.neu.ccs.Colors
Color lightgoldenrodyellow = LightGoldenrodYellow.
lightgray - Static variable in class edu.neu.ccs.Colors
Color lightgray = LightGray.
lightgreen - Static variable in class edu.neu.ccs.Colors
Color lightgreen = LightGreen.
lightpink - Static variable in class edu.neu.ccs.Colors
Color lightpink = LightPink.
lightsalmon - Static variable in class edu.neu.ccs.Colors
Color lightsalmon = LightSalmon.
lightseagreen - Static variable in class edu.neu.ccs.Colors
Color lightseagreen = LightSeaGreen.
lightskyblue - Static variable in class edu.neu.ccs.Colors
Color lightskyblue = LightSkyBlue.
lightslategray - Static variable in class edu.neu.ccs.Colors
Color lightslategray = LightSlateGray.
lightsteelblue - Static variable in class edu.neu.ccs.Colors
Color lightsteelblue = LightSteelBlue.
lightyellow - Static variable in class edu.neu.ccs.Colors
Color lightyellow = LightYellow.
lime - Static variable in class edu.neu.ccs.Colors
Color lime = Lime.
limegreen - Static variable in class edu.neu.ccs.Colors
Color limegreen = LimeGreen.
limit(int) - Method in class edu.neu.ccs.gui.ClosureMode
Returns the limit index of a graphics computation as a function of the length of the associated vertex or tangent array.
limit - Variable in class edu.neu.ccs.gui.SliderView
The track limit, that is, the last valid location on the track along its major direction.
line() - Static method in class edu.neu.ccs.gui.Borders
Creates a line border with color black and thickness 1.
line(Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a line border with given color and thickness 1.
line(int) - Static method in class edu.neu.ccs.gui.Borders
Creates a line border with color black and the given thickness.
line(Color, int) - Static method in class edu.neu.ccs.gui.Borders
Creates a line border with the given color and thickness.
line(double, double) - Method in class edu.neu.ccs.gui.PathList
Append a new PathNode of type LINE.
line(double, double) - Static method in class edu.neu.ccs.gui.PathNode
Factory method the construct a PathNode of type LINE.
line - Variable in class edu.neu.ccs.pedagogy.Turtle
The line to draw.
lineBorder() - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a line border with color black and thickness 1.
lineBorder(Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a line border with the given color and thickness 1.
lineBorder(int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a line border with color black and the given thickness.
lineBorder(Color, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a line border with the given color and thickness.
lineBorder() - Method in class edu.neu.ccs.gui.JPTComponent
Adds a line border with the color black.
lineBorder(Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a line border with the given color.
lineBorder(Color, int) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a line border with the given color and thickness.
linear(double, double) - Static method in class edu.neu.ccs.F
The linear function x --> a * x + b.
linear(XComplex, XComplex) - Static method in class edu.neu.ccs.FC
The linear function x --> a * x + b.
lineartransform(double, double, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Apply the linear transform given by the matrix coefficients m00, m10, m01, m11 as if the transform were centered at the center of the paintable.
lineartransform(double, double, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Apply the linear transform given by the matrix coefficients m00, m10, m01, m11 as if the transform were centered at the center of the paintable.
linen - Static variable in class edu.neu.ccs.Colors
Color linen = Linen.
linewidth - Static variable in class edu.neu.ccs.jpf.ActivityIcon
The line width.
listIterator() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns a list iterator over the filters in this sequence in order.
listIterator(int) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns a list iterator over the filters in this sequence in order, starting at the given index.
listIterator() - Method in class edu.neu.ccs.gui.ActionSequence
Returns a list iterator over the action listeners in this sequence in order.
listIterator(int) - Method in class edu.neu.ccs.gui.ActionSequence
Returns a list iterator over the action listeners in this sequence in order, starting at the given index.
listSelectionActionPerformed(ListSelectionEvent) - Method in class edu.neu.ccs.gui.ListSelectionAction
Performs the tasks encapsulated by this action.
listener - Variable in class edu.neu.ccs.gui.PaintableButton
The internal refresh listener.
listener - Variable in class edu.neu.ccs.gui.PaintableComponent
The internal refresh listener.
listenerList - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The EventListenerList for the GeneralView.
lobits - Variable in class edu.neu.ccs.SmallSet
If bitsValid is true, then this array will contain in position i the sum of the bit masks bits[j] for j from 0 to i.
location - Variable in class edu.neu.ccs.gui.SliderView
The thumb location along the track.
locationToValue(int) - Method in class edu.neu.ccs.gui.SliderView
The affine transform that converts the given location on the track to its best approximation as a value.
locator - Variable in class edu.neu.ccs.gui.MultiLineTextPaintable
The text anchor locator.
locator - Variable in class edu.neu.ccs.gui.TextPaintable
The text anchor locator.
log - Static variable in class edu.neu.ccs.F
The function x --> log(x).
log - Static variable in class edu.neu.ccs.FC
The function x --> log(x).
log(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the branch of the logarithm of z that is determined by the constraint that the imaginary part is between 0 and 2*pi, that is, 0<=Im(log(z))<2*pi.
log10 - Static variable in class edu.neu.ccs.F
The function x --> log-base-10(x) = log(x) / log(10).
log2 - Static variable in class edu.neu.ccs.F
The function x --> log-base-2(x) = log(x) / log(2).
logOf10 - Static variable in class edu.neu.ccs.F
The constant log(10).
logOf2 - Static variable in class edu.neu.ccs.F
The constant log(2).
longToBytesHiLo(long) - Static method in class edu.neu.ccs.util.Conversions
Returns an array of bytes of size 8 with the 8 bytes of the given long in high-to-low order.
longToBytesLoHi(long) - Static method in class edu.neu.ccs.util.Conversions
Returns an array of bytes of size 8 with the 8 bytes of the given long in low-to-high order.
longToDouble(long) - Static method in class edu.neu.ccs.util.Conversions
Returns the double between -1 and +1 calculated by dividing the given long by Long.MAX_VALUE.
longToFloat(long) - Static method in class edu.neu.ccs.util.Conversions
Returns the float between -1 and +1 calculated by dividing the given long by Long.MAX_VALUE.
longToHex(long) - Static method in class edu.neu.ccs.util.Hex
Returns the 16-character hexadecimal String for the given long.
longToHex(long, int) - Static method in class edu.neu.ccs.util.Hex
Returns a hexadecimal string for the given long that contains the maxdigits trailing hexadecimal digits.
longValue() - Method in class edu.neu.ccs.XBigDecimal
 
longValue() - Method in class edu.neu.ccs.XBigInteger
 
longValue() - Method in class edu.neu.ccs.XByte
 
longValue() - Method in class edu.neu.ccs.XDouble
 
longValue() - Method in class edu.neu.ccs.XFloat
 
longValue() - Method in class edu.neu.ccs.XInt
 
longValue() - Method in class edu.neu.ccs.XLong
 
longValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a long value.
longValue() - Method in class edu.neu.ccs.XShort
 
longsToStrings(long[]) - Static method in class edu.neu.ccs.Strings
Returns an array of strings corresponding to the given array of longs.
lostActions - Variable in class edu.neu.ccs.gui.FocusActionAdapter
List of action listeners to be performed upon the notification of focus lost events.
low16bits - Static variable in class edu.neu.ccs.util.Hex
 
low32bits - Static variable in class edu.neu.ccs.util.Hex
 
low8bits - Static variable in class edu.neu.ccs.util.Hex
 
lowerCaseNameArray - Static variable in class edu.neu.ccs.Colors
The array lowerCaseNameArray of initial data for lowerCaseNameColorSet.
lowerCaseNameColorSet - Static variable in class edu.neu.ccs.Colors
The sorted set lowerCaseNameColorSet that collects the lower case color names.
lowerLayer - Variable in class edu.neu.ccs.gui.LayeredComponent
The lower layer of this layered component.
lowerSwatch - Variable in class edu.neu.ccs.gui.ColorPane
The lower paint swatch for the current color.

M

MAJOR_TICK_SIZE - Static variable in class edu.neu.ccs.gui.SliderView
The default major tick size: 8.
MANDATORY - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating a mandatory input operation.
MASK - Static variable in class edu.neu.ccs.SmallSet
The bit MASK with all 1's bits.
MAX - Static variable in class edu.neu.ccs.SmallSet
The maximum set value in any set.
MAX - Static variable in class edu.neu.ccs.util.Metric
The MAX metric computes the distance between (x1, y1) and (x2,y2) using the maximum of the absolute values of the differences in the coordinates.
MAXIMUM - Static variable in class edu.neu.ccs.filter.MaximumBoundFilter
Bound property name for the maximum property.
MAXIMUM - Static variable in class edu.neu.ccs.filter.RangeFilter
Bound property name for the maximum property.
MAXIMUM_BLOCK - Static variable in class edu.neu.ccs.gui.CheckerBoard
The maximum checkerboard block size = 80.
MAXIMUM_INCLUSIVE - Static variable in class edu.neu.ccs.filter.RangeFilter
Bound property name for the minimum exclusivity property.
MAXIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the maximum length of the array.
MAXMIN - Static variable in class edu.neu.ccs.XInterval
The data array with names "max", "min".
MAXSIZE - Static variable in class edu.neu.ccs.SmallSet
The maximum number of elements in a set.
MAXWIDTH - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The maximum width of a data table.
MAX_ADJUSTMENT - Static variable in class edu.neu.ccs.gui.LookAndFeelTools
The maximum font size adjustment shown in the look and feel dialog.
MAX_HEIGHT - Static variable in class edu.neu.ccs.gui.VisualColorList
The maximum height of the viewport of the list scroll pane.
MAX_SWATCH - Static variable in class edu.neu.ccs.gui.VisualColorList
The maximum swatch size.
MAX_WIDTH - Static variable in class edu.neu.ccs.gui.VisualColorList
The maximum width of the viewport of the list scroll pane.
MIN - Static variable in class edu.neu.ccs.SmallSet
The minimum set value in any set.
MINIMUM - Static variable in class edu.neu.ccs.filter.MinimumBoundFilter
Bound property name for the minimum property.
MINIMUM - Static variable in class edu.neu.ccs.filter.RangeFilter
Bound property name for the minimum property.
MINIMUM - Static variable in class edu.neu.ccs.gui.StringViewer
The minimum width and height = 100.
MINIMUM_BLOCK - Static variable in class edu.neu.ccs.gui.CheckerBoard
The minimum checkerboard block size = 16.
MINIMUM_FONT_SIZE - Static variable in class edu.neu.ccs.gui.BasePane
The minimum value permitted for the common font size regardless of other settings.
MINIMUM_GAP - Static variable in class edu.neu.ccs.gui.SimpleArrayPanel
The minimum horizontal and vertical cell gap to be used for all TablePanel objects constructed directly in this array panel; the value is 4.
MINIMUM_GRID_PIXELS - Static variable in class edu.neu.ccs.gui.PlotTool
Minimum pixel distance for automatic grid line painting.
MINIMUM_INCLUSIVE - Static variable in class edu.neu.ccs.filter.RangeFilter
Bound property name for the minimum exclusivity property.
MINIMUM_INSET - Static variable in class edu.neu.ccs.gui.Halo
The minimum inset used to wrap the given object in the panel; its value is 1.
MINIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the minimum length of the array.
MINIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.SimpleArrayPanel
The minimum number of views that must be in the array panel; the value is 1.
MINIMUM_NET_FONT_SIZE_ADJUSTMENT - Static variable in class edu.neu.ccs.gui.LookAndFeelTools
The lower bound for the net font size adjustment.
MINIMUM_PIXELS - Static variable in class edu.neu.ccs.gui.SliderView
The minimum permitted pixels value: 20.
MINIMUM_SIZE - Static variable in class edu.neu.ccs.pedagogy.Turtle
The minimum size of the common turtle buffered panel.
MINIMUM_TICK_PIXELS - Static variable in class edu.neu.ccs.gui.PlotTool
Minimum pixel distance for automatic tick mark painting.
MINIMUM_VISIBLE - Static variable in class edu.neu.ccs.gui.SimpleArrayPanel
The minimum number of views that should be visible in the scroll pane without needing scrolling; the value is 2.
MINMAX - Static variable in class edu.neu.ccs.XInterval
The data array with names "min", "max".
MINOR_TICK_SIZE - Static variable in class edu.neu.ccs.gui.SliderView
The default minor tick size: 4.
MINUSONE - Static variable in class edu.neu.ccs.XBigInteger
The minus-one BigInteger.
MIN_HEIGHT - Static variable in class edu.neu.ccs.gui.VisualColorList
The minimum height of the viewport of the list scroll pane.
MIN_SWATCH - Static variable in class edu.neu.ccs.gui.VisualColorList
The minimum swatch size.
MODEL - Static variable in class edu.neu.ccs.gui.XObjectView
Bound property name for the model property.
MOVE - Static variable in class edu.neu.ccs.gui.PathList
Shorthand constant for PathIterator.SEG_MOVETO.
MOVE - Static variable in class edu.neu.ccs.gui.PathListFunction
Shorthand constant for PathIterator.SEG_MOVETO.
MOVE - Static variable in class edu.neu.ccs.gui.PathListIterator
Shorthand constant for PathIterator.SEG_MOVETO.
MOVE - Static variable in class edu.neu.ccs.gui.PathNode
Shorthand constant for PathIterator.SEG_MOVETO.
MOVE_DOWN_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to move the first selected component in this zoo to the next deeper z-order position.
MOVE_UP_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to move the first selected component in this zoo to the next higher z-order position.
MUTATE_AS_GROUP - Static variable in class edu.neu.ccs.gui.Mutator
The constant MUTATE_AS_GROUP signifies that a Strategy should mutate a collection as a group.
MUTATE_AS_ITEMS - Static variable in class edu.neu.ccs.gui.Mutator
The constant MUTATE_AS_ITEMS signifies that a Strategy should mutate a collection by acting on the individual items of the collection.
Magenta - Static variable in class edu.neu.ccs.Colors
Color Magenta = 255, 0, 255 = #FF00FF.
MalformedDataEvent - class edu.neu.ccs.gui.MalformedDataEvent.
Class of AWTEvents encapsulating the designation that a graphical input object has just been verified to have a malformed view state, or has just had its previously malformed view state restored to a well-formed state.
MalformedDataEvent(Object, String, ParseException) - Constructor for class edu.neu.ccs.gui.MalformedDataEvent
Constructs a malformed data event generated by the given source object because the given String data caused the given exception to be thrown.
MalformedDataEvent(Object, String) - Constructor for class edu.neu.ccs.gui.MalformedDataEvent
Constructs a malformed data event generated by the given source object because the given String data has successfully replaced previously malformed data.
MalformedDataListener - interface edu.neu.ccs.gui.MalformedDataListener.
Interface to be implemented by a class of graphical interface components that desire to be notified when Fragile interface components encounter malformed data.
Maroon - Static variable in class edu.neu.ccs.Colors
Color Maroon = 128, 0, 0 = #800000.
MathUtilities - class edu.neu.ccs.util.MathUtilities.
The class MathUtilities collects several useful static mathematical functions.
MathUtilities() - Constructor for class edu.neu.ccs.util.MathUtilities
 
MaximumBoundFilter - class edu.neu.ccs.filter.MaximumBoundFilter.
Filter that enforces an inclusive or exclusive numeric upper bound by throwing an exception when the data to be filtered violates the bound.
MaximumBoundFilter(boolean) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter
Constructs an inclusive or exclusive maximum bound filter.
MaximumBoundFilter.BigDecimal - class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal.
Maximum bound filter representing an real number upper bound of arbitrary precision.
MaximumBoundFilter.BigDecimal(BigDecimal) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
Constructs an inclusive range bounded by the given maximum value.
MaximumBoundFilter.BigDecimal(BigDecimal, boolean) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
Constructs an inclusive or exclusive range bounded by the given maximum value.
MaximumBoundFilter.BigInteger - class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger.
Maximum bound filter representing an integer upper bound of arbitrary precision.
MaximumBoundFilter.BigInteger(BigInteger) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
Constructs an inclusive range bounded by the given maximum value.
MaximumBoundFilter.BigInteger(BigInteger, boolean) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
Constructs an inclusive or exclusive range bounded by the given maximum value.
MaximumBoundFilter.Double - class edu.neu.ccs.filter.MaximumBoundFilter.Double.
Maximum bound filter representing a real number upper bound of primitive precision.
MaximumBoundFilter.Double(double) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.Double
Constructs an inclusive range bounded by the given maximum value.
MaximumBoundFilter.Double(double, boolean) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.Double
Constructs an inclusive or exclusive range bounded by the given maximum value.
MaximumBoundFilter.Long - class edu.neu.ccs.filter.MaximumBoundFilter.Long.
Maximum bound filter representing an integer upper bound of primitive precision.
MaximumBoundFilter.Long(long) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.Long
Constructs an inclusive range bounded by the given maximum value.
MaximumBoundFilter.Long(long, boolean) - Constructor for class edu.neu.ccs.filter.MaximumBoundFilter.Long
Constructs an inclusive or exclusive range bounded by the given maximum value.
MediumAquamarine - Static variable in class edu.neu.ccs.Colors
Color MediumAquamarine = 102, 205, 170 = #66CDAA.
MediumBlue - Static variable in class edu.neu.ccs.Colors
Color MediumBlue = 0, 0, 205 = #0000CD.
MediumOrchid - Static variable in class edu.neu.ccs.Colors
Color MediumOrchid = 186, 85, 211 = #BA55D3.
MediumPurple - Static variable in class edu.neu.ccs.Colors
Color MediumPurple = 147, 112, 219 = #9370DB.
MediumSeaGreen - Static variable in class edu.neu.ccs.Colors
Color MediumSeaGreen = 60, 179, 113 = #3CB371.
MediumSlateBlue - Static variable in class edu.neu.ccs.Colors
Color MediumSlateBlue = 123, 104, 238 = #7B68EE.
MediumSpringGreen - Static variable in class edu.neu.ccs.Colors
Color MediumSpringGreen = 0, 250, 154 = #00FA9A.
MediumTurquoise - Static variable in class edu.neu.ccs.Colors
Color MediumTurquoise = 72, 209, 204 = #48D1CC.
MediumVioletRed - Static variable in class edu.neu.ccs.Colors
Color MediumVioletRed = 199, 21, 133 = #C71585.
MethodFilter - interface edu.neu.ccs.jpf.MethodFilter.
This interface describes an object that can prune an array of Method objects to remove those that fail to meet some criterion.
MethodFilter.Factory - class edu.neu.ccs.jpf.MethodFilter.Factory.
The inner class Factory contains useful methods for defining working with MethodFilter objects.
MethodFilter.Factory() - Constructor for class edu.neu.ccs.jpf.MethodFilter.Factory
 
MethodGUI - class edu.neu.ccs.jpf.MethodGUI.
This class implements the GUI for a Method that is non-trivial, that is, has a return value and/or non-trivial parameters.
MethodGUI(Method) - Constructor for class edu.neu.ccs.jpf.MethodGUI
Constructs the MethodGUI using the given static method with a preferred orientation of HORIZONTAL.
MethodGUI(Method, Object) - Constructor for class edu.neu.ccs.jpf.MethodGUI
Constructs the MethodGUI using the given method and the given initializer object with a preferred orientation of HORIZONTAL.
MethodGUI(Method, Object, int) - Constructor for class edu.neu.ccs.jpf.MethodGUI
Constructs the MethodGUI using the given method, the given initializer object, and the given preferred orientation.
Metric - class edu.neu.ccs.util.Metric.
The abstract class Metric define the requirement for a 2-dimensional distance measure or metric and includes methods to test when a pair of points are near to one another.
Metric() - Constructor for class edu.neu.ccs.util.Metric
 
MidnightBlue - Static variable in class edu.neu.ccs.Colors
Color MidnightBlue = 25, 25, 112 = #191970.
MinimumBoundFilter - class edu.neu.ccs.filter.MinimumBoundFilter.
Filter that enforces an inclusive or exclusive numeric lower bound by throwing an exception when the data to be filtered violates the bound.
MinimumBoundFilter(boolean) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter
Constructs an inclusive or exclusive minimum bound filter.
MinimumBoundFilter.BigDecimal - class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal.
Minimum bound filter representing a real number lower bound of arbitrary precision.
MinimumBoundFilter.BigDecimal(BigDecimal) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
Constructs an inclusive range bounded by the given minimum value.
MinimumBoundFilter.BigDecimal(BigDecimal, boolean) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
Constructs an inclusive or exclusive range bounded by the given minimum value.
MinimumBoundFilter.BigInteger - class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger.
Minimum bound filter representing an integer lower bound of arbitrary precision.
MinimumBoundFilter.BigInteger(BigInteger) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
Constructs an inclusive range bounded by the given minimum value.
MinimumBoundFilter.BigInteger(BigInteger, boolean) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
Constructs an inclusive or exclusive range bounded by the given minimum value.
MinimumBoundFilter.Double - class edu.neu.ccs.filter.MinimumBoundFilter.Double.
Minimum bound filter representing a real number lower bound of primitive precision.
MinimumBoundFilter.Double(double) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.Double
Constructs an inclusive range bounded by the given minimum value.
MinimumBoundFilter.Double(double, boolean) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.Double
Constructs an inclusive or exclusive range bounded by the given minimum value.
MinimumBoundFilter.Long - class edu.neu.ccs.filter.MinimumBoundFilter.Long.
Minimum bound filter representing an integer lower bound of primitive precision.
MinimumBoundFilter.Long(long) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.Long
Constructs an inclusive range bounded by the given minimum value.
MinimumBoundFilter.Long(long, boolean) - Constructor for class edu.neu.ccs.filter.MinimumBoundFilter.Long
Constructs an inclusive or exclusive range bounded by the given minimum value.
MintCream - Static variable in class edu.neu.ccs.Colors
Color MintCream = 245, 255, 250 = #F5FFFA.
MistyRose - Static variable in class edu.neu.ccs.Colors
Color MistyRose = 255, 228, 225 = #FFE4E1.
Moccasin - Static variable in class edu.neu.ccs.Colors
Color Moccasin = 255, 228, 181 = #FFE4B5.
MouseAction - class edu.neu.ccs.gui.MouseAction.
Encapsulates an action that is performed as a result of a MouseEvent.
MouseAction() - Constructor for class edu.neu.ccs.gui.MouseAction
Constructs a mouse action with no name or icon.
MouseAction(String) - Constructor for class edu.neu.ccs.gui.MouseAction
Constructs a mouse action with the given name but no icon.
MouseAction(String, Icon) - Constructor for class edu.neu.ccs.gui.MouseAction
Constructs a mouse action with the given name and icon.
MouseActionAdapter - class edu.neu.ccs.gui.MouseActionAdapter.
An adapter class for receiving mouse input events and performing actions in response to those events.
MouseActionAdapter() - Constructor for class edu.neu.ccs.gui.MouseActionAdapter
Constructs a mouse action adapter.
MouseActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.MouseActionAdapter
Constructs a mouse action adapter listening for mouse and mouse motion events generated by the given component.
MouseActionEvent - class edu.neu.ccs.gui.MouseActionEvent.
Class of events representing an action triggered by a mouse event.
MouseActionEvent(MouseEvent, Object) - Constructor for class edu.neu.ccs.gui.MouseActionEvent
Constructs a mouse action event triggered by the given mouse event generated by the given source object.
MouseActionEvent(MouseEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.MouseActionEvent
Constructs a mouse action event triggered by the given mouse event generated by the given source object with the given identifier and command name.
MultiColorView - class edu.neu.ccs.gui.MultiColorView.
Class MultiColorView provides a view in which there is a table with labels in column 0 and corresponding ColorView objects in column 1.
MultiColorView(Color[], String[]) - Constructor for class edu.neu.ccs.gui.MultiColorView
The MultiColorView constructor creates a panel with a vertical collection of ColorView objects initialized with the given colors array and a corresponding set of labels initialized with the given labels.
MultiLineTextPaintable - class edu.neu.ccs.gui.MultiLineTextPaintable.
Class MultiLineTextPaintable provides the basic functionality of TextPaintable for text that contains newlines.
MultiLineTextPaintable() - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The default constructor.
MultiLineTextPaintable(String) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string.
MultiLineTextPaintable(String, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string and anchor position.
MultiLineTextPaintable(String, TextAnchor.Locator, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, anchor locator, and anchor position.
MultiLineTextPaintable(String, Font) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string and font.
MultiLineTextPaintable(String, Font, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, font, and anchor position.
MultiLineTextPaintable(String, Font, TextAnchor.Locator, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, font, anchor locator, and anchor position.
MultiLineTextPaintable(String, Font, Paint) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, font, fill paint.
MultiLineTextPaintable(String, Font, Paint, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, font, fill paint, and anchor position.
MultiLineTextPaintable(String, Font, Paint, TextAnchor.Locator, float, float) - Constructor for class edu.neu.ccs.gui.MultiLineTextPaintable
The constructor that creates a MultiLineTextPaintable with the given string, font, fill paint, bounds strategy, anchor locator, and anchor position.
Mutator - class edu.neu.ccs.gui.Mutator.
Class Mutator encapsulates an abstract class Strategy that defines a mutator strategy for general Paintable objects and an abstract class StrategyUsage that decribes how to use a mutator strategy for a PaintableSequence.
Mutator() - Constructor for class edu.neu.ccs.gui.Mutator
Private constructor to prevent instantiation.
Mutator.Strategy - class edu.neu.ccs.gui.Mutator.Strategy.
Class Strategy encapsulates an algorithm that will produce a mutator AffineTransform given the center of an associated object.
Mutator.Strategy() - Constructor for class edu.neu.ccs.gui.Mutator.Strategy
 
Mutator.StrategyUsage - class edu.neu.ccs.gui.Mutator.StrategyUsage.
Class StrategyUsage is used to define constants to be used to control the usage of Strategy objects.
Mutator.StrategyUsage() - Constructor for class edu.neu.ccs.gui.Mutator.StrategyUsage
Package private constructor to prevent outside instantiation.
magenta - Static variable in class edu.neu.ccs.Colors
Color magenta = Magenta.
main(String[]) - Static method in class edu.neu.ccs.gui.ColorPane
For test purposes, this main program creates a ColorPane whose initial color has random RGB components and has alpha=255.
main(String[]) - Static method in class edu.neu.ccs.gui.ColorPaneDialog
This test program shows a ColorPaneDialog.
main(String[]) - Static method in class edu.neu.ccs.gui.ExpressionEvaluationPane
The main method launches an expession-evaluation pane in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.FontSampler
The main program that launches a font sampler in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.FunctionsPlotter
The main method that launches a FunctionsPlotter in its own frame.
main(String[]) - Static method in class edu.neu.ccs.gui.MultiColorView
A test program that displays a MultiColorView using the internal static array testcolors for the initialization.
main(String[]) - Static method in class edu.neu.ccs.gui.SimpleFunctionBuilder
The main method launches a simple function builder panel in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO
The main method launches a simple function builder panel in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.SimpleFunctionPane
The main method launches a simple function definition pane in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The main method launches a simple function definition pane with IO in its own GUI frame.
main(String[]) - Static method in class edu.neu.ccs.gui.VisualColorList
 
main(String[]) - Static method in class edu.neu.ccs.gui.VisualColorSampler
Launches a VisualColorSampler in its own frame.
mainBounds - Variable in class edu.neu.ccs.gui.SliderView
Once initialized by freezeBounds(), this rectangle contains the bounds of the sequence mainSequence.
mainComponent - Variable in class edu.neu.ccs.gui.SliderView
The paintable component to hold the main sequence.
mainPanel - Variable in class edu.neu.ccs.gui.ColorPane
The panel with the main GUI components.
mainPanel - Variable in class edu.neu.ccs.gui.FontSampler
The main table.
mainPanel - Variable in class edu.neu.ccs.gui.RequestImageViewer
The main panel for the text fields, check box, and buttons.
mainPanel - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The main panel for the text fields, check box, and buttons.
mainPanel - Variable in class edu.neu.ccs.gui.VisualColorSampler
The internal TablePanel.
mainPanel - Variable in class edu.neu.ccs.jpf.JPFPane
Main GUI panel.
mainPanel - Variable in class edu.neu.ccs.jpf.MethodGUI
The main table panel.
mainSequence - Variable in class edu.neu.ccs.gui.SliderView
The paintable sequence for all of the paintables in the slider GUI including the thumb, the track, the major and minor tick marks, and the labels.
mainStuff - Variable in class edu.neu.ccs.gui.ColorPane
The array with the main GUI components.
mainStuff - Variable in class edu.neu.ccs.gui.FontSampler
The main stuff.
mainStuff - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The array with the fields and the buttons.
mainStuff - Variable in class edu.neu.ccs.gui.VisualColorSampler
The stuff in the internal TablePanel.
mainTable - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The table with the fields and the buttons.
majorTicks - Variable in class edu.neu.ccs.gui.SliderView
The major ticks setting.
makeActionFromMethod(Method) - Method in class edu.neu.ccs.jpf.JPFPane
Makes a ThreadedAction from the given method.
makeAdjustedParseException(ParseException, String, String[]) - Static method in class edu.neu.ccs.Strings
Returns a new ParseException based on the given ParseException but adjusted to include information from the given type name and the given field names.
makeAnnotation(String, Object, int) - Static method in class edu.neu.ccs.gui.Annotation
Returns an Annotation using the given string, object, and alignment; the object is converted to an Icon using ComponentFactory.makeIcon.
makeAnnotation(String, Object, int, Font) - Static method in class edu.neu.ccs.gui.Annotation
Returns an Annotation using the given string, object, alignment, and font; the object is converted to an Icon using ComponentFactory.makeIcon.
makeAnnotation(int, String) - Method in class edu.neu.ccs.gui.MultiColorView
Initialize the annotation at the given index using the given label.
makeBezierDotsPathList() - Method in class edu.neu.ccs.gui.PathList
Returns a new PathList with the same winding rule as this path list and whose nodes are constructed from the nodes of this path list by the following operations.
makeBezierDotsPathListIterator() - Method in class edu.neu.ccs.gui.PathList
Returns a PathListIterator constructed from an instance of makeBezierDotsPathList().
makeBezierDotsShape() - Method in class edu.neu.ccs.gui.PathList
Returns a Shape that consists of the bezier dots.
makeBezierDotsShape(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the bezier dots shape corresponding to the given shape.
makeBezierPathList() - Method in class edu.neu.ccs.gui.PathList
Returns a new PathList with the same winding rule as this path list and whose nodes are constructed from the nodes of this path list by the following operations.
makeBezierPathListIterator() - Method in class edu.neu.ccs.gui.PathList
Returns a PathListIterator constructed from an instance of makeBezierPathList().
makeBezierPoints() - Method in class edu.neu.ccs.gui.PathList
Returns a new Point2D[] whose points are built to include the bezier points of the path list by the following operations.
makeBezierPoints(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the bezier point array for the given shape.
makeBezierShape() - Method in class edu.neu.ccs.gui.PathList
Returns a polygonal Shape that passes through the bezier points of this pathlist, that is, both the vertex points and the control points.
makeBezierShape(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the bezier shape corresponding to the given shape.
makeBezierTangentSegments() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new TweakableShape whose vertex and tangent data is a copy of the corresponding vertex and tangent data of this shape, whose Path.Strategy is Path.BEZIER_TANGENT_SEGMENTS, and whose winding rule is the same as this shape.
makeBoundsRectangle2D(Point2D[]) - Static method in class edu.neu.ccs.gui.PlotTool
Return the smallest rectangle containing the data in the given Point2D array and return null if no data is supplied.
makeBoundsRectangle2D(Point2D[][]) - Static method in class edu.neu.ccs.gui.PlotTool
Return the smallest rectangle containing the data in the given array of Point2D arrays and return null if no data is supplied.
makeBufferedImage(PaintAlgorithm) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a BufferedImage object whose pixel colors are defined by the given algorithm and whose size is determined by the periods in the given algorithm.
makeBufferedImage(PaintAlgorithm, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a BufferedImage object whose pixel colors are defined by the given algorithm and whose size is determined by the given width and height.
makeBufferedImage(Paintable) - Static method in class edu.neu.ccs.gui.PaintableTools
Constructs a BufferedImage object that is the same size as the bounding box of the given paintable and then paints the given paintable onto the buffered image with a suitable translation back to the origin.
makeButton(Paintable) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JButton using the given Paintable to construct the button icon, no specified action for the button behavior, the Java default background color, and insets of 2, 2, 2, 2.
makeButton(Paintable, Action) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JButton using the given Paintable to construct the button icon, the given Action for the button behavior, the Java default background color, and insets of 2, 2, 2, 2.
makeButton(Paintable, Action, Color) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JButton using the given Paintable to construct the button icon, the given Action for the button behavior, the given background color, and insets of 2, 2, 2, 2.
makeButton(Paintable, Action, Color, Insets) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JButton using the given Paintable to construct the button icon, the given Action for the button behavior, the given background color, and the given insets.
makeClosedBezierFrame() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new closed PolygonShape whose vertex data is the closed Bezier frame corresponding to the vertex and tangent data of this shape and whose winding rule is the same as this shape.
makeClosedControlDots() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new PolygonDotsShape whose vertex data is the closed Bezier control point list corresponding to the vertex and tangent data of this shape.
makeClosedPolygon() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new closed PolygonShape whose vertex data is a copy of the vertex data of this shape.
makeColorPane() - Method in class edu.neu.ccs.gui.VisualColorList
Make the scroll pane with named colors.
makeColorView() - Method in class edu.neu.ccs.gui.VisualColorList
Make the color view pane for experiments.
makeColorWithAlpha(Color, int) - Static method in class edu.neu.ccs.Colors
Returns a new color whose r, g, b components are taken from the given color and whose alpha is the given alpha.
makeCommaList(String[]) - Static method in class edu.neu.ccs.Strings
Creates a comma separated list by trimming the data in the given String array and concatenating with commas.
makeComponent(Object) - Static method in class edu.neu.ccs.gui.ComponentFactory
Returns a Component associated with the given object.
makeComponent(Object) - Method in class edu.neu.ccs.gui.DisplayPanel
By default, this method will return the Component constructed using ComponentFactory.makeComponent.
makeComponent(Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Returns a Component for the given object constructed using the makeComponent method in ComponentFactory.
makeComponent(Paintable) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JPTComponent using the given Paintable to define its location and paint behavior.
makeComponent(Paintable, Color) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JPTComponent using the given Paintable to define its location and paint behavior and the optional background color.
makeComponent(Paintable, Color, boolean) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JPTComponent using the given Paintable to define its location and paint behavior, the optional background color, and the opacity setting.
makeComponent(Paintable, Color, boolean, Border) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a JPTComponent using the given Paintable to define its location and paint behavior, the optional background color, the opacity setting, and the component border.
makeContents(int, int) - Method in interface edu.neu.ccs.gui.TableGenerator
Creates the object that will become the contents in the given row and given column of the table.
makeControlDotsPathList() - Method in class edu.neu.ccs.gui.PathList
Returns a new PathList with the same winding rule as this path list and whose nodes are constructed from the nodes of this path list by the following operations.
makeControlDotsPathListIterator() - Method in class edu.neu.ccs.gui.PathList
Returns a PathListIterator constructed from an instance of makeControlDotsPathList().
makeControlDotsShape() - Method in class edu.neu.ccs.gui.PathList
Returns a Shape that consists of the control dots.
makeControlDotsShape(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the control dots shape corresponding to the given shape.
makeControlPoints() - Method in class edu.neu.ccs.gui.PathList
Returns a new Point2D[] whose points are built to include the control points of the path list by the following operations.
makeControlPoints(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the control point array for the given shape.
makeCopy() - Method in class edu.neu.ccs.gui.DropdownView
Returns a new dropdown view with the same item list, font, preferred width, minimum width, data type, view state, default view state, initial input properties, stringable filter, and editable state as this dropdown view.
makeCopy() - Method in interface edu.neu.ccs.gui.GeneralView
Returns a copy of this GeneralView.
makeCopy() - Method in class edu.neu.ccs.gui.StringViewer
 
makeCopy() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a new text field view with the same font, preferred width, data type, view state, default view state, initial input properties, stringable filter, and auto-select setting as this text field view.
makeDataTable() - Method in class edu.neu.ccs.gui.FunctionsPlotter
The helper method for the button “Show Plot Data Table”.
makeDeleteRowPaintable() - Static method in class edu.neu.ccs.gui.SimpleArrayPanel
Method to make the Paintable for the "delete row icon".
makeDialogAction(GeneralDialog, Object[]) - Static method in class edu.neu.ccs.gui.DialogAction
 
makeDialogActions(GeneralDialog, Object[][]) - Static method in class edu.neu.ccs.gui.DialogAction
 
makeEmpty() - Method in class edu.neu.ccs.SmallSet
Make this set empty.
makeEndTangentControlDots() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns a new PolygonDotsShape whose vertex data is a copy of the end tangent control points.
makeFormatString(double) - Method in class edu.neu.ccs.gui.FunctionsPlotter
Return a fixed point format string that is optimum for distinguishing the given pixel thickness.
makeFourArg(String, Function.FourArg) - Static method in class edu.neu.ccs.parser.AbstractFunction
Constructs an AbstractFunction object using the given name and the givenFunction.FourArg for its implementation.
makeFull() - Method in class edu.neu.ccs.SmallSet
Make this set full.
makeGUI(boolean) - Method in class edu.neu.ccs.gui.ImageViewerBase
Returns the scrollpane that contains a vertical list of images together with labels that give the image file name, the index of the image in the list, and the image dimensions; the autoscale parameter determines if the images should be scaled to fit on the screen; this method must be called by a derived class to create the GUI.
makeIcon(Object) - Static method in class edu.neu.ccs.gui.ComponentFactory
Returns an Icon associated with the given object.
makeIcon(Paintable) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns an Icon constructed using the paint operation and bounds of the given Paintable object.
makeImageViewer() - Method in class edu.neu.ccs.gui.RequestImageViewer
The action to make an image viewer from the data provided by the user.
makeInnerGUI(int, boolean) - Method in class edu.neu.ccs.gui.ImageViewerBase
Returns a table panel for the image at the given index; the panel contains the image and labels with the image file name, the index of the image in the list, and the image dimensions; the autoscale parameter determines if the image should be scaled to fit on the screen; this method is called automatically by makeGUI.
makeInsertRowPaintable() - Static method in class edu.neu.ccs.gui.SimpleArrayPanel
Method to make the Paintable for the "insert row icon".
makeIterator(Object[]) - Static method in class edu.neu.ccs.quick.IteratorFactory
Returns an Iterator that iterates over the data in the given array.
makeLabel(int, String, int) - Method in class edu.neu.ccs.gui.SliderView
Creates the paintable for one label.
makeLabelStrings(int[]) - Method in class edu.neu.ccs.gui.SliderView
Returns the array of numeric Strings corresponding to the array of integer values.
makeLabels(int[], String[], int) - Method in class edu.neu.ccs.gui.SliderView
Returns the array of TextPaintable labels positioned at the given value positions and using the given String labels.
makeLocator(TextAnchor.XLocator, TextAnchor.YLocator) - Static method in class edu.neu.ccs.gui.TextAnchor
Returns a Locator object constructed using the given XLocator and YLocator objects.
makeMLTP() - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
The helper method to build the MultiLineTextPaintable once the settings are established.
makeNameValuePair(String, String) - Static method in class edu.neu.ccs.Strings
Given a pair of strings name and value, return the string name=value.
makeNameValuePairs(String[], String[]) - Static method in class edu.neu.ccs.Strings
Given an array of names and an array of values, constructs and returns an array of pairs of the form: name=value.
makeNextSubset(SmallSet) - Method in class edu.neu.ccs.SmallSet
Takes the given subset of this set and changes its state so that it is the next subset of this set relative to the compareTo comparison operation.
makeNoArg(String, Function.NoArg) - Static method in class edu.neu.ccs.parser.AbstractFunction
Constructs an AbstractFunction object using the given name and the givenFunction.NoArg for its implementation.
makeOKCancelDialog(Object, String) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and "OK" and a "Cancel" buttons with "OK" as the default.
makeOKDialog(Object, String) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and with an "OK" button that is the default button.
makeOneArg(String, Function.OneArg) - Static method in class edu.neu.ccs.parser.AbstractFunction
Constructs an AbstractFunction object using the given name and the givenFunction.OneArg for its implementation.
makeOneButtonDialog(Object, String, Action) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and a single action button that is the default button.
makeOneButtonDialog(Object, String, String) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and a single default button with the given name.
makeOneButtonDialog(Object, String, String, Icon) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and a single default button with the given name and icon.
makeOpenBezierFrame() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new open PolygonShape whose vertex data is the open Bezier frame corresponding to the vertex and tangent data of this shape and whose winding rule is the same as this shape.
makeOpenControlDots() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new PolygonDotsShape whose vertex data is the open Bezier control point list corresponding to the vertex and tangent data of this shape.
makeOpenPolygon() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new open PolygonShape whose vertex data is a copy of the vertex data of this shape.
makePaint(PaintAlgorithm) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a TexturePaint object whose pixel colors are defined by the given algorithm and whose size is determined by the periods in the given algorithm.
makePaint(PaintAlgorithm, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a TexturePaint object whose pixel colors are defined by the given algorithm and whose size is determined by the given width and height.
makePaintAlgorithm(BufferedImage) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a PaintAlgorithm whose color mapping is determined by the color data in the given buffered image.
makePaintable(Object) - Static method in class edu.neu.ccs.gui.ComponentFactory
Returns a Paintable associated with the given object.
makePaintable(Object) - Method in class edu.neu.ccs.gui.PaintableSequence
Returns a Paintable constructed from the given Object.
makePaintable(Object) - Method in class edu.neu.ccs.gui.Tile
Returns a Paintable constructed from the given Object.
makePaintableSequence(Point2D[], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make a PaintableSequence from the given point array data and from the given plotmark and paint.
makePaintableSequence(double[][], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make a PaintableSequence from the given point array data and from the given plotmark and paint.
makePaintableSequence(float[][], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make a PaintableSequence from the given point array data and from the given plotmark and paint.
makePainterPanelIfNeeded() - Method in class edu.neu.ccs.gui.BufferedPanel
 
makePair(Object, Object) - Static method in class edu.neu.ccs.quick.Pair
Factory method that returns a Pair if the two objects are non-null; otherwise returns null.
makePair(Object[]) - Static method in class edu.neu.ccs.quick.Pair
Factory method that returns a Pair if the data array is non-null and has exactly two non-null items; otherwise returns null.
makePath() - Method in class edu.neu.ccs.gui.AutomaticShape
Makes the path for this AutomaticShape taking into account the vertex and end tangent arrays and the closure mode to construct the full tangent array automatically using the current tangent strategy as the tangent algorithm.
makePath() - Method in class edu.neu.ccs.gui.BaseShape
Make the path for the shape using the internal vertex and tangent data and the path strategy, closure mode, and winding rule settings.
makePath(float[][], float[][], ClosureMode, WindingRule) - Method in interface edu.neu.ccs.gui.Path.Strategy
The method makePath must return a non-null GeneralPath given a vertex array, a tangent array, a choice of ClosureMode, and a choice of WindingRule.
makePath(String, String) - Static method in class edu.neu.ccs.util.TextTools
Makes a file path from the directory name and file name adding a path separator character if necessary.
makePathListIterator() - Method in class edu.neu.ccs.gui.PathList
Factory method that returns a new PathListIterator based on the current data in this path list.
makePointPaintableArray(Point2D[], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make an array of point paintable objects from the given point array data and from the given plotmark and paint.
makePointPaintableArray(double[][], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make an array of point paintable objects from the given point array data and from the given plotmark and paint.
makePointPaintableArray(float[][], PlotMark, Paint) - Static method in class edu.neu.ccs.gui.PointPaintable
Factory to make an array of point paintable objects from the given point array data and from the given plotmark and paint.
makePolygonDots() - Method in class edu.neu.ccs.gui.BaseShape
Returns a new PolygonDotsShape whose vertex data is a copy of the vertex data of this shape.
makeScrollView(String, int, int) - Static method in class edu.neu.ccs.gui.StringViewer
Wraps the given String in a TextAreaView object; then wraps the text area in a JPTScrollPane object whose viewport is bounded by the given width and height; this scroll pane is returned.
makeScrollView(String) - Static method in class edu.neu.ccs.gui.StringViewer
Wraps the given String in a TextAreaView object; then wraps the text area in a JPTScrollPane object whose viewport is bounded by 800-by-600; this scroll pane is returned.
makeSeparatorList(String[], char) - Static method in class edu.neu.ccs.Strings
Creates a separated list by trimming the data in the given String array and concatenating with the given separator.
makeShape() - Method in class edu.neu.ccs.gui.PathList
Factory method that returns a new Shape based on the current data in this path list.
makeShape() - Method in class edu.neu.ccs.gui.PathListIterator
Returns the Shape constructed from the internal path list.
makeShape(Point2D, int) - Method in class edu.neu.ccs.gui.PlotMarkAlgorithm
Returns a shape constructed in the neighborhood of the given point and scaled with the given size.
makeShape(double, double, int) - Method in class edu.neu.ccs.gui.PlotMarkAlgorithm
Returns a shape constructed in the neighborhood of the given point and scaled with the given size.
makeShapshot() - Method in class edu.neu.ccs.jpf.JPF
Makes a shapshot of the graphics window and shows this snapshot in a separate frame.
makeShapshot() - Method in class edu.neu.ccs.jpf.JPFApplet
Makes a shapshot of the graphics window and shows this snapshot in a separate frame.
makeShapshot() - Method in class edu.neu.ccs.jpf.JPFPane
Makes a shapshot of the graphics windows and shows this snapshot in a separate frame.
makeShapshotAction - Variable in class edu.neu.ccs.jpf.JPFPane
Make shapshot action.
makeSnapshot() - Method in class edu.neu.ccs.gui.AbstractPaintable
Constructs a BufferedImage object that is the same size as the bounding box of this paintable and then paints this paintable onto the buffered image with a suitable translation back to the origin.
makeSnapshot() - Method in class edu.neu.ccs.gui.BufferedPanel
Construct a BufferedImage object that is the same size as this buffered panel and then paint this new buffered image by simulating the paint operations of this buffered panel.
makeSnapshot() - Method in interface edu.neu.ccs.gui.Paintable
Constructs a BufferedImage object that is the same size as the bounding box of this paintable and then paints this paintable onto the buffered image with a suitable translation back to the origin.
makeStandardDescription() - Method in class edu.neu.ccs.util.FileExtensionFilter
Create the standard dialog box description.
makeStringObjectPair(Object, Object) - Static method in class edu.neu.ccs.quick.StringObjectPair
Factory method that returns a StringObjectPair if the two objects are non-null and the first is a String; otherwise returns null.
makeStringObjectPair(Object[]) - Static method in class edu.neu.ccs.quick.StringObjectPair
Factory method that returns a StringObjectPair if the data array is non-null, has exactly two non-null items, and the first item is a String; otherwise returns null.
makeStructurePaintable(Color, Color, Color, Color, Color, Color, Color, int, int) - Method in class edu.neu.ccs.gui.PathList
Returns a PaintableSequence whose components show the structure of the Shape associated with this PathList.
makeStructurePaintable(Color, Color, Color, Color, Color, Color, int) - Method in class edu.neu.ccs.gui.PathList
Returns a PaintableSequence whose components show the structure of the Shape associated with this PathList.
makeStructurePaintable(Color, Color, int) - Method in class edu.neu.ccs.gui.PathList
Returns a PaintableSequence whose components show the structure of the Shape associated with this PathList.
makeStructurePaintable(int) - Method in class edu.neu.ccs.gui.PathList
Returns a PaintableSequence whose components show the structure of the Shape associated with this PathList.
makeStructurePaintable() - Method in class edu.neu.ccs.gui.PathList
Returns a PaintableSequence whose components show the structure of the Shape associated with this PathList.
makeSwatch(String) - Method in class edu.neu.ccs.gui.VisualColorList
The method to create a swatch based on the given color name and the encapsulated swatch size.
makeSwatchPanelLabels() - Method in class edu.neu.ccs.gui.ColorPane
Make the labels for the swatch panel.
makeTable(Function.OneArg, XInterval, int) - Static method in class edu.neu.ccs.gui.DataTables2D
Make a Point2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions.
makeTable(Function.OneArg, double, double, int) - Static method in class edu.neu.ccs.gui.DataTables2D
Make a Point2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions.
makeTable(Function.OneArg[], XInterval, int) - Static method in class edu.neu.ccs.gui.DataTables2D
Make a Point2D array of arrays of pairs (x,f[i](x)) where i ranges over the valid indices for the function array f and where x is sampled on the given interval divided into the number of divisions.
makeTable(Function.OneArg[], double, double, int) - Static method in class edu.neu.ccs.gui.DataTables2D
Make a Point2D array of arrays of pairs (x, f[i](x)) where i ranges over the valid indices for the function array f and where x is sampled on the given interval divided into the number of divisions.
makeTable(String, double, double, int) - Method in class edu.neu.ccs.parser.BaseParser
Views the given String as a comma separated list of names of AbstractFunction objects installed in this parser; for each such function object f, makes an XPoint2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions; all such arrays are collected and returned in a 2-dimensional array.
makeTable(String, XInterval, int) - Method in class edu.neu.ccs.parser.BaseParser
Views the given String as a comma separated list of names of AbstractFunction objects installed in this parser; for each such function object f, makes an XPoint2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions; all such arrays are collected and returned in a 2-dimensional array.
makeTable(AbstractFunction, double, double, int) - Static method in class edu.neu.ccs.parser.BaseParser
Make an XPoint2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions.
makeTable(AbstractFunction, XInterval, int) - Static method in class edu.neu.ccs.parser.BaseParser
Make an XPoint2D array of pairs (x,f(x)) where x is sampled on the given interval divided into the given number of divisions.
makeTableGenerator(String[], String[], String[]) - Method in class edu.neu.ccs.gui.VisualColorList
The method to construct the table generator for the color table.
makeTangents(float[][]) - Method in interface edu.neu.ccs.gui.Tangent.Strategy
Returns the tangent array for a closed Bezier curve corresponding to the given vertex array using the encapsulated vertex-to-tangent strategy.
makeTangents(float[][], float[][]) - Method in interface edu.neu.ccs.gui.Tangent.Strategy
Returns the tangent array for an open Bezier curve corresponding to the given vertex array and the given endTangent data using the encapsulated vertex-to-tangent strategy.
makeTexturePaint(Paintable) - Static method in class edu.neu.ccs.gui.PaintableTools
Returns a TexturePaint whose BufferedImage is constructed using the method makeBufferedImage and whose anchor rectangle is the bounds rectangle of the given paintable.
makeThreeArg(String, Function.ThreeArg) - Static method in class edu.neu.ccs.parser.AbstractFunction
Constructs an AbstractFunction object using the given name and the givenFunction.ThreeArg for its implementation.
makeTick(int, int) - Method in class edu.neu.ccs.gui.SliderView
Creates the paintable for one tick.
makeTrivialAction(String) - Static method in class edu.neu.ccs.gui.DialogAction
Returns an action with the given name that does no work.
makeTrivialAction(String, Icon) - Static method in class edu.neu.ccs.gui.DialogAction
Returns an action with the given name and icon that does no work.
makeTwoArg(String, Function.TwoArg) - Static method in class edu.neu.ccs.parser.AbstractFunction
Constructs an AbstractFunction object using the given name and the givenFunction.TwoArg for its implementation.
makeUsingRadiusAndDegrees(double, double) - Static method in class edu.neu.ccs.XComplex
Returns the complex number whose coordinates are x=radius*MathUtilities.cosdeg(degrees) and y=radius*MathUtilities.sindeg(degrees).
makeUsingRadiusAndRadians(double, double) - Static method in class edu.neu.ccs.XComplex
Returns the complex number whose coordinates are x=radius*Math.cos(radians) and y=radius*Math.sin(radians).
makeVertexDotsPathList() - Method in class edu.neu.ccs.gui.PathList
Returns a new PathList with the same winding rule as this path list and whose nodes are constructed from the nodes of this path list by the following operations.
makeVertexDotsPathListIterator() - Method in class edu.neu.ccs.gui.PathList
Returns a PathListIterator constructed from an instance of makeVertexDotsPathList().
makeVertexDotsShape() - Method in class edu.neu.ccs.gui.PathList
Returns a Shape that consists of the vertex dots.
makeVertexDotsShape(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the vertex dots shape corresponding to the given shape.
makeVertexPathList() - Method in class edu.neu.ccs.gui.PathList
Returns a new PathList with the same winding rule as this path list and whose nodes are constructed from the nodes of this path list by the following operations.
makeVertexPathListIterator() - Method in class edu.neu.ccs.gui.PathList
Returns a PathListIterator constructed from an instance of makeVertexPathList().
makeVertexPoints() - Method in class edu.neu.ccs.gui.PathList
Returns a new Point2D[] whose points are built to include the vertex points of the path list by the following operations.
makeVertexPoints(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the vertex point array for the given shape.
makeVertexShape() - Method in class edu.neu.ccs.gui.PathList
Returns a polygonal Shape that passes through the vertex points of this pathlist.
makeVertexShape(Shape) - Static method in class edu.neu.ccs.gui.PathList
Static method that returns the vertex shape corresponding to the given shape.
makeWebImageViewer() - Method in class edu.neu.ccs.gui.RequestWebImageViewer
The action to make an image viewer from the data provided by the user.
makeYesNoCancelDialog(Object, String) - Static method in class edu.neu.ccs.gui.GeneralDialog
Makes a GeneralDialog with the given display object and title and "Yes", "No", and "Cancel" buttons with "Yes" as the default.
map - Variable in class edu.neu.ccs.gui.ActionsPanel
Maps actions to their automatically created buttons, and vice-versa.
mapBezierD(double, double[]) - Static method in class edu.neu.ccs.util.Bezier
This function maps the function BezierD of three arguments across the given array and produces a new array with size one less than the original array.
mapBezierF(float, float[]) - Static method in class edu.neu.ccs.util.Bezier
This function maps the function BezierF of three arguments across the given array and produces a new array with size one less than the original array.
mapping - Variable in class edu.neu.ccs.gui.PlotTool
The world to image transform.
margin - Static variable in class edu.neu.ccs.jpf.MethodGUI
The margin from screen bounds for the scroll pane = 200.
mark(Graphics, Point2D) - Method in class edu.neu.ccs.gui.PlotMark
Draws, fills, or paints a mark at the given plot point.
mark(Graphics, double, double) - Method in class edu.neu.ccs.gui.PlotMark
Draws, fills, or paints a mark at the given plot point.
mark(Graphics, AffineTransform, Point2D) - Method in class edu.neu.ccs.gui.PlotMark
Draws, fills, or paints a mark at the plot point which is obtained by applying the transform to the given point.
mark(Graphics, AffineTransform, double, double) - Method in class edu.neu.ccs.gui.PlotMark
Draws, fills, or paints a mark at the plot point which is obtained by applying the transform to the given point.
markData(Graphics2D, Point2D[], Paint, PlotMark) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array using the world to image transform and marks the resulting points in the given graphics context using the given color or Paint to paint the marks.
markData(Graphics2D, Point2D[][], Paint, PlotMark) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of arrays using the world to image transform and marks the resulting points in the given graphics context using the given color or Paint to paint the marks.
markData(Graphics2D, Point2D[][], Paint[], PlotMark) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of arrays using the world to image transform and marks the resulting points in the given graphics context using the given color or Paint array to paint the marks for the corresponding sub array of the data.
markData(Graphics2D, Point2D[][], Paint[], PlotMark[]) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of arrays using the world to image transform and marks the resulting points in the given graphics context using the given color or Paint array and the given plot mark array to paint the marks for the corresponding sub array of the data.
maroon - Static variable in class edu.neu.ccs.Colors
Color maroon = Maroon.
mask - Variable in class edu.neu.ccs.SmallSet
The bit mask representing all possible elements permitted in this set.
maskFilter(long) - Static method in class edu.neu.ccs.util.Hex
Returns a Stringable filter that filters XNumber objects to be those that have zero bits where the given mask has one bits.
masksize - Variable in class edu.neu.ccs.SmallSet
The number of 1 bits in mask.
matchesExtension(String, String) - Static method in class edu.neu.ccs.util.FileUtilities
Returns true if the given file name matches the given file extension with case ignored.
matte(int, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given thickness and color.
matte(int, int, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given gaps and color.
matte(int, int, int, int, Color) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given parameters.
matte(int, Icon) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given thickness and tileicon.
matte(int, int, Icon) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given gaps and tileicon.
matte(int, int, int, int, Icon) - Static method in class edu.neu.ccs.gui.Borders
Creates a matte border with the given parameters.
matteBorder(int, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given thickness and color.
matteBorder(int, int, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given gaps and color.
matteBorder(int, int, int, int, Color) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given parameters.
matteBorder(int, Icon) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given thickness and tileicon.
matteBorder(int, int, Icon) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given gaps and tileicon.
matteBorder(int, int, int, int, Icon) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a matte border with the given parameters.
matteBorder(int, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given thickness and color.
matteBorder(int, int, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given gaps and color.
matteBorder(int, int, int, int, Color) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given parameters.
matteBorder(int, Icon) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given thickness and tileicon.
matteBorder(int, int, Icon) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given gaps and tileicon.
matteBorder(int, int, int, int, Icon) - Method in class edu.neu.ccs.gui.JPTComponent
Adds a matte border with the given parameters.
max(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function max(f, g).
max(XBigDecimal) - Method in class edu.neu.ccs.XBigDecimal
Sets this to max(this, y).
max(XBigDecimal, XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is the maximum of the given x and y values.
max(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to max(this, y).
max(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the maximum of the given x and y values.
max(Dimension, Dimension) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object whose width and height are set to the maximum corresponding values in the given Dimension objects.
maxCoefficient() - Method in class edu.neu.ccs.XFourier
Returns the maximum of the absolute value of the various coefficients in this fourier.
maxCoefficient() - Method in class edu.neu.ccs.XPolynomial
Returns the maximum of the absolute value of the coefficients in this polynomial.
maxCoefficient() - Method in class edu.neu.ccs.XPolynomialComplex
Returns the maximum of the method maxabs applied to the coefficients in this polynomial.
maxCols - Variable in class edu.neu.ccs.jpf.MethodGUI
The maximum number of columns.
maxDimension - Variable in class edu.neu.ccs.gui.SwatchNameRenderer
The maximum dimension of all swatch-name pairs.
maxFontSize - Static variable in class edu.neu.ccs.console.ConsoleTextPane
The maximum console font size.
maxFontSize - Static variable in class edu.neu.ccs.console.ConsoleWindow
The maximum font size for the font menu.
maxLength - Variable in class edu.neu.ccs.gui.ArrayPanel
Maximum length of this array.
maxTerms - Static variable in class edu.neu.ccs.gui.Tangent
The maximum number of terms for which the bezierStrategy will be cached and the maximum number of terms needed to achieve practical smoothness.
maxabs() - Method in class edu.neu.ccs.XComplex
Returns the maximum of the absolute value of the x,y coordinates of the complex number this, that is, max(abs(x),abs(y)).
maxabs(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the maximum of the absolute value of the x,y coordinates of the complex number z.
maximize() - Method in class edu.neu.ccs.console.ConsoleGateway
If the console is activated then set the console window to its maximized state.
maximize() - Method in class edu.neu.ccs.gui.JPTFrame
Set this frame to its MAXIMIZED_BOTH state.
maximizeConsole() - Method in class edu.neu.ccs.jpf.JPF
If the console is not activated then activates it; sets the state of the console to maximize.
maximum - Variable in class edu.neu.ccs.SmallSet
The maximum element permitted in this set.
maximum - Variable in class edu.neu.ccs.XInterval
Upper endpoint of interval.
maximum - Variable in class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
The maximum bound for the range.
maximum - Variable in class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
The maximum bound for the range.
maximum - Variable in class edu.neu.ccs.filter.MaximumBoundFilter.Double
The maximum bound for the range.
maximum - Variable in class edu.neu.ccs.filter.MaximumBoundFilter.Long
The maximum bound for the range.
maximum - Variable in class edu.neu.ccs.filter.RangeFilter.BigDecimal
The maximum range bound.
maximum - Variable in class edu.neu.ccs.filter.RangeFilter
Maximum bound filter used to enforce the upper bound of this range.
maximum - Variable in class edu.neu.ccs.gui.SliderView
The track maximum value.
maximumColumnWidth(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual maximum width for the given column.
maximumColumnWidths() - Method in class edu.neu.ccs.gui.TableLayout
Returns the maximum widths for the columns in this table layout.
maximumLayoutSize(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Returns the maximum size required to layout the components contained in the parent container.
maximumLayoutSize(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the maximum size for the parent container given the maximum size of the contained component.
maximumLayoutSize(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Returns the maximum size for the parent container given the maximum size of the contained component.
maximumLayoutSize(Container) - Method in class edu.neu.ccs.gui.TableLayout
Returns the maximum size for this table layout.
maximumRowHeight(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual maximum height for the given row.
maximumRowHeights() - Method in class edu.neu.ccs.gui.TableLayout
Returns the maximum heights for the rows in this table layout.
mediumFieldWidth - Variable in class edu.neu.ccs.gui.BasePane
The medium field width is 2 times the small field width.
mediumaquamarine - Static variable in class edu.neu.ccs.Colors
Color mediumaquamarine = MediumAquamarine.
mediumblue - Static variable in class edu.neu.ccs.Colors
Color mediumblue = MediumBlue.
mediumorchid - Static variable in class edu.neu.ccs.Colors
Color mediumorchid = MediumOrchid.
mediumpurple - Static variable in class edu.neu.ccs.Colors
Color mediumpurple = MediumPurple.
mediumseagreen - Static variable in class edu.neu.ccs.Colors
Color mediumseagreen = MediumSeaGreen.
mediumslateblue - Static variable in class edu.neu.ccs.Colors
Color mediumslateblue = MediumSlateBlue.
mediumspringgreen - Static variable in class edu.neu.ccs.Colors
Color mediumspringgreen = MediumSpringGreen.
mediumturquoise - Static variable in class edu.neu.ccs.Colors
Color mediumturquoise = MediumTurquoise.
mediumvioletred - Static variable in class edu.neu.ccs.Colors
Color mediumvioletred = MediumVioletRed.
method - Variable in class edu.neu.ccs.jpf.MethodGUI
The JPF method used to define this MethodGUI.
methodButtonColor - Static variable in class edu.neu.ccs.jpf.JPFPane
Color of the method buttons when enabled.
methodButtonColorDisabled - Static variable in class edu.neu.ccs.jpf.JPFPane
Color of the method buttons when disabled.
methodButtons - Variable in class edu.neu.ccs.jpf.JPFPane
Method buttons.
methodButtonsPanel - Variable in class edu.neu.ccs.jpf.JPFPane
Actions panel for the automatic JPF method buttons.
methodName - Variable in class edu.neu.ccs.jpf.MethodGUI
The method name.
midnightblue - Static variable in class edu.neu.ccs.Colors
Color midnightblue = MidnightBlue.
min(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function min(f, g).
min(XBigDecimal) - Method in class edu.neu.ccs.XBigDecimal
Sets this to min(this, y).
min(XBigDecimal, XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is the minimum of the given x and y values.
min(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to min(this, y).
min(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the minimum of the given x and y values.
min(Dimension, Dimension) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object whose width and height are set to the minimum corresponding values in the given Dimension objects.
minColWidth - Variable in class edu.neu.ccs.gui.TableLayout
Minimum widths for columns in this table layout.
minFontSize - Static variable in class edu.neu.ccs.console.ConsoleTextPane
The minimum console font size.
minFontSize - Static variable in class edu.neu.ccs.console.ConsoleWindow
The minimum font size for the font menu.
minLength - Variable in class edu.neu.ccs.gui.ArrayPanel
Minimum length of this array.
minRowHeight - Variable in class edu.neu.ccs.gui.TableLayout
Minimum heights for rows in this table layout.
minTerms - Static variable in class edu.neu.ccs.gui.Tangent
The minimum number of terms for which the bezierStrategy will be used.
minimum - Variable in class edu.neu.ccs.SmallSet
The minimum element permitted in this set.
minimum - Variable in class edu.neu.ccs.XInterval
Lower endpoint of interval.
minimum - Variable in class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
The minimum bound for the range.
minimum - Variable in class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
The minimum bound for the range.
minimum - Variable in class edu.neu.ccs.filter.MinimumBoundFilter.Double
The minimum bound for the range.
minimum - Variable in class edu.neu.ccs.filter.MinimumBoundFilter.Long
The minimum bound for the range.
minimum - Variable in class edu.neu.ccs.filter.RangeFilter.BigDecimal
The minimum range bound.
minimum - Variable in class edu.neu.ccs.filter.RangeFilter
Minimum bound filter used to enforce the lower bound of this range.
minimum - Variable in class edu.neu.ccs.gui.FontSampler
The minimum font size.
minimum - Variable in class edu.neu.ccs.gui.SliderView
The track minimum value.
minimumColumnWidth(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual minimum width for the given column.
minimumColumnWidths() - Method in class edu.neu.ccs.gui.TableLayout
Returns the minimum widths for the columns in this table layout.
minimumLayoutSize(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Returns the minimum size required to layout the components contained in the parent container.
minimumLayoutSize(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the minimum size for the parent container given the minimum size of the contained component.
minimumLayoutSize(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Returns the minimum size for the parent container given the minimum size of the contained component.
minimumLayoutSize(Container) - Method in class edu.neu.ccs.gui.TableLayout
Returns the minimum size for this table layout.
minimumRowHeight(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual minimum height for the given row.
minimumRowHeights() - Method in class edu.neu.ccs.gui.TableLayout
Returns the minimum heights for the rows in this table layout.
minimumWidth - Variable in class edu.neu.ccs.gui.Dropdown
The current minimum width for automatic width computations.
minorTicks - Variable in class edu.neu.ccs.gui.SliderView
The minor ticks setting.
mintcream - Static variable in class edu.neu.ccs.Colors
Color mintcream = MintCream.
mistyrose - Static variable in class edu.neu.ccs.Colors
Color mistyrose = MistyRose.
moccasin - Static variable in class edu.neu.ccs.Colors
Color moccasin = Moccasin.
mod(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this mod y).
mod(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x mod y.
modInverse(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to the inverse modulo y of this.
modInverse(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the inverse of x modulo y.
modPow(XBigInteger, XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to the value of this raised to the given exponent e modulo the given modulus y.
modPow(XBigInteger, XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the given base x raised to the given exponent e modulo the given modulus y.
model - Variable in class edu.neu.ccs.gui.InputDialog
Object whose state is to be set through this dialog input operation.
model - Variable in class edu.neu.ccs.gui.StringableFileIO
The stringable model to read or save via this class.
model - Variable in class edu.neu.ccs.gui.XObjectView
The data model for this view.
modelButtonMap - Variable in class edu.neu.ccs.gui.RadioPanel
The hash map that contains pairs with a model and its button.
modulus(int, int) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the modulus of int number relative to int base.
modulus(long, long) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the modulus of long number relative to long base.
monospacedFontName - Variable in class edu.neu.ccs.gui.BasePane
The monospaced font name from class Fonts.
motionAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for mouse motion in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates in the text views below the function plot window.
motionMethod(MouseEvent) - Method in class edu.neu.ccs.gui.FunctionsPlotter
The method for mouse motion in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates in the text views below the function plot window.
mouseActionAdapter - Variable in class edu.neu.ccs.gui.JPTComponent
The mouse action adapter.
mouseActionPerformed(MouseEvent) - Method in class edu.neu.ccs.gui.MouseAction
Performs the tasks encapsulated by this action.
mouseActions - Variable in class edu.neu.ccs.gui.BufferedPanel
The mouse action adapter for this buffered panel.
mouseAdapter - Variable in class edu.neu.ccs.gui.Zoo
Mouse action adapter for this zoo.
mouseClicked(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse is clicked.
mouseDragged(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse is dragged.
mouseEntered(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse enters the component.
mouseExited(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse exits the component.
mouseIsInPanel - Variable in class edu.neu.ccs.gui.BufferedPanel
Whether or not the mouse is in the panel.
mouseMoved(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse is moved.
mousePress(MouseEvent) - Method in class edu.neu.ccs.gui.SliderView
The mouse press behavior.
mousePressAction - Variable in class edu.neu.ccs.gui.SliderView
The mouse press action.
mousePressed(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when a mouse button is pressed.
mouseRelease(MouseEvent) - Method in class edu.neu.ccs.gui.SliderView
The mouse release behavior.
mouseReleaseAction - Variable in class edu.neu.ccs.gui.SliderView
The mouse release action.
mouseReleased(MouseEvent) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Performs the stored action listener sequence when the mouse button is released.
mouseSliding(MouseEvent) - Method in class edu.neu.ccs.gui.SliderView
The mouse sliding behavior.
mouseSlidingAction - Variable in class edu.neu.ccs.gui.SliderView
The mouse sliding action.
mouseX - Variable in class edu.neu.ccs.gui.BufferedPanel
The mouse x-position.
mouseX - Variable in class edu.neu.ccs.gui.SliderView
The x-coordinate of the current mouse position as adjusted by cornerX to be in the coordinate system of the main sequence.
mouseY - Variable in class edu.neu.ccs.gui.BufferedPanel
The mouse y-position.
mouseY - Variable in class edu.neu.ccs.gui.SliderView
The y-coordinate of the current mouse position as adjusted by cornerY to be in the coordinate system of the main sequence.
move(double, double) - Method in class edu.neu.ccs.XCircle
Moves the circle by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XCircle
Moves the circle by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XLine2D
Moves the line by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XLine2D
Moves the line by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XOval
Moves the oval by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XOval
Moves the oval by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XPoint2D
Moves the point by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XPoint2D
Moves the point by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XRect
Moves the rectangle by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XRect
Moves the rectangle by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XRoundRect
Moves the round rectangle by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XRoundRect
Moves the round rectangle by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XRoundSquare
Moves the round square by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XRoundSquare
Moves the round square by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.XSquare
Moves the square by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.XSquare
Moves the square by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation using the data in the point.
move(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation using the data in the point specified by coordinates.
move(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation using the data in the point.
move(double, double) - Method in class edu.neu.ccs.gui.PathList
Append a new PathNode of type MOVE.
move(double, double) - Static method in class edu.neu.ccs.gui.PathNode
Factory method the construct a PathNode of type MOVE.
moveCenterTo(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation in such a way that the paintable center specified by getCenter will move to the given point specified in coordinates.
moveCenterTo(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation in such a way that the paintable center specified by getCenter will move to the given point.
moveCenterTo(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation in such a way that the paintable center specified by getCenter will move to the given point specified in coordinates.
moveCenterTo(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation in such a way that the paintable center specified by getCenter will move to the given point.
moveCornerTo(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation in such a way that the paintable corner specified by getCorner will move to the given point specified in coordinates.
moveCornerTo(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Moves the paintable by a translation in such a way that the paintable corner specified by getCorner will move to the given point.
moveCornerTo(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation in such a way that the paintable corner specified by getCorner will move to the given point specified in coordinates.
moveCornerTo(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Moves the paintable by a translation in such a way that the paintable corner specified by getCorner will move to the given point.
moveDown(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the next deeper relative z-order position in this container.
moveOffset - Variable in class edu.neu.ccs.gui.Laminate
Point at which a move was initiated.
movePointLeft(int) - Method in class edu.neu.ccs.XBigDecimal
Sets this to an XBigDecimal that is equivalent to this with the decimal point moved n places to the left.
movePointLeft(XBigDecimal, int) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal that is equivalent to the given y with the decimal point moved n places to the left.
movePointRight(int) - Method in class edu.neu.ccs.XBigDecimal
Sets this to an XBigDecimal that is equivalent to this with the decimal point moved n places to the right.
movePointRight(XBigDecimal, int) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal that is equivalent to the given y with the decimal point moved n places to the right.
moveTo(MouseEvent) - Method in class edu.neu.ccs.gui.Laminate
Moves this laminate and its covered component based on the given mouse event.
moveToZOrder(Component, int) - Method in class edu.neu.ccs.gui.Zoo
Moves the given component to the given z-order position.
moveToZOrder(Component, int) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the given z-order position in this container.
moveUp(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the next higher relative z-order position in this container.
moveable - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate can be moved.
moveable - Variable in class edu.neu.ccs.gui.Zoo
Whether or not the child items in this zoo can be moved.
movedActions - Variable in class edu.neu.ccs.gui.ComponentActionAdapter
List of action listeners to be performed upon the notification of component moved events.
movedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse moved events.
multiColorView - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The MultiColorView that determines the plot colors for functions.
multiply(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to multiply functions f,g: f * g.
multiply(FunctionComplex.OneArg, FunctionComplex.OneArg) - Static method in class edu.neu.ccs.FC
The function to multiply functions f,g: f * g.
multiply(XBigDecimal) - Method in class edu.neu.ccs.XBigDecimal
Sets this to (this * y).
multiply(XBigDecimal, XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is x * y.
multiply(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this * y).
multiply(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x * y.
multiply(XComplex) - Method in class edu.neu.ccs.XComplex
Sets this to (this * w).
multiply(double, double) - Method in class edu.neu.ccs.XComplex
Sets this to (this * w) where w is the complex with coordinates x,y.
multiply(XComplex, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z * w.
multiply(double, double, double, double) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is z * w where z is the complex with coordinates x1,y1 and w is the complex with coordinates x2,y2.
multiply(XPolynomial, XPolynomial) - Static method in class edu.neu.ccs.XPolynomial
Returns a new polynomial equivalent mathematically to (p * q).
multiply(XPolynomialComplex, XPolynomialComplex) - Static method in class edu.neu.ccs.XPolynomialComplex
Returns a new polynomial equivalent mathematically to (p * q).
mutate(AffineTransform) - Method in class edu.neu.ccs.gui.AbstractPaintable
This method is implemented to do exactly the same operation as the corresponding method addPostMutation.
mutate(Mutator.Strategy) - Method in class edu.neu.ccs.gui.AbstractPaintable
This method is implemented to do exactly the same operation as the corresponding method addPostMutation.
mutate(AffineTransform) - Method in interface edu.neu.ccs.gui.Paintable
This method should always be implemented to do exactly the same operation as the corresponding method addPostMutation.
mutate(Mutator.Strategy) - Method in interface edu.neu.ccs.gui.Paintable
This method should always be implemented to do exactly the same operation as the corresponding method addPostMutation.
mutator - Variable in class edu.neu.ccs.gui.AbstractPaintable
The mutator transform.
mutator(Point2D) - Method in class edu.neu.ccs.gui.Mutator.Strategy
Returns a non-null mutator AffineTransform given the center of an associated object.
mutator(double, double) - Method in class edu.neu.ccs.gui.Mutator.Strategy
Returns a non-null mutator AffineTransform given the center (x, y) of an associated object.
muted - Static variable in class edu.neu.ccs.util.SoundUtilities
Whether or not lines created through this interface are muted.

N

N - Variable in class edu.neu.ccs.gui.PathListFunction
The number N of nodes unless all nodes are of type CLOSE in which case N is set to 0.
N - Variable in class edu.neu.ccs.util.FileExtensionFilter
The length of extArray.
NAMESWIDTH - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The width of the field for function names.
NESTED_EXPRESSION_END - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the end of a nested expression.
NESTED_EXPRESSION_START - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the start of a nested expression.
NO_ALIGNMENT_SET - Static variable in class edu.neu.ccs.gui.TableLayout
Value designating an alignment explicitly not set.
NO_CONTROLS - Static variable in class edu.neu.ccs.gui.ArrayPanel
Value designating no desired length controls.
NO_MINIMUM_SET - Static variable in class edu.neu.ccs.gui.TableLayout
Value designating a non-existent minimum size.
NULL - Static variable in class edu.neu.ccs.codec.EscapedCodec
The sequence of characters that represents null, or "no data".
NavajoWhite - Static variable in class edu.neu.ccs.Colors
Color NavajoWhite = 255, 222, 173 = #FFDEAD.
Navy - Static variable in class edu.neu.ccs.Colors
Color Navy = 0, 0, 128 = #000080.
NumericFilter - class edu.neu.ccs.filter.NumericFilter.
Abstract superclass for filters that apply to numeric values.
NumericFilter() - Constructor for class edu.neu.ccs.filter.NumericFilter
Constructs a numeric filter.
NumericOperation - class edu.neu.ccs.parser.NumericOperation.
Class used to store a numeric operation.
NumericOperation(String) - Constructor for class edu.neu.ccs.parser.NumericOperation
Constructs an operation with the given symbol.
NumericOperation(String, boolean, boolean) - Constructor for class edu.neu.ccs.parser.NumericOperation
Constructs an operation with the given symbol and settings for unary and binary usage.
name - Variable in class edu.neu.ccs.gui.SwatchNamePair
The paint name.
name - Variable in class edu.neu.ccs.parser.AbstractFunction
The name representing this function.
name() - Method in class edu.neu.ccs.parser.AbstractFunction
Returns the String name of this function.
nameArray - Static variable in class edu.neu.ccs.Colors
The array nameArray of initial data for nameColorSet.
nameArray - Variable in class edu.neu.ccs.gui.VisualColorList
The array of color names.
nameCellMap - Variable in class edu.neu.ccs.gui.SwatchNameRenderer
The hash table of color names and swatch-name pairs.
nameColorArray - Static variable in class edu.neu.ccs.Colors
The array nameColorArray of initial data for nameColorMap.
nameColorMap - Static variable in class edu.neu.ccs.Colors
The sorted map nameColorMap that maps the lower case color names to colors.
nameColorSet - Static variable in class edu.neu.ccs.Colors
The sorted set nameColorSet that collects the mixed case color names.
nameFilter(String[]) - Static method in class edu.neu.ccs.jpf.MethodFilter.Factory
Returns a new MethodFilter that prunes any method whose name is not in the given names array.
nameFilter(String) - Static method in class edu.neu.ccs.jpf.MethodFilter.Factory
Returns a new MethodFilter that prunes any method whose name is not equal to the given name.
nameLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the function name text field.
nameQualifier(String) - Static method in class edu.neu.ccs.jpf.JPFHelper
Returns the substring of the given string that corresponds to the qualifier of a qualified name.
nameTFV - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The function name text field.
names - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The string with the function names to be plotted.
navajowhite - Static variable in class edu.neu.ccs.Colors
Color navajowhite = NavajoWhite.
navy - Static variable in class edu.neu.ccs.Colors
Color navy = Navy.
nearSlot(double, double, double) - Method in class edu.neu.ccs.gui.PathList
Searches the nodes in this path list and for each such node searches the slots in the node to determine if the given (x,y) is within epsilon of the values in the slot; if successful, returns an array int[2] with value 0 equal to the node index and value 1 equal to the slot index; if unsuccessful, returns null.
nearSlot(double, double, double, Metric) - Method in class edu.neu.ccs.gui.PathList
Searches the nodes in this path list and for each such node searches the slots in the node to determine if the given (x,y) is within epsilon of the values in the slot relative to the given metric; if successful, returns an array int[2] with value 0 equal to the node index and value 1 equal to the slot index; if unsuccessful, returns null.
nearSlot(double, double, double) - Method in class edu.neu.ccs.gui.PathNode
Searches the slots in this node and returns a slot index if the given (x,y) is within epsilon of the values in that slot; returns -1 if no such slot exists.
nearSlot(double, double, double, Metric) - Method in class edu.neu.ccs.gui.PathNode
Searches the valid slots in this node in order and returns a slot index if the given (x,y) is within epsilon of the values in that slot relative to the given metric; returns -1 if no such slot exists.
negate() - Method in class edu.neu.ccs.XBigDecimal
Sets this to (-this).
negate(XBigDecimal) - Static method in class edu.neu.ccs.XBigDecimal
Returns a new XBigDecimal whose value is the negation of the given y.
negate() - Method in class edu.neu.ccs.XBigInteger
Sets this to (-this).
negate(XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the negation of the given y.
negate() - Method in class edu.neu.ccs.XComplex
Sets this to (-this): in coordinates [x;y] is replaced by [-x;-y].
negate(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is the negation of the given z.
negative - Static variable in class edu.neu.ccs.XBigInteger
The introductory string for the bit represention of negative numbers.
netFontSizeAdjustment - Static variable in class edu.neu.ccs.gui.LookAndFeelTools
The net font size adjustment made after one or more calls of these tools.
newBezierPointsD(double, double, double[]) - Static method in class edu.neu.ccs.util.Bezier
This function computes a new set of control points as if the Bezier polynomial defined by the given control points were to be viewed as on the sub-interval [a;b] of [0;1].
newBezierPointsF(float, float, float[]) - Static method in class edu.neu.ccs.util.Bezier
This function computes a new set of control points as if the Bezier polynomial defined by the given control points were to be viewed as on the sub-interval [a;b] of [0;1].
next - Variable in class edu.neu.ccs.gui.InputProperties
Property list that this property list shadows.
next() - Method in class edu.neu.ccs.gui.PathListIterator
Advances the iteration pointer one step or anchors it one step beyond the end of the internal path list.
next - Variable in class edu.neu.ccs.parser.BaseParser
The index of the next character to examine in the current String to be evaluated by the current call of parse.
next - Variable in class edu.neu.ccs.parser.ParserContext
The current position in the string being parsed.
next() - Method in class edu.neu.ccs.parser.ParserContext
Returns the current position in the string being parsed.
nextDeeperInZOrder(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the z-order position of the component whose bounding box is overlapped by the bounding box of the component at the given z-order position.
nextHigherInZOrder(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the z-order position of the component whose bounding box overlaps the bounding box of the component at the given z-order position.
nextIdentifier() - Method in class edu.neu.ccs.parser.BaseParser
Gets the next identifier in the data String and returns it.
nextList(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns the next list in lexicographic order that follows this list and has the same data elements.
nextOperation() - Method in class edu.neu.ccs.parser.BaseParser
If the next token in the data represents an operation then return the corresponding Operation otherwise return null.
nextSimpleTerm() - Method in class edu.neu.ccs.parser.BaseParser
Returns the next simple term in the data string or throws a ParseException if no term is present.
nextTerm() - Method in class edu.neu.ccs.parser.BaseParser
Returns the next term in the data string with all leading unary operations already applied or throws a ParseException if no term is present.
nextTokenIs(String) - Method in class edu.neu.ccs.parser.BaseParser
Returns true if the given String exactly matches the next non-whitespace characters in the data, or false if it does not.
nextTokenIs(String, int) - Method in class edu.neu.ccs.parser.BaseParser
Returns true if the given String exactly matches the characters in the data starting at the given index, or false if it does not.
nextUnaryOperations() - Method in class edu.neu.ccs.parser.BaseParser
Returns the array of unary operations that occur after the current position in the data string and throws a ParseException if an operation is encountered that is binary but not unary.
nodeInfo(float[]) - Method in class edu.neu.ccs.gui.PathNode
Returns the node type as the return value and stores the node numeric data in the supplied array which must be non-null and of size at least 6.
nodeInfo(double[]) - Method in class edu.neu.ccs.gui.PathNode
Returns the node type as the return value and stores the node numeric data in the supplied array which must be non-null and of size at least 6.
nodeListPanel - Variable in class edu.neu.ccs.gui.PathListView
The node list simple array panel.
nodeListWrapper - Variable in class edu.neu.ccs.gui.PathListView
The titled wrapper for the node list simple array panel.
nodes - Variable in class edu.neu.ccs.gui.PathListFunction
The cloned or adjusted path nodes or null if there is no reason to construct path nodes because N is 0.
nodetype - Variable in class edu.neu.ccs.gui.PathNode
The type of the path node; must be one of the constants: MOVE, LINE, QUAD, CUBIC, CLOSE.
normal() - Method in class edu.neu.ccs.console.ConsoleGateway
If the console is activated then set the console window to its normal state.
normal() - Method in class edu.neu.ccs.gui.JPTFrame
Set this frame to its NORMAL state.
normalConsole() - Method in class edu.neu.ccs.jpf.JPF
If the console is not activated then activates it; sets the state of the console to normal.
not() - Method in class edu.neu.ccs.XBigInteger
Sets this to (~this), which is the bitwise-not of the current value.
not(XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the bitwise not of the given y.
number - Variable in class edu.neu.ccs.gui.PaintBar
The number of distinct paint disks.
number - Variable in class edu.neu.ccs.quick.StringIntPair
The number in the pair.
numberFirst - Static variable in class edu.neu.ccs.quick.StringIntPair
Comparator for sorting StringIntPair objects by using the number for the primary sort and the string to distinguish ties.

O

OKCancelDialog() - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal OK-Cancel dialog and open the dialog; return the dialog constructed.
OKCancelDialog(String) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKCancelDialog() - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal OK-Cancel dialog and open the dialog; return the dialog constructed.
OKCancelDialog(String) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKCancelDialog() - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal OK-Cancel dialog and open the dialog; return the dialog constructed.
OKCancelDialog(String) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKCancelDialog(Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal OK-Cancel dialog and open the dialog; return the dialog constructed.
OKCancelDialog(Object, String) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKCancelDialog(Object) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal OK-Cancel dialog and open the dialog; return the dialog constructed.
OKCancelDialog(Object, String) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKDialog() - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal OK dialog and open the dialog; return the dialog constructed.
OKDialog(String) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKDialog() - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal OK dialog and open the dialog; return the dialog constructed.
OKDialog(String) - Method in class edu.neu.ccs.gui.JPTComponent
Place this panel in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKDialog() - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal OK dialog and open the dialog; return the dialog constructed.
OKDialog(String) - Method in class edu.neu.ccs.gui.JPTScrollPane
Place this panel in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKDialog(Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal OK dialog and open the dialog; return the dialog constructed.
OKDialog(Object, String) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OKDialog(Object) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal OK dialog and open the dialog; return the dialog constructed.
OKDialog(Object, String) - Static method in class edu.neu.ccs.jpf.JPFApplet
Place the given object in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed.
OPEN - Static variable in class edu.neu.ccs.gui.ClosureMode
OPEN is the ClosureMode corresponding to an open polygon or open bezier curve, that is, limit(length) returns (length - 1).
OPERATION_PREFIX - Static variable in class edu.neu.ccs.parser.BaseParser
The singleton operation object which designates that a symbol is a prefix for a known operation.
OPERATION_PREFIX - Static variable in class edu.neu.ccs.parser.Operation
The singleton operation object which designates that a symbol is a prefix for a known operation.
OPTIONAL - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating an input operation that may be cancelled on error.
OPTION_COUNT - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the option count property.
ORIENTATION - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the orientation of a linear container.
ORIGIN - Static variable in class edu.neu.ccs.gui.PointPaintable
The origin for use in originalPaint.
OUT - Static variable in class edu.neu.ccs.console.ConsoleGateway
Constant index for the output stream.
OUT - Static variable in class edu.neu.ccs.console.ConsoleTextPane
Constant index for the output stream.
OUT - Static variable in class edu.neu.ccs.console.ConsoleWindow
Constant index for the output stream.
OUTPUT_COLOR - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the output color property.
ObjectOperationPair - class edu.neu.ccs.parser.ObjectOperationPair.
Pair class used by AbstractParser to store a value and an associated operation.
ObjectOperationPair() - Constructor for class edu.neu.ccs.parser.ObjectOperationPair
Constructs a default initial ObjectOperationPair whose value is null and whose Operation is Operation.IDENTITY.
ObjectOperationPair(Object, Operation) - Constructor for class edu.neu.ccs.parser.ObjectOperationPair
Constructs a pair with the given value and operation.
OldLace - Static variable in class edu.neu.ccs.Colors
Color OldLace = 253, 245, 230 = #FDF5E6.
Olive - Static variable in class edu.neu.ccs.Colors
Color Olive = 128, 128, 0 = #808000.
OliveDrab - Static variable in class edu.neu.ccs.Colors
Color OliveDrab = 107, 142, 35 = #6B8E23.
Operation - class edu.neu.ccs.parser.Operation.
Class Operation encapsulates an operation and its corresponding String symbol for use with a parser.
Operation(String) - Constructor for class edu.neu.ccs.parser.Operation
Constructs an operation with the given symbol.
Operation(String, boolean, boolean) - Constructor for class edu.neu.ccs.parser.Operation
Constructs an operation with the given symbol and settings for unary and binary usage.
OptionsView - class edu.neu.ccs.gui.OptionsView.
A TypedView for selection of one out of various indexed and labeled choices represented by JRadioButtons.
OptionsView() - Constructor for class edu.neu.ccs.gui.OptionsView
The default constructor.
OptionsView(LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel with the given layout manager.
OptionsView(String[]) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings.
OptionsView(String[], LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given layout manager is used to layout the buttons.
OptionsView(String[], int) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given selection is the index of the button that is initially selected.
OptionsView(String[], int, LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given selection is the index of the button that is initially selected; the given layout manager is used to layout the buttons.
OptionsView(String[], ActionListener) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons.
OptionsView(String[], ActionListener, LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given layout manager is used to layout the buttons.
OptionsView(String[], ActionListener, int) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given selection is the index of the button that is initially selected.
OptionsView(String[], ActionListener, int, LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given selection is the index of the button that is initially selected; the given layout manager is used to layout the buttons.
OptionsView(String[], ActionListener[]) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons.
OptionsView(String[], ActionListener[], LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons; the given layout manager is used to layout the buttons.
OptionsView(String[], ActionListener[], int) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons; the given selection is the index of the button that is initially selected.
OptionsView(String[], ActionListener[], int, LayoutManager) - Constructor for class edu.neu.ccs.gui.OptionsView
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons; the given selection is the index of the button that is initially selected; the given layout manager is used to layout the buttons.
Orange - Static variable in class edu.neu.ccs.Colors
Color Orange = 255, 165, 0 = #FFA500.
OrangeRed - Static variable in class edu.neu.ccs.Colors
Color OrangeRed = 255, 69, 0 = #FF4500.
Orchid - Static variable in class edu.neu.ccs.Colors
Color Orchid = 218, 112, 214 = #DA70D6.
obj - Variable in class edu.neu.ccs.filter.FilterException
The Stringable object that failed the filtering process, with its state set to the value that was current at the time the exception was thrown.
object - Variable in class edu.neu.ccs.quick.StringObjectPair
The Object item of the pair.
objectSequence - Variable in class edu.neu.ccs.gui.SliderView
The paintable sequence for more general Paintable objects.
objectToStringMap - Variable in class edu.neu.ccs.quick.StringObjectMap
The object to string map.
obtainObject(Stringable) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state data type, and filter or throws a ParseException to be handled by other methods.
offset - Variable in class edu.neu.ccs.gui.Transform1D
The offset for this transform.
ok() - Method in class edu.neu.ccs.gui.ErrorDialog
Attempts to set the state of the model object from the view state of the input object, and if successful, disposes of the dialog.
ok() - Method in class edu.neu.ccs.gui.InputDialog
Invokes the proper operation on the input component to attempt to set the state of the model object.
oldBackground - Variable in class edu.neu.ccs.gui.Annotation
Background color of this annotation before alert status was entered.
oldForeground - Variable in class edu.neu.ccs.gui.Annotation
Text foreground color of this annotation before alert status was entered.
oldSize - Variable in class edu.neu.ccs.gui.ZooGroup
Previous size of the group before a direct manipulation resize was initiated.
oldlace - Static variable in class edu.neu.ccs.Colors
Color oldlace = OldLace.
olive - Static variable in class edu.neu.ccs.Colors
Color olive = Olive.
olivedrab - Static variable in class edu.neu.ccs.Colors
Color olivedrab = OliveDrab.
one - Static variable in class edu.neu.ccs.XBigInteger
The one character for bit parsing.
opacity - Variable in class edu.neu.ccs.gui.AbstractPaintable
The opacity for paintables that are partially transparent.
openBezierControlPoints(float[][], float[][]) - Static method in class edu.neu.ccs.gui.BaseShape
Static method that returns a float array that contains the Bezier control points for the open curve with the given vertex and tangent arrays.
openBezierFramePoints(float[][], float[][]) - Static method in class edu.neu.ccs.gui.BaseShape
Static method that returns a float array that contains the points on the open Bezier frame for the given vertex and tangent arrays.
openedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window opened events.
operation - Variable in class edu.neu.ccs.parser.ObjectOperationPair
The operation component of the pair.
operation() - Method in class edu.neu.ccs.parser.ObjectOperationPair
Returns the operation component of this pair.
operationAND - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement "and".
operationCaret - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement exponentiation.
operationEQ - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement equals.
operationGE - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement greater than or equals.
operationGT - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement greater than.
operationLE - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement less than or equals.
operationLT - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement less than.
operationMinus - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement minus.
operationNE - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement not equals.
operationNOT - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement "not".
operationOR - Static variable in class edu.neu.ccs.parser.JPTParser
BooleanOperation to implement "or".
operationPercent - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement remainder.
operationPlus - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement plus.
operationSlash - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement division.
operationSymbols() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the operation symbols.
operationTimes - Static variable in class edu.neu.ccs.parser.JPTParser
NumericOperation to implement times.
operations - Variable in class edu.neu.ccs.parser.BaseParser
Table of operation symbols and their corresponding operations.
operations() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the operations.
or(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this | y).
or(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x | y.
orange - Static variable in class edu.neu.ccs.Colors
Color orange = Orange.
orangered - Static variable in class edu.neu.ccs.Colors
Color orangered = OrangeRed.
orchid - Static variable in class edu.neu.ccs.Colors
Color orchid = Orchid.
ordinaryFcnsLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the ordinary functions dropdown list.
ordinaryFcnsList - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The ordinary functions dropdown list.
ordinaryFunctionNames() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the function names that correspond to functions whose class does NOT extend SimpleFunction.
ordinaryFunctions() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the ordinary functions, that is, functions whose class does NOT extend SimpleFunction.
ordinaryThumbPaint - Variable in class edu.neu.ccs.gui.SliderView
The ordinary fill paint for the thumb.
orientation - Variable in class edu.neu.ccs.gui.SliderView
The slider orientation which should be either HORIZONTAL or VERTICAL.
orientation - Variable in class edu.neu.ccs.gui.TableLayout
Orientation for this table layout.
orientation - Variable in class edu.neu.ccs.jpf.MethodGUI
The MethodGUI orientation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a specified point is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.ClippingWrapper
Tests if a point specified by coordinates is inside the clipped paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.ImagePaintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.ImagePaintableLite
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(ShapePaintable, double, double) - Method in class edu.neu.ccs.gui.PaintMode
Tests if a point specified by coordinates is inside the orignal outline of the given shape paintable.
originalContains(ShapePaintable, Point2D) - Method in class edu.neu.ccs.gui.PaintMode
Tests if a point specified by coordinates is inside the orignal outline of the given shape paintable.
originalContains(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a specified point is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.PaintableSequence
Tests if a point specified by coordinates is inside this sequence.
originalContains(double, double) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Implements originalContains on this object by calling contains on the internal paintable sequence.
originalContains(double, double) - Method in class edu.neu.ccs.gui.PointPaintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.ShapePaintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.TextPaintable
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.Tile
Tests if a point specified by coordinates is inside the original paintable without mutation.
originalContains(double, double) - Method in class edu.neu.ccs.gui.TileBox
Tests if a point specified by coordinates is inside the bounding box of the tile box before mutation.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.AbstractPaintable
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.ClippingWrapper
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.ImagePaintable
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.ImagePaintableLite
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(ShapePaintable, Graphics) - Method in class edu.neu.ccs.gui.PaintMode
Paints the given shape paintable without mutation using the given graphics context.
originalPaint(Graphics) - Method in interface edu.neu.ccs.gui.Paintable
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.PaintableSequence
Paints onto a Graphics context g using information from the paintable sequence and from its individual items.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
Implements originalPaint on this object by calling paint on the internal paintable sequence.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.PointPaintable
Paints onto a Graphics context.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.ShapePaintable
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.TextPaintable
Paints onto a Graphics context using information from this object but without the use of the mutator transform.
originalPaint(Graphics) - Method in class edu.neu.ccs.gui.Tile
Paints onto a Graphics context using the wrapped paintable object but without the use of the mutator transform.
originalValue - Variable in class edu.neu.ccs.gui.ErrorDialog
Original malformed view state for the input component.
out - Variable in class edu.neu.ccs.console.ConsoleGateway
The virtual stream object providing text output functionality.
outStreams - Variable in class edu.neu.ccs.console.ConsoleGateway
The output streams used by this console object as the default "out" and "err" streams.
outputColor - Static variable in class edu.neu.ccs.jpf.ActivityIcon
Color of output arrow.

P

P - Variable in class edu.neu.ccs.gui.PlotTool
Helper for point computation.
PARENS - Static variable in class edu.neu.ccs.Strings
The start character for encodings (s0,s1,etc).
PARENS_END - Static variable in class edu.neu.ccs.Strings
The end character for encodings (s0,s1,etc).
PARENS_SEP - Static variable in class edu.neu.ccs.Strings
The separator character for encodings (s0,s1,etc) as a string.
PEN_DOWN - Static variable in class edu.neu.ccs.pedagogy.Turtle
Turtle pen state: pen down.
PEN_UP - Static variable in class edu.neu.ccs.pedagogy.Turtle
Turtle pen state: pen up.
PIXELGAP - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The horizontal gap between data pixels in the plot.
PLOTINSET - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The amount of inset on all sides of the plot square.
PLOTSIZE - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The size of the main plot square.
PLUS - Static variable in class edu.neu.ccs.gui.PlotMark
The plus plot mark.
POLYGON - Static variable in class edu.neu.ccs.gui.Path
POLYGON is a Strategy that constructs a GeneralPath as the polygon defined by the given vertex array.
POLYGON_DOTS - Static variable in class edu.neu.ccs.gui.Path
POLYGON_DOTS is a Strategy that constructs a GeneralPath using a sequence of moveTo, lineTo pairs, one for each vertex in the vertex array.
PREFERRED_SIZE - Static variable in class edu.neu.ccs.pedagogy.Turtle
The preferred size of the common turtle buffered panel.
PREFERRED_WIDTH - Static variable in class edu.neu.ccs.gui.Dropdown
Bound property name for the set preferred width property.
PREFERRED_WIDTH - Static variable in class edu.neu.ccs.gui.TextFieldView
Bound property name for the set preferred width property.
PRESS_ACTION - Static variable in class edu.neu.ccs.gui.SliderView
The ID for a press action event.
PaintAction - class edu.neu.ccs.gui.PaintAction.
Encapsulates an action that is performed as a result of a call to paint a component.
PaintAction() - Constructor for class edu.neu.ccs.gui.PaintAction
Constructs a repaint action with no name or icon.
PaintAction(String) - Constructor for class edu.neu.ccs.gui.PaintAction
Constructs a repaint action with the given name but no icon.
PaintAction(String, Icon) - Constructor for class edu.neu.ccs.gui.PaintAction
Constructs a repaint action with the given name and icon.
PaintActionCapsule - class edu.neu.ccs.gui.PaintActionCapsule.
A JComponent that contains a sequence of action listeners performed every time this component is painted.
PaintActionCapsule() - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with no action listeners to perform.
PaintActionCapsule(ActionListener) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener, Color) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener, Dimension) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given preferred size that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener, int, int) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given preferred dimensions that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener, Color, Dimension) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color and preferred size that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener, Color, int, int) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color and preferred dimensions that performs the given action listener each time it is painted.
PaintActionCapsule(ActionListener[]) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component that performs the given action listeners each time it is painted.
PaintActionCapsule(ActionListener[], Color) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color that performs the given action listeners each time it is painted.
PaintActionCapsule(ActionListener[], Dimension) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given preferred size that performs the given action listeners each time it is painted.
PaintActionCapsule(ActionListener[], int, int) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given preferred size that performs the given action listeners each time it is painted.
PaintActionCapsule(ActionListener[], Color, Dimension) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color and preferred size that performs the given action listeners each time it is painted.
PaintActionCapsule(ActionListener[], Color, int, int) - Constructor for class edu.neu.ccs.gui.PaintActionCapsule
Constructs a component with the given foreground color and preferred dimensions that performs the given action listeners each time it is painted.
PaintActionEvent - class edu.neu.ccs.gui.PaintActionEvent.
Class of events representing an action triggered by a call to paint a component.
PaintActionEvent(Object, Graphics) - Constructor for class edu.neu.ccs.gui.PaintActionEvent
Constructs a paint action event triggered by the given source object, with the given graphics context.
PaintActionEvent(Object, Graphics, int, String) - Constructor for class edu.neu.ccs.gui.PaintActionEvent
Constructs a repaint action event triggered by the given source object, with the given graphics context, identifier and command name.
PaintAlgorithm - interface edu.neu.ccs.gui.PaintAlgorithm.
The interface PaintAlgorithm specifies an algorithm that may be used to define a TexturePaint object; this algorithm should return a Color for each x,y pixel position; this algorithm should be periodic in both the x and y directions.
PaintBar - class edu.neu.ccs.gui.PaintBar.
Class PaintBar implements a Paintable that paints a one or two dimensional array of disks.
PaintBar(Paint[], int, int, int) - Constructor for class edu.neu.ccs.gui.PaintBar
This contructor builds a Paintable that will paint a sequence of disks using the given one dimensional Paint array, the given disk diameter, the given gap between disks, and the given orientation for the bar (HORIZONTAL or VERTICAL).
PaintBar(Paint[][], int, int) - Constructor for class edu.neu.ccs.gui.PaintBar
This contructor builds a Paintable that will paint an array of disks using the given two dimensional Paint array, the given disk diameter, and the given gap between disks.
PaintMode - class edu.neu.ccs.gui.PaintMode.
Abstract class PaintMode defines the requirements for an object that can control the painting of a ShapePaintable.
PaintMode() - Constructor for class edu.neu.ccs.gui.PaintMode
 
PaintSwatch - class edu.neu.ccs.gui.PaintSwatch.
Class PaintSwatch is a light weight component to draw a rectangular paint swatch with a given paint, size, and optional border.
PaintSwatch() - Constructor for class edu.neu.ccs.gui.PaintSwatch
This constructor sets the swatch paint to Colors.transparent; sets the dimensions of the swatch to (20, 20); sets the border to BLACK_BORDER which has thickness 2.
PaintSwatch(Paint) - Constructor for class edu.neu.ccs.gui.PaintSwatch
This constructor provides the paint to paint in the swatch; sets the dimensions of the swatch to (20, 20); sets the border to BLACK_BORDER which has thickness 2.
PaintSwatch(Paint, int, int) - Constructor for class edu.neu.ccs.gui.PaintSwatch
This constructor provides the paint to paint in the swatch and the x and y dimensions of the swatch; sets the border to BLACK_BORDER which has thickness 2.
PaintSwatch(Paint, Border) - Constructor for class edu.neu.ccs.gui.PaintSwatch
This constructor provides the paint to paint in the swatch and the border; sets the dimensions of the swatch to (20, 20).
PaintSwatch(Paint, int, int, Border) - Constructor for class edu.neu.ccs.gui.PaintSwatch
This constructor provides the paint to paint in the swatch, the x and y dimensions of the swatch, and the border.
PaintTools - class edu.neu.ccs.gui.PaintTools.
The class PaintTools contains static methods that use PaintAlgorithm objects to make other useful objects such as TexturePaint objects and BufferedImage objects; the class also contains static methods that manipulate PaintAlgorithm objects to create new objects that may be used to define hatch patterns.
PaintTools() - Constructor for class edu.neu.ccs.gui.PaintTools
This class cannot be instantiated.
Paintable - interface edu.neu.ccs.gui.Paintable.
Paintable describes an object that can paint onto a graphics context.
PaintableButton - class edu.neu.ccs.gui.PaintableButton.
Class PaintableButton encapsulates a Paintable and uses that paintable to define the icon for the button and to determine the size of the button.
PaintableButton(Paintable) - Constructor for class edu.neu.ccs.gui.PaintableButton
This constructor provides the paintable needed to define the button.
PaintableButton(Paintable, Action) - Constructor for class edu.neu.ccs.gui.PaintableButton
This constructor provides the paintable needed to define the button, and the action for the button behavior.
PaintableButton(Paintable, Action, Color) - Constructor for class edu.neu.ccs.gui.PaintableButton
This constructor provides the paintable needed to define the button, the action for the button behavior and the optional background color.
PaintableButton(Paintable, Action, Color, Insets) - Constructor for class edu.neu.ccs.gui.PaintableButton
This constructor provides the paintable needed to define the button, the action for the button behavior the optional background color, and the button insets (margin).
PaintableButton.RefreshListener - class edu.neu.ccs.gui.PaintableButton.RefreshListener.
The internal refresh listener class.
PaintableButton.RefreshListener() - Constructor for class edu.neu.ccs.gui.PaintableButton.RefreshListener
 
PaintableComponent - class edu.neu.ccs.gui.PaintableComponent.
Class PaintableComponent encapsulates a Paintable and uses that paintable to define the PaintComponent method and to determine the size of the component.
PaintableComponent(Paintable) - Constructor for class edu.neu.ccs.gui.PaintableComponent
This constructor provides the paintable needed to define the component.
PaintableComponent(Paintable, Color) - Constructor for class edu.neu.ccs.gui.PaintableComponent
This constructor provides the paintable needed to define the component, and the optional background color.
PaintableComponent(Paintable, Color, boolean) - Constructor for class edu.neu.ccs.gui.PaintableComponent
This constructor provides the paintable needed to define the component, the optional background color, and the opacity setting.
PaintableComponent(Paintable, Color, boolean, Border) - Constructor for class edu.neu.ccs.gui.PaintableComponent
This constructor provides the paintable needed to define the component, the optional background color, the opacity setting, and the component border.
PaintableComponent.RefreshListener - class edu.neu.ccs.gui.PaintableComponent.RefreshListener.
The internal refresh listener class.
PaintableComponent.RefreshListener() - Constructor for class edu.neu.ccs.gui.PaintableComponent.RefreshListener
 
PaintableSequence - class edu.neu.ccs.gui.PaintableSequence.
A PaintableSequence encapsulates a sequence of Paintable objects.
PaintableSequence() - Constructor for class edu.neu.ccs.gui.PaintableSequence
The default constructor with an empty sequence and the mutator strategy usage set to Mutator.MUTATE_AS_ITEMS.
PaintableSequence(Object[]) - Constructor for class edu.neu.ccs.gui.PaintableSequence
The constructor that sets up the paintable sequence using an initial array of objects that is suitably converted via makePaintable.
PaintableSequence(Object[], Mutator.StrategyUsage) - Constructor for class edu.neu.ccs.gui.PaintableSequence
The constructor that sets up the paintable sequence using an initial array of objects that is suitably converted via makePaintable and the given choice of mutator strategy usage.
PaintableSequenceComposite - class edu.neu.ccs.gui.PaintableSequenceComposite.
The class PaintableSequenceComposite is a base class for the construction of Paintable classes.
PaintableSequenceComposite() - Constructor for class edu.neu.ccs.gui.PaintableSequenceComposite
 
PaintableTools - class edu.neu.ccs.gui.PaintableTools.
The class PaintableTools collects static methods that construct objects of other types from Paintable objects.
PaintableTools() - Constructor for class edu.neu.ccs.gui.PaintableTools
Private constructor to prevent instantiation.
Pair - class edu.neu.ccs.quick.Pair.
Pair constructs an immutable pair object from two non-null objects that are referred to as A and B.
Pair(Object, Object) - Constructor for class edu.neu.ccs.quick.Pair
Constructor that constructs a pair using two non-null Objects.
Pair(Object[]) - Constructor for class edu.neu.ccs.quick.Pair
Constructor that constructs a pair using a non-null array of Object such that the array has 2 non-null items.
PaleGoldenrod - Static variable in class edu.neu.ccs.Colors
Color PaleGoldenrod = 238, 232, 170 = #EEE8AA.
PaleGreen - Static variable in class edu.neu.ccs.Colors
Color PaleGreen = 152, 251, 152 = #98FB98.
PaleTurquoise - Static variable in class edu.neu.ccs.Colors
Color PaleTurquoise = 175, 238, 238 = #AFEEEE.
PaleVioletRed - Static variable in class edu.neu.ccs.Colors
Color PaleVioletRed = 219, 112, 147 = #DB7093.
PapayaWhip - Static variable in class edu.neu.ccs.Colors
Color PapayaWhip = 255, 239, 213 = #FFEFD5.
Parameter - class edu.neu.ccs.Parameter.
Class Parameter is a collection of interfaces that classify functions that accept and return values of type double according to the number and kind of auxiliary function parameters.
Parameter() - Constructor for class edu.neu.ccs.Parameter
 
Parameter.ArrayOfArrayParam - interface edu.neu.ccs.Parameter.ArrayOfArrayParam.
 
Parameter.ArrayParam - interface edu.neu.ccs.Parameter.ArrayParam.
 
Parameter.FourParam - interface edu.neu.ccs.Parameter.FourParam.
 
Parameter.OneParam - interface edu.neu.ccs.Parameter.OneParam.
 
Parameter.Point2DArrayParam - interface edu.neu.ccs.Parameter.Point2DArrayParam.
 
Parameter.Point2DParam - interface edu.neu.ccs.Parameter.Point2DParam.
 
Parameter.ThreeParam - interface edu.neu.ccs.Parameter.ThreeParam.
 
Parameter.TwoArrayParam - interface edu.neu.ccs.Parameter.TwoArrayParam.
 
Parameter.TwoParam - interface edu.neu.ccs.Parameter.TwoParam.
 
ParameterComplex - class edu.neu.ccs.ParameterComplex.
Class ParameterComplex is a collection of interfaces that classify functions that accept and return values of type XComplex according to the number and kind of auxiliary function parameters.
ParameterComplex() - Constructor for class edu.neu.ccs.ParameterComplex
 
ParameterComplex.ArrayOfArrayParam - interface edu.neu.ccs.ParameterComplex.ArrayOfArrayParam.
 
ParameterComplex.ArrayParam - interface edu.neu.ccs.ParameterComplex.ArrayParam.
 
ParameterComplex.FourParam - interface edu.neu.ccs.ParameterComplex.FourParam.
 
ParameterComplex.OneParam - interface edu.neu.ccs.ParameterComplex.OneParam.
 
ParameterComplex.ThreeParam - interface edu.neu.ccs.ParameterComplex.ThreeParam.
 
ParameterComplex.TwoArrayParam - interface edu.neu.ccs.ParameterComplex.TwoArrayParam.
 
ParameterComplex.TwoParam - interface edu.neu.ccs.ParameterComplex.TwoParam.
 
Parser - interface edu.neu.ccs.parser.Parser.
Interface to be implemented by classes of objects that can parse String data and evaluate the contents of that data to an Object with state defined by the data contained in the String.
ParserContext - class edu.neu.ccs.parser.ParserContext.
The class ParserContext is a support class for the class BaseParser.
ParserContext(String, int, Hashtable) - Constructor for class edu.neu.ccs.parser.ParserContext
The constructor that saves the parser context.
ParserUtilities - class edu.neu.ccs.parser.ParserUtilities.
Provides access to the current default parser and static utility methods for use with parser operations.
ParserUtilities() - Constructor for class edu.neu.ccs.parser.ParserUtilities
Prevent instantiation.
Path - class edu.neu.ccs.gui.Path.
Class Path encapsulates an interface Strategy that defines the requirement for a strategy that can automatically build a GeneralPath given vertex and tangent data.
Path() - Constructor for class edu.neu.ccs.gui.Path
Private constructor to prevent instantiation.
Path.Strategy - interface edu.neu.ccs.gui.Path.Strategy.
The Strategy interface requires one method that returns a GeneralPath given its input parameters.
PathList - class edu.neu.ccs.gui.PathList.
The PathList class combines an explicit sequence of PathNode objects together with a winding rule to provide a flexible alternative to the Java class GeneralPath.
PathList() - Constructor for class edu.neu.ccs.gui.PathList
The default constructor that sets the path list to empty and the winding rule to WindingRule.WIND_NON_ZERO.
PathList(WindingRule) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that sets the path list to empty and the winding rule to the given winding rule.
PathList(PathNode[]) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the given array of path nodes and sets the winding rule to WindingRule.WIND_NON_ZERO.
PathList(PathNode[], WindingRule) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the given array of path nodes and the given winding rule.
PathList(PathNode[], int) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the given array of path nodes and the given winding rule.
PathList(PathList) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that makes a deep clone of an existing path list.
PathList(Shape) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the path nodes and winding rule obtained from the given Shape.
PathList(Shape, AffineTransform) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the path nodes and winding rule obtained from the given Shape after applying the given transform to the shape data.
PathList(Shape, AffineTransform, double) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the path nodes and winding rule obtained from the given Shape after applying the given transform and flatness to the shape data.
PathList(PathIterator) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that initializes the path list using the path nodes and winding rule obtained from the given PathIterator.
PathList(Point2D[], boolean) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that makes a polygon path list using the given array points of point data; the boolean close determines whether or the polygon is open or closed.
PathList(Point2D[], boolean, WindingRule) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that makes a polygon path list using the given array points of point data; the boolean close determines whether or the polygon is open or closed; the given winding rule determines the winding rule.
PathList(Point2D[], boolean, int) - Constructor for class edu.neu.ccs.gui.PathList
The constructor that makes a polygon path list using the given array points of point data; the boolean close determines whether or the polygon is open or closed; the given winding rule determines the winding rule.
PathListFunction - class edu.neu.ccs.gui.PathListFunction.
Class PathListFunction contains methods to compute one or more points on a path that is defined by a PathList given a parameter t.
PathListFunction(PathList) - Constructor for class edu.neu.ccs.gui.PathListFunction
Utilizes the given path list to construct the internal data structures that will be used for the computation of the point functions related to the path list.
PathListIterator - class edu.neu.ccs.gui.PathListIterator.
The PathListIterator class creates a Java PathIterator based on an internal PathList.
PathListIterator() - Constructor for class edu.neu.ccs.gui.PathListIterator
The default constructor that initializes the iterator to a new PathList object with zero nodes and winding rule WindingRule.WIND_NON_ZERO.
PathListIterator(PathList) - Constructor for class edu.neu.ccs.gui.PathListIterator
The constructor that initializes the iterator using the given PathList object.
PathListView - class edu.neu.ccs.gui.PathListView.
Class PathListView creates a view for input and output of a PathList in a GUI.
PathListView() - Constructor for class edu.neu.ccs.gui.PathListView
The default constructor.
PathNode - class edu.neu.ccs.gui.PathNode.
Class PathNode makes explicit a data structure for the ingredients that may be used to build a Java object of class GeneralPath.
PathNode() - Constructor for class edu.neu.ccs.gui.PathNode
The default constructor that sets the node type to MOVE and sets all numeric data to 0.
PathNode(int, float[]) - Constructor for class edu.neu.ccs.gui.PathNode
The constructor that sets the node type and as much of the numeric data as is in the parameters array.
PathNode(int, double[]) - Constructor for class edu.neu.ccs.gui.PathNode
The constructor that sets the node type and as much of the numeric data as is in the parameters array.
PathNode(int, double, double, double, double, double, double) - Constructor for class edu.neu.ccs.gui.PathNode
The constructor that sets the node type and the numeric node data.
PathNode(PathNode) - Constructor for class edu.neu.ccs.gui.PathNode
The constructor that copies the data of an existing path node.
PathNode(String) - Constructor for class edu.neu.ccs.gui.PathNode
Constructor that initializes a new node using the data in the String format that is produced by the method toString().
PathNodeView - class edu.neu.ccs.gui.PathNodeView.
Class PathNodeView uses a TextFieldView to input the single line of text needed to define a PathNode.
PathNodeView() - Constructor for class edu.neu.ccs.gui.PathNodeView
The default constructor.
PeachPuff - Static variable in class edu.neu.ccs.Colors
Color PeachPuff = 255, 218, 185 = #FFDAB9.
Peru - Static variable in class edu.neu.ccs.Colors
Color Peru = 205, 133, 63 = #CD853F.
Pink - Static variable in class edu.neu.ccs.Colors
Color Pink = 255, 192, 203 = #FFC0CB.
PlotLimitError(char) - Method in class edu.neu.ccs.gui.FunctionsPlotter
Show a dialog box with an error for x or y plot limits.
PlotMark - class edu.neu.ccs.gui.PlotMark.
Class PlotMark is a class for drawing a geometric shape or mark at a specified point in a graphics context or for painting a Paintable at such a point.
PlotMark() - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the defaults.
PlotMark(PlotMarkAlgorithm) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given algorithm and the defaults listed below.
PlotMark(PlotMarkAlgorithm, int) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given algorithm, the given size, and the default listed below.
PlotMark(PlotMarkAlgorithm, boolean) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given algorithm, the given fill setting, and the default listed below.
PlotMark(PlotMarkAlgorithm, int, boolean) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given algorithm, the given size, and the given fill setting.
PlotMark(PlotMark) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark by cloning the given plot mark.
PlotMark(PlotMark, int) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given plot mark but changing the specified setting.
PlotMark(PlotMark, boolean) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given plot mark but changing the specified setting.
PlotMark(PlotMark, int, boolean) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given plot mark but changing the specified settings.
PlotMark(Paintable) - Constructor for class edu.neu.ccs.gui.PlotMark
Constructs a plot mark using the given paintable.
PlotMarkAlgorithm - class edu.neu.ccs.gui.PlotMarkAlgorithm.
Class PlotMarkAlgorithm defines the requirements for an algorithm that will produce a scalable shape defined in the neighborhood of a given point.
PlotMarkAlgorithm() - Constructor for class edu.neu.ccs.gui.PlotMarkAlgorithm
 
PlotTool - class edu.neu.ccs.gui.PlotTool.
Encapsulates the transform between world and image coordinates for use in plotting data graphs.
PlotTool() - Constructor for class edu.neu.ccs.gui.PlotTool
Constructs a plot tool with the default parameters.
PlotTool(Rectangle2D, Rectangle2D) - Constructor for class edu.neu.ccs.gui.PlotTool
Constructs a plot tool for use with the given world and image coordinate spaces.
PlotTool(Rectangle2D, Rectangle2D, boolean) - Constructor for class edu.neu.ccs.gui.PlotTool
Constructs a plot tool for use with the given world and image coordinate spaces, with the given policy regarding the preservation of geometric shape.
PlotTool(Rectangle2D, Rectangle2D, boolean, int) - Constructor for class edu.neu.ccs.gui.PlotTool
Constructs a plot tool for use with the given world and image coordinate spaces, with the given policy regarding the preservation of geometric shape, and the given image inset.
Plum - Static variable in class edu.neu.ccs.Colors
Color Plum = 221, 160, 221 = #DDA0DD.
Plus - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The plus sign algorithm.
PointPaintable - class edu.neu.ccs.gui.PointPaintable.
A PointPaintable creates a Paintable using a point, a PlotMark, and a Paint.
PointPaintable() - Constructor for class edu.neu.ccs.gui.PointPaintable
The default constructor.
PointPaintable(double, double, PlotMark, Paint) - Constructor for class edu.neu.ccs.gui.PointPaintable
Constructor that sets the point from the given data and sets the plotmark and the paint.
PointPaintable(Point2D, PlotMark, Paint) - Constructor for class edu.neu.ccs.gui.PointPaintable
Constructor that sets the point from the given data and sets the plotmark and the paint.
PointPaintable(double[], PlotMark, Paint) - Constructor for class edu.neu.ccs.gui.PointPaintable
Constructor that sets the point from the given data and sets the plotmark and the paint.
PointPaintable(float[], PlotMark, Paint) - Constructor for class edu.neu.ccs.gui.PointPaintable
Constructor that sets the point from the given data and sets the plotmark and the paint.
PolygonDotsShape - class edu.neu.ccs.gui.PolygonDotsShape.
Class PolygonDotsShape defines a shape that consists of the vertex dots of a polygon.
PolygonDotsShape() - Constructor for class edu.neu.ccs.gui.PolygonDotsShape
The default constructor that creates an empty polygon dots shape.
PolygonDotsShape(float[][]) - Constructor for class edu.neu.ccs.gui.PolygonDotsShape
The constructor that creates a polygon dots shape with the given vertex array.
PolygonShape - class edu.neu.ccs.gui.PolygonShape.
Class PolygonShape defines a polygon using vertex data.
PolygonShape() - Constructor for class edu.neu.ccs.gui.PolygonShape
The default constructor that creates an empty polygon with the following defaults.
PolygonShape(float[][]) - Constructor for class edu.neu.ccs.gui.PolygonShape
The constructor that creates a polygon with the given vertex array and the following defaults.
PolygonShape(float[][], ClosureMode) - Constructor for class edu.neu.ccs.gui.PolygonShape
The constructor that creates a polygon with the given vertex array, the given closure mode, and the following default.
PolygonShape(float[][], WindingRule) - Constructor for class edu.neu.ccs.gui.PolygonShape
The constructor that creates a polygon with the given vertex array, the given winding rule, and the following default.
PolygonShape(float[][], ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.PolygonShape
The constructor that creates a polygon with the given vertex array, the given closure mode, and the given winding rule.
PowderBlue - Static variable in class edu.neu.ccs.Colors
Color PowderBlue = 176, 224, 230 = #B0E0E6.
ProbStatTools - class edu.neu.ccs.util.ProbStatTools.
Class ProbStatTools collects static methods that are useful for randomization, probability, and statistics.
ProbStatTools() - Constructor for class edu.neu.ccs.util.ProbStatTools
Prevent instantiation.
PropertyChangeAction - class edu.neu.ccs.gui.PropertyChangeAction.
Encapsulates an action that is performed as a result of a PropertyChangeEvent.
PropertyChangeAction() - Constructor for class edu.neu.ccs.gui.PropertyChangeAction
Constructs a property change action with no name or icon.
PropertyChangeAction(String) - Constructor for class edu.neu.ccs.gui.PropertyChangeAction
Constructs a property change action with the given name but no icon.
PropertyChangeAction(String, Icon) - Constructor for class edu.neu.ccs.gui.PropertyChangeAction
Constructs a property change action with the given name and icon.
PropertyChangeActionAdapter - class edu.neu.ccs.gui.PropertyChangeActionAdapter.
An adapter class for receiving property change events, and performing action listeners in response to those events.
PropertyChangeActionAdapter() - Constructor for class edu.neu.ccs.gui.PropertyChangeActionAdapter
Constructs a property change action adapter.
PropertyChangeActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.PropertyChangeActionAdapter
Constructs a property change action adapter listening for property change events generated by the given component.
PropertyChangeActionEvent - class edu.neu.ccs.gui.PropertyChangeActionEvent.
Class of events representing an action triggered by a property change event.
PropertyChangeActionEvent(PropertyChangeEvent, Object) - Constructor for class edu.neu.ccs.gui.PropertyChangeActionEvent
Constructs a property change action event triggered by the given property change event generated by the given source object.
PropertyChangeActionEvent(PropertyChangeEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.PropertyChangeActionEvent
Constructs a property change action event triggered by the given property change event generated by the given source object, with the given identifier and command name.
PropertyChangeForwardingListener - class edu.neu.ccs.gui.PropertyChangeForwardingListener.
A PropertyChangeForwardingListener is a PropertyChangeListener that forwards a PropertyChangeEvent event that it receives to an object that implements the interface SupportsPropertyChange by causing that object to fire the same event to its own listeners.
PropertyChangeForwardingListener(SupportsPropertyChange) - Constructor for class edu.neu.ccs.gui.PropertyChangeForwardingListener
The constructor that sets the associated object that implements SupportsPropertyChange.
Purple - Static variable in class edu.neu.ccs.Colors
Color Purple = 128, 0, 128 = #800080.
packParentWindow(JComponent) - Static method in class edu.neu.ccs.gui.Refresh
Revalidates the given component, packs its parent window, and then repaints the component.
pad(String) - Static method in class edu.neu.ccs.Strings
Returns the given string if it is non-null and has length at least 1; otherwise returns " ".
pad(String[]) - Static method in class edu.neu.ccs.Strings
Returns a string array with all strings in the original array padded using Strings.pad.
padOnLeft(String, int) - Static method in class edu.neu.ccs.Strings
Return the string s padded with blanks on the left.
padOnLeft(String[], int) - Static method in class edu.neu.ccs.Strings
Returns a string array with all strings in the original array padded using Strings.padOnLeft.
padOnRight(String, int) - Static method in class edu.neu.ccs.Strings
Return the string s padded with blanks on the right.
padOnRight(String[], int) - Static method in class edu.neu.ccs.Strings
Returns a string array with all strings in the original array padded using Strings.padOnRight.
paint(Graphics) - Method in class edu.neu.ccs.gui.AbstractPaintable
Paints onto a graphics context g using information from this object.
paint(Graphics) - Method in class edu.neu.ccs.gui.BufferedPanel.Painter
Paints the component and then adds the work done by the paintOver function.
paint(Component, Graphics) - Method in class edu.neu.ccs.gui.PaintAction
Performs the tasks encapsulated by this action.
paint - Variable in class edu.neu.ccs.gui.PaintSwatch
The encapsulated paint.
paint(Graphics) - Method in interface edu.neu.ccs.gui.Paintable
Paints onto a Graphics context using information from this object.
paint - Variable in class edu.neu.ccs.gui.PointPaintable
The internal paint for this PointPaintable.
paint - Variable in class edu.neu.ccs.gui.ShapeCapsule
Paint used to render the encapsulated shape.
paint - Variable in class edu.neu.ccs.gui.SwatchNamePair
The paint.
paint(Graphics) - Method in class edu.neu.ccs.gui.ZooGroup
Paints this group to the given graphics context.
paintAsTiles(Graphics, double, double, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Repeatedly paints this object as a tile that covers the rectangle (x,y,w,h) in the graphics context g.
paintAsTiles(Graphics, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Repeatedly paints this object as a tile that covers the rectangle (0,0,w,h) in the graphics context g.
paintAsTiles(Graphics, Rectangle2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Repeatedly paints this object as a tile that covers the given rectangle in the graphics context g.
paintAsTiles(Graphics, double, double, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Repeatedly paints this object as a tile that covers the rectangle (x,y,w,h) in the graphics context g.
paintAsTiles(Graphics, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Repeatedly paints this object as a tile that covers the rectangle (0,0,w,h) in the graphics context g.
paintAsTiles(Graphics, Rectangle2D) - Method in interface edu.neu.ccs.gui.Paintable
Repeatedly paints this object as a tile that covers the given rectangle in the graphics context g.
paintAt(Graphics, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates.
paintAt(Graphics, Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point.
paintAt(Graphics, AffineTransform, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates and the affine transform T; before painting the transform T should be applied to the point.
paintAt(Graphics, AffineTransform, Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates and the affine transform T; before painting the transform T should be applied to the point.
paintAt(Graphics, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates.
paintAt(Graphics, Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point.
paintAt(Graphics, AffineTransform, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates and the affine transform T; before painting the transform T should be applied to the point.
paintAt(Graphics, AffineTransform, Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Without changing the paintable or the graphics context, paint the paintable in a translated position specified by the point in coordinates and the affine transform T; before painting the transform T should be applied to the point.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.BufferedPanel.Painter
Paints the image buffer of the buffered panel in this panel and then paints the buffered panel paintable sequence.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.ImageCapsule
Paints this component to the given graphics context.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.Laminate
Paints a selection box around this laminate, if this laminate is selected.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Performs the stored sequence of action listeners.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.PaintSwatch
Overrides the inherited paintComponent method to paint the swatch area with the encapsulated paint.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.PaintableComponent
Overrides the inherited paintComponent method to paint the background if the component is set to be opaque and then to use the paintable to paint the component details.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.ShapeCapsule
Paints this component to the given graphics context.
paintComponent(Graphics) - Method in class edu.neu.ccs.gui.Zoo
Paints this component to the given graphics context.
paintComponent(Graphics) - Method in class edu.neu.ccs.jpf.ActivityIcon.ActionIcon
 
paintComponent(Graphics) - Method in class edu.neu.ccs.jpf.ActivityIcon.InputIcon
 
paintComponent(Graphics) - Method in class edu.neu.ccs.jpf.ActivityIcon.OutputIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.neu.ccs.gui.PaintSwatch
Draw the swatch as an icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class edu.neu.ccs.gui.PaintableComponent
Draw this object as an icon at the specified location using the paintable to paint the icon details.
paintOver(Graphics2D) - Method in class edu.neu.ccs.gui.BufferedPanel
Override this paintOver method to add additional painting actions after the default buffer repaint is done during a repaint() call.
paintView - Variable in class edu.neu.ccs.jpf.MethodGUI
The return view for Paint.
paintable - Variable in class edu.neu.ccs.gui.ClippingWrapper
The wrapped paintable.
paintable - Variable in class edu.neu.ccs.gui.PaintableButton
The encapsulated paintable that defines this button.
paintable - Variable in class edu.neu.ccs.gui.PaintableComponent
The encapsulated paintable that defines this component.
paintable - Variable in class edu.neu.ccs.gui.PlotMark
The paintable if used instead of an algorithm.
paintable - Variable in class edu.neu.ccs.gui.Tile
The wrapped paintable.
paintables - Variable in class edu.neu.ccs.gui.ImageViewerBase
The array of ImagePaintableLite objects that encapsulate the list of references to the images to be viewed; this data MUST be set by a derived class prior to a call to the method makeGUI.
paintablesequence - Variable in class edu.neu.ccs.gui.BufferedPanel
The paintable sequence that paints on top of the buffer.
paintablesequence - Variable in class edu.neu.ccs.gui.PaintableSequence
The vector to hold the paintable sequence.
painter - Variable in class edu.neu.ccs.gui.BufferedPanel
The internal painter panel.
paintmode - Variable in class edu.neu.ccs.gui.ShapePaintable
The paint mode.
pairList - Variable in class edu.neu.ccs.quick.StringObjectMap
The vector of string-object pairs in order.
pairmap - Variable in class edu.neu.ccs.gui.StringObjectDropdown
The internal two way map.
pairmap - Variable in class edu.neu.ccs.gui.StringObjectRadioPanel
The internal two way map.
palegoldenrod - Static variable in class edu.neu.ccs.Colors
Color palegoldenrod = PaleGoldenrod.
palegreen - Static variable in class edu.neu.ccs.Colors
Color palegreen = PaleGreen.
paleturquoise - Static variable in class edu.neu.ccs.Colors
Color paleturquoise = PaleTurquoise.
palevioletred - Static variable in class edu.neu.ccs.Colors
Color palevioletred = PaleVioletRed.
pan - Static variable in class edu.neu.ccs.util.SoundUtilities
Pan for all lines created through this interface.
paneHeight - Variable in class edu.neu.ccs.gui.VisualColorList
The pane height that must be between MIN_HEIGHT and MAX_HEIGHT.
panel - Variable in class edu.neu.ccs.gui.BufferedPanel.Painter
Reference to the BufferedPanel that created this Painter.
panel - Variable in class edu.neu.ccs.gui.RequestImageViewer
The panel for the labeled text field views in the main GUI.
panel - Variable in class edu.neu.ccs.gui.RequestWebImageViewer
The panel for the labeled text field views in the main GUI.
panel1 - Variable in class edu.neu.ccs.gui.VisualColorSampler
The left hand panel: VisualColorList.
panel2 - Variable in class edu.neu.ccs.gui.VisualColorSampler
The right hand panel: CheckerBoard.
papayawhip - Static variable in class edu.neu.ccs.Colors
Color papayawhip = PapayaWhip.
parameterPanel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The table panel for all plot parameters combined.
parameterStuff - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The ingredients for the table panel for all plot parameters combined.
parameterTypeNames - Variable in class edu.neu.ccs.jpf.MethodGUI
The parameter type names.
parameterTypes - Variable in class edu.neu.ccs.jpf.MethodGUI
The parameter types.
parameterViews - Variable in class edu.neu.ccs.jpf.MethodGUI
The parameter views.
parameters - Variable in class edu.neu.ccs.parser.SimpleFunction
The function formal parameters.
parameters() - Method in class edu.neu.ccs.parser.SimpleFunction
Returns a copy of this function's formal parameter list.
parametersAsString() - Method in class edu.neu.ccs.parser.SimpleFunction
Returns a copy of this function's formal parameter list as a comma separated string.
paramsLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the function parameters text field.
paramsStuff - Variable in class edu.neu.ccs.gui.FontSampler
The font params stuff.
paramsTFV - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The function parameters text field.
paramsTable - Variable in class edu.neu.ccs.gui.FontSampler
The font params table
parentDialog - Variable in class edu.neu.ccs.gui.GeneralDialog
Parent Dialog if any.
parentFrame - Variable in class edu.neu.ccs.gui.GeneralDialog
Parent Frame if any.
parse(String) - Method in class edu.neu.ccs.parser.BaseParser
Parses the given string d and returns the Object it represents, given this parsing scheme.
parse(String) - Method in interface edu.neu.ccs.parser.Parser
Parses the given data and returns the Object it represents, given this parsing scheme.
parse4(String[]) - Method in class edu.neu.ccs.XFourier
Helper method for parsing non-zero fourier.
parseArgumentList() - Method in class edu.neu.ccs.parser.BaseParser
Parses the next argument list in the data String assuming that each argument is to be evaluated and returns an array of objects representing the list.
parseAssignment(Hashtable) - Method in class edu.neu.ccs.parser.BaseParser
Parse assignment, that is, "set" or "let".
parseBoolean(String) - Static method in class edu.neu.ccs.XBoolean
Parses a boolean value from a String using the current shared parser object.
parseBoolean(String, String) - Static method in class edu.neu.ccs.gui.BooleanView
Returns the boolean value represented by the given String data.
parseByte(String) - Static method in class edu.neu.ccs.XByte
Parses a byte value from a String using the current shared parser.
parseChar(String) - Static method in class edu.neu.ccs.XChar
Parses a char value from a String using the current shared parser.
parseColor(String) - Static method in class edu.neu.ccs.XColor
Gets a Color value from a data String if the data is valid or throws a ParseException.
parseDouble(String) - Static method in class edu.neu.ccs.XDouble
Parses a double value from a String using the current shared parser.
parseEval() - Method in class edu.neu.ccs.parser.BaseParser
Parse the "eval" operation.
parseExpression(ObjectOperationPair) - Method in class edu.neu.ccs.parser.BaseParser
Recursive method that parses the next expression in the data string.
parseExpression() - Method in class edu.neu.ccs.parser.BaseParser
Returns the result of parsing the next expression in the data string.
parseFloat(String) - Static method in class edu.neu.ccs.XFloat
Parses a float value from a String using the current shared parser.
parseFourierCoefficients(String, String) - Method in class edu.neu.ccs.XFourier
 
parseFourierConstant(String) - Method in class edu.neu.ccs.XFourier
 
parseFunctionCall(String) - Method in class edu.neu.ccs.parser.BaseParser
Parse a function with arguments and return its value.
parseIdentifierExpression() - Method in class edu.neu.ccs.parser.BaseParser
Parse an expression that is introduced by an identifier.
parseIdentifierExpressionList() - Method in class edu.neu.ccs.parser.BaseParser
Parses the next argument list that consists of an identifier that is to be returned literally and a value expression to be evaluated.
parseIfThenElse() - Method in class edu.neu.ccs.parser.BaseParser
Parse if-then-else, that is, "if".
parseInt(String) - Static method in class edu.neu.ccs.XInt
Parses an int value from a String using the current shared parser.
parseLong(String) - Static method in class edu.neu.ccs.XLong
Parses a long value from a String using the current shared parser.
parseNestedExpression() - Method in class edu.neu.ccs.parser.BaseParser
Parse an expression in parentheses, that is, a nested expression, and return its value.
parseNumber() - Method in class edu.neu.ccs.parser.BaseParser
Parses the next numeric token in the data String and returns an object representation of its value.
parseRandom() - Method in class edu.neu.ccs.parser.BaseParser
The "random" function is a special function that takes 0, 1, or 2 numeric arguments and has the following interpretation.
parseShort(String) - Static method in class edu.neu.ccs.XShort
Parses a short value from a String using the current shared parser.
parseSpecialFunction(String) - Method in class edu.neu.ccs.parser.BaseParser
Parse a special function whose parameter list may not be completely evaluated.
parseWithArgumentList(String, String[], Object[]) - Method in class edu.neu.ccs.parser.BaseParser
Parses the given string d in the context of a symbolic argument list and associated values and returns the Object represented by the string d given this parsing scheme.
parser - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The parser that will be used to evaluate functions for the purpose of making plots.
parser - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
Reference to the default JPT parser.
parser - Static variable in class edu.neu.ccs.parser.ParserUtilities
Default parser used by JPT classes.
parser - Variable in class edu.neu.ccs.parser.SimpleFunction
The parser that will be used to evaluate this function.
parser() - Method in class edu.neu.ccs.parser.SimpleFunction
Returns this function's parser.
parserContextStack - Variable in class edu.neu.ccs.parser.BaseParser
The vector that operates as a stack to save and restore the parser context in each call of parse.
paste() - Method in class edu.neu.ccs.console.ConsoleTextPane
Pastes the clipboard contents into the pane at the current caret position, but only if the caret position or selection is completely enclosed within the bounds of the current input text.
path - Variable in class edu.neu.ccs.gui.BaseShape
The GeneralPath used to implement the Shape.
path - Variable in class edu.neu.ccs.pedagogy.Turtle
The path to outline the turtle triangle shape.
pathList - Variable in class edu.neu.ccs.gui.PathListIterator
The path list used by this iterator.
pathlist - Variable in class edu.neu.ccs.gui.PathList
The path list.
pathstrategy - Variable in class edu.neu.ccs.gui.BaseShape
The Path.Strategy.
pauseThread(long) - Static method in class edu.neu.ccs.util.JPTUtilities
Pauses the calling thread for at most the given number of milliseconds.
peachpuff - Static variable in class edu.neu.ccs.Colors
Color peachpuff = PeachPuff.
penPaint - Variable in class edu.neu.ccs.pedagogy.Turtle
The turtle pen paint.
penState - Variable in class edu.neu.ccs.pedagogy.Turtle
The turtle pen state.
perform() - Method in class edu.neu.ccs.gui.PaintableButton.RefreshListener
 
perform() - Method in class edu.neu.ccs.gui.PaintableComponent.RefreshListener
 
perform() - Method in class edu.neu.ccs.gui.SimpleAction
Performs the tasks encapsulated by this action.
perform() - Method in class edu.neu.ccs.gui.SimpleThreadedAction
Performs the tasks encapsulated by this action.
performAction(Method) - Method in class edu.neu.ccs.jpf.JPFPane
Performs the given method.
performActionUsingGUI(Method) - Method in class edu.neu.ccs.jpf.JPFPane
Constructs the method GUI.
performOperation(Object, Object) - Method in class edu.neu.ccs.parser.BooleanOperation
Performs the operation on the given values and returns the result.
performOperation(Object, Object) - Method in class edu.neu.ccs.parser.NumericOperation
Performs the operation on the given values and returns the result.
performOperation(Object, Object) - Method in class edu.neu.ccs.parser.Operation
Performs the operation on the given values and returns the result.
performRequest(boolean, boolean) - Method in class edu.neu.ccs.gui.FileView
Returns a String path that was either input into the filename field directly, selected using the file chooser brought up by browsing, or selected using the file chooser brought up as part of the error recovery strategy.
performThreaded() - Method in class edu.neu.ccs.gui.SimpleThreadedAction
Executes the perform method in a separate thread.
period - Static variable in class edu.neu.ccs.XBigInteger
The period character for bit parsing.
peru - Static variable in class edu.neu.ccs.Colors
Color peru = Peru.
pink - Static variable in class edu.neu.ccs.Colors
Color pink = Pink.
pixels - Variable in class edu.neu.ccs.gui.SliderView
The track pixels, that is, the size of the track along its major direction.
playImpl(AudioInputStream) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the given audio input stream.
playImpl(Sequence) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the given MIDI sequence.
playMidi(String) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the MIDI sequence stored in a file with the given name.
playMidi(File) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the MIDI sequence stored in the given file.
playMidi(URL) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the MIDI sequence stored in the file at the given URL.
playSound(String) - Static method in class edu.neu.ccs.util.SoundUtilities
Plays the sound file with the given file name.
playSound(File) - Static method in class edu.neu.ccs.util.SoundUtilities
 
playSound(URL) - Static method in class edu.neu.ccs.util.SoundUtilities
 
plotAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for the button “Plot Functions”.
plotAxes(Graphics2D, Paint, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots axes in the given graphics context using the given color or Paint and the given line thickness.
plotButton - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The button “Plot Functions”.
plotData() - Method in class edu.neu.ccs.gui.FunctionsPlotter
The helper method for the button “Plot Functions”.
plotData(Graphics2D, Point2D[], Paint) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array using the world to image transform and draws a line plot of the transformed points in the given graphics context using the given color or Paint to draw the lines.
plotData(Graphics2D, Point2D[], Paint, Stroke) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array using the world to image transform and draws a line plot of the transformed points in the given graphics context using the given color or Paint and the given Stroke to draw the lines.
plotData(Graphics2D, Point2D[][], Paint) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of point arrays using the world to image transform and draws a line plot of each transformed 1-dimensional point array in the given graphics context using the given color or Paint to draw the lines.
plotData(Graphics2D, Point2D[][], Paint, Stroke) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of point arrays using the world to image transform and draws a line plot of each transformed 1-dimensional point array in the given graphics context using the given color or Paint and the given Stroke to draw the lines.
plotData(Graphics2D, Point2D[][], Paint[]) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of point arrays using the world to image transform and draws a line plot of each transformed 1-dimensional point array in the given graphics context using the given color or Paint array to draw the lines.
plotData(Graphics2D, Point2D[][], Paint[], Stroke) - Method in class edu.neu.ccs.gui.PlotTool
Transforms the points of the given array of point arrays using the world to image transform and draws a line plot of each transformed 1-dimensional point array in the given graphics context using the given color or Paint array and the given Stroke to draw the lines.
plotGridLines(Graphics2D, Paint, double, double) - Method in class edu.neu.ccs.gui.PlotTool
Plots vertical and horizontal grid lines of thickness 1 using the given color or Paint and the given grid spacing values.
plotGridLines(Graphics2D, Paint, Point2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots vertical and horizontal grid lines of thickness 1 using the given color or Paint and the given grid spacing values encapsulated as a Point2D object.
plotHGridLine(Graphics2D, double) - Method in class edu.neu.ccs.gui.PlotTool
Plots a horizontal grid line corresponding to the given y position in world coordinates, in the given graphics context.
plotHGridLines(Graphics2D, Paint, double) - Method in class edu.neu.ccs.gui.PlotTool
Plots a sequence of horizontal grid lines of thickness 1 using the given color or Paint and the given y grid spacing value.
plotHTickMark(Graphics2D, double, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots a horizontal tick line corresponding to the given y position in world coordinates, in the given graphics context using the given tick size.
plotHTickMarks(Graphics2D, Paint, double, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots a sequence of horizontal tick marks of thickness 1 using the given color or Paint, y grid spacing value, and tick mark length.
plotMethod() - Method in class edu.neu.ccs.gui.FunctionsPlotter
The method for the button “Plot Functions”.
plotPanePanel - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The entire plot pane table panel.
plotPaneStuff - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The ingredients for the entire plot pane table panel.
plotTickMarks(Graphics2D, Paint, double, double, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots vertical and horizontal tick marks of thickness 1 using the given color or Paint, the grid spacing values and tick mark length.
plotTickMarks(Graphics2D, Paint, Point2D, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots vertical and horizontal tick marks of thickness 1 using the given color or Paint, grid spacing values encapsulated as a Point2D object, and tick mark length.
plotVGridLine(Graphics2D, double) - Method in class edu.neu.ccs.gui.PlotTool
Plots a vertical grid line corresponding to the given x position in world coordinates, in the given graphics context.
plotVGridLines(Graphics2D, Paint, double) - Method in class edu.neu.ccs.gui.PlotTool
Plots a sequence of vertical grid lines of thickness 1 using the given color or Paint and the given x grid spacing value.
plotVTickMark(Graphics2D, double, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots a vertical tick line corresponding to the given x position in world coordinates, in the given graphics context using the given tick size.
plotVTickMarks(Graphics2D, Paint, double, int) - Method in class edu.neu.ccs.gui.PlotTool
Plots a sequence of vertical tick marks of thickness 1 using the given color or Paint, x grid spacing value, and tick mark length.
plotmark - Variable in class edu.neu.ccs.gui.PointPaintable
The internal plotmark for this PointPaintable.
plottool - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The PlotTool object for doing the plots.
plum - Static variable in class edu.neu.ccs.Colors
Color plum = Plum.
point - Variable in class edu.neu.ccs.gui.PointPaintable
The internal point for this PointPaintable.
point1 - Variable in class edu.neu.ccs.pedagogy.Turtle
Endpoint 1 of the line.
point2 - Variable in class edu.neu.ccs.pedagogy.Turtle
Endpoint 2 of the line.
pointer - Variable in class edu.neu.ccs.gui.PathListIterator
The interator index.
polygon(double, double, double, int) - Static method in class edu.neu.ccs.gui.RegularShape
Creates a regular polygon with center (x,y) and radius r with the initial vertex positioned vertically above the center and with the given number of vertices.
popContext() - Method in class edu.neu.ccs.parser.BaseParser
Pop and restore the previous parser context.
populateFcnsList() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Populate the simple functions dropdown list with the names of all simple functions currently installed in the default parser.
populateOrdinaryFcnsList() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Populate the ordinary functions dropdown list with the names of all ordinary functions currently installed in the default parser.
populateReservedList() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Populate the reserved dropdown list with the reserved names currently installed in the default parser.
positive - Static variable in class edu.neu.ccs.XBigInteger
The introductory string for the bit represention of positive numbers.
possiblyContains(double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a point specified by coordinates is possibly inside the original paintable.
postInit() - Method in class edu.neu.ccs.jpf.JPFApplet
Override this method to do tasks that must occur after the JPFPane pane is created.
pow(Function.OneArg, double) - Static method in class edu.neu.ccs.F
The function to compute the function f-to-the-power-a = Math.pow(f.evaluate(x),a).
pow(double, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function a-to-the-power-f = Math.pow(a,f.evaluate(x)).
pow(Function.OneArg, Function.OneArg) - Static method in class edu.neu.ccs.F
The function to compute the function f-to-the-power-g = Math.pow(f.evaluate(x),g.evaluate(x)).
pow(int) - Method in class edu.neu.ccs.XBigInteger
Sets this to the value of this raised to the given integer exponent e which must be a non-negative integer.
pow(XBigInteger, int) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is the given base x raised to the given exponent e which must be a non-negative integer.
powderblue - Static variable in class edu.neu.ccs.Colors
Color powderblue = PowderBlue.
power(Function.OneArg, int) - Static method in class edu.neu.ccs.F
The function to compute the function f-to-the-power-n = MathUtilities.power(f.evaluate(x),n).
power(FunctionComplex.OneArg, int) - Static method in class edu.neu.ccs.FC
The function to compute the function f-to-the-power-n.
power(XComplex, int) - Static method in class edu.neu.ccs.XComplex
Returns the n-th power of z, zn, using the given integer exponent n.
power(double, int) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the n-th power of x, xn, using the given integer exponent n.
preInit() - Method in class edu.neu.ccs.jpf.JPFApplet
Override this method to do tasks that must occur before the JPFPane pane is created.
precedence - Variable in class edu.neu.ccs.parser.BaseParser
List of hashtables storing the precedence relationship between operations.
precedenceOf(Operation) - Method in class edu.neu.ccs.parser.BaseParser
Returns the index in the precedence list corresponding to the precedence of the given operation, or -1 if the given operation is null or is not in the precedence list.
preferredColumnWidth(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual preferred width for the given column.
preferredColumnWidths() - Method in class edu.neu.ccs.gui.TableLayout
Returns the preferred widths for the columns in this table layout.
preferredLayoutSize(Container) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Returns the preferred size required to layout the components contained in the parent container.
preferredLayoutSize(Container) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the preferred size for the parent container given the preferred size of the contained component.
preferredLayoutSize(Container) - Method in class edu.neu.ccs.gui.CenterLayout
Returns the preferred size for the parent container given the preferred size of the contained component.
preferredLayoutSize(Container) - Method in class edu.neu.ccs.gui.TableLayout
Returns the preferred size for this table layout.
preferredRowHeight(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the actual preferred height for the given row.
preferredRowHeights() - Method in class edu.neu.ccs.gui.TableLayout
Returns the preferred heights for the rows in this table layout.
preferredWidth - Variable in class edu.neu.ccs.gui.Dropdown
The current preferred width if one is enabled or -1 if preferred width is disabled.
preferredWidth - Variable in class edu.neu.ccs.gui.TextFieldView
The current preferred width if one is enabled or -1 if preferred width is disabled.
prefixRepeatChar(String, char, int) - Static method in class edu.neu.ccs.Strings
Returns a string with count instances of the given character c prefixed to the given string.
prefixes - Variable in class edu.neu.ccs.parser.BaseParser
Table of prefixes of operation symbols.
preservesShape - Variable in class edu.neu.ccs.gui.PlotTool
Whether or not to preserve geometric shape.
preservesShape() - Method in class edu.neu.ccs.gui.PlotTool
Returns whether or not this tool preserves geometric shape.
pressActions - Variable in class edu.neu.ccs.gui.ColorPane
The caller-defined actions performed when the slider thumb is pressed in any of the 4 sliders.
pressActions - Variable in class edu.neu.ccs.gui.SliderView
The caller-defined actions performed when the slider thumb is pressed.
pressEvent - Variable in class edu.neu.ccs.gui.SliderView
The standard event that will be passed to the sequence pressActions when the mouse is pressed in the active area of the slider (thumb or track).
pressReturn() - Method in class edu.neu.ccs.console.ConsoleGateway
Prints a default prompt to the text output stream for the user to press the Return key, and pauses the current thread until the user presses the key.
pressReturn(String) - Method in class edu.neu.ccs.console.ConsoleGateway
Prints the given prompt to the text output stream and pauses the current thread until the user presses the key.
pressedAction - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The action for mouse pressed in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates as a text paintable with string (x,y) at the postion of the mouse press.
pressedActions - Variable in class edu.neu.ccs.gui.KeyActionAdapter
List of action listeners to be performed upon the notification of key pressed events.
pressedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse pressed events.
pressedMethod(MouseEvent) - Method in class edu.neu.ccs.gui.FunctionsPlotter
The method for mouse pressed in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates as a text paintable with string (x,y) at the postion of the mouse press.
previousList(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns the previous list in lexicographic order that precedes this list and has the same data elements.
primitivePairs - Static variable in class edu.neu.ccs.jpf.JPFHelper
The array primitivePairs pairs a primitive type, the Java wrapper for a primitive type, or the Stringable wrapper for a primitive type with its corresponding Stringable wrapper.
primitiveTable - Static variable in class edu.neu.ccs.jpf.JPFHelper
The hash table primitiveTable pairs a primitive type, the Java wrapper for a primitive type, or the Stringable wrapper for a primitive type with its corresponding Stringable wrapper.
processComponentKeyEvent(KeyEvent) - Method in class edu.neu.ccs.console.ConsoleTextPane
Handles a key event trapped by the text pane.
prompt(String) - Method in class edu.neu.ccs.console.ConsoleGateway
Prints a prompt to the text output stream that is followed by a single space, but no line separator sequence.
prompt(String, String) - Method in class edu.neu.ccs.console.ConsoleGateway
Prints a prompt to the text output stream that is followed by a single space and a default text response in square brackets, but no line separator sequence.
properties - Variable in class edu.neu.ccs.gui.ArrayPanel
Property list for this view object.
properties - Variable in class edu.neu.ccs.gui.BooleanView
Property list for this view object.
properties - Variable in class edu.neu.ccs.gui.FileView
Property list for this view object.
properties - Variable in class edu.neu.ccs.gui.GeneralViewSupport
The property list for this view object.
properties - Variable in class edu.neu.ccs.gui.OptionsView
Property list for this view object.
properties - Variable in class edu.neu.ccs.gui.SliderView
The property list for this view object.
properties - Variable in class edu.neu.ccs.gui.TextAreaView
Property list for this view object.
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.filter.RangeFilter
Passes on events generated by property changes imposed on the minimum and maximum bounds.
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.PropertyChangeActionAdapter
Performs the stored action sequence when a property has been changed.
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.PropertyChangeForwardingListener
Handles the given PropertyChangeEvent by firing a property change for the SupportsPropertyChange object referenced by this listener.
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.SimpleAction
Performs this property change action by calling the simplified perform method of this class.
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.SimpleThreadedAction
Performs this property change action by calling the performThreaded method which executes the simplified perform method in a separate thread
propertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.XObjectView
Handles a property change event issued by the data model.
propertyChangeActionPerformed(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.PropertyChangeAction
Performs the tasks encapsulated by this action.
prune(Object, Method[]) - Method in interface edu.neu.ccs.jpf.MethodFilter
A MethodFilter must define a prune method that accepts an initializer and an array of methods to prune.
pruneElement(int) - Method in class edu.neu.ccs.SmallSet
Prunes the given element from this set provided that the element is in the range from minimum to maximum.
pruneElements(int[]) - Method in class edu.neu.ccs.SmallSet
Prunes the elements from the given array of elements from this set.
pruneRange(int, int) - Method in class edu.neu.ccs.SmallSet
Prunes the elements from min to max inclusive from this set.
pruneSet(SmallSet) - Method in class edu.neu.ccs.SmallSet
Prunes this set by removing the elements in common with the given set, that is, replaces this set by its set difference with the given set.
purple - Static variable in class edu.neu.ccs.Colors
Color purple = Purple.
pushContext(String) - Method in class edu.neu.ccs.parser.BaseParser
Save the current parser context and initialize a new context to parse the string d.
put(Object, Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Associates the specified value with the specified key in this hash table.
put(Object, Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Associates the specified value with the specified key in this map.
putPairs(Object[][]) - Method in class edu.neu.ccs.quick.QuickHashMap
Method that adds the given 2-dimensional array of key-value pairs one-by-one to the hash map.
putPairs(Object[][]) - Method in class edu.neu.ccs.quick.QuickHashtable
Method that adds the given 2-dimensional array of key-value pairs one-by-one to the hash table.
putPairs(Object[][]) - Method in class edu.neu.ccs.quick.QuickTreeMap
Method that adds the given 2-dimensional array of key-value pairs one-by-one to the tree map.
putPairsSymmetric(Object[][]) - Method in class edu.neu.ccs.quick.QuickHashMap
Method that adds the given 2-dimensional array of key-value pairs one-by-one symmetrically to the hash map.
putPairsSymmetric(Object[][]) - Method in class edu.neu.ccs.quick.QuickHashtable
Method that adds the given 2-dimensional array of key-value pairs one-by-one symmetrically to the hash table.
putPairsSymmetric(Object[][]) - Method in class edu.neu.ccs.quick.QuickTreeMap
Method that adds the given 2-dimensional array of key-value pairs one-by-one symmetrically to the tree map.
putSymmetric(Object, Object) - Method in class edu.neu.ccs.quick.QuickHashMap
Method that adds the key-value pair symmetrically to the hash map, that is, the key maps to the value and the value maps to the key.
putSymmetric(Object, Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Method that adds the key-value pair symmetrically to the hash table, that is, the key maps to the value and the value maps to the key.
putSymmetric(Object, Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Method that adds the key-value pair symmetrically to the tree map, that is, the key maps to the value and the value maps to the key.
putValue(String, Object) - Method in class edu.neu.ccs.gui.ActionWrapper
 

Q

Q - Variable in class edu.neu.ccs.gui.PlotTool
Helper for point computation.
QUAD - Static variable in class edu.neu.ccs.gui.PathList
Shorthand constant for PathIterator.SEG_QUADTO.
QUAD - Static variable in class edu.neu.ccs.gui.PathListFunction
Shorthand constant for PathIterator.SEG_QUADTO.
QUAD - Static variable in class edu.neu.ccs.gui.PathListIterator
Shorthand constant for PathIterator.SEG_QUADTO.
QUAD - Static variable in class edu.neu.ccs.gui.PathNode
Shorthand constant for PathIterator.SEG_QUADTO.
QuarterCircleData(int) - Static method in class edu.neu.ccs.gui.PlotMarkAlgorithm
Returns the data for construction of a quarter circle path of the given radius.
QuickArrayList - class edu.neu.ccs.quick.QuickArrayList.
QuickArrayList extends ArrayList by adding one constructor and three methods addItems, setItems, and removeItems that handle an array of Object at once.
QuickArrayList() - Constructor for class edu.neu.ccs.quick.QuickArrayList
A constructor that delegates to class ArrayList.
QuickArrayList(Collection) - Constructor for class edu.neu.ccs.quick.QuickArrayList
A constructor that delegates to class ArrayList.
QuickArrayList(int) - Constructor for class edu.neu.ccs.quick.QuickArrayList
A constructor that delegates to class ArrayList.
QuickArrayList(Object[]) - Constructor for class edu.neu.ccs.quick.QuickArrayList
Constructor that adds the given array of items one-by-one to the array list.
QuickHashMap - class edu.neu.ccs.quick.QuickHashMap.
QuickHashMap extends HashMap by adding one constructor and three methods putPairs, setPairs, and removeKeys that handle an array of Object at once.
QuickHashMap() - Constructor for class edu.neu.ccs.quick.QuickHashMap
A constructor that delegates to class HashMap.
QuickHashMap(int) - Constructor for class edu.neu.ccs.quick.QuickHashMap
A constructor that delegates to class HashMap.
QuickHashMap(int, float) - Constructor for class edu.neu.ccs.quick.QuickHashMap
A constructor that delegates to class HashMap.
QuickHashMap(Map) - Constructor for class edu.neu.ccs.quick.QuickHashMap
A constructor that delegates to class HashMap.
QuickHashMap(Object[][]) - Constructor for class edu.neu.ccs.quick.QuickHashMap
Constructor that adds the given 2-dimensional array of key-value pairs one-by-one to the hash map.
QuickHashSet - class edu.neu.ccs.quick.QuickHashSet.
QuickHashSet extends HashSet by adding one constructor and three methods addItems, setItems, and removeItems that handle an array of Object at once.
QuickHashSet() - Constructor for class edu.neu.ccs.quick.QuickHashSet
A constructor that delegates to class HashSet.
QuickHashSet(Collection) - Constructor for class edu.neu.ccs.quick.QuickHashSet
A constructor that delegates to class HashSet.
QuickHashSet(int) - Constructor for class edu.neu.ccs.quick.QuickHashSet
A constructor that delegates to class HashSet.
QuickHashSet(int, float) - Constructor for class edu.neu.ccs.quick.QuickHashSet
A constructor that delegates to class HashSet.
QuickHashSet(Object[]) - Constructor for class edu.neu.ccs.quick.QuickHashSet
Constructor that adds the given array of items one-by-one to the hash set.
QuickHashtable - class edu.neu.ccs.quick.QuickHashtable.
QuickHashtable extends Hashtable by adding one constructor and three methods putPairs, setPairs, and removeKeys that handle an array of Object at once.
QuickHashtable() - Constructor for class edu.neu.ccs.quick.QuickHashtable
A constructor that delegates to class Hashtable.
QuickHashtable(int) - Constructor for class edu.neu.ccs.quick.QuickHashtable
A constructor that delegates to class Hashtable.
QuickHashtable(int, float) - Constructor for class edu.neu.ccs.quick.QuickHashtable
A constructor that delegates to class Hashtable.
QuickHashtable(Map) - Constructor for class edu.neu.ccs.quick.QuickHashtable
A constructor that delegates to class Hashtable.
QuickHashtable(Object[][]) - Constructor for class edu.neu.ccs.quick.QuickHashtable
Constructor that adds the given 2-dimensional array of key-value pairs one-by-one to the hash table.
QuickLinkedList - class edu.neu.ccs.quick.QuickLinkedList.
QuickLinkedList extends LinkedList by adding one constructor and three methods addItems, setItems, and removeItems that handle an array of Object at once.
QuickLinkedList() - Constructor for class edu.neu.ccs.quick.QuickLinkedList
A constructor that delegates to class LinkedList.
QuickLinkedList(Collection) - Constructor for class edu.neu.ccs.quick.QuickLinkedList
A constructor that delegates to class LinkedList.
QuickLinkedList(Object[]) - Constructor for class edu.neu.ccs.quick.QuickLinkedList
Constructor that adds the given array of items one-by-one to the linked list.
QuickTreeMap - class edu.neu.ccs.quick.QuickTreeMap.
QuickTreeMap extends TreeMap by adding two constructors and three methods putPairs, setPairs, and removeKeys that handle an array of Object at once.
QuickTreeMap() - Constructor for class edu.neu.ccs.quick.QuickTreeMap
A constructor that delegates to class TreeMap.
QuickTreeMap(Comparator) - Constructor for class edu.neu.ccs.quick.QuickTreeMap
A constructor that delegates to class TreeMap.
QuickTreeMap(Map) - Constructor for class edu.neu.ccs.quick.QuickTreeMap
A constructor that delegates to class TreeMap.
QuickTreeMap(SortedMap) - Constructor for class edu.neu.ccs.quick.QuickTreeMap
A constructor that delegates to class TreeMap.
QuickTreeMap(Object[][]) - Constructor for class edu.neu.ccs.quick.QuickTreeMap
Constructor that adds the given 2-dimensional array of key-value pairs one-by-one to the tree map.
QuickTreeMap(Comparator, Object[][]) - Constructor for class edu.neu.ccs.quick.QuickTreeMap
Constructor that sets the Comparator and then adds the given 2-dimensional array of key-value pairs one-by-one to the tree map.
QuickTreeSet - class edu.neu.ccs.quick.QuickTreeSet.
QuickTreeSet extends TreeSet by adding two constructors and three methods addItems, setItems, and removeItems that handle an array of Object at once.
QuickTreeSet() - Constructor for class edu.neu.ccs.quick.QuickTreeSet
A constructor that delegates to class TreeSet.
QuickTreeSet(Collection) - Constructor for class edu.neu.ccs.quick.QuickTreeSet
A constructor that delegates to class TreeSet.
QuickTreeSet(Comparator) - Constructor for class edu.neu.ccs.quick.QuickTreeSet
A constructor that delegates to class TreeSet.
QuickTreeSet(SortedSet) - Constructor for class edu.neu.ccs.quick.QuickTreeSet
A constructor that delegates to class TreeSet.
QuickTreeSet(Object[]) - Constructor for class edu.neu.ccs.quick.QuickTreeSet
Constructor that adds the given array of items one-by-one to the tree set.
QuickTreeSet(Comparator, Object[]) - Constructor for class edu.neu.ccs.quick.QuickTreeSet
Constructor that sets the Comparator and then adds the given array of items one-by-one to the tree set.
QuickVector - class edu.neu.ccs.quick.QuickVector.
QuickVector extends Vector by adding one constructor and three methods addItems, setItems, and removeItems that handle an array of Object at once.
QuickVector() - Constructor for class edu.neu.ccs.quick.QuickVector
A constructor that delegates to class Vector.
QuickVector(Collection) - Constructor for class edu.neu.ccs.quick.QuickVector
A constructor that delegates to class Vector.
QuickVector(int) - Constructor for class edu.neu.ccs.quick.QuickVector
A constructor that delegates to class Vector.
QuickVector(int, int) - Constructor for class edu.neu.ccs.quick.QuickVector
A constructor that delegates to class Vector.
QuickVector(Object[]) - Constructor for class edu.neu.ccs.quick.QuickVector
Constructor that adds the given array of items one-by-one to the vector.
quad(double, double, double, double) - Method in class edu.neu.ccs.gui.PathList
Append a new PathNode of type QUAD.
quad(double, double, double, double) - Static method in class edu.neu.ccs.gui.PathNode
Factory method the construct a PathNode of type QUAD.
quickRepaint() - Method in class edu.neu.ccs.gui.BufferedPanel
Repaints the buffered panel directly without a call to the generic repaint method in Component.

R

RADIANS - Static variable in class edu.neu.ccs.XFourier
The type for radians input.
RADIX_POINT - Variable in class edu.neu.ccs.parser.BaseParser
String token representing the radix point.
RANDOM - Variable in class edu.neu.ccs.parser.BaseParser
The reserved keyword "random" to indicate the special function that takes 0, 1, or 2 numeric arguments and has the following interpretation.
RELEASE_ACTION - Static variable in class edu.neu.ccs.gui.SliderView
The ID for a release action event.
REMOVE_PAINTABLE - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name to remove paintables.
REMOVE_SHAPE_DATA - Static variable in class edu.neu.ccs.gui.BaseShape
Bound property name to clear/remove all vertex and tangent data.
REMOVE_VERTEX - Static variable in class edu.neu.ccs.gui.BaseVertexShape
Bound property name to remove one or more vertices.
REMOVE_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonDotsShape
Bound property name to remove one vertex.
REMOVE_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonShape
Bound property name to remove one vertex.
REMOVE_VERTEX_TANGENT - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to remove one or more vertex-tangent pairs.
RHS - Variable in class edu.neu.ccs.jpf.JPFPane
RHS of main GUI panel.
RIGHT - Static variable in class edu.neu.ccs.gui.Borders
The int TitledBorder.RIGHT.
RIGHT - Static variable in class edu.neu.ccs.gui.TextAnchor
The XLocator object that corresponds to an anchor at the right edge of the displayed string.
RIGHT_ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines RIGHT and ASCENTLINE.
RIGHT_BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines RIGHT and BASELINE.
RIGHT_DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines RIGHT and DESCENTLINE.
RIGHT_LEADINGLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines RIGHT and LEADINGLINE.
ROUND_CEILING - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to assert that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP - Static variable in class edu.neu.ccs.XBigDecimal
Rounding mode to round away from zero.
R_Color - Variable in class edu.neu.ccs.gui.ColorPane
The common color for the red slider.
R_Label - Variable in class edu.neu.ccs.gui.ColorPane
The label for the red slider.
R_Paint - Variable in class edu.neu.ccs.gui.ColorPane
The gradient paint for the red slider track.
R_Slider - Variable in class edu.neu.ccs.gui.ColorPane
The red slider.
RadioPanel - class edu.neu.ccs.gui.RadioPanel.
RadioPanel implements the base panel for matching strings and radio buttons and maintaining the mutual exclusiveness of button selection.
RadioPanel() - Constructor for class edu.neu.ccs.gui.RadioPanel
The default constructor.
RadioPanel(LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel with the given layout manager.
RadioPanel(String[]) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings.
RadioPanel(String[], LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given layout manager is used to layout the buttons.
RadioPanel(String[], int) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given selection is the index of the button that is initially selected.
RadioPanel(String[], int, LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given selection is the index of the button that is initially selected; the given layout manager is used to layout the buttons.
RadioPanel(String[], ActionListener) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons.
RadioPanel(String[], ActionListener, LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given layout manager is used to layout the buttons.
RadioPanel(String[], ActionListener, int) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given selection is the index of the button that is initially selected.
RadioPanel(String[], ActionListener, int, LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listener becomes a listener for all buttons; the given selection is the index of the button that is initially selected; the given layout manager is used to layout the buttons.
RadioPanel(String[], ActionListener[]) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons.
RadioPanel(String[], ActionListener[], LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons.
RadioPanel(String[], ActionListener[], int) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons.
RadioPanel(String[], ActionListener[], int, LayoutManager) - Constructor for class edu.neu.ccs.gui.RadioPanel
Constructs a panel containing radio buttons labeled with the given array of strings; the given action listeners become listeners for the corresponding buttons.
RangeFilter - class edu.neu.ccs.filter.RangeFilter.
Filter that enforces inclusive or exclusive numeric upper and lower bounds by throwing an exception when the data to be filtered violates either bound.
RangeFilter() - Constructor for class edu.neu.ccs.filter.RangeFilter
 
RangeFilter.BigDecimal - class edu.neu.ccs.filter.RangeFilter.BigDecimal.
Range filter representing real number upper and lower bounds of arbitrary precision.
RangeFilter.BigDecimal(BigDecimal, BigDecimal) - Constructor for class edu.neu.ccs.filter.RangeFilter.BigDecimal
Constructs an inclusive range bounded by the given values.
RangeFilter.BigDecimal(BigDecimal, boolean, BigDecimal, boolean) - Constructor for class edu.neu.ccs.filter.RangeFilter.BigDecimal
Constructs a range bounded by the given values with the given individual exclusivity.
RangeFilter.BigInteger - class edu.neu.ccs.filter.RangeFilter.BigInteger.
Range filter representing integer upper and lower bounds of arbitrary precision.
RangeFilter.BigInteger(BigInteger, BigInteger) - Constructor for class edu.neu.ccs.filter.RangeFilter.BigInteger
Constructs an inclusive range bounded by the given values.
RangeFilter.BigInteger(BigInteger, boolean, BigInteger, boolean) - Constructor for class edu.neu.ccs.filter.RangeFilter.BigInteger
Constructs a range bounded by the given values with the given individual exclusivity.
RangeFilter.Double - class edu.neu.ccs.filter.RangeFilter.Double.
Range filter representing real number upper and lower bounds of primitive precision.
RangeFilter.Double(double, double) - Constructor for class edu.neu.ccs.filter.RangeFilter.Double
Constructs an inclusive range bounded by the given values.
RangeFilter.Double(double, boolean, double, boolean) - Constructor for class edu.neu.ccs.filter.RangeFilter.Double
Constructs a range bounded by the given values with the given individual exclusivity.
RangeFilter.Long - class edu.neu.ccs.filter.RangeFilter.Long.
Range filter representing integer upper and lower bounds of primitive precision.
RangeFilter.Long(long, long) - Constructor for class edu.neu.ccs.filter.RangeFilter.Long
Constructs an inclusive range bounded by the given values.
RangeFilter.Long(long, boolean, long, boolean) - Constructor for class edu.neu.ccs.filter.RangeFilter.Long
Constructs a range bounded by the given values with the given individual exclusivity.
Re() - Method in class edu.neu.ccs.XComplex
Returns the real part of this using notation familiar to mathematicians; this is the same value as returned by the inherited method getX().
Re(XComplex) - Static method in class edu.neu.ccs.XComplex
Returns the real part of the complex number z using notation familiar to mathematicians.
Red - Static variable in class edu.neu.ccs.Colors
Color Red = 255, 0, 0 = #FF0000.
Refresh - class edu.neu.ccs.gui.Refresh.
Class Refresh encapsulates methods for graphics refresh.
Refresh() - Constructor for class edu.neu.ccs.gui.Refresh
Private constructor to prevent instantiation.
RegularShape - class edu.neu.ccs.gui.RegularShape.
Class RegularShape provides factory methods to create regular polygons and regular star shapes.
RegularShape() - Constructor for class edu.neu.ccs.gui.RegularShape
Prevent instantiation.
RequestImageViewer - class edu.neu.ccs.gui.RequestImageViewer.
Class RequestImageViewer creates a simple GUI to enable a user to specify the parameters for making an ImageViewer; this GUI also provides a button to create the viewer and a button to provide help directions.
RequestImageViewer() - Constructor for class edu.neu.ccs.gui.RequestImageViewer
The constructor that builds the request GUI and frames it.
RequestWebImageViewer - class edu.neu.ccs.gui.RequestWebImageViewer.
Class RequestWebImageViewer creates a simple GUI to enable a user to specify the parameters for making a WebImageViewer; this GUI also provides a button to create the viewer and a button to provide help directions.
RequestWebImageViewer() - Constructor for class edu.neu.ccs.gui.RequestWebImageViewer
The constructor that builds the request GUI and frames it.
RosyBrown - Static variable in class edu.neu.ccs.Colors
Color RosyBrown = 188, 143, 143 = #BC8F8F.
RoyalBlue - Static variable in class edu.neu.ccs.Colors
Color RoyalBlue = 65, 105, 225 = #4169E1.
r - Variable in class edu.neu.ccs.XCircle
The radius.
r - Variable in class edu.neu.ccs.XRoundSquare
The radius.
r - Variable in class edu.neu.ccs.XSquare
The radius.
radius() - Method in class edu.neu.ccs.XPoint2D
Computes the distance of the point to the origin, that is sqrt(x*x+y*y).
radiusSq() - Method in class edu.neu.ccs.XPoint2D
Computes the distance squared of the point to the origin, that is, x*x+y*y.
random - Static variable in class edu.neu.ccs.F
The function x --> Math.random() * x.
randomCenteredTransform(double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of randomCenteredTransform in TransformFactory.
randomCenteredTransform(double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a transform that is a perturbation of the identity transform with focus at the given center (x, y).
randomDouble(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return a random double r in the range between 0 and x.
randomDouble(double, double) - Static method in class edu.neu.ccs.util.MathUtilities
Return a random double r in the range between x and y.
randomEvenPermutation(int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random even permutation of the integers from 0 to (n-1).
randomEvenPermutation(int, int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random even permutation of the integers from start to (start+n-1).
randomEvenPermutation(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random even permutation of the contents in the data array.
randomEvenPermutationInSitu(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Rearranges the contents of the given array using a random even permutation.
randomInt(int) - Static method in class edu.neu.ccs.util.MathUtilities
Return a random int r in the range between 0 and a inclusive.
randomInt(int, int) - Static method in class edu.neu.ccs.util.MathUtilities
Return a random int r in the range between a and b inclusive.
randomPermutation(int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random permutation of the integers from 0 to (n-1).
randomPermutation(int, int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random permutation of the integers from start to (start+n-1).
randomPermutation(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random permutation of the contents in the data array.
randomPermutationInSitu(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Rearranges the contents of the data array using a random permutation.
randomRotate(double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of randomRotate in TransformFactory.
randomRotate(double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a random rotation transform about the given center (x, y) whose rotation angle is bounded by the given maxangle in degrees.
randomScale(double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of randomScale in TransformFactory.
randomScale(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a random scale with center at (x, y) along the line at the given angle in degrees and with scale factors within maxdelta of 1.
randomTranslate(double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of randomTranslate in TransformFactory.
randomTranslate(double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a random translation transform whose shift in each direction is bounded in absolute value by the given value maxshift.
randomTranslateRotate(double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of randomTranslateRotate in TransformFactory.
randomTranslateRotate(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a composite transform that combines a random translation with a random rotation about the given center (x, y).
read - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The action to read definitions.
readAllImageFileNames(String) - Static method in class edu.neu.ccs.gui.ImageTools
Returns all image file names in the given directory.
readAllImages(String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads all image files in the given directory.
readAllImagesAsPaintable(String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads all image files in the given directory.
readAllImagesAsPaintableLite(String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads all image files in the given directory.
readButton - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The button to read definitions.
readDataFromFile() - Method in class edu.neu.ccs.gui.StringableFileIO
Opens a file dialog to get the file name of a text file with model data and then reads the data into the model.
readDataFromFile(boolean) - Method in class edu.neu.ccs.gui.StringableFileIO
Opens a file dialog to get the file name of a text file with model data and then reads the data into the model.
readDataFromFile(File, boolean) - Method in class edu.neu.ccs.gui.StringableFileIO
Reads the model data from the given text file.
readDataFromFile() - Method in class edu.neu.ccs.gui.TextFileIO
Opens a file dialog to get the file name of a text file and then reads all data into a String that is returned.
readDataFromFile(boolean) - Method in class edu.neu.ccs.gui.TextFileIO
Opens a file dialog to get the file name of a text file and then reads all data into a String that is returned.
readDataFromFile(File, boolean) - Method in class edu.neu.ccs.gui.TextFileIO
Reads the text data from the given source text file and returns that data in a String.
readDataFromWeb(String) - Static method in class edu.neu.ccs.util.WebTools
Returns the byte array of data from the web site item with the given URL string.
readDefinitions() - Method in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The method to read definitions.
readDirectory(File) - Static method in class edu.neu.ccs.util.FileUtilities
Returns an array of Strings containing the names of the files in the given directory.
readDirectory(String) - Static method in class edu.neu.ccs.util.FileUtilities
Returns an array of Strings containing the names of the files in the directory at the given path.
readFile(File) - Static method in class edu.neu.ccs.util.FileUtilities
Returns a String containing the contents of the given file.
readFile(String) - Static method in class edu.neu.ccs.util.FileUtilities
Returns a String containing the contents of the file at the given path.
readFileNames(String, String) - Static method in class edu.neu.ccs.util.TextTools
Returns the file names in the filelist text file located in the given directory.
readFileNamesFromWeb(String, String) - Static method in class edu.neu.ccs.util.WebTools
Returns the file names in the filelist text file located at the given filelist url.
readImageFileNames(String, String) - Static method in class edu.neu.ccs.gui.ImageTools
Returns all image file names in the given directory that are present in the given file list.
readImageFileNamesFromWeb(String, String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Returns all image file names at the given filelist url that are present in the given filelist.
readImages(String, String[]) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given image file names.
readImages(String, String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given filelist that contains the image file names.
readImages(String, String[]) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given image file names.
readImages(String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given filelist that contains the image file names.
readImages(String, String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given images url with the given filelist that contains the image file names; the filelist is assumed to be located at the given filelist url.
readImagesAsPaintable(String, String[]) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given image file names.
readImagesAsPaintable(String, String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given filelist that contains the image file names.
readImagesAsPaintable(String, String[]) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given image file names.
readImagesAsPaintable(String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given filelist that contains the image file names.
readImagesAsPaintable(String, String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given images url with the given filelist that contains the image file names; the filelist is assumed to be located at the given filelist url.
readImagesAsPaintableLite(String, String[]) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given image file names.
readImagesAsPaintableLite(String, String) - Static method in class edu.neu.ccs.gui.ImageTools
Reads the image files in the given directory with the given filelist that contains the image file names.
readImagesAsPaintableLite(String, String[]) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given image file names.
readImagesAsPaintableLite(String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given url with the given filelist that contains the image file names.
readImagesAsPaintableLite(String, String, String) - Static method in class edu.neu.ccs.gui.WebImageTools
Reads the image files at the given images url with the given filelist that contains the image file names; the filelist is assumed to be located at the given filelist url.
readNonEmptyLines(String) - Static method in class edu.neu.ccs.util.TextTools
Reads and trims the lines in the given file and returns the trimmed lines that are non-empty into a string array.
readNonEmptyLinesFromWeb(String) - Static method in class edu.neu.ccs.util.WebTools
Returns the non-empty lines from the string contents of a web site text file with the given URL string.
readObject(ObjectInputStream) - Method in class edu.neu.ccs.console.ConsoleWindow
Extends the default deserialization process to restore transient data members upon instantiation.
readObject(ObjectInputStream) - Method in class edu.neu.ccs.gui.PlotTool
Extends the default deserialization process to restore helper data members upon instantiation.
readTextFile(String) - Static method in class edu.neu.ccs.util.TextTools
Reads a text file and returns all of its data as a string.
readTextFileFromWeb(String) - Static method in class edu.neu.ccs.util.WebTools
Returns the string contents of a web site text file with the given URL string.
reading(String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using a variation of the optional input model to acquire the data.
reading(String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using a variation of the optional input model to acquire the data with the given input filter to constrain the result.
red - Static variable in class edu.neu.ccs.Colors
Color red = Red.
reflect(double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Reflects the paintable along the line through its center at the given angle in degrees.
reflect(double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of reflect in TransformFactory.
reflect(PaintAlgorithm) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a PaintAlgorithm constructed from the given PaintAlgorithm by composition with a transform that reflects through the x-axis.
reflect(double) - Method in interface edu.neu.ccs.gui.Paintable
Reflects the paintable along the line through its center at the given angle in degrees.
reflect(double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform to reflect along the line through (x, y) at the given angle in degrees.
reflectAtOrigin(double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a reflection through the line joining the origin and the point dx,dy.
reflectThroughLine(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a reflection through the line joining x1,y1 to x2,y2.
refresh() - Method in class edu.neu.ccs.gui.Dropdown
Refreshes the component in its parent window by calling autoSetPreferredWidth() and then repacking the parent window.
refresh() - Method in class edu.neu.ccs.gui.PaintableButton
If the default bounds rectangle of this button has not changed then calls repaint(); otherwise sets the button location and size using the default bounds rectangle and refreshes the button by repacking the parent window.
refresh() - Method in class edu.neu.ccs.gui.PaintableComponent
If the default bounds rectangle of this component has not changed then calls repaint(); otherwise sets the component location and size using the default bounds rectangle and refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.BooleanView
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.DisplayPanel
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.Dropdown
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.JPTComponent
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.JPTScrollPane
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.PaintableButton
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.RadioPanel
Refreshes the component by repacking the parent window.
refreshComponent() - Method in class edu.neu.ccs.gui.TextFieldView
Refreshes the component by repacking the parent window.
refuse() - Method in class edu.neu.ccs.gui.InputDialog
Displays an error message notifying the user that the input operation is mandatory.
regularShapeData(double, double, double, int, int) - Static method in class edu.neu.ccs.gui.RegularShape
Returns the array of coordinate data for a regular polygon or regular star shape with center (x,y), radius r, and the given number of outer vertices and the given jump between outer vertices.
regularShapeDataFloat(double, double, double, int, int) - Static method in class edu.neu.ccs.gui.RegularShape
Returns the same coordinate information as the method regularShapeData except as an array of float.
releaseActions - Variable in class edu.neu.ccs.gui.ColorPane
The caller-defined actions performed when the slider thumb is released in any of the 4 sliders.
releaseActions - Variable in class edu.neu.ccs.gui.SliderView
The caller-defined actions performed when the slider thumb is released.
releaseEvent - Variable in class edu.neu.ccs.gui.SliderView
The standard event that will be passed to the sequence releaseActions when the mouse is released after being pressed in the active area of the slider (thumb or track).
releasedActions - Variable in class edu.neu.ccs.gui.KeyActionAdapter
List of action listeners to be performed upon the notification of key released events.
releasedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse released events.
remFun - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The remove function action.
remFunButton - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The remove function button.
remainder(XBigInteger) - Method in class edu.neu.ccs.XBigInteger
Sets this to (this % y).
remainder(XBigInteger, XBigInteger) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is x % y.
remove(int) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Removes the filter at the given index of the sequence.
remove(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Removes the first occurrence of the given filter in this sequence, and returns true, or returns false if this sequence does not contain the filter.
remove(int) - Method in class edu.neu.ccs.gui.ActionSequence
Removes the action listener at the given index of the sequence.
remove(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Removes the first occurrence of the given action listener in this sequence, and returns true, or returns false if this sequence does not contain the action listener.
remove(Component) - Method in class edu.neu.ccs.gui.DisplayCollection
Removes the given component from this container.
remove(int) - Method in class edu.neu.ccs.gui.DisplayCollection
Removes the component at the given index from this container.
remove(Component) - Method in class edu.neu.ccs.gui.DisplayPanel
Removes the given component from this container.
remove(int) - Method in class edu.neu.ccs.gui.DisplayPanel
Removes the component at the given index from this container.
remove(int) - Method in class edu.neu.ccs.gui.PathList
Removes the PathNode at the given index and returns the removed node.
remove(int, int) - Method in class edu.neu.ccs.gui.PathList
Removes the PathNodes starting at the given index m inclusive and ending at the given index n exclusive; returns an array with the removed nodes.
remove(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Removes the mapping for this key from this hash table if present.
remove(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Removes the element from the set if it is present.
remove(int) - Method in class edu.neu.ccs.quick.StringObjectMap
Removes and returns the pair corresponding to the given index in order of entry in the map provided that the index is in bounds; otherwise returns null.
remove(int) - Method in class edu.neu.ccs.quick.StringSet
Removes and returns the string corresponding to the given index in order of entry in the set provided that the index is in bounds; otherwise returns null.
remove(String) - Method in class edu.neu.ccs.quick.StringSet
Removes and returns the given String string provided that the string is in the set; otherwise returns null.
removeAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorView
Remove an action listener that was to be performed when the method setColor is called.
removeAction(int) - Method in class edu.neu.ccs.gui.ColorView
Remove an action listener at the given index position that was to be performed when the method setColor is called.
removeAction(ActionListener) - Method in class edu.neu.ccs.gui.MultiColorView
Remove an action listener that was to be performed when the color of any internal ColorView is set.
removeAction(ActionListener) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Removes the first occurrence of the given action listener in the sequence of action listeners performed when this component is painted, and returns true, or returns false if the sequence does not contain the action listener.
removeActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.GeneralView
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Removes the given action listener from all buttons.
removeActionListener(int, ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Removes the given action listener from the button at the given index.
removeActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.StringObjectView
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class edu.neu.ccs.gui.StringViewer
This method is required by the GeneralView interface but the implementation does nothing since the underlying JTextArea does not fire action events.
removeActionListeners(ActionListener[]) - Method in class edu.neu.ccs.gui.RadioPanel
Removes the given action listeners from the corresponding buttons.
removeAll() - Method in class edu.neu.ccs.gui.DisplayCollection
Removes all the components from this container.
removeAll() - Method in class edu.neu.ccs.gui.DisplayPanel
Removes all of the components from this container.
removeAll() - Method in class edu.neu.ccs.gui.PathList
Removes all PathNodes from the path list and returns an array with the removed nodes.
removeAllItems() - Method in class edu.neu.ccs.gui.Dropdown
Removes all items from the view by calling the method in the parent and also maintains a record that all items were removed.
removeAllItems() - Method in class edu.neu.ccs.gui.StringObjectDropdown
Clears the data structure and view.
removeAllItems() - Method in class edu.neu.ccs.gui.Zoo
Removes all of the components from this container.
removeAllItems() - Method in class edu.neu.ccs.gui.ZooContainer
Removes all of the components from this container.
removeAllVertices() - Method in class edu.neu.ccs.gui.BaseVertexShape
Removes all vertices, makes a new path, and returns an array with the vertices removed.
removeAllVerticesTangents() - Method in class edu.neu.ccs.gui.TweakableShape
Removes all vertices and tangents, makes a new path, and returns an array float[N][4] with the vertices and tangents that were removed.
removeAndAddForwardingListener(Object, Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Remove the forwarding listener as a property change listener for the old object if the old object supports property change and add the forwarding listener as a property change listener for the new object if the new object supports property change.
removeAndAddForwardingListener(Object, Object) - Method in class edu.neu.ccs.gui.BaseShape
Remove the forwarding listener as a property change listener for the old object if the old object supports property change and add the forwarding listener as a property change listener for the new object if the new object supports property change.
removeAndAddForwardingListener(Object, Object) - Method in class edu.neu.ccs.gui.JPTComponent
Remove the forwarding listener as a property change listener for the old object if the old object supports property change and add the forwarding listener as a property change listener for the new object if the new object supports property change.
removeAndAddForwardingListener(Object, Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Remove the forwarding listener as a property change listener for the old object if the old object supports property change and add the forwarding listener as a property change listener for the new object if the new object supports property change.
removeAsListenerTo(Component) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Deregisters this adapter from receiving mouse events generated by the given component.
removeBorder() - Method in class edu.neu.ccs.gui.DisplayPanel
Removes the current border and returns it.
removeBorder() - Method in class edu.neu.ccs.gui.JPTComponent
Removes the current border and returns it.
removeByObject(Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Removes and returns a pair corresponding to the given Object object provided that the object is in the map; otherwise returns null.
removeByString(String) - Method in class edu.neu.ccs.quick.StringObjectMap
Removes and returns a pair corresponding to the given String string provided that the string is in the map; otherwise returns null.
removeCells(int, int, int, int) - Method in class edu.neu.ccs.gui.TablePanel
Remove the table cells at position (row, col) for loRows <= row < hiRows and loCols <= col < hiCols.
removeChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.ChangeActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the state of the target object is adjusted.
removeChildItem(Component) - Method in class edu.neu.ccs.gui.Zoo
Removes the given top-level component from this zoo.
removeChildItem(int) - Method in class edu.neu.ccs.gui.Zoo
Removes the top-level component at the given z-order position from this zoo.
removeChildItem(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Removes the given top-level component from this container.
removeChildItem(int) - Method in class edu.neu.ccs.gui.ZooContainer
Removes the top-level component at the given z-order position from this container.
removeChildItemImpl(Component) - Method in class edu.neu.ccs.gui.Zoo
Removes the given component from this zoo.
removeChildItemImpl(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Removes the given component from this zoo.
removeComponentHiddenAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the component is hidden.
removeComponentImpl(Component, int) - Method in class edu.neu.ccs.gui.Zoo
Removes the given component and its laminate.
removeComponentMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the component is moved.
removeComponentResizedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the component is resized.
removeComponentShownAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the component is shown.
removeDuplicateVirtualMethods(Method[]) - Static method in class edu.neu.ccs.jpf.JPFHelper
Removes duplicate virtual methods defined in several classes.
removeFocusGainedAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the focus is gained.
removeFocusLostAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the focus is lost.
removeForwardingListener(Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Remove the forwarding listener as a property change listener for the given object if the object supports property change.
removeForwardingListener(Object) - Method in class edu.neu.ccs.gui.BaseShape
Remove the forwarding listener as a property change listener for the given object if the object supports property change.
removeForwardingListener(Object) - Method in class edu.neu.ccs.gui.JPTComponent
Remove the forwarding listener as a property change listener for the given object if the object supports property change.
removeForwardingListener(Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Remove the forwarding listener as a property change listener for the given object if the object supports property change.
removeFromSelection(Component) - Method in class edu.neu.ccs.gui.Zoo
Removes the given top-level component from the list of selected components in this zoo.
removeFunction() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Removes a function using the name in the function name text field.
removeFunction(String) - Method in class edu.neu.ccs.parser.BaseParser
Removes the function with the given name from this parser.
removeIndexValue(String) - Static method in class edu.neu.ccs.Strings
Returns the error message with its prepended index value removed.
removeItem(Object) - Method in class edu.neu.ccs.gui.Dropdown
Removes the item from the view by calling the method in the parent and also maintains a record that this item was removed.
removeItemAt(int) - Method in class edu.neu.ccs.gui.Dropdown
Removes an item from the item list at a given index by calling the method in the parent and also maintains a record that this item was removed from that position.
removeItems(String[]) - Method in class edu.neu.ccs.gui.Dropdown
Removes the given array of items from the view.
removeItems(Object[]) - Method in class edu.neu.ccs.quick.QuickArrayList
Method that removes the given array of items one-by-one from the array list.
removeItems(Object[]) - Method in class edu.neu.ccs.quick.QuickHashSet
Method that removes the given array of items one-by-one from the hash set.
removeItems(Object[]) - Method in class edu.neu.ccs.quick.QuickLinkedList
Method that removes the given array of items one-by-one from the linked list.
removeItems(Object[]) - Method in class edu.neu.ccs.quick.QuickTreeSet
Method that removes the given array of items one-by-one from the tree set.
removeItems(Object[]) - Method in class edu.neu.ccs.quick.QuickVector
Method that removes the given array of items one-by-one from the vector.
removeKeyPressedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when a key is pressed.
removeKeyReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when a key is released.
removeKeyTypedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when a key is typed.
removeKeys(Object[]) - Method in class edu.neu.ccs.quick.QuickHashMap
Method that removes the given array of keys one-by-one from the hash map.
removeKeys(Object[]) - Method in class edu.neu.ccs.quick.QuickHashtable
Method that removes the given array of keys one-by-one from the hash table.
removeKeys(Object[]) - Method in class edu.neu.ccs.quick.QuickTreeMap
Method that removes the given array of keys one-by-one from the tree map.
removeLayoutComponent(Component) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Removes the given component from this layout.
removeLayoutComponent(Component) - Method in class edu.neu.ccs.gui.AlignedLayout
Removes the given component from the layout.
removeLayoutComponent(Component) - Method in class edu.neu.ccs.gui.CenterLayout
Removes the given component from the layout.
removeLayoutComponent(Component) - Method in class edu.neu.ccs.gui.TableLayout
Removes the given component from the data structure of this layout.
removeLayoutComponent(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Removes the component at the given row,col position from the data structure of this layout.
removeLayoutComponent(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Removes the component at the given CellPosition from the data structure of this layout.
removeLine(Line) - Static method in class edu.neu.ccs.util.SoundUtilities
Removes the given line from the list of current lines.
removeListSelectionAction(ActionListener) - Method in class edu.neu.ccs.gui.ListSelectionActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when a list selection is made.
removeMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.DropdownView
 
removeMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.FileView
 
removeMalformedDataListener(MalformedDataListener) - Method in interface edu.neu.ccs.gui.Fragile
De-registers the given MalformedDataListener from receiving MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
removeMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.GeneralViewSupport
De-registers the given MalformedDataListener from receiving MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
removeMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.StringViewer
 
removeMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.TextFieldView
 
removeMouseClickedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse is clicked.
removeMouseDraggedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse is dragged.
removeMouseEnteredAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse enters the component.
removeMouseExitedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse exits the component.
removeMouseMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse is moved.
removeMousePressedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse is pressed.
removeMouseReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the mouse is released.
removePaintable(int) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
removePaintable(Paintable) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
removePaintable(int) - Method in class edu.neu.ccs.gui.PaintableSequence
Removes the Paintable at the given index in the paintable sequence; all objects in the sequence at higher index positions are displaced to one index position lower; returns the paintable removed.
removePaintable(Paintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Removes the given Paintable from the paintable sequence.
removePressAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Removes the given action listener from the press actions.
removePressAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Removes the given action listener from the press actions.
removePropertyChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.PropertyChangeActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when a property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XCircle
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XCircle
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XFourier
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XFourier
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XInterval
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XInterval
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XLine2D
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XLine2D
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Deregisters the given object from listening for property change events with the provided name generated by this object.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XOval
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XOval
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomial
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomial
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomialComplex
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPolynomialComplex
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRect
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRect
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRoundRect
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRoundRect
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XRoundSquare
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XRoundSquare
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XSquare
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XSquare
Deregisters the given object from listening for property change events generated by this object with the given property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Deregisters the given object from listening for property change events generated by this console.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Deregisters the given object from listening for property change events generated by this console with the provided property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Deregisters the given object from listening for property change events generated by this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Deregisters the given object from listening for property change events generated by this object with the provided property name.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.ActionWrapper
 
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Deregisters the given object from listening for property change events generated by this factory.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Deregisters the given object from listening for property change events generated by this factory with the given property name.
removeReleaseAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Removes the given action listener from the release actions.
removeReleaseAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Removes the given action listener from the release actions.
removeSequence(int, int) - Method in class edu.neu.ccs.gui.BufferedPanel
Calls the corresponding method on the internal paintable sequence.
removeSequence(int, int) - Method in class edu.neu.ccs.gui.PaintableSequence
Removes the sequence of paintables starting at the given index m inclusive and ending at the given index n exclusive; returns an array with the paintables removed.
removeShapeData() - Method in class edu.neu.ccs.gui.BaseShape
Removes all vertex and tangent data and makes a new path.
removeSlidingAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorPane
Removes the given action listener from the sliding actions.
removeSlidingAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Removes the given action listener from the sliding actions.
removeVertex(int) - Method in class edu.neu.ccs.gui.BaseVertexShape
Removes the vertex at the given index, makes a new path, and returns the vertex removed.
removeVertexTangent(int) - Method in class edu.neu.ccs.gui.TweakableShape
Removes the vertex/tangent at the given index, makes a new path, and returns an array with the data from the removed vertex/tangent as x, y, dx, dy.
removeVertices(int, int) - Method in class edu.neu.ccs.gui.BaseVertexShape
Removes the vertices starting at the given index m inclusive and ending at the given index n exclusive, makes a new path, and returns an array with the vertices removed.
removeVerticesTangents(int, int) - Method in class edu.neu.ccs.gui.TweakableShape
Removes the vertices and tangents starting at the given index m inclusive and ending at the given index n exclusive, makes a new path, and returns an array float[K][4] with the vertices and tangents that were removed.
removeWindowActivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is activated.
removeWindowClosedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is closed.
removeWindowClosingAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is closing.
removeWindowDeactivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is deactivated.
removeWindowDeiconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is deiconified.
removeWindowIconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is iconified.
removeWindowOpenedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Removes the given action listener from this adapter so that it will be no longer be performed when the window is opened.
renameFile(File, File) - Static method in class edu.neu.ccs.util.FileUtilities
Sets the name of the given file to the provided name.
renameFile(String, String) - Static method in class edu.neu.ccs.util.FileUtilities
Renames the file at the given path to the given new path.
renderer - Variable in class edu.neu.ccs.gui.ColorView
The swatch-name renderer.
repaint() - Static method in class edu.neu.ccs.pedagogy.Turtle
Repaint the common turtle buffered panel.
repeatData(int[], int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an int array that repeats the data in the given array sequentially k times.
replaceSelection(String) - Method in class edu.neu.ccs.console.ConsoleTextPane
Replaces the currently selected text with the given text, but only if the selected text is completely enclosed within the bounds of the current input text.
request(String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the optional input model to acquire the data.
request(String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the optional input model to acquire the data with the given input filter to constrain the result.
request() - Method in class edu.neu.ccs.gui.InputDialog
Performs an optional input operation on the input view.
requestArrayLength() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the value contained in the length field after applying the filter that polices the minimum and maximum array length and transforming the value from the user length perspective to the raw length perspective.
requestBigDecimal(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a BigDecimal value from the console, by using the optional input model to acquire the data.
requestBigDecimal(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a BigDecimal value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestBigDecimal() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the optional model.
requestBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the optional model, with the given filter.
requestBigDecimal() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the optional model.
requestBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the optional model, with the given filter.
requestBigInteger(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a BigInteger value from the console, by using the optional input model to acquire the data.
requestBigInteger(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a BigInteger value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestBigInteger() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the optional model.
requestBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the optional model, with the given filter.
requestBigInteger() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the optional model.
requestBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the optional model, with the given filter.
requestBoolean(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a boolean value from the console, by using the optional input model to acquire the data.
requestBoolean(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a boolean value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestBoolean() - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the optional model.
requestBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the optional model, with the given filter.
requestBoolean(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean or throws an exception if the user cancels the operation.
requestBoolean(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean or throws an exception if the user cancels the operation, with the given default value.
requestBoolean(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean or throws an exception if the user cancels the operation, with the given default value.
requestBoolean() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the optional model.
requestBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the optional model, with the given filter.
requestByte(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a byte value from the console, by using the optional input model to acquire the data.
requestByte(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a byte value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestByte() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the optional model.
requestByte(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the optional model with the given filter.
requestByte(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte or throws an exception if the user cancels the operation.
requestByte(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte or throws an exception if the user cancels the operation, with the given default value.
requestByte(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte or throws an exception if the user cancels the operation, with the given default value.
requestByte() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the optional model.
requestByte(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the optional model with the given filter.
requestByteAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the optional model.
requestByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the optional model with the given filter.
requestByteAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the optional model.
requestByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the optional model with the given filter.
requestChar(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a char value from the console, by using the optional input model to acquire the data.
requestChar(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a char value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestChar() - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the optional model.
requestChar(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the optional model, with the given filter.
requestChar(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char or throws an exception if the user cancels the operation.
requestChar(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char or throws an exception if the user cancels the operation, with the given default value.
requestChar(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char or throws an exception if the user cancels the operation, with the given default value.
requestChar() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the optional model.
requestChar(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the optional model, with the given filter.
requestColor(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a Color value from the console, by using the optional input model to acquire the data.
requestColor(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a Color value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestColor() - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the optional model.
requestColor(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the optional model, with the given filter.
requestColor() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the optional model.
requestColor(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the optional model, with the given filter.
requestDouble(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a double value from the console, by using the optional input model to acquire the data.
requestDouble(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a double value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestDouble() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the optional model.
requestDouble(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the optional model with the given filter.
requestDouble(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double or throws an exception if the user cancels the operation.
requestDouble(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double or throws an exception if the user cancels the operation, with the given default value.
requestDouble(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double or throws an exception if the user cancels the operation, with the given default value.
requestDouble() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the optional model.
requestDouble(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the optional model with the given filter.
requestDoubleAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the optional model.
requestDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the optional model with the given filter.
requestDoubleAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the optional model.
requestDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the optional model with the given filter.
requestExistingFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a path to an existing file.
requestExistingFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a path to an existing file.
requestFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a valid path for the file system.
requestFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a valid path for the file system.
requestFloat(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a float value from the console, by using the optional input model to acquire the data.
requestFloat(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a float value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestFloat() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the optional model.
requestFloat(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the optional model with the given filter.
requestFloat(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float or throws an exception if the user cancels the operation.
requestFloat(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float or throws an exception if the user cancels the operation, with the given default value.
requestFloat(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float or throws an exception if the user cancels the operation, with the given default value.
requestFloat() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the optional model.
requestFloat(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the optional model with the given filter.
requestFloatAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the optional model.
requestFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the optional model with the given filter.
requestFloatAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the optional model.
requestFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the optional model with the given filter.
requestFocus() - Method in class edu.neu.ccs.gui.BufferedPanel
Overrides to delegate to the inner panel that is the panel returned by getInnerPanel().
requestFocusInWindow() - Method in class edu.neu.ccs.gui.BufferedPanel
Overrides to delegate to the inner panel that is the panel returned by getInnerPanel().
requestInt(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a int value from the console, by using the optional input model to acquire the data.
requestInt(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a int value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestInt() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the optional model.
requestInt(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the optional model with the given filter.
requestInt(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int or throws an exception if the user cancels the operation.
requestInt(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int or throws an exception if the user cancels the operation, with the given default value.
requestInt(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int or throws an exception if the user cancels the operation, with the given default value.
requestInt() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the optional model.
requestInt(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the optional model with the given filter.
requestIntAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the optional model.
requestIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the optional model with the given filter.
requestIntAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the optional model.
requestIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the optional model with the given filter.
requestLong(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a long value from the console, by using the optional input model to acquire the data.
requestLong(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a long value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestLong() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the optional model.
requestLong(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the optional model with the given filter.
requestLong(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long or throws an exception if the user cancels the operation.
requestLong(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long or throws an exception if the user cancels the operation, with the given default value.
requestLong(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long or throws an exception if the user cancels the operation, with the given default value.
requestLong() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the optional model.
requestLong(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the optional model with the given filter.
requestLongAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the optional model.
requestLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the optional model with the given filter.
requestLongAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the optional model.
requestLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the optional model with the given filter.
requestObject(String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable object obtained from the given Stringable object by using the optional input model to acquire the data with the given input filter to constrain the result.
requestObject(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable object obtained by using the optional input model to acquire the data.
requestObject(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable object obtained by using the optional input model to acquire the data with the given input filter to constrain the result.
requestObject(Class, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Temporarily sets the data type for this stream to the given data type; creates a Stringable object by using the optional input model to acquire the data with the given input filter to constrain the result; restores the data type for this stream to its original setting; finally returns the object created.
requestObject() - Method in class edu.neu.ccs.gui.ArrayPanel
 
requestObject() - Method in class edu.neu.ccs.gui.BooleanView
Returns an XBoolean object whose state is set to the view state of this view.
requestObject() - Method in class edu.neu.ccs.gui.ColorView
Returns an XColor object whose state is set to the view state of this view.
requestObject() - Method in class edu.neu.ccs.gui.DropdownView
 
requestObject(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
requestObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
requestObject() - Method in class edu.neu.ccs.gui.FileView
Returns an XString representing the currently selected path.
requestObject(StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary filter, and the optional model.
requestObject(Class, StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the optional model.
requestObject() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the current data type and filter, and the optional model.
requestObject(StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary filter, and the optional model.
requestObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the optional model.
requestObject() - Method in class edu.neu.ccs.gui.InputDialog.CompoundView
 
requestObject() - Method in class edu.neu.ccs.gui.OptionsView
Returns an XInt object whose state is set to the index of the currently selected option.
requestObject() - Method in class edu.neu.ccs.gui.PathNodeView
Overrides the inherited method to return null if the underlying TextFieldView view state consists only of whitespace.
requestObject(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Applies requestObject to the i-th view and returns the resulting Stringable.
requestObject(TypedView) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns the object produced by the given input view using optional dialog box input, or throws an exception if the operation is cancelled.
requestObject() - Method in class edu.neu.ccs.gui.SliderView
Returns an XInt object whose state is set to the value of this slider.
requestObject() - Method in class edu.neu.ccs.gui.StringViewer
 
requestObject(StringableFilter) - Method in class edu.neu.ccs.gui.StringViewer
 
requestObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.StringViewer
 
requestObject() - Method in class edu.neu.ccs.gui.TextAreaView
Returns an XString object whose state is set to the String content for this view.
requestObject() - Method in class edu.neu.ccs.gui.TextFieldView
 
requestObject(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
requestObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
requestObject() - Method in interface edu.neu.ccs.gui.TypedView
Returns a Stringable object based on the view state of the view using the optional model; throws an exception if the input operation is cancelled by the user.
requestObjectArray() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an array of model objects of the appropriate type initialized from the view states for the elements of this array panel, using the optional model of IO.
requestObjects() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an object that is actually an array that is populated by calling requestObject for each view.
requestPathList() - Method in class edu.neu.ccs.gui.PathListView
The request method to return the path list defined in this view.
requestShort(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a short value from the console, by using the optional input model to acquire the data.
requestShort(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a short value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestShort() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the optional model.
requestShort(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the optional model with the given filter.
requestShort(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short or throws an exception if the user cancels the operation.
requestShort(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short or throws an exception if the user cancels the operation, with the given default value.
requestShort(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short or throws an exception if the user cancels the operation, with the given default value.
requestShort() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the optional model.
requestShort(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the optional model with the given filter.
requestShortAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the optional model.
requestShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the optional model with the given filter.
requestShortAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the optional model.
requestShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the optional model with the given filter.
requestString(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a String value from the console, by using the optional input model to acquire the data.
requestString(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Requests a String value from the console, by using the optional input model to acquire the data with the given input filter to constrain the result.
requestString() - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the optional model.
requestString(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the optional model, with the given filter.
requestString(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String or throws an exception if the user cancels the operation.
requestString(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String or throws an exception if the user cancels the operation, with the given default value.
requestString(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String or throws an exception if the user cancels the operation, with the given default value.
requestString() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the optional model.
requestString(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the optional model, with the given filter.
requestStringableArray() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Returns an array of type Stringable[] that is populated by calling requestObject for each view.
reserveID(String) - Method in class edu.neu.ccs.parser.BaseParser
Add this identifier to the table of reserved identifiers so it may not be used for a constant or variable id or a function name.
reserved - Variable in class edu.neu.ccs.parser.BaseParser
Table of reserved identifiers for special functions or operations.
reserved() - Method in class edu.neu.ccs.parser.BaseParser
Returns an array of the reserved id's.
reservedLabel - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The label for the reserved IDs dropdown list.
reservedList - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The reserved IDs dropdown list.
reset() - Method in class edu.neu.ccs.gui.ArrayPanel
Sets the view state for this array panel to the default view state for this array panel.
reset() - Method in class edu.neu.ccs.gui.BooleanView
 
reset() - Method in class edu.neu.ccs.gui.ColorView
Resets the color to the default color.
reset() - Method in class edu.neu.ccs.gui.DisplayCollection
Recursively resets each of the objects in the collection.
reset() - Method in class edu.neu.ccs.gui.DisplayPanel
Recursively resets any Displayable objects held in the panel.
reset() - Method in interface edu.neu.ccs.gui.Displayable
Resets the view state of this object to the default view state for this object.
reset() - Method in class edu.neu.ccs.gui.Dropdown
Resets the view state of this object to the default view state for this object.
reset() - Method in class edu.neu.ccs.gui.ErrorDialog
Resets the view state of the view object to the original erroneous view state.
reset() - Method in class edu.neu.ccs.gui.FileView
 
reset() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Resets the view state of this object to the default view state for this object.
reset() - Method in class edu.neu.ccs.gui.InputDialog
Sets the view state of the input component to its default view state.
reset() - Method in class edu.neu.ccs.gui.PathListIterator
Resets the iteration pointer to its initial state.
reset() - Method in class edu.neu.ccs.gui.RadioPanel
Sets the currently selected button to the one corresponding to the current default view state string.
reset() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Resets the view state of the displayed object to its default view state.
reset(int) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Resets the i-th view state to its default state.
reset() - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Resets each view to its default view state.
reset() - Method in class edu.neu.ccs.gui.SliderView
Resets the slider to its default value.
reset() - Method in class edu.neu.ccs.gui.StringViewer
 
reset() - Method in class edu.neu.ccs.gui.TextAreaView
Sets the content for this text area view to the default content for this text area view.
reset() - Method in class edu.neu.ccs.gui.TextFieldView
 
reset() - Method in class edu.neu.ccs.gui.XObjectView
Not used by this class.
reset() - Method in class edu.neu.ccs.pedagogy.Turtle
Reset the turtle to its default initial state and then repaint.
resetColorViews - Variable in class edu.neu.ccs.gui.CheckerBoard
The action to reset the colors to their original settings.
resetColorViews() - Method in class edu.neu.ccs.gui.CheckerBoard
Resets the colors to their original settings.
resetCount() - Method in class edu.neu.ccs.SmallSet
Resets the internal size variable to equal the number of 1-bits in the integer set representation.
resetPreferredSize() - Method in class edu.neu.ccs.gui.TablePanel
Sets the preferred size for this panel to its preferred size, and updates the screen UI.
resetTextLayout() - Method in class edu.neu.ccs.gui.TextPaintable
Resets the text layout on string or font change.
resetThumb() - Method in class edu.neu.ccs.gui.SliderView
The method to reset the location of the slider thumb on the track.
resizeLasso(MouseEvent) - Method in class edu.neu.ccs.gui.Zoo
Resizes the current lasso given the mouse event that prompted its resize.
resizeTo(MouseEvent) - Method in class edu.neu.ccs.gui.Laminate
Resizes this laminate and its covered component based on the given mouse event.
resizeable - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate can be resized.
resizeable - Variable in class edu.neu.ccs.gui.Zoo
Whether or not the child items in this zoo can be resized.
resizedActions - Variable in class edu.neu.ccs.gui.ComponentActionAdapter
List of action listeners to be performed upon the notification of component resized events.
resizingX - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate is resizing on the horizontal axis.
resizingY - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate is resizing on the vertical axis.
response - Variable in class edu.neu.ccs.gui.GeneralDialog
User response to this dialog.
restrictBounds(int, int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Restricts the given proposed bounds based on the zoo in which this laminate is contained.
restrictingBounds - Variable in class edu.neu.ccs.gui.Zoo
Whether or not this zoo is restricting its child components' bounds.
returnType - Variable in class edu.neu.ccs.jpf.MethodGUI
The return type.
returnTypeName - Variable in class edu.neu.ccs.jpf.MethodGUI
The return type name.
returnView - Variable in class edu.neu.ccs.jpf.MethodGUI
The return view for everything but Paint.
revalidate(Component) - Method in class edu.neu.ccs.gui.ZooGroup
Revalidates the given component, if appropriate.
revalidateAnnotationAndAlignment() - Method in class edu.neu.ccs.gui.Display
Rebuilds the annotation and its alignment based on the current annotation text and alignment.
revalidateDisplay() - Method in class edu.neu.ccs.gui.ArrayPanel
Updates the contents and layout of the control panel based on the current parameters.
revalidateTarget() - Method in class edu.neu.ccs.gui.Laminate
Updates the laminated component by revalidating or validating it.
revalidateTitleAndAlignment() - Method in class edu.neu.ccs.gui.Display
Rebuilds the titled border and its alignment based on the current title text and alignment.
reversals(int[]) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns the number of reversals of the array viewed as a permutation of its data.
revertOrdinaryAction - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The action to revert the ordinary functions list to a blank string.
revertOrdinaryFcnsList() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Revert the ordinary functions list to showing the blank string.
revertReservedAction - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The action to revert the reserved list to a blank string.
revertReservedList() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
Revert the ordinary functions list to showing the blank string.
rgbaArray - Variable in class edu.neu.ccs.gui.VisualColorList
The array of color rgba values.
rint - Static variable in class edu.neu.ccs.F
The function x --> rint(x).
root(double, double) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the n-th root of x.
rootOfUnity(int, int) - Static method in class edu.neu.ccs.XComplex
Returns the k-th root among the n-th roots of unity for 0<=k<n.
rootsOfUnity(int) - Static method in class edu.neu.ccs.XComplex
Returns an array of size n with the n-th roots of unity.
rosybrown - Static variable in class edu.neu.ccs.Colors
Color rosybrown = RosyBrown.
rotate(double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Rotates the paintable about its center by the given angle in degrees.
rotate(double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of rotate in TransformFactory.
rotate(double) - Method in interface edu.neu.ccs.gui.Paintable
Rotates the paintable about its center by the given angle in degrees.
rotate(double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform to rotate with center at (x, y) by the given angle in degrees.
rotateAtOrigin(double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a rotation with center at the origin and angle of rotation equal to the angle from the origin to dx,dy.
rotateAtOrigin(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a rotation with center at the origin and angle of rotation equal to the angle from x1,y1 to x2,y2.
rotateAtX1Y1(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a rotation with center at x1,y1 and angle of rotation equal to the angle from x1,y1 to x2,y2.
rotateAtX2Y2(double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns a rotation with center at x2,y2 and angle of rotation equal to the angle from x1,y1 to x2,y2.
row - Variable in class edu.neu.ccs.gui.CellPosition
The row, or first, index into a 2-dimensional array.
row - Variable in class edu.neu.ccs.gui.Tile
The optional row.
rowAlignment - Variable in class edu.neu.ccs.gui.TableLayout
Default alignments for rows in this table layout.
rows - Variable in class edu.neu.ccs.gui.TableLayout
Number of rows in this table layout.
royalblue - Static variable in class edu.neu.ccs.Colors
Color royalblue = RoyalBlue.
rule - Variable in class edu.neu.ccs.gui.PathListFunction
The winding rule of the original path list.
rule() - Method in class edu.neu.ccs.gui.WindingRule
Returns the associated GeneralPath constant.

S

SCROLL_HEIGHT - Static variable in class edu.neu.ccs.jpf.JPFPane
Default button scroll panel maximum height = 400.
SCROLL_WIDTH - Static variable in class edu.neu.ccs.jpf.JPFPane
Default button scroll panel maximum width = 400.
SELECTED_BUTTON - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the selected index property.
SELECTED_INDEX - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the selected index property.
SELECTED_LABEL - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the selected index property.
SELECT_ALL_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to select all components in this zoo.
SEND_TO_BACK_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to send the first selected component in this zoo to the back of the z-order.
SEPARATOR - Static variable in class edu.neu.ccs.codec.EscapedCodec
The sequence of characters that separates elements of an encoded String.
SET_ALERT_ICON - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set alert icon property.
SET_ANCHOR_LOCATOR - Static variable in class edu.neu.ccs.gui.MultiLineTextPaintable
Bound property name for set anchor locator.
SET_ANCHOR_LOCATOR - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set anchor locator.
SET_ANCHOR_POSITION - Static variable in class edu.neu.ccs.gui.MultiLineTextPaintable
Bound property name for set anchor position.
SET_ANCHOR_POSITION - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set anchor position.
SET_BACKGROUND - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set background property.
SET_BACKGROUND_PAINT - Static variable in class edu.neu.ccs.gui.AbstractPaintable
Bound property name for set background paint.
SET_BACKGROUND_TILE - Static variable in class edu.neu.ccs.gui.AbstractPaintable
Bound property name for set background tile.
SET_BORDER - Static variable in class edu.neu.ccs.gui.PaintSwatch
Bound property name for set border.
SET_BOUNDS_STRATEGY - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set bounds strategy.
SET_BUTTON_TEXT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the set button text.
SET_CANCEL - Static variable in class edu.neu.ccs.gui.DialogAction
The choice to both close the dialog and mark the dialog as cancelled.
SET_CLIPPING_SHAPE - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set clipping shape.
SET_CLOSURE_MODE - Static variable in class edu.neu.ccs.gui.BaseShape
Bound property name for set closure mode.
SET_CURRENT_COLOR - Static variable in class edu.neu.ccs.gui.ColorView
Bound property name for set current color.
SET_DEFAULT_BOUNDS2D - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set default bounds2D.
SET_DEFAULT_CENTER - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set default center.
SET_DEFAULT_COLOR - Static variable in class edu.neu.ccs.gui.ColorView
Bound property name for set default color.
SET_DEFAULT_ORIGINAL_BOUNDS2D - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set default original bounds2D.
SET_DEFAULT_ORIGINAL_CENTER - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set default originalcenter.
SET_DESIGN_MODE_OFF_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to turn off design mode for this zoo.
SET_DESIGN_MODE_ON_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to turn on design mode for this zoo.
SET_DISABLED_ICON - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set disabled icon property.
SET_DRAW_PAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Bound property name for set draw paint.
SET_DRAW_STROKE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Bound property name for set draw stroke.
SET_END_TANGENT - Static variable in class edu.neu.ccs.gui.AutomaticShape
Bound property name to set one or both end tangents.
SET_FILL_PAINT - Static variable in class edu.neu.ccs.gui.MultiLineTextPaintable
Bound property name for set fill paint.
SET_FILL_PAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Bound property name for set fill paint.
SET_FILL_PAINT - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set fill paint.
SET_FONT - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set font property.
SET_FONT - Static variable in class edu.neu.ccs.gui.MultiLineTextPaintable
Bound property name for set font.
SET_FONT - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set font.
SET_FOREGROUND - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set foreground property.
SET_ICON - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set icon property.
SET_IMAGE - Static variable in class edu.neu.ccs.gui.ImagePaintable
Bound property name for set image.
SET_IMAGE - Static variable in class edu.neu.ccs.gui.ImagePaintableLite
Bound property name for set image.
SET_LABEL_TEXT - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the set label text property.
SET_MUTATOR - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set mutator.
SET_OPACITY - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set opacity.
SET_OPAQUE - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set opaque property.
SET_PAINT - Static variable in class edu.neu.ccs.gui.PaintSwatch
Bound property name for set paint.
SET_PAINT - Static variable in class edu.neu.ccs.gui.PointPaintable
Bound property name for set paint.
SET_PAINTABLE - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set paintables.
SET_PAINTABLE - Static variable in class edu.neu.ccs.gui.PaintableButton
Bound property name for set paintable.
SET_PAINTABLE - Static variable in class edu.neu.ccs.gui.PaintableComponent
Bound property name for set paintable.
SET_PAINT_MODE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Bound property name for set paint mode.
SET_PATH_STRATEGY - Static variable in class edu.neu.ccs.gui.BaseShape
Bound property name for set path strategy.
SET_PLOTMARK - Static variable in class edu.neu.ccs.gui.PointPaintable
Bound property name for set plotmark.
SET_SHAPE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Bound property name for set shape.
SET_SIZE - Static variable in class edu.neu.ccs.gui.PaintSwatch
Bound property name for set size.
SET_STRING - Static variable in class edu.neu.ccs.gui.MultiLineTextPaintable
Bound property name for set string.
SET_STRING - Static variable in class edu.neu.ccs.gui.TextPaintable
Bound property name for set string.
SET_TANGENT - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to set one or more tangents.
SET_TANGENT_STRATEGY - Static variable in class edu.neu.ccs.gui.AutomaticShape
Bound property name to set the tangent strategy.
SET_TEXT - Static variable in class edu.neu.ccs.gui.Annotation
Bound property name for the set text property.
SET_TOP_LEFT_CORNER - Static variable in class edu.neu.ccs.gui.ImagePaintable
Bound property name for set top left point.
SET_TOP_LEFT_CORNER - Static variable in class edu.neu.ccs.gui.ImagePaintableLite
Bound property name for set top left point.
SET_VERTEX - Static variable in class edu.neu.ccs.gui.BaseVertexShape
Bound property name to set one or more vertices.
SET_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonDotsShape
Bound property name to set one vertex.
SET_VERTEX - Static variable in class edu.neu.ccs.gui.PolygonShape
Bound property name to set one vertex.
SET_VERTEX - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to set one or more vertices.
SET_VERTEX_DATA - Static variable in class edu.neu.ccs.gui.PolygonDotsShape
Bound property name to set the vertex data.
SET_VERTEX_DATA - Static variable in class edu.neu.ccs.gui.PolygonShape
Bound property name to set the vertex data.
SET_VERTEX_TANGENT - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to set one or more vertex-tangent pairs.
SET_VISIBLE - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name for set visible.
SET_WINDING_RULE - Static variable in class edu.neu.ccs.gui.BaseShape
Bound property name for set winding rule.
SHARP_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
The sharp-wedge-facing-east plot mark.
SHARP_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
The sharp-wedge-facing-north plot mark.
SHARP_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
The sharp-wedge-facing-south plot mark.
SHARP_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
The sharp-wedge-facing-west plot mark.
SHIFT_PAINTABLE - Static variable in interface edu.neu.ccs.gui.Paintable
Bound property name to shift paintables within a sequence.
SIZE - Static variable in class edu.neu.ccs.gui.ColorPane
The size of the square that contains the upper and lower swatches: 200.
SIZE - Static variable in class edu.neu.ccs.gui.Path
The standard dot size.
SLIDING_ACTION - Static variable in class edu.neu.ccs.gui.SliderView
The ID for a sliding action event.
SMALLGAP - Variable in class edu.neu.ccs.gui.FunctionsPlotter
The small gap for inner table panels.
SMA_Clicked(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" clicked action.
SMA_Clicked_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" clicked action.
SMA_Dragged(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" dragged action.
SMA_Dragged_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" dragged action.
SMA_Entered(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" entered panel action.
SMA_Entered_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" entered panel action.
SMA_Exited(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" exited panel action.
SMA_Exited_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" exited panel action.
SMA_Moved(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" moved action.
SMA_Moved_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" moved action.
SMA_Pressed(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" pressed action.
SMA_Pressed_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" pressed action.
SMA_Released(MouseEvent) - Method in class edu.neu.ccs.gui.BufferedPanel
The method that implements the "Simple Mouse Action" released action.
SMA_Released_Action - Variable in class edu.neu.ccs.gui.BufferedPanel
The "Simple Mouse Action" released action.
SQUARE - Static variable in class edu.neu.ccs.gui.PlotMark
The square plot mark.
STROKE - Static variable in class edu.neu.ccs.gui.Path
The standard stroke.
STROKE2 - Static variable in class edu.neu.ccs.gui.SliderView
Stroke of size 2: BasicStroke(2).
SUGGESTION - Static variable in class edu.neu.ccs.gui.InputProperties
Bound property name for a suggested view state for this view.
SUM - Static variable in class edu.neu.ccs.util.Metric
The SUM metric computes the distance between (x1, y1) and (x2,y2) using the sum of the absolute values of the differences in the coordinates.
SVHeight - Static variable in class edu.neu.ccs.jpf.MethodGUI
The string viewer viewport height = 100.
SVWidth - Static variable in class edu.neu.ccs.jpf.MethodGUI
The string viewer viewport width = 400.
SaddleBrown - Static variable in class edu.neu.ccs.Colors
Color SaddleBrown = 139, 69, 19 = #8B4513.
Salmon - Static variable in class edu.neu.ccs.Colors
Color Salmon = 250, 128, 114 = #FA8072.
SandyBrown - Static variable in class edu.neu.ccs.Colors
Color SandyBrown = 244, 164, 96 = #F4A460.
ScrollableDisplay - class edu.neu.ccs.gui.ScrollableDisplay.
A JPTScrollPane that contains a single Displayable object, and delegates Displayable method calls to its viewport view.
ScrollableDisplay() - Constructor for class edu.neu.ccs.gui.ScrollableDisplay
Constructs a scrollable display containing a blank DisplayPanel.
ScrollableDisplay(Displayable) - Constructor for class edu.neu.ccs.gui.ScrollableDisplay
Constructs a scrollable display containing the given Displayable object.
SeaGreen - Static variable in class edu.neu.ccs.Colors
Color SeaGreen = 46, 139, 87 = #2E8B57.
SeaShell - Static variable in class edu.neu.ccs.Colors
Color SeaShell = 255, 245, 238 = #FFF5EE.
ShapeCapsule - class edu.neu.ccs.gui.ShapeCapsule.
A JComponent encapsulating a shape, and acting as its view.
ShapeCapsule(Shape) - Constructor for class edu.neu.ccs.gui.ShapeCapsule
Constructs an encapsulation of the given shape.
ShapeCapsule(Shape, Paint) - Constructor for class edu.neu.ccs.gui.ShapeCapsule
Constructs an encapsulation of the given shape to be rendered using the given color or paint.
ShapePaintable - class edu.neu.ccs.gui.ShapePaintable.
A ShapePaintable creates an AbstractPaintable using a Shape object and other related data.
ShapePaintable() - Constructor for class edu.neu.ccs.gui.ShapePaintable
The default constructor.
ShapePaintable(Shape) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape.
ShapePaintable(Shape, PaintMode) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape and the paint mode.
ShapePaintable(Shape, PaintMode, Paint) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape, the paint mode, and the fill paint.
ShapePaintable(Shape, PaintMode, Paint, Paint) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape, the paint mode, the fill paint, and the draw paint.
ShapePaintable(Shape, PaintMode, Paint, Paint, Stroke) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape, the paint mode, the fill paint, the draw paint, and the drawstroke.
ShapePaintable(PathList) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape via a path list.
ShapePaintable(PathList, PaintMode) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape via a path list and the paint mode.
ShapePaintable(PathList, PaintMode, Paint) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape via a path list, the paint mode, and the fill paint.
ShapePaintable(PathList, PaintMode, Paint, Paint) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape via a path list, the paint mode, the fill paint, and the draw paint.
ShapePaintable(PathList, PaintMode, Paint, Paint, Stroke) - Constructor for class edu.neu.ccs.gui.ShapePaintable
The constructor to specify the shape via a path list, the paint mode, the fill paint, the draw paint, and the drawstroke.
SharpWedgeE - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The sharp-wedge-facing-east algorithm.
SharpWedgeN - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The sharp-wedge-facing-north algorithm.
SharpWedgeS - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The sharp-wedge-facing-south algorithm.
SharpWedgeW - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The sharp-wedge-facing-west algorithm.
Sienna - Static variable in class edu.neu.ccs.Colors
Color Sienna = 160, 82, 45 = #A0522D.
Silver - Static variable in class edu.neu.ccs.Colors
Color Silver = 192, 192, 192 = #C0C0C0.
SimpleAction - class edu.neu.ccs.gui.SimpleAction.
A trivial extension of the Java AbstractAction class used to simplify the programming interface for a class representing a GUI action.
SimpleAction() - Constructor for class edu.neu.ccs.gui.SimpleAction
Constructs a simple action with no name or icon.
SimpleAction(String) - Constructor for class edu.neu.ccs.gui.SimpleAction
Constructs a simple action with the given name but no icon.
SimpleAction(String, Icon) - Constructor for class edu.neu.ccs.gui.SimpleAction
Constructs a simple action with the given name and icon.
SimpleArrayPanel - class edu.neu.ccs.gui.SimpleArrayPanel.
Class SimpleArrayPanel provides a panel that can hold one or more views of a given type with the number of such views under interactive user control.
SimpleArrayPanel(Class) - Constructor for class edu.neu.ccs.gui.SimpleArrayPanel
The 1-parameter constructor.
SimpleArrayPanel(Class, int) - Constructor for class edu.neu.ccs.gui.SimpleArrayPanel
The 2-parameter constructor.
SimpleArrayPanel(Class, int, int) - Constructor for class edu.neu.ccs.gui.SimpleArrayPanel
The 3-parameter constructor.
SimpleArrayPanel(Class, int, int, int) - Constructor for class edu.neu.ccs.gui.SimpleArrayPanel
The 4-parameter constructor.
SimpleArrayPanel(Class, int, int, int, boolean) - Constructor for class edu.neu.ccs.gui.SimpleArrayPanel
The 5-parameter constructor.
SimpleDialog - class edu.neu.ccs.gui.SimpleDialog.
Provides only static convenience methods for simple modal dialog box input.
SimpleDialog() - Constructor for class edu.neu.ccs.gui.SimpleDialog
 
SimpleFunction - class edu.neu.ccs.parser.SimpleFunction.
Class SimpleFunction is an implementation of AbstractFunction that is defined by providing its information as strings.
SimpleFunction(String, String[], String) - Constructor for class edu.neu.ccs.parser.SimpleFunction
Constructor for SimpleFunction that uses the current default parser.
SimpleFunction(String, String, String) - Constructor for class edu.neu.ccs.parser.SimpleFunction
Constructor for SimpleFunction that uses the current default parser.
SimpleFunction(BaseParser, String, String[], String) - Constructor for class edu.neu.ccs.parser.SimpleFunction
Constructor for SimpleFunction that uses the given parser.
SimpleFunction(BaseParser, String, String, String) - Constructor for class edu.neu.ccs.parser.SimpleFunction
Constructor for SimpleFunction that uses the given parser.
SimpleFunctionBuilder - class edu.neu.ccs.gui.SimpleFunctionBuilder.
Class SimpleFunctionBuilder builds a panel that combines a SimpleFunctionPane with an ExpressionEvaluationPane so that a user can both interactively define simple functions and then test them in an evaluation scenario immediately.
SimpleFunctionBuilder() - Constructor for class edu.neu.ccs.gui.SimpleFunctionBuilder
The constructor for a simple function builder panel.
SimpleFunctionBuilderWithIO - class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO.
Class SimpleFunctionBuilderWithIO builds a panel that combines a SimpleFunctionPaneWithIO with an ExpressionEvaluationPane so that a user can both interactively define simple functions and then test them in an evaluation scenario immediately.
SimpleFunctionBuilderWithIO() - Constructor for class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO
The constructor for a simple function builder panel.
SimpleFunctionPane - class edu.neu.ccs.gui.SimpleFunctionPane.
Class SimpleFunctionPane provides a pane that permits the interactive definition of simple functions, that is, objects of class SimpleFunction.
SimpleFunctionPane() - Constructor for class edu.neu.ccs.gui.SimpleFunctionPane
The constructor for a simple function definition pane.
SimpleFunctionPaneWithIO - class edu.neu.ccs.gui.SimpleFunctionPaneWithIO.
Class SimpleFunctionPaneWithIO extends SimpleFunctionPane in order to add the facility to save simple function definitions to a file and to read back such definitions from a file.
SimpleFunctionPaneWithIO() - Constructor for class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The constructor for a simple function definition pane with IO.
SimpleThreadedAction - class edu.neu.ccs.gui.SimpleThreadedAction.
SimpleThreadedAction is an abstract class that is a simple extension of the Java AbstractAction class.
SimpleThreadedAction() - Constructor for class edu.neu.ccs.gui.SimpleThreadedAction
Constructs a simple threaded action with no name or icon.
SimpleThreadedAction(String) - Constructor for class edu.neu.ccs.gui.SimpleThreadedAction
Constructs a simple threaded action with the given name but no icon.
SimpleThreadedAction(String, Icon) - Constructor for class edu.neu.ccs.gui.SimpleThreadedAction
Constructs a simple threaded action with the given name and icon.
SkyBlue - Static variable in class edu.neu.ccs.Colors
Color SkyBlue = 135, 206, 235 = #87CEEB.
SlateBlue - Static variable in class edu.neu.ccs.Colors
Color SlateBlue = 106, 90, 205 = #6A5ACD.
SlateGray - Static variable in class edu.neu.ccs.Colors
Color SlateGray = 112, 128, 144 = #708090.
SliderView - class edu.neu.ccs.gui.SliderView.
Class SliderView permits the construction of a slider with pixel-level control of the size of the slider track.
SliderView() - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a default SliderView.
SliderView(int) - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a SliderView with the given orientation which must be HORIZONTAL or VERTICAL.
SliderView(int, int, int, int) - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a SliderView with the given parameters.
SliderView(int, int, int, int, int) - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a SliderView with the given parameters.
SliderView(int, int, int, int, int, int, int) - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a SliderView with the given parameters.
SliderView(int, int, int, int, int, int, int, Paint, Paint, Paint, Color, boolean) - Constructor for class edu.neu.ccs.gui.SliderView
Constructs a SliderView with the given parameters.
SmallSet - class edu.neu.ccs.SmallSet.
Class SmallSet is a class that represents a set of int values between 0 and 31 as the bits in a single int state.
SmallSet() - Constructor for class edu.neu.ccs.SmallSet
The default constructor that creates an empty set with minimum element 0 and maximum element 31.
SmallSet(String) - Constructor for class edu.neu.ccs.SmallSet
The constructor that makes a set with minimum 0 and maximum 31 whose elements are initialized by the data in the given String.
SmallSet(int, int) - Constructor for class edu.neu.ccs.SmallSet
The default constructor that creates an empty set with the given minimum and maximum elements.
SmallSet(int, int, String) - Constructor for class edu.neu.ccs.SmallSet
The constructor that makes a set with the given minimum and maximum whose elements are initialized by the data in the given String.
SmallSet(SmallSet) - Constructor for class edu.neu.ccs.SmallSet
The constructor that makes a clone of the given set.
Snow - Static variable in class edu.neu.ccs.Colors
Color Snow = 255, 250, 250 = #FFFAFA.
SoundUtilities - class edu.neu.ccs.util.SoundUtilities.
Provides static utility methods for playback of sound.
SoundUtilities() - Constructor for class edu.neu.ccs.util.SoundUtilities
 
SpringGreen - Static variable in class edu.neu.ccs.Colors
Color SpringGreen = 0, 255, 127 = #00FF7F.
Square - Static variable in class edu.neu.ccs.gui.PlotMarkAlgorithm
The square algorithm.
StackTrace - class edu.neu.ccs.util.StackTrace.
Class StackTrace provides a static method to return the stack trace of a Throwable as a String.
StackTrace() - Constructor for class edu.neu.ccs.util.StackTrace
 
StaticFields - class edu.neu.ccs.util.StaticFields.
The class StaticFields contains a general static method to extract the public static fields from a given class with given field type.
StaticFields() - Constructor for class edu.neu.ccs.util.StaticFields
Prevent instantiation.
SteelBlue - Static variable in class edu.neu.ccs.Colors
Color SteelBlue = 70, 130, 180 = #4682B4.
StringIntPair - class edu.neu.ccs.quick.StringIntPair.
StringIntPair constructs an immutable pair object from a non-null String and an int.
StringIntPair(String, int) - Constructor for class edu.neu.ccs.quick.StringIntPair
Constructor that constructs the string-int pair using a non-null String and an int.
StringObjectDropdown - class edu.neu.ccs.gui.StringObjectDropdown.
A view based on JComboBox for the selection of an object using an associated string in a StringObjectMap.
StringObjectDropdown() - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The default constructor.
StringObjectDropdown(Object[][]) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map.
StringObjectDropdown(Object[][], Action) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; and provides the action to perform when an option is selected.
StringObjectDropdown(Object[][], Action, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and provides the minimum width for the drop down list.
StringObjectDropdown(Object[][], Action, Font) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and provides the font.
StringObjectDropdown(Object[][], Action, Font, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; and provides the minimum width for the drop down list.
StringObjectDropdown(Object[][], Action, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(Object[][], Action, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(Object[][], Action, Font, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(Object[][], Action, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectPair[]) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map.
StringObjectDropdown(StringObjectPair[], Action) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; and provides the action to perform when an option is selected.
StringObjectDropdown(StringObjectPair[], Action, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and provides the minimum width for the drop down list.
StringObjectDropdown(StringObjectPair[], Action, Font) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and provides the font.
StringObjectDropdown(StringObjectPair[], Action, Font, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; and provides the minimum width for the drop down list.
StringObjectDropdown(StringObjectPair[], Action, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectPair[], Action, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectPair[], Action, Font, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectPair[], Action, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that uses a pairs array to construct the internal two way map; provides the action to perform when an option is selected; provides the font; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectMap) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map.
StringObjectDropdown(StringObjectMap, Action) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; and provides the action to perform when an option is selected.
StringObjectDropdown(StringObjectMap, Action, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; and provides the minimum width for the drop down list.
StringObjectDropdown(StringObjectMap, Action, Font) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected and provides the font.
StringObjectDropdown(StringObjectMap, Action, Font, int) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; provides the font; and provides the minimum width for the drop down list.
StringObjectDropdown(StringObjectMap, Action, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectMap, Action, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectMap, Action, Font, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; provides the font; and allows the choice of whether or not to sort the strings.
StringObjectDropdown(StringObjectMap, Action, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.StringObjectDropdown
The constructor that copies the given string-object map to construct the internal string-object map; provides the action to perform when an option is selected; provides the font; provides the minimum width for the drop down list; and allows the choice of whether or not to sort the strings.
StringObjectMap - class edu.neu.ccs.quick.StringObjectMap.
StringObjectMap encapsulates a structure that maintains a collection of String and Object pairs in such a way that the original order of pair entry is preserved and it is efficient to map a string to an object and vice versa.
StringObjectMap() - Constructor for class edu.neu.ccs.quick.StringObjectMap
The default constructor.
StringObjectMap(Object[][]) - Constructor for class edu.neu.ccs.quick.StringObjectMap
The constructor with an array of string-object pairs as a 2-dimensional array of Object.
StringObjectMap(StringObjectPair[]) - Constructor for class edu.neu.ccs.quick.StringObjectMap
The constructor with an array of StringObjectPairs.
StringObjectPair - class edu.neu.ccs.quick.StringObjectPair.
StringObjectPair constructs an immutable pair object from a non-null String and a non-null Object.
StringObjectPair(String, Object) - Constructor for class edu.neu.ccs.quick.StringObjectPair
Constructor that constructs a pair using a non-null String and a non-null Object.
StringObjectPair(Object[]) - Constructor for class edu.neu.ccs.quick.StringObjectPair
Constructor that constructs a pair using a non-null array of Object such that the array has 2 items, item 0 is a non-null String and item 1 is a non-null Object.
StringObjectRadioPanel - class edu.neu.ccs.gui.StringObjectRadioPanel.
A view based on RadioPanel for the selection of an object using an associated string in a StringObjectMap.
StringObjectRadioPanel() - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The default constructor.
StringObjectRadioPanel(Object[][]) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map.
StringObjectRadioPanel(Object[][], ActionListener) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; and provides the action listener to perform when an option is selected.
StringObjectRadioPanel(Object[][], ActionListener, int) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; provides the action listener to perform when an option is selected; and provides the initial selection string.
StringObjectRadioPanel(Object[][], ActionListener, int, LayoutManager) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; provides the action listener to perform when an option is selected; provides the initial selection string; and provides the layout manager.
StringObjectRadioPanel(StringObjectPair[]) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map.
StringObjectRadioPanel(StringObjectPair[], ActionListener) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; and provides the action listener to perform when an option is selected.
StringObjectRadioPanel(StringObjectPair[], ActionListener, int) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; provides the action listener to perform when an option is selected; and provides the initial selection string.
StringObjectRadioPanel(StringObjectPair[], ActionListener, int, LayoutManager) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that uses a pairs array to construct the internal two way map; provides the action listener to perform when an option is selected; provides the initial selection string; and provides the layout manager.
StringObjectRadioPanel(StringObjectMap) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that copies the given string-object map to construct the internal string-object map.
StringObjectRadioPanel(StringObjectMap, ActionListener) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that copies the given string-object map to construct the internal string-object map; and provides the action listener to perform when an option is selected.
StringObjectRadioPanel(StringObjectMap, ActionListener, int) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that copies the given string-object map to construct the internal string-object map; provides the action listener to perform when an option is selected; and provides the initial selection string.
StringObjectRadioPanel(StringObjectMap, ActionListener, int, LayoutManager) - Constructor for class edu.neu.ccs.gui.StringObjectRadioPanel
The constructor that copies the given string-object map to construct the internal string-object map; provides the action listener to perform when an option is selected; provides the initial selection string; and provides the layout manager.
StringObjectView - interface edu.neu.ccs.gui.StringObjectView.
The interface for views designed to permit the selection of an object using an associated string in a StringObjectMap.
StringSet - class edu.neu.ccs.quick.StringSet.
StringSet encapsulates a structure that maintains a set of Strings both in the original order of entry and in sorted order.
StringSet() - Constructor for class edu.neu.ccs.quick.StringSet
The default constructor.
StringSet(String[]) - Constructor for class edu.neu.ccs.quick.StringSet
The constructor with an array of strings.
StringViewer - class edu.neu.ccs.gui.StringViewer.
Class StringViewer provides static tools for viewing a String in a GUI.
StringViewer() - Constructor for class edu.neu.ccs.gui.StringViewer
The default constructor that uses empty initial text, a width of 800, a height of 600, and the default static font.
StringViewer(int, int) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses empty initial text, the given width and height, and the default static font.
StringViewer(Font) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses empty initial text, a width of 800, a height of 600, and the given font.
StringViewer(int, int, Font) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses empty initial text, the given width and height, and the given font.
StringViewer(String) - Constructor for class edu.neu.ccs.gui.StringViewer
The default constructor that uses the given initial text, a width of 800, a height of 600, and the default static font.
StringViewer(String, int, int) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses the given initial text, the given width and height, and the default static font.
StringViewer(String, Font) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses the given initial text, a width of 800, a height of 600, and the given font.
StringViewer(String, int, int, Font) - Constructor for class edu.neu.ccs.gui.StringViewer
The constructor that uses the given initial text, the given width and height, and the given font.
String_WIND_EVEN_ODD - Static variable in class edu.neu.ccs.gui.PathList
The String constant for WindingRule.WIND_EVEN_ODD.
String_WIND_NON_ZERO - Static variable in class edu.neu.ccs.gui.PathList
The String constant for WindingRule.WIND_NON_ZERO.
Stringable - interface edu.neu.ccs.Stringable.
Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
StringableFactory - class edu.neu.ccs.util.StringableFactory.
Class whose instances can construct new instances of Stringable objects of a given class using reflection.
StringableFactory(Class) - Constructor for class edu.neu.ccs.util.StringableFactory
Constructor for a factory capable of producing objects of the given Stringable class.
StringableFileIO - class edu.neu.ccs.gui.StringableFileIO.
Class StringableFileIO contains methods to load or save the state of a Stringable model object using text file IO.
StringableFileIO(Stringable, String) - Constructor for class edu.neu.ccs.gui.StringableFileIO
The constructor that provides the Stringable model to read or save via this class and the file extension for its files.
StringableFilter - interface edu.neu.ccs.filter.StringableFilter.
Interface to be implemented by classes of objects that have the capability of filtering Stringable objects that are generated by user input or created internally for computation.
StringableFilterSequence - class edu.neu.ccs.filter.StringableFilterSequence.
An ordered collection of filter objects similar to a List that is itself a filter representing the ordered application of the list of filters.
StringableFilterSequence() - Constructor for class edu.neu.ccs.filter.StringableFilterSequence
Constructs a sequence using the default underlying linear data structure.
StringableFilterSequence(List) - Constructor for class edu.neu.ccs.filter.StringableFilterSequence
Constructs a sequence using the given underlying linear data structure.
Strings - class edu.neu.ccs.Strings.
Class Strings contains a set of static methods to provide fast and human-readable encoding of an array of String data together with corresponding tools for decoding such data.
Strings() - Constructor for class edu.neu.ccs.Strings
Prevent instantiation.
SupportsPropertyChange - interface edu.neu.ccs.gui.SupportsPropertyChange.
SupportsPropertyChange is an interface for objects that can add PropertyChangeListener objects, can fire PropertyChangeEvent events directly to those listeners, and can forward internal PropertyChangeEvent events to those listeners as well.
SwatchNamePair - class edu.neu.ccs.gui.SwatchNamePair.
Class SwatchNamePair provides a component with a paint swatch and its name.
SwatchNamePair(String) - Constructor for class edu.neu.ccs.gui.SwatchNamePair
This constructor provides a color name and locates the corresponding color using the method Colors.getColorFromName.
SwatchNamePair(Paint, String) - Constructor for class edu.neu.ccs.gui.SwatchNamePair
This constructor provides the paint to define the swatch and its name.
SwatchNameRenderer - class edu.neu.ccs.gui.SwatchNameRenderer.
Class SwatchNameRenderer is designed to implement ListCellRenderer by providing pairs each with a paint swatch and its name.
SwatchNameRenderer() - Constructor for class edu.neu.ccs.gui.SwatchNameRenderer
This constructor provides a renderer for swatch-name pairs generated from the color names obtained via Colors.getColorNamesAsArray.
SystemUtilities - class edu.neu.ccs.util.SystemUtilities.
Provides utility methods for gathering information about the system and activating system components.
SystemUtilities() - Constructor for class edu.neu.ccs.util.SystemUtilities
 
s - Variable in class edu.neu.ccs.gui.MalformedDataEvent
The malformed data, or the well-formed data that replaced previously malformed data.
saddlebrown - Static variable in class edu.neu.ccs.Colors
Color saddlebrown = SaddleBrown.
salmon - Static variable in class edu.neu.ccs.Colors
Color salmon = Salmon.
sandwich(Border, Border) - Static method in class edu.neu.ccs.gui.Borders
Returns a compound with the given center border in the middle and the wrap border as outer and inner.
sandwichBorder(Border, Border) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds a sandwich border with the given center border in the middle and the wrap border as outer and inner.
sandybrown - Static variable in class edu.neu.ccs.Colors
Color sandybrown = SandyBrown.
sansserifFontName - Variable in class edu.neu.ccs.gui.BasePane
The sans serif font name from class Fonts.
save - Variable in class edu.neu.ccs.console.ConsoleWindow
The "save transcript" action.
save() - Method in class edu.neu.ccs.console.ConsoleWindow
Saves a transcript of the console IO session.
save - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The action to save definitions.
saveButton - Variable in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The button to save definitions.
saveDataToFile() - Method in class edu.neu.ccs.gui.StringableFileIO
Opens a file dialog to get the file name of a model file and then saves the model data to the file.
saveDataToFile(boolean) - Method in class edu.neu.ccs.gui.StringableFileIO
Opens a file dialog to get the file name of a model file and then saves the model data to the file.
saveDataToFile(File, boolean) - Method in class edu.neu.ccs.gui.StringableFileIO
Saves the model data to the given model file.
saveDataToFile(String) - Method in class edu.neu.ccs.gui.TextFileIO
Opens a file dialog to get the file name of a file and then saves the given text data to the file.
saveDataToFile(String, boolean) - Method in class edu.neu.ccs.gui.TextFileIO
Opens a file dialog to get the file name of a file and then saves the given text data to the file.
saveDataToFile(File, String, boolean) - Method in class edu.neu.ccs.gui.TextFileIO
Saves the given text data to the file.
saveDefinitions() - Method in class edu.neu.ccs.gui.SimpleFunctionPaneWithIO
The method to save definitions.
scale(double) - Static method in class edu.neu.ccs.F
The scale function x --> a * x.
scale(XComplex) - Static method in class edu.neu.ccs.FC
The scale function x --> a * x.
scale() - Method in class edu.neu.ccs.XBigDecimal
Returns the scale of this XBigDecimal.
scale(double) - Method in class edu.neu.ccs.XComplex
Sets this to (s * this): in coordinates [x;y] is replaced by [s*x;s*y].
scale(double, XComplex) - Static method in class edu.neu.ccs.XComplex
Returns a new XComplex whose value is s * z.
scale(double, XFourier) - Static method in class edu.neu.ccs.XFourier
Returns a new fourier equivalent mathematically to (f * p), that is, the fourier obtained by multipying each coefficient of p by the scale factor f.
scale(double, XPolynomial) - Static method in class edu.neu.ccs.XPolynomial
Returns a new polynomial equivalent mathematically to (f * p), that is, the polynomial obtained by multipying each coefficient of p by the scale factor f.
scale(XComplex, XPolynomialComplex) - Static method in class edu.neu.ccs.XPolynomialComplex
Returns a new polynomial equivalent mathematically to (f * p), that is, the polynomial obtained by multipying each coefficient of p by the complex scale factor f.
scale(double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Scales the paintable about its center by the given factor s uniformly in all directions.
scale(double, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Scales the paintable about its center by the given factor s along the main axis at the given angle in degrees and the given factor t along the perpendicular axis.
scale(double, double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of scale in TransformFactory.
scale(double) - Method in interface edu.neu.ccs.gui.Paintable
Scales the paintable about its center by the given factor s uniformly in all directions.
scale(double, double, double) - Method in interface edu.neu.ccs.gui.Paintable
Scales the paintable about its center by the given factor s along the main axis at the given angle in degrees and the given factor t along the perpendicular axis.
scale - Variable in class edu.neu.ccs.gui.PlotTool
The absolute value of the x and y scale factors.
scale(Point2D, Point2D) - Method in class edu.neu.ccs.gui.PlotTool
Scales the given source Point2D using the world to image transform and sets the target Point2D to the transformed value.
scale(Point2D) - Method in class edu.neu.ccs.gui.PlotTool
Returns the point produced by transforming the given point using the world to image transform.
scale(double, double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform to scale with center at (x, y), with scale factor s along the line at the given angle in degrees, and with scale factor t along the perpendicular line.
screenHeight - Variable in class edu.neu.ccs.jpf.MethodGUI
The screen height.
screenSize - Variable in class edu.neu.ccs.jpf.MethodGUI
The screen dimensions.
screenWidth - Variable in class edu.neu.ccs.jpf.MethodGUI
The screen width.
screen_insets - Variable in class edu.neu.ccs.gui.JPTFrame
The current insets to use in setLocation calls that do not provide explicit insets.
scriptFile - Variable in class edu.neu.ccs.console.ConsoleWindow
The file object for an open transcript record.
scriptStream - Variable in class edu.neu.ccs.console.ConsoleWindow
The output stream for an open transcript record.
scroll - Variable in class edu.neu.ccs.console.ConsoleWindow
Scroll pane housing the console pane.
scrollHeight - Variable in class edu.neu.ccs.jpf.MethodGUI
The bound for the scroll pane height.
scrollPane - Variable in class edu.neu.ccs.gui.SimpleArrayPanel
The scroll pane that contains the inner panel.
scrollWidth - Variable in class edu.neu.ccs.jpf.MethodGUI
The bound for the scroll pane width.
scroller - Variable in class edu.neu.ccs.gui.ArrayPanel
The view collection scrolling display.
scrollpane - Variable in class edu.neu.ccs.gui.StringViewer
The internal JPTScrollPane.
scrollpane - Variable in class edu.neu.ccs.jpf.MethodGUI
The scrollpane surrounding the main panel.
seagreen - Static variable in class edu.neu.ccs.Colors
Color seagreen = SeaGreen.
seashell - Static variable in class edu.neu.ccs.Colors
Color seashell = SeaShell.
selectAll() - Method in class edu.neu.ccs.gui.Zoo
Selects all top-level components in this zoo.
selectBlackTextScheme() - Method in class edu.neu.ccs.console.ConsoleGateway
Sets the color for each of the three console text streams to black.
selectColorTextScheme() - Method in class edu.neu.ccs.console.ConsoleGateway
Sets the color for each of the three console text streams as follows: Output: black Input: blue Error: red
selectFcn - Variable in class edu.neu.ccs.gui.SimpleFunctionPane
The action to select a function from the functions dropdown list and show its definition.
selectFunction() - Method in class edu.neu.ccs.gui.SimpleFunctionPane
The method to select a function from the functions dropdown list and show its definition.
selectOnly(Component) - Method in class edu.neu.ccs.gui.Zoo
Sets the selection for this zoo to only the the given component.
selectWithNoRepetition(int, int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array of length k consisting of integers chosen from 0 to (n-1) with no repetition permitted.
selectWithNoRepetition(int[], int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random selection of k elements from the contents of the given data with no repetition of a selected index.
selectWithRepetition(int, int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array of length k consisting of integers chosen from 0 to (n-1) with repetition permitted.
selectWithRepetition(int[], int) - Static method in class edu.neu.ccs.util.ProbStatTools
Returns an array whose contents is a random selection of k elements from the contents of the given data with repetition of a selected index permitted.
selected - Variable in class edu.neu.ccs.gui.Laminate
Whether or not this laminate is selected.
selectedThumbPaint - Variable in class edu.neu.ccs.gui.SliderView
The selected fill paint for the thumb.
selectionActions - Variable in class edu.neu.ccs.gui.ListSelectionActionAdapter
List of action listeners to be performed upon the notification of list selection events.
selectionModel - Variable in class edu.neu.ccs.gui.Zoo
Selection model for this zoo.
selfTest() - Static method in class edu.neu.ccs.pedagogy.Turtle
A simple self test.
sendToBack(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the deepest z-order position in this container.
sequence - Variable in class edu.neu.ccs.gui.PaintableSequenceComposite
The internal paintable sequence.
sequence - Variable in class edu.neu.ccs.jpf.JPF
The paintable sequence of the graphics buffered panel window.
sequence - Variable in class edu.neu.ccs.jpf.JPFApplet
The paintable sequence of the graphics buffered panel window.
serifFontName - Variable in class edu.neu.ccs.gui.BasePane
The serif font name from class Fonts.
set(int, StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Replaces the filter at the given index in this sequence with the given filter.
set(int, ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Replaces the action listener at the given index in this sequence with the given action listener.
set - Variable in class edu.neu.ccs.gui.ArrayPanel
Button for setting the length of this array to the value held in the field contained in the length controls.
set(int, PathNode) - Method in class edu.neu.ccs.gui.PathList
Sets the PathNode at the given index to a copy of the given node if the given node is non-null and if the given index is in range; otherwise does nothing.
setAction(Action) - Method in class edu.neu.ccs.gui.ActionWrapper
Sets the encapsulated action to the given action.
setAction(ActionListener) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Sets the action performed when this component is painted to the given action listener.
setAction(Action) - Method in class edu.neu.ccs.gui.PaintableButton
Overrides the inherited method to make sure that the icon for the button is the component associated with the paintable and that the text for the button is null.
setActionAndFinish(Object[]) - Method in class edu.neu.ccs.gui.DialogAction
 
setActionSequence(ActionSequence) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Sets the sequence of action listeners performed when this component is painted to the given sequence of action listeners.
setActions - Variable in class edu.neu.ccs.gui.ArrayPanel
Actions panel containing the set array length action.
setActions(ActionListener[]) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Sets the action listeners performed when this component is painted to the action listeners in the given array, in order.
setActionsPanel(ActionsPanel) - Method in class edu.neu.ccs.gui.JPTDialog
Sets the actions panel for this dialog to the provided actions panel.
setActivated(boolean) - Method in class edu.neu.ccs.console.ConsoleGateway
Sets whether or not this console object is "activated".
setActivated(boolean) - Method in class edu.neu.ccs.gui.Laminate
Sets whether or not this laminate handles mouse events targeted for the covered component.
setAlertIcon(Icon) - Method in class edu.neu.ccs.gui.Annotation
Sets the icon to be displayed when this annotation is in an alert state.
setAlignment(int) - Method in class edu.neu.ccs.gui.AlignedLayout
Sets the alignment for this layout to the alignment represented by the given value.
setAlignment(int) - Method in class edu.neu.ccs.gui.Annotation
Sets the alignment of the icon relative to the text using one of the constants ABOVE, BELOW, LEFT, RIGHT, or DEFAULT.
setAlignment(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Sets the alignment of the length controls relative to the view collection to the given alignment value.
setAlignment(int) - Method in class edu.neu.ccs.gui.FileView
Sets the alignment of the browse button relative to the filename field.
setAllMinimumColumnWidths(int) - Method in class edu.neu.ccs.gui.TableLayout
Sets all minimum column widths to the same value.
setAllMinimumColumnWidths(int) - Method in class edu.neu.ccs.gui.TablePanel
Sets all minimum column widths to the same value.
setAllMinimumRowHeights(int) - Method in class edu.neu.ccs.gui.TableLayout
Sets all minimum row heights to the same value.
setAllMinimumRowHeights(int) - Method in class edu.neu.ccs.gui.TablePanel
Sets all minimum row heights to the same value.
setAllStates(boolean) - Method in class edu.neu.ccs.quick.BooleanStateArray
Sets all states to the given state.
setAllowsMove(boolean) - Method in class edu.neu.ccs.gui.Zoo
Sets whether or not the child items of this zoo can be moved using direct manipulation.
setAllowsResize(boolean) - Method in class edu.neu.ccs.gui.Zoo
Sets whether or not the child items of this zoo can be resized using direct manipulation.
setAnchorLocator(TextAnchor.Locator) - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Sets the TextAnchor.Locator for this MultiLineTextPaintable.
setAnchorLocator(TextAnchor.Locator) - Method in class edu.neu.ccs.gui.TextPaintable
Sets the TextAnchor.Locator for this TextPaintable.
setAnchorPosition(float, float) - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Sets the anchor position for the first line of this MultiLineTextPaintable.
setAnchorPosition(float[]) - Method in class edu.neu.ccs.gui.MultiLineTextPaintable
Sets the anchor position for the first line of this MultiLineTextPaintable using an array float[2].
setAnchorPosition(float, float) - Method in class edu.neu.ccs.gui.TextPaintable
Sets the anchor position for this TextPaintable.
setAnchorPosition(float[]) - Method in class edu.neu.ccs.gui.TextPaintable
Sets the anchor position for this TextPaintable using an array float[2].
setAnnotation(Annotation) - Method in class edu.neu.ccs.gui.Display
Sets the annotation component to the given >Annotation>.
setAnnotationAlignment(int) - Method in class edu.neu.ccs.gui.Display
Sets the alignment of the annotation relative to the displayed object.
setAnnotationText(String) - Method in class edu.neu.ccs.gui.Display
Sets the annotation text to the given text.
setArgumentSeparatorToken(String) - Method in class edu.neu.ccs.parser.BaseParser
Sets the token representing the argument separator in this parsing scheme to the given String token.
setAutoHalo(boolean) - Method in class edu.neu.ccs.gui.SimpleArrayPanel
Sets whether or not each view should be wrapped in a Halo object before being inserted into the panel.
setAutoRepaint(boolean) - Method in class edu.neu.ccs.pedagogy.Turtle
Set auto repaint, that is, whether or not to repaint after each step, to the given value.
setAutoSelect(boolean) - Method in class edu.neu.ccs.gui.TextFieldView
Sets whether or not the contents of this field will be selected when it gains focus.
setAutoShiftToTop(boolean) - Method in class edu.neu.ccs.gui.BufferedPanel
Sets whether or not a clicked paintable should shift to the top of the paintable sequence.
setBackground(Color) - Method in class edu.neu.ccs.gui.Annotation
Sets the background color for the annotation to the given color.
setBackground(Color) - Method in class edu.neu.ccs.gui.BufferedPanel
Sets the background color for the panel that wraps the buffer to the given color.
setBackground(Color) - Method in class edu.neu.ccs.gui.DisplayCollection
Sets the background color for the entire panel to the provided color.
setBackground(Color) - Method in class edu.neu.ccs.gui.GeneralDialog
Overrides the inherited setBackground to set not only the background of the dialog itself but also the background of its top level entities.
setBackground(Color) - Method in class edu.neu.ccs.gui.RadioPanel
Sets the background for this component and its buttons.
setBackgroundPaint(Paint) - Method in class edu.neu.ccs.gui.AbstractPaintable
Sets the background paint.
setBackgroundPaint(Paint) - Method in class edu.neu.ccs.gui.LayeredComponent
Sets the background paint for the bottom layer of this layered component.
setBackgroundPaint(Paint) - Method in interface edu.neu.ccs.gui.Paintable
Sets the background paint.
setBackgroundTile(Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Sets the background tile paintable.
setBackgroundTile(Object) - Method in class edu.neu.ccs.gui.LayeredComponent
Sets the tile paintable object for the middle layer of this layered component.
setBackgroundTile(Object) - Method in interface edu.neu.ccs.gui.Paintable
Sets the background tile paintable.
setBit(int) - Method in class edu.neu.ccs.XBigInteger
Sets this to the equivalent value with the n-th bit set.
setBit(XBigInteger, int) - Static method in class edu.neu.ccs.XBigInteger
Returns a new XBigInteger whose value is equivalent to x with the n-th bit set.
setBooleanValue(boolean) - Method in class edu.neu.ccs.gui.BooleanView
Sets the boolean value that is the model for this view to the given value.
setBorder(Border) - Method in class edu.neu.ccs.gui.PaintSwatch
Calls the inherited setBorder method and then fires the property change SET_BORDER.
setBothColors(Color) - Method in class edu.neu.ccs.gui.ColorPaneDialog
Sets both the current color and the initial color of the internal color pane.
setBounds(int, int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Sets the bounds of this laminate and its laminated component to the given position, width, and height.
setBounds(Rectangle) - Method in class edu.neu.ccs.gui.Laminate
Sets the bounds of this laminate and its laminated component to the given bounds.
setBounds(Rectangle) - Method in class edu.neu.ccs.gui.ShapeCapsule
Sets the location and size of this component to the location and size of the given rectangle.
setBounds(int, int, int, int) - Method in class edu.neu.ccs.gui.ShapeCapsule
Sets the location and size of this component to the given coordinate location, width, and height.
setBounds(int, int, int, int) - Method in class edu.neu.ccs.gui.ZooGroup
Sets the bounds of this group to the given position, width and height.
setBounds(Rectangle) - Method in class edu.neu.ccs.gui.ZooGroup
Sets the bounds of this group to the given rectangle.
setBoundsImpl(int, int, int, int) - Method in class edu.neu.ccs.gui.Laminate
Sets the bounds for this laminate and its laminated component to the given bounds.
setBoundsImpl(int, int, int, int) - Method in class edu.neu.ccs.gui.ShapeCapsule
Sets the bounds of this component.
setBoundsImpl(int, int, int, int) - Method in class edu.neu.ccs.gui.ZooGroup
Resizes this group and its contained components.
setBoundsStrategy(TextBounds.Strategy) - Method in class edu.neu.ccs.gui.TextPaintable
Sets the bounds strategy for this TextPaintable.
setBufferBackground(Paint) - Method in class edu.neu.ccs.gui.