- Cartesian - Class in kcl.waterloo.math.geom
-
- Cartesian(int) - Constructor for class kcl.waterloo.math.geom.Cartesian
-
- cartesianToPolar(Cartesian) - Static method in class kcl.waterloo.math.geom.Coordinates
-
- cartesianToPolar(double[], double[]) - Static method in class kcl.waterloo.math.geom.Coordinates
-
- categories - Variable in class kcl.waterloo.graphics.data.GJAbstractDataVector
-
Associates a string with a specific Double value.
- Category - Class in kcl.waterloo.graphics.data
-
- Category() - Constructor for class kcl.waterloo.graphics.data.Category
-
- Category(String) - Constructor for class kcl.waterloo.graphics.data.Category
-
- check(String) - Static method in class kcl.waterloo.xml.XMLChecker
-
Checks the integrity of the specified XML file (which may be gzip
compressed).
- checkDividers(MultiSplitLayout.Split) - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
-
Check the dividers to ensure that redundant dividers are hidden and
do not interfere in the layout, for example when all the children of
a split are hidden (the split is then invisible), so two dividers may
otherwise appear next to one another.
- circle(double) - Static method in class kcl.waterloo.marker.GJMarker
-
- clearDataBufferData() - Method in class kcl.waterloo.graphics.data.GJAbstractDataVector
-
Sets the vector in the DataBuffer to null
This method should fire a PropertyChangeEvent
- clearDataBufferData() - Method in interface kcl.waterloo.graphics.data.GJDataVectorInterface
-
Sets the vector in the DataBuffer to null
This method should fire a PropertyChangeEvent
- clearLinks() - Method in class kcl.waterloo.graphics.GJAbstractGraph
-
- clearRect(int, int, int, int) - Method in class kcl.waterloo.common.deploy.AbstractDeployableGraphics2D
-
- clearRect(int, int, int, int) - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- clearSelectedRegions() - Method in class kcl.waterloo.graphics.GJAbstractGraph
-
- clip(Shape) - Method in class kcl.waterloo.common.deploy.AbstractDeployableGraphics2D
-
- clipRect(int, int, int, int) - Method in class kcl.waterloo.common.deploy.AbstractDeployableGraphics2D
-
- clone() - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- clone() - Method in class kcl.waterloo.deploy.svg.WSVGGraphics2D
-
- close() - Method in class kcl.waterloo.deploy.gif.GifSequenceWriter
-
Close this GifSequenceWriter object.
- close() - Method in class kcl.waterloo.deploy.gif.GJGifSequencer
-
Closes the GIF writer and associated output streams.
- close(String) - Method in class kcl.waterloo.deploy.gif.GJGifSequencer
-
Close call used when a memory cached output stream is used.
- Colors - Class in kcl.waterloo.defaults
-
Colors and color utilities.
- colors - Variable in class kcl.waterloo.marker.GJRadialGradientFactory
-
- ColumnStats - Class in kcl.waterloo.math
-
Provides basic statistics for the columns of a double[][] array.
- ColumnStats(double[][]) - Constructor for class kcl.waterloo.math.ColumnStats
-
Returns statistics using 25th/75th percentiles
- ColumnStats(double[][], int) - Constructor for class kcl.waterloo.math.ColumnStats
-
Returns statistics using specified percentiles
- CommonLogger - Class in kcl.waterloo.logging
-
A CommonLogger is used by all internal logging operations in the core
Waterloo code.
- CommonLogger(String) - Constructor for class kcl.waterloo.logging.CommonLogger
-
Create a org.slf4j.Logger instance for the requested class
- CommonLogger(Class) - Constructor for class kcl.waterloo.logging.CommonLogger
-
- componentAdded(ContainerEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentAdded(ContainerEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentAdded(ContainerEvent) - Method in class kcl.waterloo.swing.GCGridContainer
-
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.graphics.GJGraphContainer
-
Component hidden listener routine
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.graphics.GJResizablePanel
-
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.graphics.GJRoi
-
- componentHidden(ComponentEvent) - Method in class kcl.waterloo.widget.GJGauge
-
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.graphics.GJGraphContainer
-
Component moved listener routine
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.graphics.GJResizablePanel
-
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.graphics.GJRoi
-
- componentMoved(ComponentEvent) - Method in class kcl.waterloo.widget.GJGauge
-
- componentRemoved(ContainerEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentRemoved(ContainerEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentRemoved(ContainerEvent) - Method in class kcl.waterloo.swing.GCGridContainer
-
- componentResized(ComponentEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentResized(ComponentEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentResized(ComponentEvent) - Method in class kcl.waterloo.graphics.GJGraphContainer
-
Component resize listener routine
- componentResized(ComponentEvent) - Method in class kcl.waterloo.graphics.GJResizablePanel
-
- componentResized(ComponentEvent) - Method in class kcl.waterloo.graphics.GJRoi
-
- componentResized(ComponentEvent) - Method in class kcl.waterloo.widget.GJGauge
-
- componentShown(ComponentEvent) - Method in class kcl.waterloo.actions.GJEventManager
-
- componentShown(ComponentEvent) - Method in class kcl.waterloo.graphics.GJBasicPanel
-
- componentShown(ComponentEvent) - Method in class kcl.waterloo.graphics.GJGraphContainer
-
Component shown listener routine
- componentShown(ComponentEvent) - Method in class kcl.waterloo.graphics.GJResizablePanel
-
- componentShown(ComponentEvent) - Method in class kcl.waterloo.graphics.GJRoi
-
- componentShown(ComponentEvent) - Method in class kcl.waterloo.widget.GJGauge
-
- contains(Shape, Shape) - Static method in class kcl.waterloo.marker.ShapeUtils
-
Tests whether shape s2 lays within shape s1.
- Contour - Class in kcl.waterloo.graphics.plots2D.contour
-
- ContourExtra - Class in kcl.waterloo.graphics.plots2D.contour
-
Class for representing contour data.
- ContourExtra() - Constructor for class kcl.waterloo.graphics.plots2D.contour.ContourExtra
-
- ContourExtra - Class in kcl.waterloo.graphics.plots2D
-
Deprecated.
- ContourExtra() - Constructor for class kcl.waterloo.graphics.plots2D.ContourExtra
-
Deprecated.
- ContourExtra.SortedContour - Class in kcl.waterloo.graphics.plots2D.contour
-
- ContourLabel - Class in kcl.waterloo.graphics.plots2D.contour
-
- ContourLabel() - Constructor for class kcl.waterloo.graphics.plots2D.contour.ContourLabel
-
- convertModifiersToDropAction(int, int) - Static method in class org.jdesktop.swingx.SwingXUtilities
-
- convertPixelsToPosition(Rectangle2D) - Method in class kcl.waterloo.graphics.GJAbstractGraph0
-
- convertPixelsToPosition(Rectangle2D) - Method in interface kcl.waterloo.graphics.GJGraphInterface
-
Returns a rectangle defined in axes units from a rectangle defined in
pixels.
- convertSVG2PDF(String) - Static method in class kcl.waterloo.export.ExportFactory
-
- Coordinates - Class in kcl.waterloo.math.geom
-
- copy(GJBasicPanel) - Static method in class kcl.waterloo.actions.ActionServices
-
Copies the graphics of a GJBasicPanel or subclass to the clipboard.
- copyArea(int, int, int, int, int, int) - Method in class kcl.waterloo.common.deploy.AbstractDeployableGraphics2D
-
- copyArea(int, int, int, int, int, int) - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- copyAsImage(GJBasicPanel) - Static method in class kcl.waterloo.actions.ActionServices
-
Copies the graphics of a GJBasicPanel or subclass to the clipboard in
bitmap format only.
- copyEntries(LinkedHashMap<String, Object>) - Static method in class kcl.waterloo.defaults.GJDefaults
-
Copies the value fields from the input to the internal map.
- copyGraphics(GJBasicPanel) - Static method in class kcl.waterloo.actions.ActionServices
-
Copies the graphics of a GJBasicPanel or subclass to the clipboard in the
background.
- copyImage(Image, int, int, int, int, int, int, Color, ImageObserver) - Method in class kcl.waterloo.common.deploy.AbstractDeployableGraphics2D
-
Implemented in some Graphics2D subclasses e.g.
- copyImage(Image, int, int, int, int, int, int, Color, ImageObserver) - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- copyImage(Image, int, int, int, int, int, int, Color, ImageObserver) - Method in class kcl.waterloo.deploy.svg.WSVGGraphics2D
-
- create() - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- create(int, int, int, int) - Method in class kcl.waterloo.deploy.pde.PDEGraphics2D
-
- create() - Method in class kcl.waterloo.deploy.svg.WSVGGraphics2D
-
- create(int, int, int, int) - Method in class kcl.waterloo.deploy.svg.WSVGGraphics2D
-
- createArrow(double, double, double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Static method to create a line between {x1,y1} and {x2,y2}.
- createArrow(double, double, double, double, double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
- createAxes() - Method in class kcl.waterloo.graphics.GJAbstractGraph
-
- createAxes() - Method in interface kcl.waterloo.graphics.GJGraphInterface
-
Creates the objects for drawing axes for this graph.
- createBox(double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Static method to create a rectangle where {X,Y} is the top left corner
and w and h are the width and height.
- createBoxes(double[], double[]) - Method in class kcl.waterloo.graphics.plots2D.GJBox
-
Returns an ArrayList of rectangles as Path2D instances.
- createComponentMap() - Static method in class kcl.waterloo.xml.Factories
-
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class kcl.waterloo.marker.GJRadialGradientFactory
-
- createEllipse(double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Static method to create an ellipse where {X,Y} is the top left corner and
w and h are the width and height of the bounding rectangle.
- createForMATLAB(String, Component[], ArrayList<double[]>) - Static method in class kcl.waterloo.xml.GJEncoder
-
Used to save Waterloo graphics housed in a MATLAB figure.
- createFrame() - Method in class kcl.waterloo.graphics.GJAbstractGraphContainer
-
Creates and returns a GCFrame containing this graph container.
- createFrame() - Method in class kcl.waterloo.graphics.plots2D.GJAbstractPlot
-
- createFrame() - Method in interface kcl.waterloo.graphics.plots2D.GJPlotInterface
-
- createFrame() - Method in class kcl.waterloo.swing.GCGridContainer
-
- createFrame() - Method in class kcl.waterloo.swing.GCTabbedGridContainer
-
- createFromMatrix(double[][]) - Static method in class kcl.waterloo.graphics.plots2D.contour.ContourExtra
-
Accepts a MATLAB-style contour matrix on input and returns a Waterloo
ContourExtra object.
- createGroupMarker(Object, String, Graphics) - Static method in class kcl.waterloo.export.ExportFactory
-
- createInstance(String, Component, int, boolean) - Static method in class kcl.waterloo.deploy.gif.GJGifSequencer
-
Factory method to create a GIF writer writing to a file output stream.
- createInstance(Component, int, boolean) - Static method in class kcl.waterloo.deploy.gif.GJGifSequencer
-
Factory method to create a GIF writer using a memory cache for output.
- createInstance(GJPlotInterface) - Static method in class kcl.waterloo.graphics.GJColorBar
-
Factory method for creating an instance in the center of the specified
graph.
- createInstance(GJPlotInterface, Rectangle2D.Double) - Static method in class kcl.waterloo.graphics.GJColorBar
-
Factory method for creating an instance.
- createInstance() - Static method in class kcl.waterloo.graphics.GJGraph
-
- createInstance() - Static method in class kcl.waterloo.graphics.GJGraphContainer
-
- createInstance(GJAbstractGraph) - Static method in class kcl.waterloo.graphics.GJGraphContainer
-
- createInstance(Container, GJAbstractGraph) - Static method in class kcl.waterloo.graphics.GJGraphContainer
-
- createInstance(JComponent) - Static method in class kcl.waterloo.graphics.GJResizablePanel
-
Factory method for creating an instance in the center of the specified
graph.
- createInstance(JComponent, Rectangle2D.Double) - Static method in class kcl.waterloo.graphics.GJResizablePanel
-
Factory method for creating an instance.
- createInstance(GJAbstractGraph) - Static method in class kcl.waterloo.graphics.GJRoi
-
Factory method for creating an instance in the center of the specified
graph.
- createInstance(GJAbstractGraph, Rectangle2D.Double) - Static method in class kcl.waterloo.graphics.GJRoi
-
Factory method for creating an instance.
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.contour.ContourExtra
-
- createInstance(GJPlotInterface) - Static method in class kcl.waterloo.graphics.plots2D.GJAbstractPlot
-
Factory method for initializing a plot.
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJBar
-
Factory method for creating a bar chart.
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJCloud
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJComponentPlot
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJContour
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJErrorBar
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJFastLine
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJFeather
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJLine
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJPie
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJPolarBar
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJPolarLine
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJPolarScatter
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJPolarStem
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJQuiver
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJScatter
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJStairs
-
- createInstance() - Static method in class kcl.waterloo.graphics.plots2D.GJStem
-
- createInstance() - Static method in class kcl.waterloo.plotmodel2D.GJDataModel
-
Factory method for construction.
- createInstance(GJPlotInterface) - Static method in class kcl.waterloo.plotmodel2D.GJDataModel
-
Deprecated.
- createLine(double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Static method to create a line between {x1,y1} and {x2,y2}.
- createLine(double, double, double, double, double, double) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Static method to create a line between {x1,y1} and {x2,y2}.
- createOpenDialog() - Static method in class kcl.waterloo.gui.file.AnimationFileChooser
-
- createOpenDialog(String) - Static method in class kcl.waterloo.gui.file.AnimationFileChooser
-
Static method to create and display a file open dialog using the
singleton instance.
- createOpenDialog() - Static method in class kcl.waterloo.gui.file.ImageFileChooser
-
- createOpenDialog(String) - Static method in class kcl.waterloo.gui.file.ImageFileChooser
-
Static method to create and display a file open dialog using the
singleton instance.
- createRectangle2D(double, double, double, double) - Static method in class kcl.waterloo.xml.Factories
-
Create a Rectangle2D.Double instance
- createSaveDialog() - Static method in class kcl.waterloo.gui.file.AnimationFileChooser
-
Static method to create and display a save dialog using the singleton
instance.
- createSaveDialog(String) - Static method in class kcl.waterloo.gui.file.AnimationFileChooser
-
Static method to create and display a save dialog using the singleton
instance.
- createSaveDialog() - Static method in class kcl.waterloo.gui.file.ImageFileChooser
-
Static method to create and display a save dialog using the singleton
instance.
- createSaveDialog(Component, String) - Static method in class kcl.waterloo.gui.file.ImageFileChooser
-
Static method to create and display a save dialog using the singleton
instance.
- createShape(Shape) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
Creates an annotation using the specified object which should implement
the {code Shape} interface.
- createText(double, double, String) - Static method in class kcl.waterloo.annotation.GJAnnotation
-
- createUI(JComponent) - Static method in class kcl.waterloo.widget.GJDial.BasicGJDialUI
-
- createView(JXLabel) - Static method in class org.jdesktop.swingx.JXLabel.MultiLineSupport
-
- createWelcome() - Static method in class kcl.waterloo.gui.Welcome
-
Launch the application.
- cumprod(double[]) - Static method in class kcl.waterloo.math.Precise
-
Returns the cumulative sum for a double[] as a BigDecimal
- cumsum(double[]) - Static method in class kcl.waterloo.math.Precise
-
Returns the cumulative sum for a double[] as a BigDecimal
- customDelegates - Static variable in class kcl.waterloo.xml.GJEncoder
-
- cusum(double[]) - Static method in class kcl.waterloo.math.ArrayMath
-
Returns the cumulative sum of the elements of the input.
- cusum(double[]) - Static method in class kcl.waterloo.math.fp
-
Returns the cumulative sum of the elements of the input using Knuth's
correction to accumulate the error.
- cusumi(double[]) - Static method in class kcl.waterloo.math.ArrayMath
-
Returns the cumulative y of the elements of the input (in-place).
- cusumi(double[]) - Static method in class kcl.waterloo.math.fp
-
Returns the cumulative sum of the elements of the input using Knuth's
correction to accumulate the error (in-place).
- cx - Variable in class kcl.waterloo.marker.GJRadialGradientFactory
-
- cy - Variable in class kcl.waterloo.marker.GJRadialGradientFactory
-