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.
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.
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
 
addModifier(String) - Method in class edu.neu.ccs.jpf.JPFBase.MemberSignature
Adds the modifier represented by the given keyword to the list of modifiers for this method.
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.JPFApplication
Adds one button with the given action and tool tip to the 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.
addParameter(String, String) - Method in class edu.neu.ccs.jpf.JPFBase.ParametrizedSignature
Adds an parameter to this object with the given name, whose type is named by the given String.
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