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

ABORT - Static variable in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
An error during a cone search results in a failure of the task.
abs(int) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the absolute value of an integer value.
abs(double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the absolute value of a floating point value.
AbstractInputTableParameter - Class in uk.ac.starlink.ttools.task
Parameter used to select a table for input.
AbstractInputTableParameter(String) - Constructor for class uk.ac.starlink.ttools.task.AbstractInputTableParameter
Constructor.
abToJansky(double) - Static method in class uk.ac.starlink.ttools.func.Fluxes
Converts AB magnitude to flux in Jansky.
acceptDatum(Object) - Method in class uk.ac.starlink.ttools.filter.QuantCalc
Submits a datum for accumulation.
acceptDatum(Object) - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Submits a single value to the statistics accumulator.
acceptDatum(Object) - Method in class uk.ac.starlink.ttools.mode.ColStats
Data are submitted to this statistics accumulator using this method.
acceptMetadata(StarTable) - Method in class uk.ac.starlink.ttools.lint.FitsHandler
 
acceptRow(Object[]) - Method in class uk.ac.starlink.ttools.lint.FitsHandler
 
acos(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Arc cosine of an angle.
acosh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Inverse hyperbolic cosine.
acquireValue(Parameter) - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
acquireValue(Parameter) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
addAdvice(ConeErrorPolicy, String) - Static method in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Returns a new policy which behaves like a base one, but provides a supplied message in the IOException which is thrown if the search fails.
AddColumnFilter - Class in uk.ac.starlink.ttools.filter
Table filter for adding a single synthetic column.
AddColumnFilter() - Constructor for class uk.ac.starlink.ttools.filter.AddColumnFilter
 
AddColumnsTable - Class in uk.ac.starlink.ttools.filter
Modifies a table by adding a set of columns to it which are calculated as a function of existing columns.
AddColumnsTable(StarTable, int[], ColumnInfo[], int) - Constructor for class uk.ac.starlink.ttools.filter.AddColumnsTable
Constructor.
AddJELColumnTable - Class in uk.ac.starlink.ttools.filter
Wrapper table which adds one or more columns, defined by JEL expressions.
AddJELColumnTable(StarTable, ColumnInfo, String, int) - Constructor for class uk.ac.starlink.ttools.filter.AddJELColumnTable
Constructs a table which adds a single new column at a given column index.
AddJELColumnTable(StarTable, ColumnInfo[], String[], int) - Constructor for class uk.ac.starlink.ttools.filter.AddJELColumnTable
Constructs a table which adds a list of new columns.
addOption(String, Object) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Adds an option with an associated name.
addPixel(int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Adds a single pixel to the list of pixels which have been plotted.
addPixels(Pixellator) - Method in class uk.ac.starlink.ttools.plot.Drawing
Adds all the pixels from the given Pixellator to this drawing.
addPlotListener(PlotListener) - Method in class uk.ac.starlink.ttools.plot.TablePlot
Adds a listener which will be notified when this plot has been painted.
addPoint(double, double) - Method in class uk.ac.starlink.ttools.plot.XYStats
Submits a data point for calculations.
AddSkyCoordsFilter - Class in uk.ac.starlink.ttools.filter
Filter used for converting sky coordinates from one system to another.
AddSkyCoordsFilter() - Constructor for class uk.ac.starlink.ttools.filter.AddSkyCoordsFilter
 
addStaticClass(Class, DefaultMutableTreeNode) - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Adds a new class to the tree containing available static methods.
addStaticClasses(Class[]) - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Adds the static members of a set of classes to the tree root for display.
adj(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Calculates the adjoint of a matrix.
adjustConeSearcher(ConeSearcher) - Method in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Apply this method to a basic cone searcher to obtain a new one which uses the error-handling policy defined by this policy object.
adjustFromData(Style, int, DataBounds) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Updates a plotting style generated by this factory with information generated from a first pass through the data.
adjustRgba(float[], float) - Method in interface uk.ac.starlink.ttools.plot.Shader
Modifies the elements of an sRGB colour definition array in place according to a supplied parameter.
ALL - Static variable in class uk.ac.starlink.ttools.join.FindModeParameter
Value for all metches mode.
allBlank(ErrorMode[]) - Static method in class uk.ac.starlink.ttools.plot.ErrorMode
Indicates whether an array of error modes represents drawing no error information at all.
Ancestry - Interface in uk.ac.starlink.ttools.lint
Defines the family relationships of an ElementHandler.
AngleUnits - Class in uk.ac.starlink.ttools.cone
Defines a unit of angle measurement.
AngleUnits(String, double) - Constructor for class uk.ac.starlink.ttools.cone.AngleUnits
Constructor.
angularDiameterDistance(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Angular diameter distance.
annotateAxis(Graphics) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Draw the axis labels on a given graphics context.
ANTI_Y - Static variable in class uk.ac.starlink.ttools.plot.AxisLabeller
Tick style suitable for right-hand-side Y axis labels.
APPLICATION_ID - Static variable in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
ARC_MINUTE - Static variable in class uk.ac.starlink.ttools.func.Coords
The size of one arcminute in radians.
ARC_SECOND - Static variable in class uk.ac.starlink.ttools.func.Coords
The size of one arcsecond in radians.
ArgException - Exception in uk.ac.starlink.ttools.filter
Checked exception thrown when arguments encountered on the command line are illegal.
ArgException(String) - Constructor for exception uk.ac.starlink.ttools.filter.ArgException
Constructor.
ArgException(String, Throwable) - Constructor for exception uk.ac.starlink.ttools.filter.ArgException
Constructs an exception with a given cause.
Arithmetic - Class in uk.ac.starlink.ttools.func
Standard arithmetic functions including things like rounding, sign manipulation, and maximum/minimum functions.
ArrayPlotData - Class in uk.ac.starlink.ttools.plot
PlotData implementation which stores its data in an array of PointData objects.
ArrayPlotData(int, String[], Style[], int, int, boolean, PointData[]) - Constructor for class uk.ac.starlink.ttools.plot.ArrayPlotData
Constructor.
Arrays - Class in uk.ac.starlink.ttools.func
Functions which operate on array-valued cells.
asin(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Arc sine of an angle.
asinh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Inverse hyperbolic sine.
AssertException - Exception in uk.ac.starlink.ttools.filter
IOException which results from the failure of a user-level assertion.
AssertException(String) - Constructor for exception uk.ac.starlink.ttools.filter.AssertException
Constructs an AssertException with a message.
AssertException(String, Throwable) - Constructor for exception uk.ac.starlink.ttools.filter.AssertException
Constructs an AssertException with a message and a cause.
AssertFilter - Class in uk.ac.starlink.ttools.filter
Filter for making algebraic (JEL) assertions about table data contents.
AssertFilter() - Constructor for class uk.ac.starlink.ttools.filter.AssertFilter
Constructor.
atan(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Arc tangent of an angle.
atan2(double, double) - Static method in class uk.ac.starlink.ttools.func.Maths
Converts rectangular coordinates (x,y) to polar (r,theta).
atanh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Inverse hyperbolic tangent.
AttributeChecker - Interface in uk.ac.starlink.ttools.lint
Defines how to perform checks on attributes.
AUX_VARIABLE - Static variable in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Symbolic suffix representing an auxiliary axis in per-aux parameter names.
AuxLegend - Class in uk.ac.starlink.ttools.plot
Displays a legend for an auxiliary (colour) axis.
AuxLegend(boolean, int) - Constructor for class uk.ac.starlink.ttools.plot.AuxLegend
Constructor.
AxisLabeller - Class in uk.ac.starlink.ttools.plot
Assigns and draws axis labels.
AxisLabeller(String, double, double, int, boolean, boolean, FontMetrics, AxisLabeller.TickStyle, int, int, int) - Constructor for class uk.ac.starlink.ttools.plot.AxisLabeller
Constructs a new labeller giving enough information to determine where the tickmarks will appear.
AxisLabeller.TickStyle - Class in uk.ac.starlink.ttools.plot
Defines tick mark annotation styles.
AxisLabels - Class in uk.ac.starlink.ttools.plot
Contains labels for an axis.
AxisLabels(double[], String[]) - Constructor for class uk.ac.starlink.ttools.plot.AxisLabels
Sets up a new AxisLabels.

B

BadValueFilter - Class in uk.ac.starlink.ttools.filter
Filter for replacing magic values with blanks.
BadValueFilter() - Constructor for class uk.ac.starlink.ttools.filter.BadValueFilter
 
BarStyle - Class in uk.ac.starlink.ttools.plot
Defines a style for plotting a bar in a histogram.
BarStyle(Color, BarStyle.Form, BarStyle.Placement) - Constructor for class uk.ac.starlink.ttools.plot.BarStyle
Constructor.
BarStyle.Form - Class in uk.ac.starlink.ttools.plot
Describes the form of a bar style, that is what each bar looks like.
BarStyle.Form(String) - Constructor for class uk.ac.starlink.ttools.plot.BarStyle.Form
 
BarStyle.Placement - Class in uk.ac.starlink.ttools.plot
Describes bar placement, that is how multiple bars covering the same data range are to be arranged.
BarStyle.Placement(String) - Constructor for class uk.ac.starlink.ttools.plot.BarStyle.Placement
 
BarStyleFactory - Class in uk.ac.starlink.ttools.plottask
StyleFactory for BarStyle objects suitable for use with a histogram.
BarStyleFactory(String) - Constructor for class uk.ac.starlink.ttools.plottask.BarStyleFactory
Constructor.
BarStyles - Class in uk.ac.starlink.ttools.plot
Provides several factory methods for constructing StyleSets which dispense BarStyles.
BarStyles() - Constructor for class uk.ac.starlink.ttools.plot.BarStyles
 
BasicFilter - Class in uk.ac.starlink.ttools.filter
Basic implementation of ProcessingFilter methods.
BasicFilter(String, String) - Constructor for class uk.ac.starlink.ttools.filter.BasicFilter
Constructor.
besselianToMjd(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts Besselian Epoch to Modified Julian Date.
BEST - Static variable in class uk.ac.starlink.ttools.join.FindModeParameter
Value for best match only mode.
bestOnlyValue(Environment) - Method in class uk.ac.starlink.ttools.join.FindModeParameter
Returns the value of this parameter as a flag indicating whether it's only the best matches or all that are required.
BinaryHandler - Class in uk.ac.starlink.ttools.lint
Element handler for BINARY elements.
BinaryHandler() - Constructor for class uk.ac.starlink.ttools.lint.BinaryHandler
 
BinGrid - Class in uk.ac.starlink.ttools.plot
Stores a grid of bins which contain sums, which may be simple counts or weighted sums.
BinGrid(int, int) - Constructor for class uk.ac.starlink.ttools.plot.BinGrid
Constructs a new grid.
BinnedData - Interface in uk.ac.starlink.ttools.plot
Stores and dispenses binned data for a histogram.
BinnedData.Bin - Interface in uk.ac.starlink.ttools.plot
Represents a single bin.
BitmapSortPlotVolume - Class in uk.ac.starlink.ttools.plot
PlotVolume implementation which accumulates all points to plot and then draws them in a way suitable for a bitmap-type context.
BitmapSortPlotVolume(Component, Graphics, MarkStyle[], double, int[], double, boolean, boolean, double, double, DataColorTweaker, BitmapSortPlotVolume.Workspace) - Constructor for class uk.ac.starlink.ttools.plot.BitmapSortPlotVolume
Constructor.
BitmapSortPlotVolume.Workspace - Class in uk.ac.starlink.ttools.plot
Opaque workspace object for use with BitmapSortPlotVolume instances.
BitmapSortPlotVolume.Workspace() - Constructor for class uk.ac.starlink.ttools.plot.BitmapSortPlotVolume.Workspace
 
BitSetPixellator - Class in uk.ac.starlink.ttools.plot
Pixellator built on a bit vector.
BitSetPixellator(Rectangle, BitSet) - Constructor for class uk.ac.starlink.ttools.plot.BitSetPixellator
Constructor.
BLACK_WHITE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Interpolates between black (0) and white (1).
BLUE - Static variable in class uk.ac.starlink.ttools.plot.DensityStyle
Blue colour channel.
BOTH - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Both lower and upper bounds specified independently.
BOTH_EXTENT - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Extent describing errors symmetrically lower and higher than the point value.
broadcast(StarTable, URI, PlasticHubListener, URI, StoragePolicy, String, PrintStream) - Static method in class uk.ac.starlink.ttools.mode.PlasticMode
Broadcasts a table to PLASTIC listeners by sending it to the hub as a VOTable.

C

CacheFilter - Class in uk.ac.starlink.ttools.filter
Processing step which caches the current table in a disk or memory cache (according to the default StoragePolicy).
CacheFilter() - Constructor for class uk.ac.starlink.ttools.filter.CacheFilter
 
Calc - Class in uk.ac.starlink.ttools.task
Task to do static calculations.
Calc() - Constructor for class uk.ac.starlink.ttools.task.Calc
 
calculateBounds(PlotData, PlotState) - Method in class uk.ac.starlink.ttools.plot.Histogram
 
calculateBounds(PlotData, PlotState, double[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlot
Calculates data ranges along the X and Y axes for a given point selection and data object.
calculateBounds(PlotData, PlotState) - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
Data bounds include one range for the radial coordinate; ranges on the other axes aren't much use.
calculateBounds(PlotData, PlotState) - Method in class uk.ac.starlink.ttools.plot.TablePlot
Calculates data bounds for a given data set as appropriate for this plot.
calculateBounds(PlotState, TablePlot) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Calculates data bounds for a given data set as appropriate for the given plot.
calculateCube(StarTable, double[], int[], double[]) - Static method in class uk.ac.starlink.ttools.mode.CubeWriter
Accumulates the contents of an N-dimensional histogram representing data from an N+1-columned table.
calculateDeltaRa(double, double) - Static method in class uk.ac.starlink.ttools.cone.SkyBox
Works out the minimum change in Right Ascension which will encompass all points within a given search radius at a given central declination.
calculateValues(Object[]) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
Calcuates the values for the new columns added to this table based on the values from the relevant columns from the base table.
canBoundMatch() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
CartesianPlot3D - Class in uk.ac.starlink.ttools.plot
Plot3D which works with Cartesian coordinates.
CartesianPlot3D() - Constructor for class uk.ac.starlink.ttools.plot.CartesianPlot3D
Constructor.
CartesianTablePlotData - Class in uk.ac.starlink.ttools.plottask
PlotData concrete subclass for Cartesian data.
CartesianTablePlotData(StarTable, String[], String[], Style[], String, String[], String[]) - Constructor for class uk.ac.starlink.ttools.plottask.CartesianTablePlotData
Constructor.
CartesianTablePlotData.PairCreator - Class in uk.ac.starlink.ttools.plottask
Class used for JEL manipulations.
CartesianTablePlotData.PairCreator() - Constructor for class uk.ac.starlink.ttools.plottask.CartesianTablePlotData.PairCreator
 
CatMapper - Class in uk.ac.starlink.ttools.task
TableMapper which concatenates tables top to bottom.
CatMapper(boolean) - Constructor for class uk.ac.starlink.ttools.task.CatMapper
Constructor.
cds.tools - package cds.tools
 
CeaConfig - Class in uk.ac.starlink.ttools.cea
Class which defines schema-specific details of a CEA configuration file to be written by a CeaWriter object.
CeaConfig(ElementDeclaration, ElementDeclaration, ElementDeclaration) - Constructor for class uk.ac.starlink.ttools.cea.CeaConfig
Constructor.
CeaMetadata - Class in uk.ac.starlink.ttools.cea
Encapsulates the metadata required for a CEA application description.
CeaMetadata(String, String, String, String, String) - Constructor for class uk.ac.starlink.ttools.cea.CeaMetadata
Constructor.
CeaParameter - Class in uk.ac.starlink.ttools.cea
Represents a parameter of a CEA task.
CeaParameter(Parameter) - Constructor for class uk.ac.starlink.ttools.cea.CeaParameter
Constructor.
CeaTask - Class in uk.ac.starlink.ttools.cea
Represents a task suitable for use in the CEA interface of STILTS.
CeaTask(Task, String) - Constructor for class uk.ac.starlink.ttools.cea.CeaTask
Constructs a CeaTask.
CeaWriter - Class in uk.ac.starlink.ttools.cea
Writes an application description file suitable for use with the AstroGrid Common Execution Architecture.
CeaWriter(PrintStream, CeaConfig, CeaTask[], boolean, String) - Constructor for class uk.ac.starlink.ttools.cea.CeaWriter
Constructor.
CgiMode - Class in uk.ac.starlink.ttools.mode
Output mode for writing the table as a stream with CGI headers.
CgiMode() - Constructor for class uk.ac.starlink.ttools.mode.CgiMode
 
characters(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
characters(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Called when character content is found in the element.
characters(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
characters(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.StreamHandler
 
characters(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.TdHandler
 
charsetValue(Environment) - Method in class uk.ac.starlink.ttools.task.XmlEncodingParameter
Returns the value of this parameter as a Charset object.
check(String, ElementHandler) - Method in interface uk.ac.starlink.ttools.lint.AttributeChecker
Performs a syntactic and/or semantic check on an attribute value for a given element.
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.DeprecatedAttChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.IDChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.NameChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.ParamHandler.ValueChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.RefChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.TableHandler.NrowsChecker
 
check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.VersionChecker
 
CheckerFactory - Class in uk.ac.starlink.ttools.lint
Factory for attribute checkers.
CheckerFactory(LintContext) - Constructor for class uk.ac.starlink.ttools.lint.CheckerFactory
Constructor.
checkExpressions() - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
Checks that any JEL expressions used by the data for this object compile correctly.
checkExpressionType(Library, StarTable, String, Class) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Checks that an expression is legal and returns a particular class.
CheckFilter - Class in uk.ac.starlink.ttools.filter
Processing step which runs the Tables.checkTable(uk.ac.starlink.table.StarTable) diagnostic.
CheckFilter() - Constructor for class uk.ac.starlink.ttools.filter.CheckFilter
 
checkLink(LintContext, ElementRef, ElementRef) - Method in class uk.ac.starlink.ttools.lint.FieldRefChecker
 
checkLink(LintContext, String, ElementRef, ElementRef) - Method in class uk.ac.starlink.ttools.lint.RefChecker
Checks that an IDREF->ID arc is sensible.
checkStream(InputStream) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Checks the value of a table element which is encoded in a BINARY stream.
checkString(String) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Checks the value of a string which contains the value.
ChoiceMode - Class in uk.ac.starlink.ttools.task
Output mode which can be used to give the user, via the parameter system, the choice about what mode to use.
ChoiceMode() - Constructor for class uk.ac.starlink.ttools.task.ChoiceMode
Constructor.
CLASS_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
CLASSES_PROPERTY - Static variable in class uk.ac.starlink.ttools.jel.JELUtils
System property name for adding colon-separated list of additional classnames containing static methods.
clear() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Clears the bitmap.
clear() - Method in class uk.ac.starlink.ttools.plot.Range
Unsets the lower and upper bounds for this range.
ClearParameterFilter - Class in uk.ac.starlink.ttools.filter
Filter which removes parameters from a table.
ClearParameterFilter() - Constructor for class uk.ac.starlink.ttools.filter.ClearParameterFilter
 
clearValue(Parameter) - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
clearValue(Parameter) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
ClientRegWatcher - Class in uk.ac.starlink.ttools.mode
Callable client implementation which can watch for registration of a given named application.
ClientRegWatcher(HubConnection) - Constructor for class uk.ac.starlink.ttools.mode.ClientRegWatcher
Constructor.
close() - Method in interface uk.ac.starlink.ttools.cone.ConeSearcher
Called when this searcher is no longer required.
close() - Method in class uk.ac.starlink.ttools.cone.JdbcConeSearcher
Closes the connection if requested to.
close() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
close() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
close() - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
 
close() - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Call when this sequence is no longer required.
close() - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
close() - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
 
ColorParameter - Class in uk.ac.starlink.ttools.plottask
 
ColorParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.ColorParameter
Constructor.
COLORS - Static variable in class uk.ac.starlink.ttools.plot.Styles
 
ColorTweaker - Interface in uk.ac.starlink.ttools.plot
Interface defining how a colour is changed from some input colour to some output colour.
colorValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
Returns the value of this parameter as a Color object.
ColStats - Class in uk.ac.starlink.ttools.mode
Accumulates statistics for the values in a given column.
ColStats(ColumnInfo) - Constructor for class uk.ac.starlink.ttools.mode.ColStats
Constructs a new stats object.
COLUMN_ID_CHAR - Static variable in class uk.ac.starlink.ttools.jel.JELRowReader
Prefix identifying a unique column identifier.
ColumnIdentifier - Class in uk.ac.starlink.ttools.jel
Can identify columns of a table using string identifiers.
ColumnIdentifier(StarTable) - Constructor for class uk.ac.starlink.ttools.jel.ColumnIdentifier
Constructor.
ColumnMetadataFilter - Class in uk.ac.starlink.ttools.filter
Filter to alter metadata of one or more columns.
ColumnMetadataFilter() - Constructor for class uk.ac.starlink.ttools.filter.ColumnMetadataFilter
Constructor.
ColumnQueryRowSequence - Class in uk.ac.starlink.ttools.cone
ConeQueryRowSequence implementation which extracts values based on supplied column indices.
ColumnQueryRowSequence(StarTable, int, int, int) - Constructor for class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
Constructor.
ColumnSelectionMapper - Class in uk.ac.starlink.ttools.task
Mapper which operates on a user-supplied selection of the columns of the input table.
ColumnSelectionMapper() - Constructor for class uk.ac.starlink.ttools.task.ColumnSelectionMapper
Constructor.
combinePixellators(Pixellator[]) - Static method in class uk.ac.starlink.ttools.plot.Drawing
Combines an array of given pixellators to produce a single one which iterates over all the pixels.
comment(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
comment(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
comovingDistanceL(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Line-of-sight comoving distance.
comovingDistanceT(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Transverse comoving distance.
comovingVolume(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Comoving volume.
compare(PlotState) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
 
compare(PlotState) - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns a string giving a list of items in which this state differs from a given state o.
compareTo(Object) - Method in class uk.ac.starlink.ttools.plot.Corner
Defines some arbitrary but consistent ordering of corners.
compile(Library, StarTable, String, Class) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Compiles an expression in the context of a given table with a required type for the result.
compile(Library, StarTable, String) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Compiles an expression in the context of a given table.
concat(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Concatenates two strings.
concat(String, String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Concatenates three strings.
concat(String, String, String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Concatenates four strings.
ConeErrorPolicy - Class in uk.ac.starlink.ttools.cone
Defines how errors are treated during a multiple cone search operation.
ConeErrorPolicy(String) - Constructor for class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Constructor.
ConeErrorPolicyParameter - Class in uk.ac.starlink.ttools.cone
Parameter for selecting ConeErrorPolicy objects.
ConeErrorPolicyParameter(String) - Constructor for class uk.ac.starlink.ttools.cone.ConeErrorPolicyParameter
Constructor.
ConeMatcher - Class in uk.ac.starlink.ttools.cone
TableProducer which does the work for a multiple cone search-type sky crossmatch operation.
ConeMatcher(ConeSearcher, TableProducer, QuerySequenceFactory, boolean) - Constructor for class uk.ac.starlink.ttools.cone.ConeMatcher
Convenience constructor which selects default values for most options.
ConeMatcher(ConeSearcher, TableProducer, QuerySequenceFactory, boolean, int, String, String, JoinFixAction, JoinFixAction) - Constructor for class uk.ac.starlink.ttools.cone.ConeMatcher
Full-functioned constructor.
ConeQueryRowSequence - Interface in uk.ac.starlink.ttools.cone
RowSequence sub-interface which additionally defines methods for retrieving RA, Dec and search radius for each row.
Coner - Interface in uk.ac.starlink.ttools.cone
Defines a service which can perform cone search-like operations.
ConeResultRowSequence - Interface in uk.ac.starlink.ttools.cone
ConeQueryRowSequence sub-interface which additionally defines a method for retrieving the result of the cone search itself.
ConeSearchConer - Class in uk.ac.starlink.ttools.cone
Coner implementation which uses remote Cone Search services.
ConeSearchConer() - Constructor for class uk.ac.starlink.ttools.cone.ConeSearchConer
Constructor.
ConeSearcher - Interface in uk.ac.starlink.ttools.cone
Object which can perform repeated sky cone searches.
ConeSelector - Class in uk.ac.starlink.ttools.cone
Abstract class for an object which can make a JDBC SELECT query corresponding to cone searches.
ConeSelector(Connection, String, String, String, AngleUnits, String, String) - Constructor for class uk.ac.starlink.ttools.cone.ConeSelector
Constructor.
configure(String[]) - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Hook for additional configuration of concrete subclasses using command-line flags.
configure(String[]) - Method in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
configure(String[]) - Method in class uk.ac.starlink.ttools.cea.ServiceCeaWriter
 
configure(String, LintContext) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Sets this handler up ready for use.
configure(PlotState, int) - Method in class uk.ac.starlink.ttools.plot.AuxLegend
Configures this legend according to a given plot state.
configureFromBounds(PlotState, DataBounds) - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
configureFromBounds(PlotState, DataBounds) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Updates a plot state generated by this factory with information generated from a first pass through the data.
configureFromData(PlotState, TablePlot) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Performs additional plot state configuration which may require a pass through the data.
configurePlotState(PlotState, Environment) - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
configurePlotState(PlotState, Environment) - Method in class uk.ac.starlink.ttools.plottask.Plot3DStateFactory
 
configurePlotState(PlotState, Environment) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Configures a PlotState object by examining parameter values in a given execution environment.
configureRanges(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.CartesianPlot3D
 
configureRanges(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.Plot3D
Provides notification that the range constraints are now as described in a supplied state object.
configureRanges(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
 
configureTupleParameter(WordsParameter, MatchEngine) - Static method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Configures a tuple parameter for use with a given MatchEngine.
ConnectionParameter - Class in uk.ac.starlink.ttools.task
Parameter for acquiring a connection to a database using JDBC.
ConnectionParameter(String) - Constructor for class uk.ac.starlink.ttools.task.ConnectionParameter
Constructor.
connectionValue(Environment) - Method in class uk.ac.starlink.ttools.task.ConnectionParameter
Returns the value of this parameter as a connection.
Constant - Interface in uk.ac.starlink.ttools.jel
Defines a typed value.
CONSTANT_NODE - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
Node representing a constant.
consume(StarTable) - Method in class uk.ac.starlink.ttools.mode.CubeWriter
 
consume(StarTable) - Method in class uk.ac.starlink.ttools.mode.JdbcConsumer
 
consume(StarTable) - Method in interface uk.ac.starlink.ttools.TableConsumer
Consumes a table.
ConsumerTask - Class in uk.ac.starlink.ttools.task
Abstract task which takes an input table and disposes of it.
ConsumerTask(String, ProcessingMode, boolean) - Constructor for class uk.ac.starlink.ttools.task.ConsumerTask
Constructor.
consumerValue(Environment) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
Returns a TableConsumer which corresponds to the value of this parameter.
consumerValue(Environment) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
Returns a TableConsumer which corresponds to the value of this parameter.
consumerValue(Environment) - Method in interface uk.ac.starlink.ttools.task.TableConsumerParameter
Returns a TableConsumer which corresponds to the value of this parameter.
contains(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Determines whether a string contains a given substring.
Conversions - Class in uk.ac.starlink.ttools.convert
Utility functions for converting between value types.
Conversions() - Constructor for class uk.ac.starlink.ttools.convert.Conversions
 
Conversions - Class in uk.ac.starlink.ttools.func
Functions for converting between strings and numeric values.
convert(Object) - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
 
convert(Object) - Method in class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
convert(Object) - Method in interface uk.ac.starlink.ttools.convert.ValueConverter
Performs a conversion from the input type to the output type.
Coords - Class in uk.ac.starlink.ttools.func
Functions for angle transformations and manipulations.
copy(Pixellator) - Static method in class uk.ac.starlink.ttools.plot.BitSetPixellator
Creates a new pixellator with the same content as an existing one.
CopyMode - Class in uk.ac.starlink.ttools.mode
Processing mode which writes out a table.
CopyMode() - Constructor for class uk.ac.starlink.ttools.mode.CopyMode
 
copyPlotData(PlotData) - Static method in class uk.ac.starlink.ttools.plot.ArrayPlotData
Factory method which constructs a new ArrayPlotData object with data which is a copy of that taken from a supplied PlotData object.
Corner - Class in uk.ac.starlink.ttools.plot
Describes the corners of a 3-dimensional cube.
cos(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Cosine of an angle.
cosh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Hyperbolic cosine.
CountMode - Class in uk.ac.starlink.ttools.mode
Processing mode which just counts the number of rows and columns and writes a summary to the output stream.
CountMode() - Constructor for class uk.ac.starlink.ttools.mode.CountMode
 
create() - Method in class uk.ac.starlink.ttools.plot.FixedEpsGraphics2D
 
create2dIcon(Shader, Shader, boolean, Color, int, int, int, int) - Static method in class uk.ac.starlink.ttools.plot.Shaders
Constructs an icon which represents two shaders in two dimensions.
createBinMapper(boolean, double, double) - Static method in class uk.ac.starlink.ttools.plot.MapBinnedData
Constructs a new linear or logarithmic BinMapper object.
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CgiMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CopyMode
 
createConsumer(Environment, String, String) - Static method in class uk.ac.starlink.ttools.mode.CopyMode
Creates a TableConsumer which writes to a given location.
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CountMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CubeMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.ExtAppMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.JdbcMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.MetadataMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.NullMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.PlasticMode
 
createConsumer(Environment) - Method in interface uk.ac.starlink.ttools.mode.ProcessingMode
Creates a TableConsumer, deriving any additional required configuration from a given environment.
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.SampMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.StatsMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.TopcatMode
 
createConsumer(Environment) - Method in class uk.ac.starlink.ttools.task.ChoiceMode
 
createDoublePair(double, double) - Static method in class uk.ac.starlink.ttools.plottask.CartesianTablePlotData.PairCreator
Returns a 2-element array composed from its 2 arguments.
createEngine(String) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns a new, unconfigured match engine given a short naming string.
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.plottask.PlotTask
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.Calc
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.ConsumerTask
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.ShowFunctions
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.SqlClient
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.SqlUpdate
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.StiltsServer
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.TableCopy
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.VotCopy
 
createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.VotLint
 
createFixedRadiusSequence(StarTable, int, int, double) - Static method in class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
Utility method which constructs a ConeQueryRowSequence object using column indices for RA and Dec but a constant value for the search radius.
createFixedShader(String, Color) - Static method in class uk.ac.starlink.ttools.plot.Shaders
Creates a shader which always returns a fixed colour regardless of the supplied parameter.
createFoggingTweaker(DataColorTweaker) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
 
createGraphics() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Returns a graphics context which can draw monochrome graphics on this bitmap.
createHandler(String) - Method in class uk.ac.starlink.ttools.lint.HandlerFactory
Constructs an ElementHandler for an element with a given local name.
createHandler(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Constructs a new ElementHandler for a given local element name.
createIcon(boolean, int, int, int, int) - Method in interface uk.ac.starlink.ttools.plot.Shader
Returns an icon which displays this shader in action.
createInputProducer(Environment) - Method in class uk.ac.starlink.ttools.task.SingleMapperTask
Returns an object provides which provides the (possibly filtered) input table.
createInstance(Class, long) - Static method in class uk.ac.starlink.ttools.filter.QuantCalc
Factory method to create a quantile accumulator for a given row count and value class.
createInterpolationShader(String, Color, Color) - Static method in class uk.ac.starlink.ttools.plot.Shaders
Constructs a shader which interpolates smoothly between two colours.
createJELTable(StarTable, ValueInfo[], String[]) - Static method in class uk.ac.starlink.ttools.jel.JELTable
Convenience factory method.
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.join.Match2Mapper
 
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.join.MatchMapper
 
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.join.SkyMatch2Mapper
 
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.task.CatMapper
 
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.task.ColumnSelectionMapper
 
createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.task.JoinMapper
 
createMapping(Environment, int) - Method in interface uk.ac.starlink.ttools.task.TableMapper
Creates a new mapping object, using a given execution environment for any additional required state.
createMatchTupleParameter(String) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Creates a new parameter for specifying value tuples for a table, suitable for use with this one.
createNamespaceElement(String, String) - Static method in class uk.ac.starlink.ttools.cea.ElementDeclaration
Convenience method to create an element with an attribute list defining a default namespace for this element and its descendents.
createNumberWriter(DataOutput, Class) - Static method in class uk.ac.starlink.ttools.mode.CubeWriter
Constructs an object which can write signed integer values to a DataOutput object.
createPainter(Environment, PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
Constructs a new painter object given the state of the environment.
createParser(boolean) - Method in class uk.ac.starlink.ttools.lint.Linter
Constructs a linting parser.
createPixellator() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Returns a pixellator which will iterate over the painted pixels in this bitmap.
createPixellator(Rectangle) - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Returns a pixellator which will iterate over a sub-region of the painted pixels in this bitmap.
createPlotData(Environment, String, StarTable, String[], String[], Style[], String, String[], String[]) - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
createPlotData(Environment, String, StarTable, String[], String[], Style[], String, String[], String[]) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Constructs a PlotData object.
createPlotState() - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
createPlotState() - Method in class uk.ac.starlink.ttools.plottask.Plot3DStateFactory
 
createPlotState() - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Creates a new unconfigured PlotState object suitable for configuration by this factory.
createPointSequence(SequentialJELRowReader) - Method in class uk.ac.starlink.ttools.plottask.CartesianTablePlotData
 
createPointSequence(SequentialJELRowReader) - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
Constructs a point sequence suitable for dispensing by this plot data.
createProducer(Environment) - Method in class uk.ac.starlink.ttools.cone.SkyConeMatch2
 
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.ConsumerTask
Returns an object which can produce the effective output table which will be consumed by this task.
createProducer(Environment, FilterParameter, InputTableParameter) - Static method in class uk.ac.starlink.ttools.task.ConsumerTask
Constructs a table producer given an input parameter and an input filter parameter.
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.MapperTask
 
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.RegQuery
 
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TableCube
 
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TableMatch1
 
createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TablePipe
 
createQuerySequence(StarTable) - Method in class uk.ac.starlink.ttools.cone.JELQuerySequenceFactory
 
createQuerySequence(StarTable) - Method in interface uk.ac.starlink.ttools.cone.QuerySequenceFactory
Creates a query sequence.
createRetryPolicy(String, int) - Static method in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Constructs an error policy which will retry the search a fixed number of times.
createSearcher(Environment, boolean) - Method in interface uk.ac.starlink.ttools.cone.Coner
Returns a searcher object which can perform the actual cone searches as configured by this object's parameters.
createSearcher(Environment, boolean) - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
 
createSearcher(Environment, boolean) - Method in class uk.ac.starlink.ttools.cone.JdbcConer
 
createSelector(Connection, String, String, String, AngleUnits, String, String, boolean) - Static method in class uk.ac.starlink.ttools.cone.ConeSelector
Returns a new selector object which just queries on RA and Dec values.
createSpec(String, ProcessingStep[], StarTable) - Static method in class uk.ac.starlink.ttools.task.InputTableSpec
Returns an InputTableSpec with a fixed table value.
createStats(Class) - Static method in class uk.ac.starlink.ttools.filter.UnivariateStats
Factory method to construct an instance of this class for accumulating particular types of values.
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.AddColumnFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.AddSkyCoordsFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.AssertFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.BadValueFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.CacheFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.CheckFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ClearParameterFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ColumnMetadataFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.DeleteColumnFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.EveryFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ExplodeAllFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ExplodeColsFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.HeadFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.KeepColumnFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.MetadataFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.NameFilter
 
createStep(Iterator) - Method in interface uk.ac.starlink.ttools.filter.ProcessingFilter
Creates a new ProcessingStep based on a sequence of command-line arguments.
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ProgressFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.RandomFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ReplaceColumnFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SelectFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SequentialFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SetParameterFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SortFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SortHeadFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.StatsFilter
 
createStep(String) - Method in class uk.ac.starlink.ttools.filter.StepFactory
Creates a processing filter from a line of text.
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.TailFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.TransposeFilter
 
createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.UniqueFilter
 
createSteps(String) - Method in class uk.ac.starlink.ttools.filter.StepFactory
Creates an array of processing filters from an input string.
createStiltsMetadata(CeaTask[]) - Static method in class uk.ac.starlink.ttools.cea.CeaMetadata
Creates a metadata object for the STILTS application with a given list of tasks.
createStyleFactory(String) - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
createStyleFactory(String) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Constructs a style factory which can retrieve a plotting style suitable for use with this factory from the environment.
createSuffixParameter(String) - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter
Returns a new parameter, identified by a numeric-like label, by which per-table suffix strings can be specified.
createSuffixParameter(String, String, String) - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter
Returns a new parameter by which per-table suffix strings can be specified.
createTableFactory(String) - Static method in class uk.ac.starlink.ttools.task.TableFactoryParameter
Decodes a string value which represents a particular prescription for resolving table names to table data, returning a functioning StarTableFactory object which embodies this behaviour.
createTaskMetadata(CeaTask) - Static method in class uk.ac.starlink.ttools.cea.CeaMetadata
Creates a metadata object for a CEA application providing only a single STILTS task.
createTiledSelector(Connection, String, String, String, AngleUnits, String, String, String, SkyTiling, boolean) - Static method in class uk.ac.starlink.ttools.cone.ConeSelector
Returns a new selector object which queries using RA, Dec and a spatial tiling value.
createTweaker(int, int) - Method in class uk.ac.starlink.ttools.plot.Fogger
Constructs a DataColorTweaker corresponding to this fogger which just takes care of fogging.
createTweaker(int, DataColorTweaker) - Method in class uk.ac.starlink.ttools.plot.Fogger
Constructs a DataColorTweaker based on an existing one which appends the affect of this fogger.
createTweaker(int, PlotState) - Static method in class uk.ac.starlink.ttools.plot.ShaderTweaker
Returns a new tweaker suitable for a given plot.
CROSS - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for cross-hair markers.
cross(double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Calculates the vector (cross) product of two vectors.
CROXX - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for X-shaped markers.
CubeMode - Class in uk.ac.starlink.ttools.mode
Output mode for generating an N-dimenaional histogram of data points from a selection of N columns of the input table.
CubeMode() - Constructor for class uk.ac.starlink.ttools.mode.CubeMode
Constructor.
CubeWriter - Class in uk.ac.starlink.ttools.mode
TableConsumer implementation which constructs and outputs a histogram data cube for an input table.
CubeWriter(double[], double[], int[], double[], String[], String, Destination, Class) - Constructor for class uk.ac.starlink.ttools.mode.CubeWriter
Constructor.
CustomCompilationException - Exception in uk.ac.starlink.ttools.jel
Specialised subclass of JEL's CompilationException.
CustomCompilationException(String, CompilationException) - Constructor for exception uk.ac.starlink.ttools.jel.CustomCompilationException
Constructor.
CustomCompilationException(String) - Constructor for exception uk.ac.starlink.ttools.jel.CustomCompilationException
Constructor.

D

dashedLines(String) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which draws black lines with variable dash patterns.
DASHES - Static variable in class uk.ac.starlink.ttools.plot.Styles
 
DashParameter - Class in uk.ac.starlink.ttools.plottask
Parameter for selecting line dash types.
DashParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.DashParameter
Constructor.
dashValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.DashParameter
Returns the value of this parameter as a dash array.
DataBounds - Class in uk.ac.starlink.ttools.plot
Encapsulates what is known about the ranges along each axis of a data set.
DataBounds(Range[], int, int[]) - Constructor for class uk.ac.starlink.ttools.plot.DataBounds
Constructor.
DataColorTweaker - Interface in uk.ac.starlink.ttools.plot
ColorTweaker which can adjust plotting colours on the basis of a supplied array of values (auxiliary data coordinates).
DataHandler - Class in uk.ac.starlink.ttools.lint
Element handler for DATA elements.
DataHandler() - Constructor for class uk.ac.starlink.ttools.lint.DataHandler
 
dataToGraphics(double, double, boolean) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
dataToGraphics(double, double, boolean) - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Converts a point in data space to graphics space.
dataToGraphics(double, double, boolean) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
dateToMjd(int, int, int, int, int, double) - Static method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Converts a calendar date and time to Modified Julian Date.
dateToMjd(int, int, int, int, int, double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a calendar date and time to Modified Julian Date.
dateToMjd(int, int, int) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a calendar date to Modified Julian Date.
decFK4toFK5(double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a B1950.0 FK4 position to J2000.0 FK5 at an epoch of B1950.0 yielding Declination This assumes zero proper motion in the FK5 frame.
decFK4toFK5(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a B1950.0 FK4 position to J2000.0 FK5 yielding Declination.
decFK5toFK4(double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a J2000.0 FK5 position to B1950.0 FK4 at an epoch of B1950.0 yielding Declination.
decFK5toFK4(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a J2000.0 FK5 position to B1950.0 FK4 yielding Declination.
decode(Object, Object) - Method in class uk.ac.starlink.ttools.convert.SkyUnits
Takes a pair of objects representing coordinates in these units, and converts them to radians.
decYearToMjd(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Decimal Year to a Modified Julian Date.
DEFAULT - Static variable in class uk.ac.starlink.ttools.plot.ErrorRenderer
General purpose error renderer.
DEFAULT_MODE - Static variable in class uk.ac.starlink.ttools.plottask.PaintMode
Mode used by default.
DEFAULT_UNIT - Static variable in class uk.ac.starlink.ttools.convert.SkyUnits
Default unit (DEGREES).
DefaultMultiParameter - Class in uk.ac.starlink.ttools.task
Convenience parameter subclass which implements MultiParameter.
DefaultMultiParameter(String, char) - Constructor for class uk.ac.starlink.ttools.task.DefaultMultiParameter
Constructor.
DefaultStyle - Class in uk.ac.starlink.ttools.plot
Convenience partial implementation of Style which has a defined colour and stroke style, with other attributes given by a single object.
DefaultStyle(Color, Object) - Constructor for class uk.ac.starlink.ttools.plot.DefaultStyle
Constructs a style given a colour, style and otherAtts object.
DEGREE - Static variable in class uk.ac.starlink.ttools.func.Coords
The size of one degree in radians.
DEGREES - Static variable in class uk.ac.starlink.ttools.cone.AngleUnits
Degrees.
DEGREES - Static variable in class uk.ac.starlink.ttools.convert.SkyUnits
Degrees.
degreesToRadians(double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts degrees to radians.
DeleteColumnFilter - Class in uk.ac.starlink.ttools.filter
Table filter for deleting a single column.
DeleteColumnFilter() - Constructor for class uk.ac.starlink.ttools.filter.DeleteColumnFilter
 
DensityPlot - Class in uk.ac.starlink.ttools.plot
Component which can display a density plot, which is to say, a two-dimensional histogram.
DensityPlot(PlotSurface) - Constructor for class uk.ac.starlink.ttools.plot.DensityPlot
Constructor.
DensityPlotEvent - Class in uk.ac.starlink.ttools.plot
PlotEvent for density plots.
DensityPlotEvent(Component, DensityPlotState, int, int, int, double[], double[]) - Constructor for class uk.ac.starlink.ttools.plot.DensityPlotEvent
Constructor.
DensityPlotState - Class in uk.ac.starlink.ttools.plot
PlotState specialist subclass used for density maps.
DensityPlotState() - Constructor for class uk.ac.starlink.ttools.plot.DensityPlotState
 
DensityStyle - Class in uk.ac.starlink.ttools.plot
Style for the way that a density map (2d histogram) is plotted.
DensityStyle(DensityStyle.Channel) - Constructor for class uk.ac.starlink.ttools.plot.DensityStyle
Constructs a new style which plots in a given colour channel.
DensityStyle.Channel - Class in uk.ac.starlink.ttools.plot
Enumeration class which describes a colour channel.
DeprecatedAttChecker - Class in uk.ac.starlink.ttools.lint
Performs checking on attributes which are deprecated by the standard.
DeprecatedAttChecker(String) - Constructor for class uk.ac.starlink.ttools.lint.DeprecatedAttChecker
Constructor.
DESCRIPTION_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
destroy() - Method in class uk.ac.starlink.ttools.server.FormServlet
 
destroy() - Method in class uk.ac.starlink.ttools.server.TaskServlet
 
det(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Calculates the determinant of a matrix.
Distances - Class in uk.ac.starlink.ttools.func
Functions for converting between different measures of cosmological distance.
dmsToRadians(String) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a formatted degrees:minutes:seconds string to an angle in radians.
dmsToRadians(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts degrees, minutes, seconds to an angle in radians.
DocNames - Class in uk.ac.starlink.ttools.gui
Static methods to give the locations of run-time javadocs.
DocNames() - Constructor for class uk.ac.starlink.ttools.gui.DocNames
 
DoctypeInterpolator - Class in uk.ac.starlink.ttools.lint
Attempts to check that a DOCTYPE declaration is present in an input stream representing XML.
DoctypeInterpolator() - Constructor for class uk.ac.starlink.ttools.lint.DoctypeInterpolator
 
docURL(Object) - Static method in class uk.ac.starlink.ttools.gui.DocNames
Returns the URL which points to the documentation object for a given object, or null if none can be found.
DocUtils - Class in uk.ac.starlink.ttools
Utilities used for automatically-generated documentation.
doGet(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.starlink.ttools.server.FormServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.starlink.ttools.server.TaskServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.starlink.ttools.server.TaskServlet
 
dot(double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Calclulates the scalar (dot) product of two vectors.
DOT_TO_DOT - Static variable in class uk.ac.starlink.ttools.plot.MarkStyle
Symbolic constant meaning join points by straight line segments.
draw(Shape) - Method in class uk.ac.starlink.ttools.plot.Drawing
Draws the outline of an arbitrary shape.
drawBar(Graphics, int, int, int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle
Draws a bar for inclusion in a histogram.
drawBar(Graphics, int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle.Form
Draws a bar.
drawEdge(Graphics, int, int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle
Draws the edge of a bar.
drawEdge(Graphics, int, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle.Form
Draws the edge of a bar.
drawEllipse(int, int, int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Draws the outline of an ellipse with no restrictions on the alignment of its axes.
drawErrors(Graphics, int, int, int[], int[]) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Renders error bars in one or more dimensions around a given point.
drawErrors(Graphics, int, int, int[], int[]) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws error bars using this style's current error renderer.
drawErrors(Graphics, int, int, int[], int[], ColorTweaker) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws error bars using this style's current error renderer in a way which may be modified by a supplied ColorTweaker object.
drawGridLine(Graphics, int, int, double) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Draws a single grid line on a given graphics context.
drawGridLines(Graphics, int, int) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Draws grid lines on a given graphics context.
Drawing - Class in uk.ac.starlink.ttools.plot
Provides drawing primitives on a pixel map.
Drawing(Rectangle) - Constructor for class uk.ac.starlink.ttools.plot.Drawing
Constructs a drawing with given pixel bounds.
drawLabel(Graphics, int, int, String) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws a label for a marker at a given point.
drawLabel(Graphics, int, int, String, ColorTweaker) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws a label for a marker at a given point with optional colour modification.
drawLegendShape(Graphics) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws this marker's shape centred at the origin suitable for display as a legend.
drawLine(int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Draws a straight line between two points.
drawMarker(Graphics, int, int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws this marker centered at a given position.
drawMarker(Graphics, int, int, ColorTweaker) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws this marker in a way which may be modified by a supplied ColorTweaker object.
drawOval(int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Draws the outline of an ellipse with horizontal/vertical axes.
drawShape(Graphics) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws this marker's shape centered at the origin in a graphics context.
DummyJELRowReader - Class in uk.ac.starlink.ttools.jel
JELRowReader which can't actually read any rows.
DummyJELRowReader(StarTable) - Constructor for class uk.ac.starlink.ttools.jel.DummyJELRowReader
Constructor.

E

E - Static variable in class uk.ac.starlink.ttools.func.Maths
Euler's number e, the base of natural logarithms.
ElementDeclaration - Class in uk.ac.starlink.ttools.cea
Encapsulates the declaration of an XML element.
ElementDeclaration(String) - Constructor for class uk.ac.starlink.ttools.cea.ElementDeclaration
Constructs a declaration with a name but no attributes.
ElementDeclaration(String, String) - Constructor for class uk.ac.starlink.ttools.cea.ElementDeclaration
Constructs a declaration with a name and attributes.
ElementHandler - Class in uk.ac.starlink.ttools.lint
Provides checking of a VOTable element during a SAX parse.
ElementHandler() - Constructor for class uk.ac.starlink.ttools.lint.ElementHandler
 
ElementRef - Class in uk.ac.starlink.ttools.lint
Provides a description of an element.
ElementRef(ElementHandler, Locator) - Constructor for class uk.ac.starlink.ttools.lint.ElementRef
Constructor.
EMPTY - Static variable in class uk.ac.starlink.ttools.plot.PointIterator
PointIterator instance with no points.
EmptyIcon - Class in uk.ac.starlink.ttools.plot
Icon implementation which doesn't draw anything.
EmptyIcon(int, int) - Constructor for class uk.ac.starlink.ttools.plot.EmptyIcon
Constructor.
encode(double, double) - Method in class uk.ac.starlink.ttools.convert.SkyUnits
Takes a pair of coordinates in radians and converts them to these units.
endCDATA() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endCDATA() - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
endDocument() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endDocument() - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
endDTD() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endDTD() - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
endElement(ElementDeclaration) - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Convenience method to end an element described by an ElementDeclaration.
endElement(String, String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endElement() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Called when the element has ended.
endElement(String, String, String) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
endElement() - Method in class uk.ac.starlink.ttools.lint.StreamHandler
 
endElement() - Method in class uk.ac.starlink.ttools.lint.TableHandler
 
endElement() - Method in class uk.ac.starlink.ttools.lint.TdHandler
 
endElement() - Method in class uk.ac.starlink.ttools.lint.TrHandler
 
endEntity(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endEntity(String) - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
endPrefixMapping(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
endPrefixMapping(String) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
endRows() - Method in class uk.ac.starlink.ttools.lint.FitsHandler
 
endsWith(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Determines whether a string ends with a certain substring.
endTable() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
EPS - Static variable in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports to Encapsulated PostScript.
EPS_GZIP - Static variable in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports to gzipped Encapsulated PostScript.
equals(Object) - Method in class uk.ac.starlink.ttools.cone.AngleUnits
 
equals(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Determines whether two strings are equal.
equals(Object) - Method in class uk.ac.starlink.ttools.lint.ElementRef
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.Corner
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns true if o satisfies the following conditions It has the same class as this one It has the same colour as this one It has the same stroke as this one The otherAtts object specified at its creation matches (according to equals() this one's
equals(Object) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.Plot3DState
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.PlotState
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.PlotState.SimpleValueInfo
 
equals(Object) - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
 
equalsIgnoreCase(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Determines whether two strings are equal apart from possible upper/lower case distinctions.
error(String) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Writes an error message through the context.
error(SAXParseException) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
error(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Write an error message to the user.
error(String) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Writes an error mesage to the user.
ErrorMarkStyleSet - Class in uk.ac.starlink.ttools.plot
StyleSet which wraps an existing one to give it a different error renderer.
ErrorMarkStyleSet(StyleSet, ErrorRenderer) - Constructor for class uk.ac.starlink.ttools.plot.ErrorMarkStyleSet
Constructor.
ErrorMode - Class in uk.ac.starlink.ttools.plot
Enumeration class which describes, for each dimension, what is the error reporting regime.
ErrorMode.Extent - Class in uk.ac.starlink.ttools.plot
Enumeration class which lists the distance quantities used by different error modes.
ErrorModeSelection - Interface in uk.ac.starlink.ttools.plot
Supplies an ErrorMode.
ErrorRenderer - Class in uk.ac.starlink.ttools.plot
Renders error bars.
ErrorRenderer(String) - Constructor for class uk.ac.starlink.ttools.plot.ErrorRenderer
Constructor.
evaluate(CompiledExpression) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Evaluates a given compiled expression at the current row.
evaluate(CompiledExpression) - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
Convenience method which evaluates an Object-valued compiled expression.
evaluateAtRow(CompiledExpression, long) - Method in class uk.ac.starlink.ttools.jel.RandomJELRowReader
Evaluates a given compiled expression at a given row.
evaluateDouble(CompiledExpression) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Evaluates a given compiled expression at the given row under the assumption that the expression represents a numeric value.
evaluateDouble(CompiledExpression) - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
Convenience method which evaluates a numeric-valued compiled expression.
EveryFilter - Class in uk.ac.starlink.ttools.filter
 
EveryFilter() - Constructor for class uk.ac.starlink.ttools.filter.EveryFilter
 
EveryTable - Class in uk.ac.starlink.ttools.filter
Wrapper table which looks at only every n'th row.
EveryTable(StarTable, long) - Constructor for class uk.ac.starlink.ttools.filter.EveryTable
Constructor.
EXAMPLE - Static variable in class uk.ac.starlink.ttools.plot.ErrorRenderer
Error renderer suitable for use in user controls.
execCommand(String) - Method in interface cds.tools.ExtApp
Allow an "external" application to control by script this application
execute() - Method in class uk.ac.starlink.ttools.task.ShowFunctions
 
executeQuery(double, double, double) - Method in class uk.ac.starlink.ttools.cone.ConeSelector
Returns an SQL ResultSet containing the records corresponding to a cone search with the given parameters.
exp(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Euler's number e raised to a power.
explainSyntax(String[]) - Static method in class uk.ac.starlink.ttools.filter.BasicFilter
Returns a snippet of XML explaining use of the syntax of some given usage-type example arguments.
ExplodeAllFilter - Class in uk.ac.starlink.ttools.filter
Table filter for replacing every N-element array valued column in a table with N scalar-valued columns.
ExplodeAllFilter() - Constructor for class uk.ac.starlink.ttools.filter.ExplodeAllFilter
 
ExplodeColsFilter - Class in uk.ac.starlink.ttools.filter
Table filter for replacing selected N-element array-valued columns with N scalar-valued columns.
ExplodeColsFilter() - Constructor for class uk.ac.starlink.ttools.filter.ExplodeColsFilter
 
exportGraphic(JComponent, OutputStream) - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports the graphic content of a given component to an output stream using some graphics format or other.
ExtApp - Interface in cds.tools
Defines Aladin's idea of a co-operating tool.
ExtAppMode - Class in uk.ac.starlink.ttools.mode
Debugging mode for testing TOPCAT's ExtApp functionality.
ExtAppMode() - Constructor for class uk.ac.starlink.ttools.mode.ExtAppMode
 
ExtraParameter - Interface in uk.ac.starlink.ttools.task
Interface which defines additional information available from a Parameter.

F

factoryValue(Environment) - Method in class uk.ac.starlink.ttools.task.TableFactoryParameter
Returns the value of this parameter as a StarTableFactory.
faded(String, StyleSet, int) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a StyleSet based on another one but with a given opaque limit for each of the dispensed styles.
fatalError(SAXParseException) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
feed(InputStream) - Method in class uk.ac.starlink.ttools.lint.BinaryHandler
 
feed(InputStream) - Method in class uk.ac.starlink.ttools.lint.FitsHandler
 
feed(InputStream) - Method in class uk.ac.starlink.ttools.lint.StreamingHandler
Consumes a decoded input stream containing the data of a table, encoded according to the rules specified by this element.
FieldHandler - Class in uk.ac.starlink.ttools.lint
ElementHandler for FIELD elements.
FieldHandler() - Constructor for class uk.ac.starlink.ttools.lint.FieldHandler
 
FieldRefChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker for ref attributes that point to FIELDs.
FieldRefChecker() - Constructor for class uk.ac.starlink.ttools.lint.FieldRefChecker
 
fill(Shape) - Method in class uk.ac.starlink.ttools.plot.Drawing
Fills an arbitrary shape.
filled(String) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws filled full rectangles.
filled3d(String) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws filled 3d full rectangles.
FILLED_CIRCLE - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for filled circle markers.
FILLED_DIAMOND - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for filled diamond shaped markers.
FILLED_SQUARE - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for filled square markers.
FILLED_TRIANGLE_DOWN - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for filled triangle shaped markers with point at the bottom.
FILLED_TRIANGLE_UP - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for filled triangle shaped markers with point at the top.
filledShapes(String, int, Color) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which gives filled shapes of various kinds.
fillEllipse(int, int, int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Fills an ellipse with no restrictions on the alignment of its axes.
fillOval(int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Fills an ellipse with horizontal/vertical axes.
fillRect(int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.Drawing
Fills a rectangle.
FilterParameter - Class in uk.ac.starlink.ttools.task
Parameter which contains a value representing one or more ProcessingSteps.
FilterParameter(String) - Constructor for class uk.ac.starlink.ttools.task.FilterParameter
 
filterRef(BasicFilter) - Static method in class uk.ac.starlink.ttools.DocUtils
Provides a snippet of XML which references a processing filter.
FindModeParameter - Class in uk.ac.starlink.ttools.join
Parameter for choosing table match mode.
FindModeParameter(String) - Constructor for class uk.ac.starlink.ttools.join.FindModeParameter
Constructor.
firePlotChangedLater(PlotEvent) - Method in class uk.ac.starlink.ttools.plot.TablePlot
Sends a plot event to all registered listeners, deferring the send by submitting it for future execution on the AWT event dispatch thread.
FitsHandler - Class in uk.ac.starlink.ttools.lint
Element handler for FITS elements.
FitsHandler() - Constructor for class uk.ac.starlink.ttools.lint.FitsHandler
 
FIX_BLUE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes blue level at parameter value.
FIX_GREEN - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes green level at parameter value.
FIX_HUE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader which fixes hue.
FIX_INTENSITY - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader which sets intensity.
FIX_RED - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes red level at parameter value.
FIX_U - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes U in YUV colour space.
FIX_V - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes V in YUV colour space.
FIX_Y - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes Y in YUV colour space.
FixedConstant - Class in uk.ac.starlink.ttools.jel
Constant implementation which always has the same value.
FixedConstant(Object, Class) - Constructor for class uk.ac.starlink.ttools.jel.FixedConstant
Constructs a constant with a given value and class.
FixedConstant(Object) - Constructor for class uk.ac.starlink.ttools.jel.FixedConstant
Constructs a constant with a given value.
FixedEpsGraphics2D - Class in uk.ac.starlink.ttools.plot
Graphics2D implementation which can write to Encapsulated PostScript.
FixedEpsGraphics2D(String, OutputStream, int, int, int, int) - Constructor for class uk.ac.starlink.ttools.plot.FixedEpsGraphics2D
Constructor with bounds.
FixedEpsGraphics2D(EpsGraphics2D) - Constructor for class uk.ac.starlink.ttools.plot.FixedEpsGraphics2D
Clone constructor.
FixedMapperTask - Class in uk.ac.starlink.ttools.task
MapperTask which has a fixed number of input tables.
FixedMapperTask(String, ProcessingMode, boolean, TableMapper, int, boolean) - Constructor for class uk.ac.starlink.ttools.task.FixedMapperTask
Constructor.
flush() - Method in class uk.ac.starlink.ttools.plot.BitmapSortPlotVolume
Do the plotting.
flush() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Ensures that all points submitted through the plot method have been painted on the graphics context.
flush() - Method in class uk.ac.starlink.ttools.plot.VectorSortPlotVolume
 
flush() - Method in class uk.ac.starlink.ttools.plot.ZBufferPlotVolume
 
Fluxes - Class in uk.ac.starlink.ttools.func
Functions for conversion between flux and magnitude values.
fluxToLuminosity(double, double) - Static method in class uk.ac.starlink.ttools.func.Fluxes
Converts flux to luminosity given a luminosity distance.
fogAt(double, Color) - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns a fogged version of a given colour at a given depth.
fogAt(double, int[]) - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns a fogged version of a given colour at a given depth.
fogAt(double, float[]) - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns a fogged version of a given colour at a given depth using normalised components.
fogAt(double, int) - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns a fogged version of a given colour at a given depth.
Fogger - Class in uk.ac.starlink.ttools.plot
Defines how colours are changed at different depths (distances away from the viewer) by interposing a 'fog' which makes the colours gloomier the further away you go.
Fogger(double) - Constructor for class uk.ac.starlink.ttools.plot.Fogger
Constructs a new depth tweaker for rendering distances of the order of a given scale.
FOLDER_NODE - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
Node representing a directory.
FontParameter - Class in uk.ac.starlink.ttools.plottask
Parameter for font selection.
FontParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.FontParameter
Constructor.
fontValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.FontParameter
Returns the value of this parameter as a font.
FORM_FILLED - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Bar form using filled rectangles.
FORM_FILLED3D - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Bar form using filled 3d rectangles.
FORM_OPEN - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Bar form using open rectangles.
FORM_SPIKE - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Bar form using 1-d spikes.
FORM_TOP - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Bar form drawing only the tops of the bars.
formatDecimal(double, int) - Static method in class uk.ac.starlink.ttools.func.Formats
Turns a floating point value into a string with a given number of decimal places using standard settings.
formatDecimal(double, String) - Static method in class uk.ac.starlink.ttools.func.Formats
Turns a floating point value into a formatted string using standard settings.
formatDecimalLocal(double, int) - Static method in class uk.ac.starlink.ttools.func.Formats
Turns a floating point value into a string using current locale settings.
formatDecimalLocal(double, String) - Static method in class uk.ac.starlink.ttools.func.Formats
Turns a floating point value into a formatted string using current locale settings.
formatMjd(double, String) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date value to a date using a customisable date format.
Formats - Class in uk.ac.starlink.ttools.func
Functions for formatting numeric values.
Formatter - Class in uk.ac.starlink.ttools
Assists in formatting text for output on the terminal.
Formatter() - Constructor for class uk.ac.starlink.ttools.Formatter
Constructor.
formatXML(String, int) - Method in class uk.ac.starlink.ttools.Formatter
Returns a string which is a formatted version of an XML string.
FormServlet - Class in uk.ac.starlink.ttools.server
Servlet which provides some example forms to drive the STILTS server.
FormServlet() - Constructor for class uk.ac.starlink.ttools.server.FormServlet
 
foundNull() - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Must be called by any of the getObjectColumnValue methods which wants to return a null but has to return a primitive instead.
foundRow() - Method in class uk.ac.starlink.ttools.lint.StreamingHandler
Invoked to log that a row has been counted (used for keeping track of how many have been seen).
foundRow() - Method in class uk.ac.starlink.ttools.lint.TableHandler
Called to register that a row in this table has been seen.
fractionToData(double) - Method in class uk.ac.starlink.ttools.plot.AuxLegend
Converts a fractional value (where zero corresponds to current lower bound and 1 corresponds to current upper bound) into a corresponding data value.
fromFK5(double, double, double) - Method in class uk.ac.starlink.ttools.convert.SkySystem
Converts from FK5 J2000.0 into this system.
fromHex(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Converts a string representing a hexadecimal number to its integer value.
fromMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Converts from Modified Julian Date to this converter's public date.
fromMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601ToDecimalYear
 
fromMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601ToJulian
 
fromString(String) - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
 
fromString(String) - Method in class uk.ac.starlink.ttools.plottask.DashParameter
 
fromString(String) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Translates a string value for this parameter into the object value which it represents.
frontOnly(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.CartesianPlot3D
 
frontOnly(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.Plot3D
Indicates whether only the front part of the plot should be plotted.
frontOnly(Plot3DState) - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
 
FUNCTION_NODE - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
Node representing a function.

G

get(Point) - Method in class uk.ac.starlink.ttools.plot.PixelMask
Indicates whether a pixel at given point is set.
get(int, int) - Method in class uk.ac.starlink.ttools.plot.PixelMask
Indicates whether a pixel at given point is set.
get3DLogFlags() - Method in class uk.ac.starlink.ttools.plot.CartesianPlot3D
 
get3DLogFlags() - Method in class uk.ac.starlink.ttools.plot.Plot3D
Returns an array of 3 flags which indicate whether logarithmic scaling is in force on the X, Y and Z axes respectively.
get3DLogFlags() - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
 
getAdjacent() - Method in class uk.ac.starlink.ttools.plot.Corner
Returns an array of the three corners which are adjacent to this one (connected by a cube edge).
getAllPoints() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns a bit vector with bits set for every point index visited by this iterator.
getAncestor(Class) - Method in interface uk.ac.starlink.ttools.lint.Ancestry
Returns the handler's nearest ancestor (excluding itself) of a given class.
getAncestry() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Returns an object containing the family relationships of this handler.
getAncestry() - Method in class uk.ac.starlink.ttools.lint.HandlerStack
Returns an ancestry object for the handler at the top of this stack.
getAnnotationHeight() - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Returns the height in pixels of the annotation text.
getAntialias() - Method in class uk.ac.starlink.ttools.plot.PlotState
Determines whether antialiasing is preferred for drawing lines.
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.CgiMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.CopyMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.CountMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.CubeMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.ExtAppMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.JdbcMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.MetadataMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.NullMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.PlasticMode
 
getAssociatedParameters() - Method in interface uk.ac.starlink.ttools.mode.ProcessingMode
Returns a list of any parameters which are associated with this mode.
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.SampMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.StatsMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.TopcatMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.plottask.FontParameter
Returns parameters associated with this one which select other font characteristics.
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.task.ChoiceMode
 
getAssociatedParameters() - Method in class uk.ac.starlink.ttools.task.ConnectionParameter
Returns parameters associated with this.
getAttribute(String) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Returns the value of a named attribute.
getAttributeCheckers(String) - Method in class uk.ac.starlink.ttools.lint.CheckerFactory
Returns a map of attname->AttributeChecker objects for a named type of element.
getAttributeCheckers(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns a map of attribute checkers suitable for processing elements of a given name.
getAxes() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the metadata for the plotted axes.
getAxisLabels() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the labels to use for annotating axes.
getBinBase() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Returns the lower bound for one of the bins.
getBinIterator(boolean) - Method in interface uk.ac.starlink.ttools.plot.BinnedData
Returns an iterator over the bins managed by this object.
getBinIterator(boolean) - Method in class uk.ac.starlink.ttools.plot.MapBinnedData
 
getBinIterator(boolean) - Method in class uk.ac.starlink.ttools.plot.NormalisedBinnedData
 
getBinnedData() - Method in class uk.ac.starlink.ttools.plot.DensityPlot
Returns the binned grid(s) corresponding to the image currently displayed by this component.
getBinnedData() - Method in class uk.ac.starlink.ttools.plot.Histogram
Lazily populate a BinnedData object describing the bins.
getBins(Object[]) - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
getBinWidth() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Returns the bin width for the histogram.
getBooleanArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getBooleanColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a boolean value for a cell of the current row.
getBooleanColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getBooleanColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getBooleanProperty(long) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Indicates whether the cell at the current row in a given column has a blank value.
getBooleanProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getBooleanValue(Boolean) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getBounds() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
 
getBounds() - Method in class uk.ac.starlink.ttools.plot.Drawing
 
getBounds(int, int, int[], int[]) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns a rectangle which will contain the rendered error bar graphics for a given point.
getBounds(Object) - Method in interface uk.ac.starlink.ttools.plot.MapBinnedData.BinMapper
Returns the upper and lower bounds of the bin corresponding to a given key.
getBounds() - Method in interface uk.ac.starlink.ttools.plot.Pixellator
Returns a copy of the bounding rectangle for this pixellator.
getBounds() - Method in class uk.ac.starlink.ttools.plot.PointArrayPixellator
 
getBounds() - Method in class uk.ac.starlink.ttools.plot.Range
Returns the current bounds of this range.
getBounds() - Method in class uk.ac.starlink.ttools.plot.TranslatedPixellator
 
getByteArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getByteColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a byte value for a cell of the current row.
getByteColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getByteColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getByteProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getBytes(double, double, boolean) - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns an array of bytes representing the values in this grid.
getByteValue(Byte) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getCause() - Method in exception uk.ac.starlink.ttools.jel.CustomCompilationException
 
getCell(int) - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getCell(int) - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.AddJELColumnTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.EveryTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.HeadTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.TailTable
 
getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
 
getCell(int) - Method in class uk.ac.starlink.ttools.jel.DummyJELRowReader
Throws UnsupportedOperationException.
getCell(long, int) - Method in class uk.ac.starlink.ttools.jel.JELTable
 
getCell(int) - Method in class uk.ac.starlink.ttools.jel.RandomJELRowReader
Returns the cell at a given column in the current row.
getCell(int) - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
 
getCell(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Returns the value for a given column in this reader's table at the current row.
getCell(long, int) - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
 
getCharArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getCharColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a char value for a cell of the current row.
getCharColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getCharColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getCharProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getCharValue(Character) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getChildCount() - Method in interface uk.ac.starlink.ttools.lint.Ancestry
Returns the number of child elements this handler currently has.
getCircle() - Method in class uk.ac.starlink.ttools.cone.AngleUnits
Returns the number of these units in an entire revolution.
getClip() - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
getClip() - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Returns the clip region in which points may be plotted.
getClip() - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
getClosestPoint(Point, int) - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns the index of the closest plotted point to a given screen point.
getColor() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns the colour of this style.
getColor(int) - Static method in class uk.ac.starlink.ttools.plot.Styles
Returns a colour labelled by a given index.
getColumn() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns column name.
getColumnClass(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns the class of values returned by a given column.
getColumnClass(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getColumnClass(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getColumnCount() - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
 
getColumnCount() - Method in class uk.ac.starlink.ttools.filter.AddJELColumnTable
 
getColumnCount() - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
 
getColumnCount() - Method in class uk.ac.starlink.ttools.jel.JELTable
 
getColumnCount() - Method in class uk.ac.starlink.ttools.lint.DataHandler
Returns the number of columns in this DATA's table.
getColumnFlags(String) - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Returns an array of flags, the same length as the number of columns in the table, with an element set true for each column which is specified in colIdList.
getColumnIndex(String) - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Returns the index of a column given an identifying string.
getColumnIndex(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns the column index in the table model which corresponds to a given name.
getColumnIndexByName(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns the column index of a column in the row given its name.
getColumnIndexByName(String) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getColumnIndexByName(String) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getColumnIndices(String) - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Returns an array of column indices from a <colid-list> string.
getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
 
getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.AddJELColumnTable
 
getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
 
getColumnInfo(int) - Method in class uk.ac.starlink.ttools.jel.JELTable
 
getColumnsParameter() - Method in class uk.ac.starlink.ttools.task.ColumnSelectionMapper
Returns the parameter which specifies the column IDs for use.
getComparator(boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.Point3D
Returns a comparator which can be used to sort Point3D objects.
getComponent() - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
getComponent() - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Returns the graphical component on which the plotting surface is displayed.
getComponent() - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
getConeBox(double, double, double) - Static method in class uk.ac.starlink.ttools.cone.SkyBox
Returns a minimal SkyBox which encloses a given cone using radians.
getConeResult(ConeSearcher, boolean, String, double, double, double) - Static method in class uk.ac.starlink.ttools.cone.ConeMatcher
Performs a cone search and returns the resulting table with appropriate filtering operations applied.
getConeResult() - Method in interface uk.ac.starlink.ttools.cone.ConeResultRowSequence
Returns the result of the cone search for the current row of this sequence.
getConeResult() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getConeResult() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getConstantByName(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a constant value for this reader given its name.
getConstantByName(String) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getConstantByName(String) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Understands table parameters identified case-insensitively by name (using the StarTableJELRowReader.PARAM_PREFIX prefix) or by UCD (using the StarTableJELRowReader.UCD_PREFIX prefix) or by Utype (using the StarTableJELRowReader.UTYPE_PREFIX prefix).
getContainedPoints(Shape) - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns a bit vector with bits set for every point index which falls within a given shape on the screen.
getContentClass() - Method in interface uk.ac.starlink.ttools.jel.Constant
Returns a class of which this object's value will be an instance.
getContentClass() - Method in class uk.ac.starlink.ttools.jel.FixedConstant
 
getContentClass() - Method in class uk.ac.starlink.ttools.lint.ValueParser
Returns the class of values which would be used in Java to represent an object parsed by this parser, although this class does not actually return such values.
getContentEncoding() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
Returns the content encoding for the output used by this exporter.
getContext() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Returns this handler's context.
getContext() - Method in class uk.ac.starlink.ttools.lint.ValueParser
Returns this parser's context.
getConverters() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the array of numeric converter objects, one for each axis.
getCoordinateColumnNames() - Method in class uk.ac.starlink.ttools.convert.SkySystem
Returns labels suitable for use as column names in this system.
getCoordinateDescriptions() - Method in class uk.ac.starlink.ttools.convert.SkySystem
Returns a full description of each coordinate in this system.
getCoordinateNames() - Method in class uk.ac.starlink.ttools.convert.SkySystem
Returns names of the coordinates in this system.
getCorner(int) - Static method in class uk.ac.starlink.ttools.plot.Corner
Factory method giving one of the cube corners.
getCorrelation() - Method in class uk.ac.starlink.ttools.plot.XYStats
Returns the product moment correlation coefficient.
getCount() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the number of good (non-null) values accumulated.
getCount() - Method in class uk.ac.starlink.ttools.plot.AxisLabels
Returns the number of ticks on the axis.
getCumulative() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Determines whether the histogram is conventional or cumulative.
getCurrentRow() - Method in class uk.ac.starlink.ttools.jel.DummyJELRowReader
 
getCurrentRow() - Method in class uk.ac.starlink.ttools.jel.RandomJELRowReader
Returns the current row for evaluations.
getCurrentRow() - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
 
getCurrentRow() - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Returns the index of the row on which evaluations are currently taking place.
getCustomShaders() - Static method in class uk.ac.starlink.ttools.plot.Shaders
Returns an array of any custom shaders specified by the Shaders.LUTFILES_PROPERTY property.
getCut(double) - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the cut value associated with a given fractional value (between 0 and 1).
getDash() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns the dash pattern associated with this style.
getDash(int) - Static method in class uk.ac.starlink.ttools.plot.Styles
Returns a dash pattern labelled by a given index.
getDataBounds() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
Returns the bounds of the region of this component containing the legend.
getDateArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getDec() - Method in class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
 
getDec() - Method in interface uk.ac.starlink.ttools.cone.ConeQueryRowSequence
Get central declination for the current row's cone search request in degrees.
getDec() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getDec() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getDecIndex(StarTable) - Method in interface uk.ac.starlink.ttools.cone.ConeSearcher
Returns the index of a column giving the declination in the returned table.
getDecIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.JdbcConeSearcher
 
getDecRange() - Method in class uk.ac.starlink.ttools.cone.SkyBox
Returns declination range.
getDefault() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns the default value of this parameter if there is one.
getDefaultValues(int) - Static method in class uk.ac.starlink.ttools.plottask.ShaderParameter
Returns some suitable default values for a set of related ShaderParameters.
getDescription() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
Returns description text for this application.
getDescription() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns this parameter's description.
getDescription() - Method in class uk.ac.starlink.ttools.convert.SkySystem
Returns a short description of this system.
getDescription() - Method in class uk.ac.starlink.ttools.filter.BasicFilter
 
getDescription() - Method in interface uk.ac.starlink.ttools.filter.ProcessingFilter
Description for this filter.
getDescription() - Method in class uk.ac.starlink.ttools.mode.CgiMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.CopyMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.CountMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.CubeMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.ExtAppMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.JdbcMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.MetadataMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.NullMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.PlasticMode
 
getDescription() - Method in interface uk.ac.starlink.ttools.mode.ProcessingMode
Returns a textual description of this processing mode.
getDescription() - Method in class uk.ac.starlink.ttools.mode.SampMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.StatsMode
 
getDescription() - Method in class uk.ac.starlink.ttools.mode.TopcatMode
 
getDescription(PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
Returns a short XML description (no enclosing tag) of this mode's behaviour.
getDescription() - Method in class uk.ac.starlink.ttools.task.ChoiceMode
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.AddColumnFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.AddSkyCoordsFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.AssertFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.BadValueFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.BasicFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.CacheFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.CheckFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ClearParameterFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ColumnMetadataFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.DeleteColumnFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.EveryFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ExplodeAllFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ExplodeColsFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.HeadFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.KeepColumnFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.MetadataFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.NameFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ProgressFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.RandomFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ReplaceColumnFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.ReplaceValueFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SelectFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SequentialFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SetParameterFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SortFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SortHeadFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.StatsFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.TailFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.TransposeFilter
 
getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.UniqueFilter
 
getDisplayBounds() - Method in class uk.ac.starlink.ttools.plot.Plot3D
Returns the bounds of the apparent display area.
getDoubleArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getDoubleColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a double value for a cell of the current row.
getDoubleColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getDoubleColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getDoubleProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getDoubleValue(Double) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getElementAttributes() - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
Returns the element attribute list.
getElementCount() - Method in class uk.ac.starlink.ttools.lint.ValueParser
Returns the number of items of class ValueParser.getContentClass() which correspond to values parsed by this parser.
getElementName() - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
Returns the element name.
getErrorMode() - Method in interface uk.ac.starlink.ttools.plot.ErrorModeSelection
Returns an error mode associated with this object.
getErrorRenderer() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the style used for drawing error bars around this marker.
getErrors() - Method in class uk.ac.starlink.ttools.plot.PointData
Returns the coordinates of the error extrema associated with this point.
getErrors() - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Reads the errors for the current row.
getErrors() - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
getErrorStream() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getErrorStream() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getExampleLower() - Method in class uk.ac.starlink.ttools.plot.ErrorMode
Returns a value between 0 and 1 which represents an example lower bound for this mode, for instance 1 if the bound is in use and 0 if not.
getExampleUpper() - Method in class uk.ac.starlink.ttools.plot.ErrorMode
Returns a value between 0 and 1 which represents an example upper bound for this mode, for instance 1 if the bound is in use and 0 if it is not.
getExampleValues() - Static method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns strings naming a set of example match engine parameter values.
getExpressionType(Library, StarTable, String) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Gives the return type of an expression.
getExtents() - Method in class uk.ac.starlink.ttools.plot.ErrorMode
Returns the extent objects which characterise this mode.
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
 
getExtraUsage(TableEnvironment) - Method in interface uk.ac.starlink.ttools.task.ExtraParameter
Returns an extended usage message.
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.task.FilterParameter
 
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.task.InputFormatParameter
 
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.task.OutputFormatParameter
 
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
 
getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.task.XmlEncodingParameter
 
getField(int) - Method in class uk.ac.starlink.ttools.lint.DataHandler
Returns the FieldHandler object for a given column.
getFields() - Method in class uk.ac.starlink.ttools.lint.StreamingHandler
Returns the fields used for this stream.
getFields() - Method in class uk.ac.starlink.ttools.lint.TableHandler
Returns a list of the fields currently found.
getFileSuffixes() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
Returns an array of file suffixes which usually indicate a file with an export format used by this instance.
getFilterFactory() - Method in class uk.ac.starlink.ttools.filter.StepFactory
Returns the object factory which can create ProcessingFilter instances from their nicknames.
getFiltersUsage(TableEnvironment) - Static method in class uk.ac.starlink.ttools.task.FilterParameter
Returns a formatted string listing available filter commands with their usage.
getFiniteBounds(boolean) - Method in class uk.ac.starlink.ttools.plot.Range
Returns finite upper and lower bounds for this range.
getFlags() - Method in class uk.ac.starlink.ttools.plot.Corner
Returns an array of boolean flags; the i'th flag indicates whether the i'th coordinate is low or high (zero or one for a unit cube).
getFlattenedPixelOffsets(int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns an array of 1-dimensional pixel offsets which can be used to draw this marker onto a raster.
getFlipFlags() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns flags for which axes will be plotted inverted.
getFloatArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getFloatColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a float value for a cell of the current row.
getFloatColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getFloatColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getFloatProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getFloatValue(Float) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getFogger() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Returns the fogger used for rendering depth effects.
getFogginess() - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns the thickness of the fog.
getFogginess() - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Returns the intensity of fog used for depth rendering.
getForm() - Method in class uk.ac.starlink.ttools.plot.BarStyle
Returns the form of this style.
getFormatDescription() - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
Returns an XML string, suitable for inclusion in a parameter description, which explains the format of values accepted by this parameter.
getFormatDescription() - Method in class uk.ac.starlink.ttools.plottask.DashParameter
Returns an XML string, suitable for inclusion into a parameter description, which explains the format of values accepted by this parameter.
getFormatParameter() - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
Returns the parameter giving the graphics format to use.
getFormatParameter() - Method in class uk.ac.starlink.ttools.task.AbstractInputTableParameter
Returns the parameter which deals with input format.
getFormatParameter() - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
 
getGood() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted number of non-blank values in accepted data.
getGoodCountValue() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns the number of good values in the accumulated data.
getGraphCount() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the number of graphs in the stack.
getGraphics() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Returns this object's graphics context.
getGraphIndices() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the mapping of subsets to graph indices.
getGrid() - Method in class uk.ac.starlink.ttools.plot.PlotState
Indicates whether a grid is to be plotted.
getHandler() - Method in class uk.ac.starlink.ttools.lint.ElementRef
Returns the element handler to which this ref refers.
getHeight() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Returns the height of this bitmap.
getHiCut() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Gets the upper cut value, as a fraction of the visible bins.
getHiCuts() - Method in class uk.ac.starlink.ttools.plot.DensityPlotEvent
Returns upper cut values for the channels plotted.
getHidePoints() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Indicates whether points are hidden or visible.
getHighBound() - Method in interface uk.ac.starlink.ttools.plot.BinnedData.Bin
Returns the highest value which will fall into this bin.
getIcon(StyleSet) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Generates an icon based on a StyleSet which displensed BarStyles.
getIcon(BarStyle.Form) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Generates an icon based on a BarStlye.Form object.
getIcon(int, int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns an icon that draws this MarkStyle.
getIcon(StyleSet) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns an icon which represents a given marker style set.
getIconHeight() - Method in class uk.ac.starlink.ttools.plot.BarStyle
 
getIconHeight() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
 
getIconHeight() - Method in class uk.ac.starlink.ttools.plot.EmptyIcon
 
getIconWidth() - Method in class uk.ac.starlink.ttools.plot.BarStyle
 
getIconWidth() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
 
getIconWidth() - Method in class uk.ac.starlink.ttools.plot.EmptyIcon
 
getIdFromName(String) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
Returns the client ID of a client with a given name if one is registered.
getIncludedPointCount() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
Returns the number of points included in subsets which were selected for plotting.
getIndex() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns the most recently read point index.
getIndexedShader() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Returns the shader to be used for shading pixels in indexed (non-RGB) mode.
getInputInfo() - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
 
getInputInfo() - Method in class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
getInputInfo() - Method in interface uk.ac.starlink.ttools.convert.ValueConverter
Returns metadata describing the values on the input end of the conversion.
getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.FixedMapperTask
 
getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.HomogeneousMapperTask
 
getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.MapperTask
Returns an array of InputTableSpec objects describing the input tables used by this task.
getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.VariableMapperTask
 
getInputTable() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
Returns input table.
getInstance() - Static method in class uk.ac.starlink.ttools.filter.StepFactory
Returns the singleton instance of this class.
getIntArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getIntColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a int value for a cell of the current row.
getIntColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getIntColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getInterfacesElement() - Method in class uk.ac.starlink.ttools.cea.CeaConfig
Returns declaration to use for the Interfaces element.
getIntProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getIntValue(Integer) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getIvorn() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
Returns the application ID.
getJdbcAuthenticator() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getJdbcAuthenticator() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a JDBC authenticator suitable for use in this environment.
getJdbcAuthenticator(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a suitable JDBC authenticator for a given environment.
getJdbcAuthenticator() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getJdbcAuthenticator() - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Returns a JDBC authenticator suitable for use in this environment.
getJoinFixAction(Environment, Parameter) - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter
Returns the action specified by this parameter for a given label.
getJoinFixActions(Environment, int) - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter
Returns an array of fix actions, one for each of a list of numbered input tables.
getKey(double) - Method in interface uk.ac.starlink.ttools.plot.MapBinnedData.BinMapper
Returns the key to use for a given value.
getKit() - Static method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Returns a date kit private to the calling thread.
getKnownExporters() - Static method in class uk.ac.starlink.ttools.plottask.PaintMode
Returns a list of all available graphics exporters.
getKnownModes() - Static method in class uk.ac.starlink.ttools.plottask.PaintMode
Returns a list of all available paint modes.
getKnownSystems() - Static method in class uk.ac.starlink.ttools.convert.SkySystem
Returns an array of all the systems known.
getKnownUnits() - Static method in class uk.ac.starlink.ttools.convert.SkyUnits
Returns a list of all the available instances of this class.
getLabel(int) - Method in class uk.ac.starlink.ttools.plot.AxisLabels
Returns the label for one of the tick marks.
getLabel() - Method in class uk.ac.starlink.ttools.plot.ErrorMode.Extent
Returns a name suitable for labelling a control for this extent.
getLabel() - Method in class uk.ac.starlink.ttools.plot.PointData
Returns the text label associated with this point.
getLabel() - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Returns any text label associated with the current point.
getLabel() - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
getLabel() - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
 
getLabelColor() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the colour to use for drawing labels.
getLabelPixels(String, int, int, Rectangle) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns an array over pixel positions which can be used to draw a label for this style.
getLegendIcon() - Method in class uk.ac.starlink.ttools.plot.BarStyle
 
getLegendIcon() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
 
getLegendIcon() - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an icon giving a general example of what this form looks like.
getLegendIcon(ErrorMode[], int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an icon giving an example of what this form looks like in a detailed context.
getLegendIcon() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws a legend icon for this style without error rendering.
getLegendIcon(ErrorMode[]) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Draws a legend icon for this style given certain error modes.
getLegendIcon() - Method in interface uk.ac.starlink.ttools.plot.Style
Returns an icon suitable for displaying in a legend for this style.
getLibrary(JELRowReader) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Returns a JEL Library suitable for expression evaluation.
getLine() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the line type for this style.
getLinearCoefficients() - Method in class uk.ac.starlink.ttools.plot.XYStats
Returns the polynomial coefficients of a linear regression line for the submitted data.
getLineWidth() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns the line width associated with this style.
getLocation() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
Returns input table location as specified in the parameter value.
getLocator() - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns the SAX document locator for this parse.
getLoCut() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Gets the lower cut value, as a fraction of the visible bins.
getLoCuts() - Method in class uk.ac.starlink.ttools.plot.DensityPlotEvent
Returns lower cut values for the channels plotted.
getLogFlags() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns flags for which axes will be plotted logarithmically.
getLogZ() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Determines whether the colour intensity is to be plotted on a log or linear scale.
getLongColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a long value for a cell of the current row.
getLongColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getLongColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getLongName() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
Returns the long name of the application.
getLongProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getLongValue(Long) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getLowBound() - Method in interface uk.ac.starlink.ttools.plot.BinnedData.Bin
Returns the lowest value which will fall into this bin.
getMainNdim() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the number of non-auxiliary axes represented by this state.
getManualName() - Method in class uk.ac.starlink.ttools.Formatter
Returns the text used to refer in formatted output to the STILTS manual.
getMapper() - Method in class uk.ac.starlink.ttools.plot.MapBinnedData
Returns the BinMapper object used by this BinnedData.
getMapper() - Method in class uk.ac.starlink.ttools.task.MapperTask
Returns this task's Mapper object.
getMatchBounds(Comparable[], Comparable[]) - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
getMatchParameters() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
getMatchParametersParameter() - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns the associated parameter which is used for specifying the fixed value parameters for the engine supplied by this parameter.
getMatchScoreInfo() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
getMax() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted maximum value of accepted data.
getMaximum() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the numeric maximum value submitted.
getMaximumRadius() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the maximum radius of a marker drawn by this class.
getMaximumSize() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
 
getMaximumSize() - Method in class uk.ac.starlink.ttools.plot.Legend
 
getMaximumValue() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns the maximum of the accumulated data.
getMaxPos() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the sequence number of the maximum value submitted.
getMaxSum() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the largest value which exists in any of the bins.
getMean() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted mean value of accepted data.
getMeanValue() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns the mean of the accumulated data.
getMessage() - Method in exception uk.ac.starlink.ttools.jel.CustomCompilationException
 
getMimeType() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
Returns the MIME type for the graphics format used by this exporter.
getMin() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted minimum value of accepted data.
getMinimum() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the numeric minimum value submitted.
getMinimumSize() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
 
getMinimumSize() - Method in class uk.ac.starlink.ttools.plot.Legend
 
getMinimumValue() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns the minimum of the accumulated data.
getMinPos() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the sequence number of the minimum value submitted.
getMinSum() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the smallest value which exists in any of the bins.
getModeFactory() - Static method in class uk.ac.starlink.ttools.Stilts
Returns the factory which can create any of the known output modes.
getModeUsage(PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
Returns a short text usage message describing usage of associated parameters, if any.
getModeUsage(String, String) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
Returns a usage message for a given processing mode.
getName() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns this parameter's name.
getName() - Method in class uk.ac.starlink.ttools.cea.CeaTask
Returns public task name.
getName() - Method in class uk.ac.starlink.ttools.cone.AngleUnits
Returns the name of this unit.
getName() - Method in class uk.ac.starlink.ttools.convert.SkySystem
Returns the name of this system.
getName() - Method in class uk.ac.starlink.ttools.convert.SkyUnits
Returns the name of this unit system.
getName() - Method in class uk.ac.starlink.ttools.filter.BasicFilter
 
getName() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Returns the localName for this element.
getName() - Method in class uk.ac.starlink.ttools.lint.ElementRef
Returns the element name.
getName() - Method in class uk.ac.starlink.ttools.plot.ErrorMarkStyleSet
 
getName() - Method in class uk.ac.starlink.ttools.plot.ErrorMode.Extent
Returns the name of this extent.
getName() - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns a user-readable name for this style of error rendering.
getName() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
Returns the name of this exporter (usually the graphics format name).
getName() - Method in interface uk.ac.starlink.ttools.plot.Shader
Returns a name for this shader.
getName() - Method in interface uk.ac.starlink.ttools.plot.StyleSet
Returns the name of this set.
getName() - Method in class uk.ac.starlink.ttools.plottask.PaintMode
Returns this mode's name.
getName(Object) - Method in class uk.ac.starlink.ttools.plottask.ShaderParameter
 
getName(Object) - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
 
getNames() - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Returns the names of all the named options known for this parameter.
getNames() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getNames() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getNamespaceMap() - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns prefix->namespaceURI map for the xmlns namespaces currently in scope.
getNcoord() - Method in interface uk.ac.starlink.ttools.plot.DataColorTweaker
Returns the size of coordinate array which should be submitted to DataColorTweaker.setCoords(double[]).
getNcoord() - Method in class uk.ac.starlink.ttools.plot.ShaderTweaker
 
getNdim() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getNdim() - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getNdim() - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns the dimensionality of data points in this object.
getNdim() - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getNdim() - Method in class uk.ac.starlink.ttools.plottask.CartesianTablePlotData
 
getNerror() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getNerror() - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getNerror() - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns the number of error points per data point in this object.
getNerror() - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getNerror() - Method in class uk.ac.starlink.ttools.plottask.CartesianTablePlotData
 
getNormalised() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Determines whether the histogram is normlalised to a total value of unity.
getNpix() - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Returns the number of pixels along this axis.
getNumberProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getNumericConverter(ValueInfo) - Static method in class uk.ac.starlink.ttools.convert.Conversions
Returns a converter from the given ValueInfo to a numeric quantity.
getObjectArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getObjectColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns an Object value for a cell of the current row.
getObjectColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getObjectColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getObjectProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getOpaqueLimit() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the opacity limit for this style.
getOptionList() - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Returns a formatted XML string giving an unordered list of the options for this parameter.
getOptionList() - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
Returns a formatted XML string giving an unordered list of the options for this parameter.
getOptions() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns an array of permitted options if there is one.
getOptions() - Static method in class uk.ac.starlink.ttools.plot.ErrorMode
Returns a list of all the error bar options.
getOptions() - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Returns the option objects for all the named options known for this parameter.
getOptions2d() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an array of ErrorRenderers which can render 2-dimensional errors.
getOptions3d() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an array of ErrorRenderers which can render 3-dimensional errors.
getOptionsGeneral() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an array of ErrorRenderers which can render errors of arbitrary dimensionality.
getOptionsSpherical() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an array of ErrorRenderers which can render errors suitable for spherical or spherical polar coordinates.
getOtherAtts() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns the object which distinguishes this object from other ones of the same colour and class.
getOutput() - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns the output stream to which messages will be written.
getOutputInfo() - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
 
getOutputInfo() - Method in class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
getOutputInfo() - Method in interface uk.ac.starlink.ttools.convert.ValueConverter
Returns metadata describing the values on the output end of the conversion.
getOutputLines() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
Returns the output written by the task so far, in an array one line per element.
getOutputMode() - Method in class uk.ac.starlink.ttools.task.ConsumerTask
Returns this task's output mode.
getOutputParameter() - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
Returns the parameter determining the output stream (if any) to use for the graphics output.
getOutputStream() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getOutputStream() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getOutputTable(String) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
If the task which has been executed in this environment has created an output table which has not been otherwise disposed of, you can get it from here.
getOutputText() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
Returns a string which contains all the output written by the task so far.
getPadding(Plot3DState, Graphics, int[]) - Method in class uk.ac.starlink.ttools.plot.CartesianPlot3D
 
getPadding(Plot3DState, Graphics, int[]) - Method in class uk.ac.starlink.ttools.plot.Plot3D
Works out padding factors to be used for the plot volume.
getPadding(Plot3DState, Graphics, int[]) - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
 
getParameter(String) - Method in class uk.ac.starlink.ttools.cea.CeaTask
Returns a named parameter of this task.
getParameterElement() - Method in class uk.ac.starlink.ttools.cea.CeaConfig
Returns declaration to use for the Parameter element.
getParameterList() - Method in class uk.ac.starlink.ttools.plottask.PlotTask
 
getParameterList() - Method in class uk.ac.starlink.ttools.task.ConsumerTask
Returns the parameter list for this task; it may be modified.
getParameters() - Method in class uk.ac.starlink.ttools.cea.CeaTask
Returns a list of the parameters associated with this task for the purposes of CEA use.
getParameters() - Method in interface uk.ac.starlink.ttools.cone.Coner
Returns any configuration parameters associated with this object.
getParameters() - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
 
getParameters() - Method in class uk.ac.starlink.ttools.cone.JdbcConer
 
getParameters() - Method in class uk.ac.starlink.ttools.join.Match2Mapper
 
getParameters() - Method in class uk.ac.starlink.ttools.join.MatchMapper
 
getParameters() - Method in class uk.ac.starlink.ttools.join.SkyMatch2Mapper
 
getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.BarStyleFactory
 
getParameters() - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.MarkStyleFactory
 
getParameters() - Method in class uk.ac.starlink.ttools.plottask.Plot3DStateFactory
 
getParameters() - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Returns the parameters associated with this object.
getParameters() - Method in class uk.ac.starlink.ttools.plottask.PlotTask
 
getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
Returns the parameters used by this factory.
getParameters() - Method in class uk.ac.starlink.ttools.task.Calc
 
getParameters() - Method in class uk.ac.starlink.ttools.task.CatMapper
 
getParameters() - Method in class uk.ac.starlink.ttools.task.ColumnSelectionMapper
 
getParameters() - Method in class uk.ac.starlink.ttools.task.ConsumerTask
 
getParameters() - Method in class uk.ac.starlink.ttools.task.JoinMapper
 
getParameters() - Method in class uk.ac.starlink.ttools.task.ShowFunctions
 
getParameters() - Method in class uk.ac.starlink.ttools.task.SqlClient
 
getParameters() - Method in class uk.ac.starlink.ttools.task.SqlUpdate
 
getParameters() - Method in class uk.ac.starlink.ttools.task.StiltsServer
 
getParameters() - Method in class uk.ac.starlink.ttools.task.TableCopy
 
getParameters() - Method in interface uk.ac.starlink.ttools.task.TableMapper
Returns the parameters defined by this mapper.
getParameters() - Method in class uk.ac.starlink.ttools.task.VotCopy
 
getParameters() - Method in class uk.ac.starlink.ttools.task.VotLint
 
getParametersElement() - Method in class uk.ac.starlink.ttools.cea.CeaConfig
Returns declaration to use for the Parameters element.
getParamHelp(TableEnvironment, String, Parameter) - Static method in class uk.ac.starlink.ttools.task.LineInvoker
Returns a help string for a parameter of one of the tasks known to this application.
getParamHelp(Parameter) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
 
getParamsUsage(MatchEngine) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns a string giving the usage for the match parameters part of the matching command line.
getParent() - Method in interface uk.ac.starlink.ttools.lint.Ancestry
Returns the handler's parent.
getParser() - Method in class uk.ac.starlink.ttools.lint.ParamHandler
Returns a parser which knows how to check values associated with this element.
getPixelOffsets() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns an iterator over pixel offsets which can be used to draw this marker onto a raster.
getPixels(Rectangle, int, int, int[], int[]) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Returns an array of pixel positions which can be used to draw this marker onto a raster.
getPixelSize() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Gets the size of each data pixel (bin) in screen pixels.
getPlacement() - Method in class uk.ac.starlink.ttools.plot.BarStyle
Returns the placement of this style.
getPlotBounds() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
Returns the rectangle which is the union of all the graph regions, that is the region between the axes, for the last time a plot was drawn.
getPlotBounds() - Method in class uk.ac.starlink.ttools.plot.Plot3D
Returns the bounds of the actual plotting area.
getPlotBounds() - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
 
getPlotBounds() - Method in class uk.ac.starlink.ttools.plot.TablePlot
Returns the bounds of the actual plot.
getPlotData() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the plot data object for this state.
getPlotState() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
Returns the plot state defining the characteristics of the plot.
getPlotState(Environment) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Returns a configured PlotState obtained from parameter values specified by the given execution environment.
getPlottedPointIterator() - Method in class uk.ac.starlink.ttools.plot.DensityPlot
Returns an iterator over the points plotted last time this component plotted itself.
getPlottedPointIterator() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
Returns an iterator over the points which are visible in this plot.
getPlottedPointIterator() - Method in class uk.ac.starlink.ttools.plot.Plot3D
Returns an iterator over the points plotted last time this component painted itself.
getPlottedPointIterator() - Method in class uk.ac.starlink.ttools.plot.ScatterPlot
Returns an iterator over the points plotted last time this component plotted itself.
getPoint() - Method in class uk.ac.starlink.ttools.plot.PointData
Returns the coordinates of this point.
getPoint() - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Reads the coordinates of the current point.
getPoint() - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
getPointCount() - Method in class uk.ac.starlink.ttools.plot.DataBounds
Returns the number of points in the data set.
getPointCounts() - Method in class uk.ac.starlink.ttools.plot.DataBounds
Returns an array giving the number of points per subset in the data set.
getPointPlacer() - Method in class uk.ac.starlink.ttools.plot.DensityPlot
Returns a point placer suitable for this plot.
getPointPlacer() - Method in class uk.ac.starlink.ttools.plot.Plot3D
Returns a point placer for mapping 3D data points to the screen.
getPointPlacer() - Method in class uk.ac.starlink.ttools.plot.ScatterPlot
Returns a point placer suitable for this plot.
getPointPlacers() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
Returns an array of point placers, one for each constituent graph in this plot.
getPoints() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
Returns the point array supplying the data for this object.
getPointSequence() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getPointSequence() - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getPointSequence() - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns an iterator over the data points in this object.
getPointSequence() - Method in class uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
 
getPointSequence() - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getPointSequence() - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
 
getPointsInRange() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
Returns a bit vector indicating which points are in the X range currently visible within this plot.
getPositionTile(double, double) - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
 
getPositionTile(double, double) - Method in class uk.ac.starlink.ttools.cone.HtmTiling
 
getPositionTile(double, double) - Method in interface uk.ac.starlink.ttools.cone.SkyTiling
Returns the index of the tile in which a given sky position falls.
getPotentialPointCount() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
Returns the number of points in the point set which were available for plotting.
getPreferredSize() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
 
getPreferredSize() - Method in class uk.ac.starlink.ttools.plot.Legend
 
getPrefixedTaskUsage(Task, String) - Static method in class uk.ac.starlink.ttools.task.LineInvoker
Returns a usage string for a task, prefixed by a given string.
getPurpose() - Method in class uk.ac.starlink.ttools.cea.CeaTask
Returns task purpose.
getPurpose() - Method in class uk.ac.starlink.ttools.plottask.PlotTask
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.Calc
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.ConsumerTask
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.ShowFunctions
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.SqlClient
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.SqlUpdate
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.StiltsServer
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.TableCopy
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.VotCopy
 
getPurpose() - Method in class uk.ac.starlink.ttools.task.VotLint
 
getQuantile(double) - Method in class uk.ac.starlink.ttools.filter.QuantCalc
Returns a quantile corresponding to a given point.
getRa() - Method in class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
 
getRa() - Method in interface uk.ac.starlink.ttools.cone.ConeQueryRowSequence
Get central right ascension for the current row's cone search request in degrees.
getRa() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getRa() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getRadialInfo() - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
Returns metadata information about the radial coordinate.
getRadialLog() - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
Determines whether the radial dimension should be plotted on a logarithmic scale.
getRadius() - Method in class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
 
getRadius() - Method in interface uk.ac.starlink.ttools.cone.ConeQueryRowSequence
Get search radius for the current row's cone search request in degrees.
getRadius() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getRadius() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getRaIndex(StarTable) - Method in interface uk.ac.starlink.ttools.cone.ConeSearcher
Returns the index of a column giving the right ascension in the returned table.
getRaIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.JdbcConeSearcher
 
getRanges() - Method in class uk.ac.starlink.ttools.plot.DataBounds
Returns the array of data ranges, one for each axis.
getRanges() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the data ranges for each axis.
getRaRange() - Method in class uk.ac.starlink.ttools.cone.SkyBox
Returns right ascension range.
getRef() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Returns a reference for this element.
getRefUrl() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
Returns the URL for reference documentation.
getRequiredWordCount() - Method in class uk.ac.starlink.ttools.task.WordsParameter
Returns the number of words required from this parameter.
getRgb() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Determines whether the plot will be coloured.
getRoot() - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Returns the root node of the tree.
getRotating() - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Indicates whether the plot is currently rotating.
getRotation() - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Returns the rotation matrix.
getRow() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
getRow() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.AddJELColumnTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.EveryTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.HeadTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.TailTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
 
getRow(long) - Method in class uk.ac.starlink.ttools.jel.JELTable
 
getRow() - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
 
getRow(long) - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.filter.EveryTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.filter.HeadTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.filter.JELSelectorTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.filter.TailTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
 
getRowCount() - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.AddJELColumnTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.EveryTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.HeadTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.JELSelectorTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.filter.TailTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.jel.JELTable
 
getRowSequence() - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
 
getScale() - Method in class uk.ac.starlink.ttools.plot.Fogger
Returns the depth scale distance.
getScale() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Returns the scaling constant for this volume.
getSchemaLocation() - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Returns the URL of the schema to which the output of this object conforms.
getSchemaLocation() - Method in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
getSchemaLocation() - Method in class uk.ac.starlink.ttools.cea.ServiceCeaWriter
 
getScoreInfo(Environment) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns the match score metadata associated with this parameter.
getScoreParameter() - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns the associated parameter which is used for specifying the match score column metadata.
getSelf() - Method in interface uk.ac.starlink.ttools.lint.Ancestry
Returns the handler itself.
getServletInfo() - Method in class uk.ac.starlink.ttools.server.FormServlet
 
getServletInfo() - Method in class uk.ac.starlink.ttools.server.TaskServlet
 
getSetCount() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getSetCount() - Method in interface uk.ac.starlink.ttools.plot.BinnedData
Returns the number of subsets for which this object maintains bins.
getSetCount() - Method in class uk.ac.starlink.ttools.plot.MapBinnedData
 
getSetCount() - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getSetCount() - Method in class uk.ac.starlink.ttools.plot.NormalisedBinnedData
 
getSetCount() - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns the number of subsets in this object.
getSetCount() - Method in class uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
 
getSetCount() - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getSetCount() - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
 
getSetName(int) - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getSetName(int) - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getSetName(int) - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns the name for a given subset.
getSetName(int) - Method in class uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
 
getSetName(int) - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getSetName(int) - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
 
getSetStyle(int) - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
getSetStyle(int) - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
getSetStyle(int) - Method in interface uk.ac.starlink.ttools.plot.PlotData
Returns the plotting style for a given subset.
getSetStyle(int) - Method in class uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
 
getSetStyle(int) - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
getSetStyle(int) - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
 
getShader() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
Returns the shader to use in indexed (non-RGB) mode.
getShaders() - Method in class uk.ac.starlink.ttools.plot.PlotState
Returns the shader objects for using auxiliary axis data.
getShapeId() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns this style's shape id.
getShortArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getShortColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns a short value for a cell of the current row.
getShortColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getShortColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
getShortName() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
Returns the short name of the application.
getShortProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getShortValue(Short) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getSiblingIndex() - Method in interface uk.ac.starlink.ttools.lint.Ancestry
Returns the index of this child in the list of its parent's children.
getSize() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns the nominal size of this style.
getSizeX() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the number of bins (pixels) in the X direction.
getSizeY() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the number of bins (pixels) in the Y direction.
getSkySystem() - Method in interface uk.ac.starlink.ttools.cone.Coner
Returns the name of the coordinate system used by this Coner.
getSkySystem() - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
Returns "ICRS", which is the system defined to be used by the Cone Search specification.
getSkySystem() - Method in class uk.ac.starlink.ttools.cone.JdbcConer
Returns the empty string.
getSource() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
Returns the component in which the plot was done.
getSpecialByName(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns the a special quantity which corresponds to a given name, or null if it isn't a special.
getSpecialByName(String) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
getSpecialByName(String) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Adds to the superclass implementation the following: "$0" or "index" returns INDEX_ID, which refers to the (1-based) row number "RANDOM" returns a double random number, always the same for a given row
getState() - Method in class uk.ac.starlink.ttools.plot.TablePlot
Returns the most recently set state for this plot.
getStaticClasses() - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Returns the list of classes whose static methods will be mapped into the JEL evaluation namespace.
getStdDev() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted standard deviation of accepted data.
getSteps() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
Returns the array of processing steps which constitutes the processing pipeline.
getStiltsMetadata() - Static method in class uk.ac.starlink.ttools.mode.SampMode
Returns metadata describing the STILTS application as a SAMP client.
getStoragePolicy(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a suitable storage policy for a given environment.
getStreamParameter() - Method in class uk.ac.starlink.ttools.task.AbstractInputTableParameter
Returns the stream toggle parameter associated with this one.
getStreamWithDoctype(BufferedInputStream) - Method in class uk.ac.starlink.ttools.lint.DoctypeInterpolator
Returns an input stream which is a copy of a given one, except that if the given one doesn't include a DOCTYPE declaration, one is inserted.
getStringArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getStringProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
 
getStroke(int, int) - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns a stroke suitable for drawing lines in this style.
getStroke(Stroke, int, int) - Static method in class uk.ac.starlink.ttools.plot.DefaultStyle
Returns a stroke which resembles a given template but has specified end cap and line join policies.
getStyle(int) - Method in class uk.ac.starlink.ttools.plot.ErrorMarkStyleSet
 
getStyle(Color, int) - Method in class uk.ac.starlink.ttools.plot.MarkShape
Factory method which produces a MarkStyle of the shape characteristic of this object with specified colour and nominal size.
getStyle(int) - Method in interface uk.ac.starlink.ttools.plot.StyleSet
Returns a marker style corresponding to a particular index.
getStyle(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.BarStyleFactory
 
getStyle(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.MarkStyleFactory
Returns a MarkStyle instance.
getStyle(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
Obtains a Style object from the environment by examining parameters.
getStyleIndex(String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
Returns a zero-based index associated with a given suffix for this factory.
getStyles() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Returns the array of styles whose markers can be plotted on this volume.
getSubscriptions() - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
Returns the subscriptions object indicating the MTypes this client can handle.
getSum() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the numeric sum of values accumulated.
getSum(int, int) - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the sum in a given bin (value at a given pixel).
getSum2() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the sum of squares of values accumulated.
getSum3() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the sum of cubes of values accumulated.
getSum4() - Method in class uk.ac.starlink.ttools.filter.UnivariateStats
Returns the sum of fourth powers of values accumulated.
getSummary() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns a one-line summary of this parameter's purpose.
getSums() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Returns the raw histogram data held by this grid.
getSurface() - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
Returns the plotting surface on which this component displays.
getSurfaces() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
 
getSystemFor(String) - Static method in class uk.ac.starlink.ttools.convert.SkySystem
Returns a system which matches a given string.
getSystemUsage() - Static method in class uk.ac.starlink.ttools.convert.SkySystem
Returns a snippet of XML which describes the systems and their meanings.
getTable() - Method in class uk.ac.starlink.ttools.cone.ConeMatcher
Returns the result, which is a join between the input table and the table on which the cone searches are defined.
getTable() - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Returns the table associated with this reader.
getTable(String) - Method in interface uk.ac.starlink.ttools.task.TableLocator
Returns a new or used table which is named by a given location.
getTable() - Method in interface uk.ac.starlink.ttools.task.TableProducer
Provides a table.
getTableFactory() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getTableFactory() - Method in class uk.ac.starlink.ttools.server.StiltsContext
Acquires a StarTableFactory suitable for use from a servlet from the servlet context.
getTableFactory() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a table factory suitable for use in this environment.
getTableFactory(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a suitable table factory for a given environment.
getTableFactory() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getTableFactory() - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Returns a table factory suitable for use in this environment.
getTableOutput() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
getTableOutput() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a table output marshaller suitable for use in this environment.
getTableOutput(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Returns a suitable table output marshaller for a given environment.
getTableOutput() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
getTableOutput() - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Returns a table output marshaller suitable for use in this environment.
getTableRef() - Method in class uk.ac.starlink.ttools.lint.FieldHandler
Returns the table to which this field belongs.
getTaskBase() - Method in class uk.ac.starlink.ttools.server.StiltsContext
Returns the server URL below which task servlets can be accessed.
getTaskFactory() - Static method in class uk.ac.starlink.ttools.Stilts
Returns the factory which can create any of the known tasks.
getTaskNames(ObjectFactory, String) - Static method in class uk.ac.starlink.ttools.server.TaskServlet
Returns an array of the known tasks from a given task factory based on a space-separated list.
getTick(int) - Method in class uk.ac.starlink.ttools.plot.AxisLabels
Returns the axis position of one of the tick marks.
getTileRange(double, double, double) - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
 
getTileRange(double, double, double) - Method in class uk.ac.starlink.ttools.cone.HtmTiling
 
getTileRange(double, double, double) - Method in interface uk.ac.starlink.ttools.cone.SkyTiling
Returns the bounds of a range of pixels which is known to cover a given cone on the sky.
getTree() - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Returns the tree which displays the classes.
getTreeModel() - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Returns the tree model which contains the classes for display.
getTupleInfos() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
getType() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns the CEA type (CmdLineParameterDef/type) of this parameter.
getTypeName(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Returns the type name of the quantity which is referenced in expressions with a given name.
getUcdRegex(String) - Static method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Takes a (non-prefixed) UCD specification and returns a Pattern actual UCDs should match if they represent the same thing.
getUnitsFor(String) - Static method in class uk.ac.starlink.ttools.convert.SkyUnits
Returns a unit as specified by a name.
getUnitStrings() - Method in class uk.ac.starlink.ttools.convert.SkyUnits
Returns a pair of descriptions for the units of the first and second coordinates represented by these units.
getUnitTypes() - Method in class uk.ac.starlink.ttools.convert.SkyUnits
Returns a pair of classes for the first and second coordinates represented by these units.
getUsage() - Static method in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
getUsage() - Static method in class uk.ac.starlink.ttools.cea.ServiceCeaWriter
 
getUsage() - Method in class uk.ac.starlink.ttools.filter.BasicFilter
 
getUsage() - Method in interface uk.ac.starlink.ttools.filter.ProcessingFilter
Usage message for this filter.
getUsage() - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
 
getUsage() - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
 
getUsage() - Method in class uk.ac.starlink.ttools.task.InputFormatParameter
 
getUtypeRegex(String) - Static method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Takes a (non-prefixed) Utype specification and returns a Pattern actual Utypes should match if they represent the same thing.
getValid() - Method in class uk.ac.starlink.ttools.plot.PlotState
Indicates whether this state can be used to attempt a successful plot.
getValue() - Method in interface uk.ac.starlink.ttools.jel.Constant
Returns this object's value.
getValue() - Method in class uk.ac.starlink.ttools.jel.FixedConstant
 
getValueSeparator() - Method in class uk.ac.starlink.ttools.task.DefaultMultiParameter
 
getValueSeparator() - Method in class uk.ac.starlink.ttools.task.FilterParameter
 
getValueSeparator() - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
 
getValuesUsage(MatchEngine) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns a string giving the usage for the values parameter part of the matching command line.
getVariance() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns formatted variance of accepted data.
getVarianceValue() - Method in class uk.ac.starlink.ttools.mode.ColStats
Returns the variance of the accumulated data.
getVersion() - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns the version of VOTable this context is parsing.
getVersion() - Static method in class uk.ac.starlink.ttools.Stilts
Returns the version number for the STILTS package.
getVisiblePointCount() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
Returns the number of points which were actually plotted.
getVisiblePoints() - Method in class uk.ac.starlink.ttools.plot.Histogram
Returns a bit vector describing which of the points in the Points object most recently plotted by this histogram are covered by the currently visible data range.
getVotableVersion() - Method in class uk.ac.starlink.ttools.lint.DoctypeInterpolator
Returns the value of the version attribute of the top-level VOTABLE element, if there was one and it was encountered.
getWeighted() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Determines whether non-unit weighting is (maybe) in force for this state.
getWeighted() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Determines whether non-unit weighting is (maybe) in force for this state.
getWeightedCount(int) - Method in interface uk.ac.starlink.ttools.plot.BinnedData.Bin
Returns the weighted sum of data in this bin for a given subset.
getWidth() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
Returns the width of this bitmap.
getWordParser() - Method in class uk.ac.starlink.ttools.task.WordsParameter
Returns the parser which is being used to validate and to parse each word in the supplied value string.
getWrappedTable() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
Returns the input table processed by all of the accumulated processing steps associated with this spec.
getWrapperType(Class) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
Returns a non-primitive version of a given class.
getX() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
 
getX() - Method in class uk.ac.starlink.ttools.plot.Drawing
 
getX() - Method in interface uk.ac.starlink.ttools.plot.Pixellator
Returns the X value for the current point.
getX() - Method in class uk.ac.starlink.ttools.plot.PointArrayPixellator
 
getX() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns the most recently read screen X coordinate.
getX() - Method in class uk.ac.starlink.ttools.plot.TranslatedPixellator
 
getXpixParameter() - Method in class uk.ac.starlink.ttools.plottask.PlotTask
Returns the parameter used for setting plot output X dimension.
getXRange(int, int, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle.Placement
Returns the range of X coordinates to be used for plotting a bar.
getXY(double[]) - Method in interface uk.ac.starlink.ttools.plot.PointPlacer
Maps a point in data space to the screen.
getXYStats() - Method in class uk.ac.starlink.ttools.plot.ScatterPlotEvent
Returns an array of the calculated linear correlation statistics for each set, if correlation calculations were requested.
getY() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
 
getY() - Method in class uk.ac.starlink.ttools.plot.Drawing
 
getY() - Method in interface uk.ac.starlink.ttools.plot.Pixellator
Returns the Y value for the current point.
getY() - Method in class uk.ac.starlink.ttools.plot.PointArrayPixellator
 
getY() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns the most recently read Y coordinate.
getY() - Method in class uk.ac.starlink.ttools.plot.TranslatedPixellator
 
getYAxes() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the metatdata for the different Y axes to be plotted (one for each graph).
getYAxisLabels() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the text labels for the different Y axes to be plotted (one for each graph).
getYConverters() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the array of numeric converter objects, one for the Y axis of each graph.
getYFlipFlags() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns flags for which Y axes will be plotted inverted (one for each graph).
getYInfo(boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.Histogram
Returns a metadata object describing the values on the vertical axis.
getYLogFlags() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns flags for which Y axes will be plotted logarithmically (one for each graph).
getYpixParameter() - Method in class uk.ac.starlink.ttools.plottask.PlotTask
Returns the parameter used for setting plot output Y dimension.
getYRanges() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns the data ranges for each different Y axis (one for each graph).
getYZeroFlag() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Returns whether a line should be drawn at y=0 on all the graphs.
getZ() - Method in class uk.ac.starlink.ttools.plot.Point3D
Returns the Z coordinate.
getZoomScale() - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Sets the zoom level.
GIF - Static variable in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports to GIF format.
globToRegex(String, boolean) - Static method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Turns a glob-type pattern into a regular expression Pattern.
GraphicExporter - Class in uk.ac.starlink.ttools.plot
Exports a graphical component to a graphics file.
GraphicExporter(String, String, String[]) - Constructor for class uk.ac.starlink.ttools.plot.GraphicExporter
Constructor.
GraphicsBitmap - Class in uk.ac.starlink.ttools.plot
Allows one to draw 1-bit graphcs onto a graphics context and to retrieve the resulting bitmap in the form of a Pixellator.
GraphicsBitmap(int, int) - Constructor for class uk.ac.starlink.ttools.plot.GraphicsBitmap
Constructor.
graphicsToData(int, int, boolean) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
graphicsToData(int, int, boolean) - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Converts a point in graphics space to data space.
graphicsToData(int, int, boolean) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
GraphSurface - Class in uk.ac.starlink.ttools.plot
Plotting surface for drawing graphs on.
GraphSurface(JComponent, boolean, boolean, boolean, boolean) - Constructor for class uk.ac.starlink.ttools.plot.GraphSurface
Constructor.
GREEN - Static variable in class uk.ac.starlink.ttools.plot.DensityStyle
Green colour channel.

H

HandlerFactory - Class in uk.ac.starlink.ttools.lint
Factory for creating ElementHandlers.
HandlerFactory(LintContext) - Constructor for class uk.ac.starlink.ttools.lint.HandlerFactory
Constructor.
HandlerStack - Class in uk.ac.starlink.ttools.lint
Data structure which keeps track of the elements currently in scope during the SAX parse.
HandlerStack() - Constructor for class uk.ac.starlink.ttools.lint.HandlerStack
 
hasAttribute(String) - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
Queries whether a given attribute is known to be permitted on this element.
hasErrors(MarkStyle, PlotData) - Static method in class uk.ac.starlink.ttools.plot.MarkStyle
Utility method indicating whether errors will be drawn for a given style when a given set of points is plotted.
hashCode() - Method in class uk.ac.starlink.ttools.cone.AngleUnits
 
hashCode() - Method in class uk.ac.starlink.ttools.lint.ElementRef
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.Corner
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.Plot3DState
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.PlotState
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.PlotState.SimpleValueInfo
 
hashCode() - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
 
hasLabels() - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
 
hasLabels() - Method in class uk.ac.starlink.ttools.plot.MultiPlotData
 
hasLabels() - Method in interface uk.ac.starlink.ttools.plot.PlotData
Indicates whether there are or may be text labels associated with the data points in this object.
hasLabels() - Method in class uk.ac.starlink.ttools.plot.WrapperPlotData
 
hasLabels() - Method in class uk.ac.starlink.ttools.plottask.TablePlotData
 
HeadFilter - Class in uk.ac.starlink.ttools.filter
Filter for picking only the first few rows of a table.
HeadFilter() - Constructor for class uk.ac.starlink.ttools.filter.HeadFilter
 
HEADING_INFO - Static variable in class uk.ac.starlink.ttools.filter.TransposeFilter
Metadata for column representing original column names.
HeadTable - Class in uk.ac.starlink.ttools.filter
Wrapper table implementation which only contains the first N rows of its base table.
HeadTable(StarTable, long) - Constructor for class uk.ac.starlink.ttools.filter.HeadTable
Constructor.
healpixK(double) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the HEALPix resolution parameter suitable for a given pixel size.
healpixNestIndex(int, double, double) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the pixel index for a given sky position in the HEALPix NEST scheme.
healpixResolution(int) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the approximate resolution in degrees for a given HEALPix resolution parameter k This k value is the logarithm to base 2 of the Nside parameter.
healpixRingIndex(int, double, double) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the pixel index for a given sky position in the HEALPix RING scheme.
HealpixTiling - Class in uk.ac.starlink.ttools.cone
Tiling implementation based on the HEALPix scheme.
HealpixTiling(int, boolean) - Constructor for class uk.ac.starlink.ttools.cone.HealpixTiling
Constructor.
hiBounds_ - Variable in class uk.ac.starlink.ttools.plot.Plot3D
 
hiBoundsG_ - Variable in class uk.ac.starlink.ttools.plot.Plot3D
 
Histogram - Class in uk.ac.starlink.ttools.plot
Component which draws a histogram.
Histogram(PlotSurface) - Constructor for class uk.ac.starlink.ttools.plot.Histogram
Constructs a new Histogram.
HistogramPlotState - Class in uk.ac.starlink.ttools.plot
Specialisation of PlotState for use with histograms.
HistogramPlotState() - Constructor for class uk.ac.starlink.ttools.plot.HistogramPlotState
 
HistogramPlotStateFactory - Class in uk.ac.starlink.ttools.plottask
PlotStateFactory for a histogram plot.
HistogramPlotStateFactory() - Constructor for class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
Constructor.
hmsToRadians(String) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a formatted hours:minutes:seconds string to an angle in radians.
hmsToRadians(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts hours, minutes, seconds to an angle in radians.
HomogeneousMapperTask - Class in uk.ac.starlink.ttools.task
MapperTask which has a variable number of input tables, treating them all the same as each other.
HomogeneousMapperTask(String, ProcessingMode, boolean, TableMapper, boolean) - Constructor for class uk.ac.starlink.ttools.task.HomogeneousMapperTask
Constructor.
HOUR - Static variable in class uk.ac.starlink.ttools.func.Coords
The size of one hour of right ascension in radians.
hoursToRadians(double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts hours to radians.
HSV_H - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes H in HSV colour space.
HSV_S - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes S in HSV colour space.
HSV_V - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Fixes V in HSV colour space.
htmIndex(int, double, double) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the HTM (Hierachical Triangular Mesh) pixel index for a given sky position.
htmLevel(double) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the HTM level parameter suitable for a given pixel size.
htmResolution(int) - Static method in class uk.ac.starlink.ttools.func.Tilings
Gives the approximate resolution in degrees for a given HTM depth level.
HtmTiling - Class in uk.ac.starlink.ttools.cone
HTM implementation of SkyTiling.
HtmTiling(HTMindexImp) - Constructor for class uk.ac.starlink.ttools.cone.HtmTiling
Constructs an HtmTiling given an HTMindexImp.
HtmTiling(int) - Constructor for class uk.ac.starlink.ttools.cone.HtmTiling
Constructs an HtmTiling with a given level.
HumanMatchEngine - Class in uk.ac.starlink.ttools.join
MatchEngine adaptor which transforms the base engine so that it uses more human-friendly units.
HumanMatchEngine(MatchEngine) - Constructor for class uk.ac.starlink.ttools.join.HumanMatchEngine
Constructor.

I

iconFor(Object) - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Returns the icon to get used for representing a node in the tree.
IDChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker for processing ID attributes.
IDChecker() - Constructor for class uk.ac.starlink.ttools.lint.IDChecker
 
ignorableWhitespace(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
ignorableWhitespace(char[], int, int) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
IGNORE - Static variable in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Errors during cone searches are treated as if the search had returned with no results.
ImplementationCeaWriter - Class in uk.ac.starlink.ttools.cea
CeaWriter implementation which writes an XML document giving CEA Implementation instance.
ImplementationCeaWriter(PrintStream, CeaTask[], CeaMetadata, boolean, String) - Constructor for class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
Constructor.
INDEX_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
inFilterParam_ - Variable in class uk.ac.starlink.ttools.task.HomogeneousMapperTask
 
info(String) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Writes an info message through the context.
info(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Write an informative message to the user.
info(String) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Writes an info mesage to the user.
init(ServletConfig) - Method in class uk.ac.starlink.ttools.server.FormServlet
 
init(ServletConfig) - Method in class uk.ac.starlink.ttools.server.TaskServlet
 
InputFormatParameter - Class in uk.ac.starlink.ttools.task
Parameter for selecting input table format.
InputFormatParameter(String) - Constructor for class uk.ac.starlink.ttools.task.InputFormatParameter
 
InputTableParameter - Class in uk.ac.starlink.ttools.task
Parameter for specifying a single input table.
InputTableParameter(String) - Constructor for class uk.ac.starlink.ttools.task.InputTableParameter
Constructor.
InputTablesParameter - Class in uk.ac.starlink.ttools.task
Parameter for specifying an indeterminate number of input tables.
InputTablesParameter(String) - Constructor for class uk.ac.starlink.ttools.task.InputTablesParameter
Constructor.
InputTableSpec - Class in uk.ac.starlink.ttools.task
Provides the specifications for a single input table.
InputTableSpec(String, ProcessingStep[]) - Constructor for class uk.ac.starlink.ttools.task.InputTableSpec
Constructor.
inTablesParam_ - Variable in class uk.ac.starlink.ttools.task.HomogeneousMapperTask
 
invert(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Inverts a matrix.
invert(Shader) - Static method in class uk.ac.starlink.ttools.plot.Shaders
Returns a shader which runs in the opposite direction to a given one.
invoke(String[]) - Method in class uk.ac.starlink.ttools.task.LineInvoker
Invokes one of the known tasks given a string of command-line words.
isAbsolute() - Method in interface uk.ac.starlink.ttools.plot.Shader
Indicates whether the shading performed by this shader is dependent on the input colour or not.
isBlank(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Indicates whether the value in a given column is null.
isBlank(int) - Method in class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
 
isBlank(int) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
 
isBlank(ErrorMode[]) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Indicates whether this renderer is known to produce no output for a particular set of ErrorModes.
isCaseSensitive() - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Determines whether case is significant in column names.
isClear() - Method in class uk.ac.starlink.ttools.plot.Range
Returns true if no data about this range has been set.
isDebug() - Method in class uk.ac.starlink.ttools.lint.LintContext
Returns whether we are in debug mode.
isDebug() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
isDebug() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Indicates whether we are running in debug mode.
isDebug() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
isDebug() - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Indicates whether we are running in debug mode.
isHelp() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
Returns true if the parameters passed into this environment reprsent a request for help.
isHidden(Parameter) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
 
isHorizontal() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
Indicates the orientation of this legend.
isIncluded(int) - Method in class uk.ac.starlink.ttools.plot.PointData
Returns the inclusion status of a given subset.
isIncluded(int) - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Indicates whether the current row is included in the given subset.
isIncluded(int) - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
isIncluded(int) - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
 
isInteger() - Method in interface uk.ac.starlink.ttools.plot.BinnedData
Indicates whether the count values in the bins are known to be integers.
isInteger() - Method in class uk.ac.starlink.ttools.plot.MapBinnedData
 
isInteger() - Method in class uk.ac.starlink.ttools.plot.NormalisedBinnedData
Returns false.
isMulti() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns whether this parameter can be specified multiple times on the command line.
isNullPermitted() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns whether null is a permitted value for this parameter.
Iso8601Converter - Class in uk.ac.starlink.ttools.convert
Converts between Strings in ISO-8601 format and some kind of numeric date.
Iso8601Converter(ValueInfo, ValueInfo) - Constructor for class uk.ac.starlink.ttools.convert.Iso8601Converter
Constructor.
Iso8601Converter.DateKit - Class in uk.ac.starlink.ttools.convert
Helper class which contains all the items which are potentially expensive to produce but cannot be shared by different threads.
Iso8601Converter.DateKit() - Constructor for class uk.ac.starlink.ttools.convert.Iso8601Converter.DateKit
 
Iso8601ToDecimalYear - Class in uk.ac.starlink.ttools.convert
Converts between Strings in ISO-8601 format and numeric date as a Decimal Year.
Iso8601ToDecimalYear(ValueInfo) - Constructor for class uk.ac.starlink.ttools.convert.Iso8601ToDecimalYear
Constructs a new converter from ISO-8601 date Strings to Decimal Year Doubles.
Iso8601ToJulian - Class in uk.ac.starlink.ttools.convert
Converts between Strings in ISO-8601 format and numeric date as a Julian Year.
Iso8601ToJulian(ValueInfo) - Constructor for class uk.ac.starlink.ttools.convert.Iso8601ToJulian
Constructs a new converter from ISO-8601 date Strings to Julian year Doubles.
isoToMjd(String) - Static method in class uk.ac.starlink.ttools.func.Times
Converts an ISO8601 date string to Modified Julian Date.
isOutput() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns whether this parameter is an output parameter in the CEA sense.
isRandom() - Method in class uk.ac.starlink.ttools.filter.JELSelectorTable
 
isRandom() - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
 
isRef() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Returns whether this parameter is a CEA 'reference' parameter (points to a file).
isRGB() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
Indicates whether the plotting is currently to be treated as three-channel RGB plotting or as single-channel intensity plotting.
isStrictVotable() - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
isStrictVotable() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Determines whether votables are to be parsed in strict mode.
isStrictVotable(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Determines whether votables are to be parsed in strict mode.
isStrictVotable() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
isStrictVotable() - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Determines whether votables are to be parsed in strict mode.
isTransparent(Shader) - Static method in class uk.ac.starlink.ttools.plot.Shaders
Indicates whether the given shader object is capable of introducing transparency into a colour (modifying rgba[3] from 1 to a lower value).
isValidating() - Method in class uk.ac.starlink.ttools.lint.LintContext
Indicates whether this lint is validating.
isVectorContext(Graphics) - Static method in class uk.ac.starlink.ttools.plot.TablePlot
Determines whether the given graphics context represents a vector graphics type environment (such as PostScript).

J

janskyToAb(double) - Static method in class uk.ac.starlink.ttools.func.Fluxes
Converts flux in Jansky to AB magnitude.
JdbcConer - Class in uk.ac.starlink.ttools.cone
Coner implementation which works by performing SELECT statements over a JDBC database connection.
JdbcConer() - Constructor for class uk.ac.starlink.ttools.cone.JdbcConer
Constructor.
JdbcConeSearcher - Class in uk.ac.starlink.ttools.cone
ConeSearcher implementation using JDBC access to an SQL database.
JdbcConeSearcher(Connection, String, String, String, AngleUnits, String, SkyTiling, String, String, boolean, boolean, boolean) - Constructor for class uk.ac.starlink.ttools.cone.JdbcConeSearcher
Constructor.
JdbcConsumer - Class in uk.ac.starlink.ttools.mode
Table consumer which disposes of a table by writing it as a new table in a SQL database using JDBC.
JdbcConsumer(String, JDBCHandler, WriteMode) - Constructor for class uk.ac.starlink.ttools.mode.JdbcConsumer
Constructs a new consumer from a location and a JDBC handler.
JdbcConsumer(String, Environment, WriteMode) - Constructor for class uk.ac.starlink.ttools.mode.JdbcConsumer
Constructs a new consumer from a location and an execution environment which will be used for JDBC authentication.
JdbcMode - Class in uk.ac.starlink.ttools.mode
Mode for writing a table as a new table in a JDBC-connected database.
JdbcMode() - Constructor for class uk.ac.starlink.ttools.mode.JdbcMode
 
JELQuerySequenceFactory - Class in uk.ac.starlink.ttools.cone
QuerySequenceFactory which uses JEL expressions for RA, Dec and SR.
JELQuerySequenceFactory(String, String, String) - Constructor for class uk.ac.starlink.ttools.cone.JELQuerySequenceFactory
Constructor.
JELRowReader - Class in uk.ac.starlink.ttools.jel
An object which is able to read cell values by column name or number.
JELRowReader() - Constructor for class uk.ac.starlink.ttools.jel.JELRowReader
Constructor.
JELSelectorTable - Class in uk.ac.starlink.ttools.filter
Sequential table which selects rows on the basis of a JEL-interpreted expression.
JELSelectorTable(StarTable, String) - Constructor for class uk.ac.starlink.ttools.filter.JELSelectorTable
Construct a table given a base table and a selection expression.
JELTable - Class in uk.ac.starlink.ttools.jel
Wrapper table which is constructed entirely of columns defined by JEL expressions based on the base table.
JELTable(StarTable, ColumnInfo[], String[]) - Constructor for class uk.ac.starlink.ttools.jel.JELTable
Constructor.
JELUtils - Class in uk.ac.starlink.ttools.jel
This class provides some utility methods for use with the JEL expression compiler.
JELUtils() - Constructor for class uk.ac.starlink.ttools.jel.JELUtils
 
JOHNSON_AB_B - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in B band.
JOHNSON_AB_Bj - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in Bj band.
JOHNSON_AB_g - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in g band.
JOHNSON_AB_gPrime - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Offset between Johnson and AB magnitudes in g' band (zero).
JOHNSON_AB_I - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in I band.
JOHNSON_AB_i - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in i band.
JOHNSON_AB_Ic - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in Ic band.
JOHNSON_AB_iPrime - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Offset between Johnson and AB magnitudes in i' band (zero).
JOHNSON_AB_R - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in R band.
JOHNSON_AB_r - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in r band.
JOHNSON_AB_Rc - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in Rc band.
JOHNSON_AB_rPrime - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Offset between Johnson and AB magnitudes in r' band (zero).
JOHNSON_AB_uPrime - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Offset between Johnson and AB magnitudes in u' band (zero).
JOHNSON_AB_V - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Johnson and AB magnitudes in V band.
JOHNSON_AB_zPrime - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Offset between Johnson and AB magnitudes in z' band (zero).
join(String[]) - Static method in class uk.ac.starlink.ttools.DocUtils
Concatenates an array of strings, appending a carriage return to each one.
JoinFixActionParameter - Class in uk.ac.starlink.ttools.task
Parameter which can control how column names are renamed if they would otherwise be duplicated in an output table.
JoinFixActionParameter(String) - Constructor for class uk.ac.starlink.ttools.task.JoinFixActionParameter
Constructor.
JoinMapper - Class in uk.ac.starlink.ttools.task
TableMapper which joins tables side-by-side.
JoinMapper() - Constructor for class uk.ac.starlink.ttools.task.JoinMapper
Constructor.
JoinTypeParameter - Class in uk.ac.starlink.ttools.join
Parameter which can select a JoinType.
JoinTypeParameter(String) - Constructor for class uk.ac.starlink.ttools.join.JoinTypeParameter
 
joinTypeValue(Environment) - Method in class uk.ac.starlink.ttools.join.JoinTypeParameter
Returns the value of this parameter as a JoinType.
JPEG - Static variable in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports to JPEG format.
julianToMjd(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Julian Epoch to Modified Julian Date.

K

KeepColumnFilter - Class in uk.ac.starlink.ttools.filter
Table filter for selecting a number of columns and discarding the rest.
KeepColumnFilter() - Constructor for class uk.ac.starlink.ttools.filter.KeepColumnFilter
 
keepColumnTable(StarTable, String) - Static method in class uk.ac.starlink.ttools.filter.KeepColumnFilter
Returns a table which selects a number of columns from its base table by column ID.
keyIterator(Object, Object) - Method in interface uk.ac.starlink.ttools.plot.MapBinnedData.BinMapper
Returns an iterator which covers all keys between the given low and high keys inclusive.
KNOWN_INFOS - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
All known metadata items.

L

labelLinearAxis(double, double, int) - Static method in class uk.ac.starlink.ttools.plot.AxisLabels
Sets up axis labels for a linearly scaled axis.
labelLogAxis(double, double, int) - Static method in class uk.ac.starlink.ttools.plot.AxisLabels
Sets up axis labels for a logarithmically scaled axis.
Legend - Class in uk.ac.starlink.ttools.plot
Draws the legend for identifying points on a plot.
Legend() - Constructor for class uk.ac.starlink.ttools.plot.Legend
Constructor.
length(String) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns the length of a string in characters.
levelBits(byte) - Method in class uk.ac.starlink.ttools.plot.DensityStyle
Defines how the style looks.
LIBRARY_NODE - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
Node representing a library.
limit(double, double) - Method in class uk.ac.starlink.ttools.plot.Range
Limits the bounds of this range.
limit(double[]) - Method in class uk.ac.starlink.ttools.plot.Range
Limits the bounds of this range.
limit(Range) - Method in class uk.ac.starlink.ttools.plot.Range
Limits this range by another one.
LINEAR - Static variable in class uk.ac.starlink.ttools.plot.MarkStyle
Symbolic constant meaning draw a linear regression line.
LINEAR - Static variable in class uk.ac.starlink.ttools.plot.Rounder
Number rounder for linear scaling.
linearRegressionLine() - Method in class uk.ac.starlink.ttools.plot.XYStats
Calculates the linear regression line for the submitted points.
LineInvoker - Class in uk.ac.starlink.ttools.task
Invokes the Stilts tasks using a LineTableEnvironment.
LineInvoker(String, ObjectFactory) - Constructor for class uk.ac.starlink.ttools.task.LineInvoker
Constructor.
lines(String) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which draws lines using a default sequence of colours.
lines(String, Color[]) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which draws lines using a given sequence of colours.
LinesPlot - Class in uk.ac.starlink.ttools.plot
Component which paints a stack of line plots.
LinesPlot() - Constructor for class uk.ac.starlink.ttools.plot.LinesPlot
Constructor.
LinesPlotState - Class in uk.ac.starlink.ttools.plot
PlotState subclass for use with stacked line plots.
LinesPlotState(int) - Constructor for class uk.ac.starlink.ttools.plot.LinesPlotState
Constructs a new state.
LineTableEnvironment - Class in uk.ac.starlink.ttools.task
Execution environment suitable for use with the TTOOLS package.
LineTableEnvironment() - Constructor for class uk.ac.starlink.ttools.task.LineTableEnvironment
 
LintContentHandler - Class in uk.ac.starlink.ttools.lint
SAX ContentHandler used for linting VOTables.
LintContext - Class in uk.ac.starlink.ttools.lint
Context for a VOTLint process.
LintContext() - Constructor for class uk.ac.starlink.ttools.lint.LintContext
Constructor for unknown VOTable version.
LintContext(String) - Constructor for class uk.ac.starlink.ttools.lint.LintContext
Constructs a LintContext to parse documents with a given VOTable version.
LintEntityResolver - Class in uk.ac.starlink.ttools.lint
Provides entity resolution for the VOTable linter.
LintEntityResolver(LintContext) - Constructor for class uk.ac.starlink.ttools.lint.LintEntityResolver
Constructor.
Linter - Class in uk.ac.starlink.ttools.lint
Main class for performing a VOTable lint.
Linter(LintContext) - Constructor for class uk.ac.starlink.ttools.lint.Linter
Constructor.
listInfos(ValueInfo[]) - Static method in class uk.ac.starlink.ttools.DocUtils
Returns an string listing the supplied array of metadata objects.
ln(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Natural logarithm.
loadVOTable(ExtApp, InputStream) - Method in interface cds.tools.ExtApp
Allow an "external" application to send new data via an InputStream in VOTable format.
loBounds_ - Variable in class uk.ac.starlink.ttools.plot.Plot3D
 
loBoundsG_ - Variable in class uk.ac.starlink.ttools.plot.Plot3D
 
LOG - Static variable in class uk.ac.starlink.ttools.plot.Rounder
Number rounder for logarithmic scaling.
log10(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Logarithm to base 10.
logize(double[], boolean[]) - Static method in class uk.ac.starlink.ttools.plot.Plot3D
Converts coordinates to logarithmic values if necessary.
lookbackTime(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Lookback time.
LOWER - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Lower error bound only.
LOWER_EXTENT - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Extent describing errors only lower than the point value.
luminosityDistance(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Distances
Luminosity distance.
luminosityToFlux(double, double) - Static method in class uk.ac.starlink.ttools.func.Fluxes
Converts luminosity to flux given a luminosity distance.
LUT_AIPS0 - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Aips0.
LUT_BACKGR - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Backgr.
LUT_COLOR - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Color.
LUT_HEAT - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Heat.
LUT_IDL2 - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table IDL2.
LUT_IDL4 - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table IDL4.
LUT_ISOPHOT - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Isophot.
LUT_LIGHT - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Light.
LUT_MANYCOL - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Manycol.
LUT_PASTEL - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Pastel.
LUT_RAINBOW - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Rainbow.
LUT_RAMP - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Ramp.
LUT_RANDOM - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Random.
LUT_REAL - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Real.
LUT_SHADERS - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Selection of lookup table-based shaders.
LUT_SMOOTH - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Smooth.
LUT_STAIRCASE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Staircase.
LUT_STANDARD - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader based on lookup table Standard.
LUTFILES_PROPERTY - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Property containing a File.pathSeparator-separated list of text files containing custom lookup tables.

M

main(String[]) - Static method in class uk.ac.starlink.ttools.cea.CeaWriter
Main method.
main(String[]) - Static method in class uk.ac.starlink.ttools.lint.DoctypeInterpolator
Filter program which takes a stream on standard output and writes to standard output including the DOCTYPE.
main(String[]) - Static method in class uk.ac.starlink.ttools.plot.AxisLabels
 
main(String[]) - Static method in class uk.ac.starlink.ttools.Stilts
Main method.
makeColStats(ColumnInfo) - Static method in class uk.ac.starlink.ttools.mode.ColStats
Factory method which returns a new ColStats value suitable for a given ColumnInfo.
makeParser(ElementHandler, String, String) - Static method in class uk.ac.starlink.ttools.lint.ValueParser
Constructs a ValueParsers for a given element.
makeSubTable(StarTable, String[]) - Method in class uk.ac.starlink.ttools.join.Match2Mapping
Creates a table containing the values which are required by the matcher.
makeSubTable(StarTable, String[]) - Method in class uk.ac.starlink.ttools.join.SkyMatch2Mapping
 
makeTable(Environment, String) - Method in class uk.ac.starlink.ttools.task.AbstractInputTableParameter
Constructs a StarTable from a location string given the current state of this parameter and its associated parameter values.
map(StarTable) - Method in class uk.ac.starlink.ttools.join.Match1Mapping
Converts the input table to a table containing internal match results.
map(StarTable) - Method in interface uk.ac.starlink.ttools.task.SingleTableMapping
Converts an input table to an output table.
MapBinnedData - Class in uk.ac.starlink.ttools.plot
BinnedData implementation that uses a map.
MapBinnedData(int, MapBinnedData.BinMapper) - Constructor for class uk.ac.starlink.ttools.plot.MapBinnedData
Constructs a new BinnedData.
MapBinnedData.BinMapper - Interface in uk.ac.starlink.ttools.plot
Defines the mapping of numerical values to map keys.
MapEnvironment - Class in uk.ac.starlink.ttools.task
Environment which allows use of ttools tasks from an in-memory context.
MapEnvironment() - Constructor for class uk.ac.starlink.ttools.task.MapEnvironment
Constructs a new environment with no values.
MapEnvironment(Map) - Constructor for class uk.ac.starlink.ttools.task.MapEnvironment
Constructs a new environment with a map of parameter name->value pairs.
MapEnvironment(MapEnvironment) - Constructor for class uk.ac.starlink.ttools.task.MapEnvironment
Clone constructor.
MapperTask - Class in uk.ac.starlink.ttools.task
Task which maps one or more input tables to an output table.
MapperTask(String, ProcessingMode, boolean, TableMapper) - Constructor for class uk.ac.starlink.ttools.task.MapperTask
Constructor.
mapTables(InputTableSpec[]) - Method in class uk.ac.starlink.ttools.join.Match2Mapping
 
mapTables(InputTableSpec[]) - Method in interface uk.ac.starlink.ttools.task.TableMapping
Perform table mapping.
MarkShape - Class in uk.ac.starlink.ttools.plot
Defines the abstract shape of a MarkStyle.
MarkShape(String) - Constructor for class uk.ac.starlink.ttools.plot.MarkShape
Constructor.
MarkStyle - Class in uk.ac.starlink.ttools.plot
Defines a style of marker for plotting in a scatter plot.
MarkStyle(Color, Object, MarkShape, int, int) - Constructor for class uk.ac.starlink.ttools.plot.MarkStyle
Constructor.
MarkStyle.Line - Class in uk.ac.starlink.ttools.plot
Enumeration class describing the types of line which can be drawn in association with markers.
MarkStyleFactory - Class in uk.ac.starlink.ttools.plottask
StyleFactory for obtaining MarkStyle instances suitable for use with a scatter plot.
MarkStyleFactory(String, int) - Constructor for class uk.ac.starlink.ttools.plottask.MarkStyleFactory
Constructor.
MarkStyles - Class in uk.ac.starlink.ttools.plot
Provides several factory methods for constructing StyleSets which dispense MarkStyles.
MarkStyles() - Constructor for class uk.ac.starlink.ttools.plot.MarkStyles
 
Match1Mapping - Class in uk.ac.starlink.ttools.join
SingleTableMapping whose result is generated by performing an internal crossmatch on the input table.
Match1Mapping(MatchEngine, Match1Type, String[], ProgressIndicator) - Constructor for class uk.ac.starlink.ttools.join.Match1Mapping
Constructs a Match1Mapping by giving instructions about how the internal match result table will be produced from the input table.
Match1TypeParameter - Class in uk.ac.starlink.ttools.join
Parameter subclass whose value is a Match1Type object.
Match1TypeParameter(String) - Constructor for class uk.ac.starlink.ttools.join.Match1TypeParameter
Constructor.
Match2Mapper - Class in uk.ac.starlink.ttools.join
TableMapper which does the work for pair matching (tmatch2).
Match2Mapper() - Constructor for class uk.ac.starlink.ttools.join.Match2Mapper
Constructor.
Match2Mapping - Class in uk.ac.starlink.ttools.join
TableMapping implementation which does the work of matching two tables.
MatchEngineParameter - Class in uk.ac.starlink.ttools.join
Parameter for acquiring a MatchEngine.
MatchEngineParameter(String) - Constructor for class uk.ac.starlink.ttools.join.MatchEngineParameter
 
matchEngineValue(Environment) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
Returns the value of this parameter as a MatchEngine.
matches(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Tests whether a string matches a given regular expression.
matchGroup(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns the first grouped expression matched in a string defined by a regular expression.
MatchMapper - Class in uk.ac.starlink.ttools.join
TableMapper which implements multi-table crossmatches.
MatchMapper() - Constructor for class uk.ac.starlink.ttools.join.MatchMapper
Constructor.
matchScore(Object[], Object[]) - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
 
Maths - Class in uk.ac.starlink.ttools.func
Standard mathematical and trigonometric functions.
Matrices - Class in uk.ac.starlink.ttools.plot
Utility class for linear algebra in 3-dimensional space.
Matrices() - Constructor for class uk.ac.starlink.ttools.plot.Matrices
 
max(int, int) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the greater of two integer values.
max(double, double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the greater of two floating point values.
MAX_COORD - Static variable in interface uk.ac.starlink.ttools.plot.PlotSurface
Gives the maximum absolute value which should be generated by any of the methods of this class as graphics coordinates.
MAX_REPEAT - Static variable in class uk.ac.starlink.ttools.lint.LintContext
Maximum number of identical error messages which will be logged.
maximum(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
Returns the largest of the non-blank elements in the array.
maxReal(double, double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the greater of two floating point values, ignoring blanks.
mean(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
Returns the mean of all the non-blank elements in the array.
message(String) - Method in class uk.ac.starlink.ttools.lint.DoctypeInterpolator
Presents a processing message.
message(String, String, Throwable) - Method in class uk.ac.starlink.ttools.lint.LintContext
Dispatches a message to the user.
MetadataFilter - Class in uk.ac.starlink.ttools.filter
Filter for extracting column metadata.
MetadataFilter() - Constructor for class uk.ac.starlink.ttools.filter.MetadataFilter
Constructor.
metadataMapGroup(StarTable) - Static method in class uk.ac.starlink.ttools.filter.MetadataFilter
Constructs a MapGroup containing column metadata of a given table.
MetadataMode - Class in uk.ac.starlink.ttools.mode
Processing mode which summarises table metadata.
MetadataMode() - Constructor for class uk.ac.starlink.ttools.mode.MetadataMode
 
MethodBrowser - Class in uk.ac.starlink.ttools.gui
Component displaying the static public members of a set of classes.
MethodBrowser() - Constructor for class uk.ac.starlink.ttools.gui.MethodBrowser
Constructor.
METRE_PER_PARSEC - Static variable in class uk.ac.starlink.ttools.func.Distances
Number of metres in a parsec.
min(int, int) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the smaller of two integer values.
min(double, double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the smaller of two floating point values.
minimum(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
Returns the smallest of the non-blank elements in the array.
minReal(double, double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Returns the smaller of two floating point values, ignoring blanks.
mjdToBesselian(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts Modified Julian Date to Besselian Epoch.
mjdToDate(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date value to an ISO 8601-format date string.
mjdToDecYear(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date to Decimal Year.
mjdToIso(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date value to an ISO 8601-format date-time string.
mjdToJulian(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date to Julian Epoch.
mjdToTime(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts a Modified Julian Date value to an ISO 8601-format time-only string.
mjdToUnixMillis(double) - Static method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Converts from modified Julian date to milliseconds since the Unix epoch (1970-01-01T00:00:00).
mjdToUnixMillis(double) - Static method in class uk.ac.starlink.ttools.func.Times
Converts from modified Julian date to milliseconds since the Unix epoch (1970-01-01T00:00:00).
mmMult(double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Multiplies two matrices together.
mod(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Calculates the modulus of a vector.
modeRef(String) - Static method in class uk.ac.starlink.ttools.DocUtils
Provides a snippet of XML which references a named ProcessingMode.
MpcToM(double) - Static method in class uk.ac.starlink.ttools.func.Distances
Converts from MegaParsecs to metres.
MSG_BYTEXT - Static variable in class uk.ac.starlink.ttools.mode.PlasticMode
Message ID for load by passing VOTable text as a string argument.
MSG_BYURL - Static variable in class uk.ac.starlink.ttools.mode.PlasticMode
Message ID for load by passing VOTable URL (temp file) as argument.
mToMpc(double) - Static method in class uk.ac.starlink.ttools.func.Distances
Converts from metres to MegaParsecs.
mult(double[], double) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Multiplies a vector by a constant.
MultiCone - Class in uk.ac.starlink.ttools.task
SkyConeMatch2 implementation which uses an external Cone Search service.
MultiCone() - Constructor for class uk.ac.starlink.ttools.task.MultiCone
 
MultiPlotData - Class in uk.ac.starlink.ttools.plot
PlotData implementation which aggregates a set of constituent PlotDatas.
MultiPlotData(PlotData[]) - Constructor for class uk.ac.starlink.ttools.plot.MultiPlotData
Constructor.
mvMult(double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Multiplies a matrix by a vector.

N

NAME_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
NameChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker for VOTable name elements.
NameChecker() - Constructor for class uk.ac.starlink.ttools.lint.NameChecker
 
NamedObjectParameter - Class in uk.ac.starlink.ttools.plottask
Parameter subclass for selecting named options.
NamedObjectParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Constructs a new parameter with no named options.
NameFilter - Class in uk.ac.starlink.ttools.filter
Filter which renames a table.
NameFilter() - Constructor for class uk.ac.starlink.ttools.filter.NameFilter
 
next() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
 
next() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
 
next() - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
 
next() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
 
next() - Method in class uk.ac.starlink.ttools.plot.Drawing
 
next() - Method in interface uk.ac.starlink.ttools.plot.Pixellator
Moves to the next point in the sequence.
next() - Method in class uk.ac.starlink.ttools.plot.PointArrayPixellator
 
next() - Method in interface uk.ac.starlink.ttools.plot.PointSequence
Attempts to advance the current row to the next one.
next() - Method in class uk.ac.starlink.ttools.plot.TranslatedPixellator
 
next() - Method in class uk.ac.starlink.ttools.plot.WrapperPointSequence
 
next() - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
 
nextDown(double) - Method in class uk.ac.starlink.ttools.plot.Rounder
Returns the next round number smaller than the given value.
nextPoint() - Method in class uk.ac.starlink.ttools.plot.PlotDataPointIterator
 
nextPoint() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Returns a triple giving point index, screen X coordinate and screen Y coordinate.
nextUp(double) - Method in class uk.ac.starlink.ttools.plot.Rounder
Returns the next round number larger than the given value.
NONE - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
No error bounds.
NONE - Static variable in class uk.ac.starlink.ttools.plot.ErrorRenderer
Error renderer which draws nothing.
normalise(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Normalises a vector.
NormalisedBinnedData - Class in uk.ac.starlink.ttools.plot
Wrapper implementation of BinnedData which normalises bins so that the total value of all bins in a given subset is unity.
NormalisedBinnedData(BinnedData) - Constructor for class uk.ac.starlink.ttools.plot.NormalisedBinnedData
Constructor.
normaliseName(String) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Normalises a given name.
NULL - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader which does nothing.
NULL_QUERY_PREFIX - Static variable in class uk.ac.starlink.ttools.jel.JELRowReader
The string which, when prefixed to a column identifier, indicates that the null-ness of the column should be queried.
NullMode - Class in uk.ac.starlink.ttools.mode
Processing mode which reads all data and disposes of it.
NullMode() - Constructor for class uk.ac.starlink.ttools.mode.NullMode
 

O

objectValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Returns the value of this parameter as an object.
open(String, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws open full rectangles.
OPEN_CIRCLE - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for open circle markers.
OPEN_DIAMOND - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for open diamond shaped markers.
OPEN_SQUARE - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for open square markers.
OPEN_TRIANGLE_DOWN - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for open triangle shaped markers with point at the bottom.
OPEN_TRIANGLE_UP - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for open triangle shaped markers with point at the top.
openShapes(String, int, Color) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which gives line-drawn shapes of various kinds.
ORIGIN - Static variable in class uk.ac.starlink.ttools.plot.Corner
The origin.
OutputFormatParameter - Class in uk.ac.starlink.ttools.task
Parameter to hold the format of a table for output.
OutputFormatParameter(String) - Constructor for class uk.ac.starlink.ttools.task.OutputFormatParameter
 
OutputModeParameter - Class in uk.ac.starlink.ttools.task
Parameter for table output mode.
OutputModeParameter(String) - Constructor for class uk.ac.starlink.ttools.task.OutputModeParameter
Constructor.
OutputTableParameter - Class in uk.ac.starlink.ttools.task
Parameter to hold an output table.
OutputTableParameter(String) - Constructor for class uk.ac.starlink.ttools.task.OutputTableParameter
 

P

packRgba(float[]) - Static method in class uk.ac.starlink.ttools.plot.PlotVolume
Utility method to convert an RGBA float[] array into an integer.
pad(double) - Method in class uk.ac.starlink.ttools.plot.Range
Adds padding to either end of this range.
padWithZeros(long, int) - Static method in class uk.ac.starlink.ttools.func.Strings
Takes an integer argument and returns a string representing the same numeric value but padded with leading zeros to a specified length.
paintComponent(Graphics) - Method in class uk.ac.starlink.ttools.plot.AuxLegend
 
paintComponent(Graphics) - Method in class uk.ac.starlink.ttools.plot.Legend
 
paintComponent(Graphics) - Method in class uk.ac.starlink.ttools.plot.LinesPlot
 
paintComponent(Graphics) - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
 
Painter - Interface in uk.ac.starlink.ttools.plottask
Interface for plot output.
painterValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
Returns the value of this parameter as a Painter object.
paintIcon(Component, Graphics, int, int) - Method in class uk.ac.starlink.ttools.plot.BarStyle
 
paintIcon(Component, Graphics, int, int) - Method in class uk.ac.starlink.ttools.plot.DensityStyle
 
paintIcon(Component, Graphics, int, int) - Method in class uk.ac.starlink.ttools.plot.EmptyIcon
 
paintMemoryError(OutOfMemoryError) - Method in class uk.ac.starlink.ttools.plot.Plot3D
Hook for handling OutOfMemoryErrors which may be generated during plotting.
PaintMode - Class in uk.ac.starlink.ttools.plottask
Defines a mode for disposing of a plot.
PaintMode(String) - Constructor for class uk.ac.starlink.ttools.plottask.PaintMode
Constructor.
PaintModeParameter - Class in uk.ac.starlink.ttools.plottask
Parameter which obtains a Painter object.
PaintModeParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.PaintModeParameter
Constructor.
paintPlot(JComponent) - Method in interface uk.ac.starlink.ttools.plottask.Painter
Export the graphics displayed by a Swing component in some way.
paintSurface(Graphics) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
paintSurface(Graphics) - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Paints the plotting surface.
paintSurface(Graphics) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
ParallelResultRowSequence - Class in uk.ac.starlink.ttools.cone
ConeResultRowSequence implementation which uses a fixed number of worker threads to dispatch cone queries in parallel.
ParallelResultRowSequence(ConeQueryRowSequence, ConeSearcher, boolean, String, int) - Constructor for class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
Constructor.
PARAM_PREFIX - Static variable in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
The string which should be prefixed to a table parameter (constant) name to result in substituting its value.
ParamHandler - Class in uk.ac.starlink.ttools.lint
Element handler for elements which describe values - this is FIELD and PARAM type ones.
ParamHandler() - Constructor for class uk.ac.starlink.ttools.lint.ParamHandler
 
ParamHandler.ValueChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker which can check attributes which contain strings of the type described by this element.
ParamHandler.ValueChecker() - Constructor for class uk.ac.starlink.ttools.lint.ParamHandler.ValueChecker
 
paramName(String, String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
Assembles a parameter name from a base name and a dataset suffix.
paramNameMatches(String, Parameter) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Uses LineTableEnvironment.normaliseName(java.lang.String).
parseByte(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as a byte (8-bit signed integer) value.
parseDouble(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as a double (64-bit signed integer) value.
parsedWordsValue(Environment) - Method in class uk.ac.starlink.ttools.task.WordsParameter
Returns the value of this parameter as an array of objects which have resulted from the parsing of the WordsParameter.wordsValue(uk.ac.starlink.task.Environment) using the currently installed WordParser.
parseFloat(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as a float (32-bit floating point) value.
parseInt(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as an int (32-bit signed integer) value.
parseLong(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as a long (64-bit signed integer) value.
parseShort(String) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to interpret a string as a short (16-bit signed integer) value.
parseWord(String) - Method in interface uk.ac.starlink.ttools.task.WordParser
Parses a string to return a value of some kind.
performSearch(double, double, double) - Method in interface uk.ac.starlink.ttools.cone.ConeSearcher
Returns a table consisting of all the objects within a given search radius of a specified point on the sky.
performSearch(double, double, double) - Method in class uk.ac.starlink.ttools.cone.JdbcConeSearcher
 
PI - Static variable in class uk.ac.starlink.ttools.func.Maths
Pi, the ratio of the circumference of a circle to its diameter.
Pixellator - Interface in uk.ac.starlink.ttools.plot
Reusable iterator over pixel positions.
PixelMask - Class in uk.ac.starlink.ttools.plot
2-dimensional bit mask.
PixelMask(Rectangle) - Constructor for class uk.ac.starlink.ttools.plot.PixelMask
Constructor.
PLACE_ADJACENT - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Placement which puts bars next to each other.
PLACE_OVER - Static variable in class uk.ac.starlink.ttools.plot.BarStyle
Placement which puts bars in the same X region.
PLAIN_COLOR - Static variable in class uk.ac.starlink.ttools.plot.Styles
Colour to use in monochrome colour scheme (black).
PLAIN_STROKE - Static variable in class uk.ac.starlink.ttools.plot.Styles
 
PlasticMode - Class in uk.ac.starlink.ttools.mode
Processing mode for broadcasting the table for loading using the PLASTIC tool interop protocol.
PlasticMode() - Constructor for class uk.ac.starlink.ttools.mode.PlasticMode
 
plot2d(int, int, double, double[], int, boolean, String, int, int[], int[], double[]) - Method in class uk.ac.starlink.ttools.plot.BitmapSortPlotVolume
 
plot2d(int, int, double, double[], int, boolean, String, int, int[], int[], double[]) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Plots an marker and optional associated error values at a given point in graphics coordinates with given additional Z coordinates.
plot2d(int, int, double, double[], int, boolean, String, int, int[], int[], double[]) - Method in class uk.ac.starlink.ttools.plot.VectorSortPlotVolume
 
plot2d(int, int, double, double[], int, boolean, String, int, int[], int[], double[]) - Method in class uk.ac.starlink.ttools.plot.ZBufferPlotVolume
 
Plot3D - Class in uk.ac.starlink.ttools.plot
Component which paints a 3d plot.
Plot3D() - Constructor for class uk.ac.starlink.ttools.plot.Plot3D
Constructor.
plot3d(double[], int, boolean, String, int, double[], double[], double[]) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Submits a point with associated errors for plotting.
Plot3D.RangeChecker - Class in uk.ac.starlink.ttools.plot
Interface for checking that a 3-d coordinate is in range.
Plot3D.RangeChecker() - Constructor for class uk.ac.starlink.ttools.plot.Plot3D.RangeChecker
 
Plot3D.Transformer3D - Class in uk.ac.starlink.ttools.plot
Transforms points in 3d data space to points in 3d graphics space.
Plot3DState - Class in uk.ac.starlink.ttools.plot
PlotState subclass which has specific features for specifying the state of 3D scatter plots.
Plot3DState() - Constructor for class uk.ac.starlink.ttools.plot.Plot3DState
 
Plot3DStateFactory - Class in uk.ac.starlink.ttools.plottask
PlotStateFactory for 3D plots.
Plot3DStateFactory(String[], boolean, boolean, int) - Constructor for class uk.ac.starlink.ttools.plottask.Plot3DStateFactory
Constructor.
plotAxes(Plot3DState, Graphics, Plot3D.Transformer3D, PlotVolume, boolean) - Method in class uk.ac.starlink.ttools.plot.CartesianPlot3D
 
plotAxes(Plot3DState, Graphics, Plot3D.Transformer3D, PlotVolume, boolean) - Method in class uk.ac.starlink.ttools.plot.Plot3D
Draws grid lines which contain all the known points.
plotAxes(Plot3DState, Graphics, Plot3D.Transformer3D, PlotVolume, boolean) - Method in class uk.ac.starlink.ttools.plot.SphericalPlot3D
 
plotChanged(PlotEvent) - Method in interface uk.ac.starlink.ttools.plot.PlotListener
Called when a plot has been completed.
PlotData - Interface in uk.ac.starlink.ttools.plot
Describes the point data to be plotted, including information about different data subsets and corresponding plotting styles.
PlotDataException - Exception in uk.ac.starlink.ttools.plottask
Exception used for exporting errors from the plot system.
PlotDataException(IOException) - Constructor for exception uk.ac.starlink.ttools.plottask.PlotDataException
Constructor based on an IOException.
PlotDataException(String, Throwable) - Constructor for exception uk.ac.starlink.ttools.plottask.PlotDataException
Constructor based on an arbitrary throwable.
PlotDataPointIterator - Class in uk.ac.starlink.ttools.plot
PointIterator implementation based on a PlotData object.
PlotDataPointIterator(PlotData, PointPlacer) - Constructor for class uk.ac.starlink.ttools.plot.PlotDataPointIterator
Constructor.
PlotEvent - Class in uk.ac.starlink.ttools.plot
Event sent to a PlotListener when a plot has been completed.
PlotEvent(Component, PlotState, int, int, int) - Constructor for class uk.ac.starlink.ttools.plot.PlotEvent
Constructor.
PlotListener - Interface in uk.ac.starlink.ttools.plot
Interface for objects which wish to be informed when a plot has been completed.
PlotState - Class in uk.ac.starlink.ttools.plot
Characterises the details of how a plot is to be done.
PlotState() - Constructor for class uk.ac.starlink.ttools.plot.PlotState
 
PlotState.SimpleValueInfo - Class in uk.ac.starlink.ttools.plot
ValueInfo implementation which ignores information that's not relevant to plotting.
PlotState.SimpleValueInfo(ValueInfo) - Constructor for class uk.ac.starlink.ttools.plot.PlotState.SimpleValueInfo
 
PlotStateFactory - Class in uk.ac.starlink.ttools.plottask
Obtains a PlotState and associated PlotData from the execution environment.
PlotStateFactory(String[], boolean, boolean, int) - Constructor for class uk.ac.starlink.ttools.plottask.PlotStateFactory
Constructor.
PlotSurface - Interface in uk.ac.starlink.ttools.plot
Defines a surface onto which plots are made.
PlotTask - Class in uk.ac.starlink.ttools.plottask
Abstract superclass for tasks which generate plots from table data.
PlotTask(String, PlotStateFactory, TablePlot) - Constructor for class uk.ac.starlink.ttools.plottask.PlotTask
Constructor.
PlotVolume - Class in uk.ac.starlink.ttools.plot
Plots 3D points on a 2D graphics context.
PlotVolume(Component, Graphics, MarkStyle[], double, int[], double) - Constructor for class uk.ac.starlink.ttools.plot.PlotVolume
Constructor.
PNG - Static variable in class uk.ac.starlink.ttools.plot.GraphicExporter
Exports to PNG format.
POINT - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
Factory for point-like markers.
Point3D - Class in uk.ac.starlink.ttools.plot
Object which represents a point to be plotted on a PlotVolume.
PointArrayPixellator - Class in uk.ac.starlink.ttools.plot
Pixellator based on an array of Point objects.
PointArrayPixellator(Point[]) - Constructor for class uk.ac.starlink.ttools.plot.PointArrayPixellator
Constructor.
PointData - Class in uk.ac.starlink.ttools.plot
Contains data for a single point in a PointSequence.
PointData(double[], double[][], String, boolean[]) - Constructor for class uk.ac.starlink.ttools.plot.PointData
Constructor.
PointIterator - Class in uk.ac.starlink.ttools.plot
Iterates over the points which have actually been plotted to the screen.
PointIterator() - Constructor for class uk.ac.starlink.ttools.plot.PointIterator
 
PointPlacer - Interface in uk.ac.starlink.ttools.plot
Maps a data point onto a screen point.
points(String) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which gives pixels in a variety of colours.
points(String, Color[]) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which gives pixels using a given sequence of colours.
PointSequence - Interface in uk.ac.starlink.ttools.plot
Iterator over point data described by PlotData.
policyValue(Environment) - Method in class uk.ac.starlink.ttools.cone.ConeErrorPolicyParameter
Returns the value of this parameter as a ConeErrorPolicy.
pop() - Method in class uk.ac.starlink.ttools.lint.HandlerStack
Pops a handler off the top of the stack.
pow(double, double) - Static method in class uk.ac.starlink.ttools.func.Maths
Exponentiation.
print(Graphics, PageFormat, int) - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
Implements the Printable interface.
process(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.starlink.ttools.server.FormServlet
Does the work for processing a form request.
process(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.starlink.ttools.server.TaskServlet
Does the work for a GET or POST request - they have the same behaviour.
ProcessingFilter - Interface in uk.ac.starlink.ttools.filter
Defines a type of filter-like processing which can be done on a StarTable.
processingInstruction(String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
processingInstruction(String, String) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
ProcessingMode - Interface in uk.ac.starlink.ttools.mode
Interface defining the final element of a table processing pipeline - the one which disposes of the generated table in some way.
ProcessingStep - Interface in uk.ac.starlink.ttools.filter
Represents one step of a table processing pipeline.
ProgressFilter - Class in uk.ac.starlink.ttools.filter
Processing step which writes table progress to the terminal.
ProgressFilter() - Constructor for class uk.ac.starlink.ttools.filter.ProgressFilter
Constructs a new filter which writes progress to System.err.
ProgressFilter(PrintStream) - Constructor for class uk.ac.starlink.ttools.filter.ProgressFilter
Constructs a new filter which writes progress to a given print stream.
ProgressIndicatorParameter - Class in uk.ac.starlink.ttools.join
Parameter for getting a ProgressIndicator.
ProgressIndicatorParameter(String) - Constructor for class uk.ac.starlink.ttools.join.ProgressIndicatorParameter
Constructor.
progressIndicatorValue(Environment) - Method in class uk.ac.starlink.ttools.join.ProgressIndicatorParameter
Returns the value of this parameter as a ProgressIndicator object.
projectX(double) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Determines the integer X value in graphics space from an X value in normalised 3d space.
projectY(double) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
Determines the integer Y value in graphics space from a Y value in normalised 3d space.
PtPlotSurface - Class in uk.ac.starlink.ttools.plot
PlotSurface implementation which uses Ptplot classes for axis plotting
PtPlotSurface() - Constructor for class uk.ac.starlink.ttools.plot.PtPlotSurface
Constructs a new surface.
push(ElementHandler) - Method in class uk.ac.starlink.ttools.lint.HandlerStack
Pushes a new handler onto the stack.

Q

QuantCalc - Class in uk.ac.starlink.ttools.filter
Object for accumulating values in order to calculate quantiles.
QuantCalc(Class) - Constructor for class uk.ac.starlink.ttools.filter.QuantCalc
Constructor.
QuerySequenceFactory - Interface in uk.ac.starlink.ttools.cone
Object which can generate an iterator over cone search specifiers.

R

RADIANS - Static variable in class uk.ac.starlink.ttools.cone.AngleUnits
Radians.
RADIANS - Static variable in class uk.ac.starlink.ttools.convert.SkyUnits
Radians.
radiansToDegrees(double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts radians to degrees.
radiansToDms(double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts an angle in radians to a formatted degrees:minutes:seconds string.
radiansToDms(double, int) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts an angle in radians to a formatted degrees:minutes:seconds string with a given number of decimal places in the seconds field.
radiansToHms(double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts an angle in radians to a formatted hours:minutes:seconds string.
radiansToHms(double, int) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts an angle in radians to a formatted hours:minutes:seconds string with a given number of decimal places in the seconds field.
raFK4toFK5(double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a B1950.0 FK4 position to J2000.0 FK5 at an epoch of B1950.0 yielding Right Ascension.
raFK4toFK5(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a B1950.0 FK4 position to J2000.0 FK5 yielding Right Ascension.
raFK5toFK4(double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a J2000.0 FK5 position to B1950.0 FK4 at an epoch of B1950.0 yielding Declination.
raFK5toFK4(double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Converts a J2000.0 FK5 position to B1950.0 FK4 yielding Declination.
RANDOM - Static variable in class uk.ac.starlink.ttools.func.Maths
Evaluates to a random number in the range 0<=x<1.
RandomFilter - Class in uk.ac.starlink.ttools.filter
Processing filter that makes sure any RowSequence taken out on a table uses calls to random table access methods.
RandomFilter() - Constructor for class uk.ac.starlink.ttools.filter.RandomFilter
 
RandomJELRowReader - Class in uk.ac.starlink.ttools.jel
Implements JELRowReader for a random access table.
RandomJELRowReader(StarTable) - Constructor for class uk.ac.starlink.ttools.jel.RandomJELRowReader
Constructs a new row reader for a random-access table.
Range - Class in uk.ac.starlink.ttools.plot
Describes a one-dimensional range.
Range() - Constructor for class uk.ac.starlink.ttools.plot.Range
Constructs an unbounded range.
Range(double, double) - Constructor for class uk.ac.starlink.ttools.plot.Range
Constructs a range with given lower and upper bounds.
Range(double[]) - Constructor for class uk.ac.starlink.ttools.plot.Range
Constructs a range with given lower and upper bounds.
Range(Range) - Constructor for class uk.ac.starlink.ttools.plot.Range
Constructs a new range which is a copy of an existing one.
readNextPoint() - Method in class uk.ac.starlink.ttools.plot.PointIterator
Loads the data for the next point if there is one.
ready() - Method in class uk.ac.starlink.ttools.filter.QuantCalc
Call this method after all QuantCalc.acceptDatum(java.lang.Object) calls have been made and before any call to QuantCalc.getQuantile(double).
recalculate() - Method in class uk.ac.starlink.ttools.plot.BinGrid
Recalculates invariants.
receiveCall(String, String, Message) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
 
receiveNotification(String, Message) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
 
receiveResponse(String, String, Response) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
 
RED - Static variable in class uk.ac.starlink.ttools.plot.DensityStyle
Red colour channel.
RED_BLUE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Interpolates between red (0) and blue (1).
RefChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker for checking XML IDREF type attributes.
RefChecker(String[]) - Constructor for class uk.ac.starlink.ttools.lint.RefChecker
Constructs a RefChecker which can only sensibly reference a given list of element types.
RefChecker(String) - Constructor for class uk.ac.starlink.ttools.lint.RefChecker
Constructs a RefChecker which can only sensibly reference a single given element type.
registerChildName(ElementRef, String) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Called to indicate that a child of this element has a "name" attribute.
registerField(FieldHandler) - Method in class uk.ac.starlink.ttools.lint.TableHandler
Called by a child FIELD element to indicate that a column has been seen, and to describe how to check the contents of that column.
registerID(String, ElementHandler) - Method in class uk.ac.starlink.ttools.lint.LintContext
Register the fact that an XML ID-type attribute has been seen on an element.
registerRef(String, ElementRef, RefChecker) - Method in class uk.ac.starlink.ttools.lint.LintContext
Register the fact that an XML IDREF-type attribute has been seen on an element.
RegQuery - Class in uk.ac.starlink.ttools.task
Performs a registry query.
RegQuery() - Constructor for class uk.ac.starlink.ttools.task.RegQuery
Constructor.
removeParameter(String) - Method in class uk.ac.starlink.ttools.cea.CeaTask
Removes a named parameter from this task's parameter list.
removePlotListener(PlotListener) - Method in class uk.ac.starlink.ttools.plot.TablePlot
Removes a listener previously added by addPlotListener.
replaceAll(String, String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Replaces all occurrences of a regular expression in a string with a different substring value.
ReplaceColumnFilter - Class in uk.ac.starlink.ttools.filter
 
ReplaceColumnFilter() - Constructor for class uk.ac.starlink.ttools.filter.ReplaceColumnFilter
 
replaceFirst(String, String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Replaces the first occurrence of a regular expression in a string with a different substring value.
ReplaceValueFilter - Class in uk.ac.starlink.ttools.filter
Filter for replacing a given value with another one in a list of columns.
ReplaceValueFilter() - Constructor for class uk.ac.starlink.ttools.filter.ReplaceValueFilter
 
ReplaceValueTable - Class in uk.ac.starlink.ttools.filter
Wrapper table which makes replacements of named values with other named values in some of its columns.
ReplaceValueTable(StarTable, boolean[], String, String) - Constructor for class uk.ac.starlink.ttools.filter.ReplaceValueTable
Constructs a new ReplaceValueTable with the same replacement taking place in zero or more of the base table's columns, as described by an array of flags.
ReplaceValueTable(StarTable, int[], String[], String[]) - Constructor for class uk.ac.starlink.ttools.filter.ReplaceValueTable
Constructs a new ReplaceValueTable from parallel arrays describing the columns to change and the old and new values.
reportUncheckedRefs() - Method in class uk.ac.starlink.ttools.lint.LintContext
Goes through all the unresolved IDREF->ID arcs and reports them.
requiresAdjustFromData(Style) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Indicates whether a given style generated by this factory needs to be updated with information from a first pass through the data.
requiresConfigureFromBounds(PlotState) - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
 
requiresConfigureFromBounds(PlotState) - Method in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Indicates whether it is necessary to calculate the DataBounds for a given PlotState before it is ready to be used.
resetWidth() - Method in class uk.ac.starlink.ttools.plot.Legend
Resets the width to the minimum necessary for this component.
resolveEntity(String, String) - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
ResourceIcon - Class in uk.ac.starlink.ttools.gui
Stores icons used by the ttools package.
ResourceIcon() - Constructor for class uk.ac.starlink.ttools.gui.ResourceIcon
 
ResultSetJELRowReader - Class in uk.ac.starlink.ttools.jel
JELRowReader for accessing JDBC ResultSet objects.
ResultSetJELRowReader(ResultSet) - Constructor for class uk.ac.starlink.ttools.jel.ResultSetJELRowReader
Constructor.
RETRY - Static variable in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
If an error occurs during a cone search it is retried until a non-error result is obtained.
rotate(double[], double[], double) - Static method in class uk.ac.starlink.ttools.plot.Plot3D
Calculates a rotation matrix for rotating around a screen axis by a given angle.
rotateXY(double[], double, double) - Static method in class uk.ac.starlink.ttools.plot.Plot3D
Takes a view rotation matrix and adds to it the effect of rotations about X and Y directions.
round(double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Rounds a value to the nearest integer.
round(double) - Method in class uk.ac.starlink.ttools.plot.Rounder
Returns a round number near the given value.
roundDecimal(double, int) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Rounds a value to a given number of decimal places.
roundDown(double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Rounds a value down to an integer value.
Rounder - Class in uk.ac.starlink.ttools.plot
Provides round numbers.
Rounder() - Constructor for class uk.ac.starlink.ttools.plot.Rounder
 
roundUp(double) - Static method in class uk.ac.starlink.ttools.func.Arithmetic
Rounds a value up to an integer value.
rowData(Object[]) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 

S

SampMode - Class in uk.ac.starlink.ttools.mode
Processing mode for sending the table to other subscribed clients using the SAMP tool interop protocol.
SampMode() - Constructor for class uk.ac.starlink.ttools.mode.SampMode
Constructor.
saxCopy(InputSource, VotCopyHandler) - Static method in class uk.ac.starlink.ttools.task.VotCopy
Copies the SAX stream to the output, writing TABLE DATA elements in a given encoding.
SCALE_BLUE - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Scales blue level by parameter value.
SCALE_GREEN - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Scales green level by parameter value.
SCALE_INTENSITY - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Shader which scales intensity.
SCALE_RED - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Scales red level by parameter value.
ScatterPlot - Class in uk.ac.starlink.ttools.plot
Component which can display a scatter plot of points.
ScatterPlot(PlotSurface) - Constructor for class uk.ac.starlink.ttools.plot.ScatterPlot
Constructs a new scatter plot, specifying the initial plotting surface which provides axis plotting and so on.
ScatterPlotEvent - Class in uk.ac.starlink.ttools.plot
PlotEvent for scatter plots.
ScatterPlotEvent(Component, PlotState, int, int, int, XYStats[]) - Constructor for class uk.ac.starlink.ttools.plot.ScatterPlotEvent
Constructor.
SCHEMA_LOCATION - Static variable in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
SCHEMA_LOCATION - Static variable in class uk.ac.starlink.ttools.cea.ServiceCeaWriter
 
SEC_PER_YEAR - Static variable in class uk.ac.starlink.ttools.func.Distances
Number of seconds in a year.
SelectFilter - Class in uk.ac.starlink.ttools.filter
Table filter for selecting only certain rows using a JEL expression.
SelectFilter() - Constructor for class uk.ac.starlink.ttools.filter.SelectFilter
 
selectVOTableObject(String[]) - Method in interface cds.tools.ExtApp
Call or Callback asking the other application to SELECT objects found in a VOTable previous transmission via loadVOTable() method.
SeqConcatStarTable - Class in uk.ac.starlink.ttools.task
StarTable implementation which concatenates a list of compatible constituent tables in sequence.
SeqConcatStarTable(StarTable, TableProducer[]) - Constructor for class uk.ac.starlink.ttools.task.SeqConcatStarTable
Constructor.
SequentialFilter - Class in uk.ac.starlink.ttools.filter
Processing filter that makes sure any table filtered by it does not have random access.
SequentialFilter() - Constructor for class uk.ac.starlink.ttools.filter.SequentialFilter
 
SequentialJELRowReader - Class in uk.ac.starlink.ttools.jel
Implements JELRowReader for sequential access to a table.
SequentialJELRowReader(StarTable) - Constructor for class uk.ac.starlink.ttools.jel.SequentialJELRowReader
Constructs a new row reader for sequential access.
SequentialResultRowSequence - Class in uk.ac.starlink.ttools.cone
Straightforward implementation of ConeResultRowSequence based on a ConeQueryRowSequence.
SequentialResultRowSequence(ConeQueryRowSequence, ConeSearcher, boolean, String) - Constructor for class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
Constructor.
ServiceCeaWriter - Class in uk.ac.starlink.ttools.cea
CeaWriter implementation which writes a registry record document describing a CEA Service instance.
ServiceCeaWriter(PrintStream, CeaTask[], CeaMetadata, boolean, String) - Constructor for class uk.ac.starlink.ttools.cea.ServiceCeaWriter
Constructor.
ServletEnvironment - Class in uk.ac.starlink.ttools.server
Execution environment which can be used from a servlet.
ServletEnvironment(ServletRequest, ServletResponse, StarTableFactory, StarTableOutput, JDBCAuthenticator) - Constructor for class uk.ac.starlink.ttools.server.ServletEnvironment
Constructor.
set(Rectangle) - Method in class uk.ac.starlink.ttools.plot.PixelMask
Sets all the pixels in the given rectangle.
set(Point) - Method in class uk.ac.starlink.ttools.plot.PixelMask
Sets the pixel at the given coordinates.
set(int, int) - Method in class uk.ac.starlink.ttools.plot.PixelMask
Sets the pixel at the given coordinates.
setAncestry(Ancestry) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Sets the ancestry of this handler.
setAntialias(boolean) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets whether antialiasing hint is preferred for drawing lines.
setAttributeNames(String[]) - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
Sets a list of permitted attribute names associated with this declaration.
setAttributes(Map) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Sets this handler's attributes.
setAttributes(Map) - Method in class uk.ac.starlink.ttools.lint.ParamHandler
 
setAxes(ValueInfo[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets the metadata for axes to be plotted.
setAxisLabels(String[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets the text labels to use for annotating axes.
setBinBase(double) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Sets the lower bound for one of the bins.
setBinWidth(double) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Sets the bin width for the histogram.
setBounds(Rectangle) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
Sets the rectangle within which data points may be plotted.
setBounds(double[]) - Method in class uk.ac.starlink.ttools.plot.Range
Resets the bounds of this range.
setBounds(double, double) - Method in class uk.ac.starlink.ttools.plot.Range
Resets the bounds of this range.
setCaseSensitive(boolean) - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
Sets whether case is significant in column names.
setClip(Shape) - Method in class uk.ac.starlink.ttools.plot.FixedEpsGraphics2D
 
setColor(Color) - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Sets the colour of this style.
setColumnsParameter(WordsParameter) - Method in class uk.ac.starlink.ttools.mode.CubeMode
Configures the parameter which acquires the columns used.
setContext(LintContext) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Sets this parser's context.
setConverters(ValueConverter[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets an array of numeric converter objects, one for each axis.
setCoords(double[]) - Method in interface uk.ac.starlink.ttools.plot.DataColorTweaker
Configures this object with a coordinate array which determines what colour adjustments subsequent calls to ColorTweaker.tweakColor(java.awt.Color) will perform.
setCoords(double[]) - Method in class uk.ac.starlink.ttools.plot.ShaderTweaker
This implementation returns true unless the scaler results in a NaN for any of the coordinates.
setCumulative(boolean) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Sets whether the histogram should be conventional or cumulative.
setCurrentRow(long) - Method in class uk.ac.starlink.ttools.jel.RandomJELRowReader
Sets the current row for evaluations.
setDash(float[]) - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Sets the dash pattern associated with this style.
setDataRange(double, double, double, double) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
setDataRange(double, double, double, double) - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Requests a range of data space values to be visible on this plotting surface.
setDataRange(double, double, double, double) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
setDebug(boolean) - Method in class uk.ac.starlink.ttools.lint.LintContext
Sets whether we are in debug mode.
setDebug(boolean) - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
setDebug(boolean) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Sets whether we are running in debug mode.
setDebug(boolean) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
setDebug(boolean) - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Sets whether we are running in debug mode.
setDefaultColor(Color) - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
Sets the default value of this parameter to a given color object.
setDefaultOption(Object) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Sets the default value of this parameter as an option value object.
setDocumentLocator(Locator) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
setDocumentLocator(Locator) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
setDrawText(boolean) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Sets whether textual labels should be drawn on the axis.
setErrorModeModels(ErrorModeSelection[]) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Sets the error mode suppliers with which this mark style will be used.
setErrorModeSelections(ErrorModeSelection[]) - Method in class uk.ac.starlink.ttools.plot.Legend
Configures this legend to use a given set of error mode selections.
setErrorRenderer(ErrorRenderer) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Sets the style used for drawing error bars around this marker.
setFlipFlags(boolean[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets flags for which axes will be plotted inverted.
setFogginess(double) - Method in class uk.ac.starlink.ttools.plot.Fogger
Sets the thickness of the fog.
setFogginess(double) - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Sets the intensity of fog used for depth rendering (1 is a reasonable amount; 0 is no fog).
setFont(Font) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
setFont(Font) - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
 
setGraphIndices(int[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets the mapping of subsets to graph indices.
setGrid(boolean) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets whether a grid is to be plotted.
setHiCut(double) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets the upper cut value, as a fraction of the visible bins.
setHidePoints(boolean) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Sets whether points should be hidden or visible.
setIndexedShader(Shader) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets the shader object to be used for shading pixels in indexed (non-RGB) mode.
setLengthPadding(int, int) - Method in class uk.ac.starlink.ttools.plot.AuxLegend
Configures the amount of padding left before and after the bar which can be used to carry half-labels etc.
setLine(MarkStyle.Line) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Sets the line type for this style.
setLineWidth(int) - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
Sets the line width associated with this style.
setLocator(Locator) - Method in class uk.ac.starlink.ttools.lint.LintContext
Sets the SAX document locator for this parse.
setLoCut(double) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets the lower cut value, as a fraction of the visible bins.
setLogFlags(boolean[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets flags for which axes will be plotted logarithmically.
setLogZ(boolean) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets whether the colour intensity is to be plotted on a log or linear scale.
setMainNdim(int) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets the number of non-auxiliary axes represented by this state.
setManualName(String) - Method in class uk.ac.starlink.ttools.Formatter
Sets the text used to refer in formatted output to the STILTS manual.
setNormalised(boolean) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Sets whether the histogram is to be normalised to a total value of unity.
setNpix(int) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Sets the number of pixels along this axis.
setOpaqueLimit(int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
Sets the opacity limit for this style.
setOutput(boolean) - Method in class uk.ac.starlink.ttools.cea.CeaParameter
 
setOutput(Writer) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
Sets the output stream for output.
setOutput(PrintStream) - Method in class uk.ac.starlink.ttools.lint.LintContext
Sets the output stream to which messages will be written.
SetParameterFilter - Class in uk.ac.starlink.ttools.filter
Filter which sets a parameter on the table.
SetParameterFilter() - Constructor for class uk.ac.starlink.ttools.filter.SetParameterFilter
 
setPixelSize(int) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets the size of each data pixel (bin) in screen pixels.
setPlotData(PlotData) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets the plot data object for this state.
setPoints(PointData[]) - Method in class uk.ac.starlink.ttools.plot.ArrayPlotData
Sets the point array supplying the data for this object.
setRadialInfo(ValueInfo) - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
Sets metadata information about the radial coordinate.
setRadialLog(boolean) - Method in class uk.ac.starlink.ttools.plot.SphericalPlotState
Sets whether the radial dimension should be plotted on a logarithmic scale.
setRanges(double[][]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets data ranges for each axis.
setRef(boolean) - Method in class uk.ac.starlink.ttools.cea.CeaParameter
 
setRequiredWordCount(int) - Method in class uk.ac.starlink.ttools.task.WordsParameter
Sets the number of words required from this parameter.
setResourceBase(Class) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
Sets the class which defines the context for resource discovery.
setRgb(boolean) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets whether the plot will be coloured.
setRotating(boolean) - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Sets whether the plot is currently rotating.
setRotation(double[]) - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Sets the rotation matrix.
setShader(Shader) - Method in class uk.ac.starlink.ttools.plot.DensityStyle
Sets the shader to use in indexed (non-RGB) mode.
setShaders(Shader[]) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets the shader objects to use for modifying the colour of plotted points according to auxiliary axis data.
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.DensityPlot
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.Histogram
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.LinesPlot
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.Plot3D
 
setState(PlotState) - Method in interface uk.ac.starlink.ttools.plot.PlotSurface
Signals to the plot the characteristics of the plot which will be performed.
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.ScatterPlot
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
 
setState(PlotState) - Method in class uk.ac.starlink.ttools.plot.TablePlot
Sets the plot state for this plot.
setStreamOutput(boolean) - Method in class uk.ac.starlink.ttools.cone.ConeMatcher
Determines whether this object's ConeMatcher.getTable() method will produce a one-read-only table or not.
setStrictVotable(boolean) - Method in class uk.ac.starlink.ttools.server.ServletEnvironment
 
setStrictVotable(boolean) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
Sets whether votables should be parsed in strict mode.
setStrictVotable(boolean) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
 
setStrictVotable(boolean) - Method in interface uk.ac.starlink.ttools.task.TableEnvironment
Sets whether votables should be parsed in strict mode.
setStyles(Style[], String[]) - Method in class uk.ac.starlink.ttools.plot.Legend
Sets the plot styles and their associated text labels.
setSurface(PlotSurface) - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
Sets the plotting surface which draws axes and other decorations that form the background to the actual plotted points.
setTickStyle(AxisLabeller.TickStyle) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
Sets the tick mark style to one of the predefined settings.
setUsage(String) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
 
setUsage(String) - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
 
setValid(boolean) - Method in class uk.ac.starlink.ttools.plot.PlotState
Sets whether this state should be used to attempt a successful plot.
setValidating(boolean) - Method in class uk.ac.starlink.ttools.lint.LintContext
Sets whether this lint is validating.
setValue(String, Object) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
Sets the value of a parameter.
setValueFromConnection(Connection) - Method in class uk.ac.starlink.ttools.task.ConnectionParameter
Sets the value of this parameter from a Connection object.
setValueFromConsumer(TableConsumer) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
Sets the value directly from a given TableConsumer.
setValueFromConsumer(TableConsumer) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
Sets the value directly from a given TableConsumer.
setValueFromConsumer(TableConsumer) - Method in interface uk.ac.starlink.ttools.task.TableConsumerParameter
Sets the value of this parameter directly from a TableConsumer.
setValueFromPainter(Painter) - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
Sets the value for this parameter directly from a painter object.
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.cone.ConeErrorPolicyParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.cone.TilingParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.join.Match1TypeParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.join.ProgressIndicatorParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.FontParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.ConnectionParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.FilterParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.InputFormatParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.TableFactoryParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.WordsParameter
 
setValueFromString(Environment, String) - Method in class uk.ac.starlink.ttools.task.XmlEncodingParameter
 
setValueFromTables(TableProducer[]) - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
Sets the value of this parameter from an array of tables.
setVersion(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Sets the version we are parsing to a given value.
setVisible(boolean) - Method in interface cds.tools.ExtApp
Allow an "external" application to show or hide this application
setWeighted(boolean) - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
Sets whether non-unit weighting is (maybe) in force for this state.
setWeighted(boolean) - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
Sets whether non-unit weighting is (maybe) in force for this state.
setWordParser(WordParser) - Method in class uk.ac.starlink.ttools.task.WordsParameter
Sets a parser which will be used to validate and to parse each word in the supplied value string.
setWordUsage(String) - Method in class uk.ac.starlink.ttools.task.WordsParameter
Configures the usage of this parameter from usages for given words.
setYAxes(ValueInfo[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets the metadata for the different Y axes to be plotted (one for each graph).
setYAxisLabels(String[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets the text labels for the different Y axes to be plotted (one for each graph).
setYConverters(ValueConverter[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets an array of numeric converter objects, one for the Y axis of each graph.
setYFlipFlags(boolean[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets flags for which Y axes will be plotted inverted (one for each graph).
setYLogFlags(boolean[]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets flags for which Y axes will be plotted logarithmically (one for each graph).
setYRanges(double[][]) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets data ranges for each different Y axis (one for each graph).
setYZeroFlag(boolean) - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
Sets whether a line should be drawn at y=0 on all the graphs.
setZoomScale(double) - Method in class uk.ac.starlink.ttools.plot.Plot3DState
Returns the zoom level.
SEXAGESIMAL - Static variable in class uk.ac.starlink.ttools.convert.SkyUnits
Sexagesimal (hh:mm:ss.s, dd:mm:ss.s).
SexagesimalToDegrees - Class in uk.ac.starlink.ttools.convert
Converts between Strings in sexagesimal format and numeric values in degrees.
SexagesimalToDegrees(ValueInfo, boolean) - Constructor for class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
Shader - Interface in uk.ac.starlink.ttools.plot
Defines an object which can modify an sRGB colour as defined by a scalar parameter.
ShaderParameter - Class in uk.ac.starlink.ttools.plottask
Parameter for choosing Shader objects.
ShaderParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.ShaderParameter
Constructor.
Shaders - Class in uk.ac.starlink.ttools.plot
Provides some implementations of the Shader interface.
Shaders() - Constructor for class uk.ac.starlink.ttools.plot.Shaders
 
ShaderTweaker - Class in uk.ac.starlink.ttools.plot
DataColorTweaker implementation which uses an array of Shader objects.
ShaderTweaker(int, Shader[], double[][], boolean[], boolean[]) - Constructor for class uk.ac.starlink.ttools.plot.ShaderTweaker
Constructor.
shaderValue(Environment) - Method in class uk.ac.starlink.ttools.plottask.ShaderParameter
Returns the value of this parameter as a Shader object.
SHAPE_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
ShowFunctions - Class in uk.ac.starlink.ttools.task
Task for browsing available algebraic functions.
ShowFunctions() - Constructor for class uk.ac.starlink.ttools.task.ShowFunctions
 
showVOTableObject(String[]) - Method in interface cds.tools.ExtApp
Call or Callback asking the other application to SHOW objects found in a VOTable previous transmission via loadVOTable() method.
sideFilled(String) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws filled rectangles side by side (one for each subset).
sideFilled3d(String) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws 3d filled rectangles side by side (one for each subset).
sideOpen(String, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws open rectangles side by side (one for each subset).
sin(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Sine of an angle.
SingleMapperTask - Class in uk.ac.starlink.ttools.task
MapperTask which has a single input table.
SingleMapperTask(String, ProcessingMode, boolean, boolean) - Constructor for class uk.ac.starlink.ttools.task.SingleMapperTask
Constructor.
SingleTableMapping - Interface in uk.ac.starlink.ttools.task
Interface that defines mapping one table to another.
sinh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Hyperbolic sine.
size(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
Returns the number of elements in the array.
skippedEntity(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
skippedEntity(String) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
SkyBox - Class in uk.ac.starlink.ttools.cone
Defines a region of the celestial sphere which is rectangular in Right Ascension and Declination coordinates.
SkyConeMatch2 - Class in uk.ac.starlink.ttools.cone
Crossmatcher which works by performing one cone-search type query for each row of an input table on an external service of some kind.
SkyConeMatch2(String, Coner, boolean) - Constructor for class uk.ac.starlink.ttools.cone.SkyConeMatch2
Constructor.
skyDistance(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Calculates the separation (distance around a great circle) of two points on the sky.
skyDistanceDegrees(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.Coords
Calculates the separation (distance around a great circle) of two points on the sky in degrees.
SkyMatch2 - Class in uk.ac.starlink.ttools.task
Task implementation for simplified sky matching task.
SkyMatch2() - Constructor for class uk.ac.starlink.ttools.task.SkyMatch2
 
SkyMatch2Mapper - Class in uk.ac.starlink.ttools.join
TableMapper which does the work for sky-specific pair matching (tskymatch2).
SkyMatch2Mapper() - Constructor for class uk.ac.starlink.ttools.join.SkyMatch2Mapper
Constructor.
SkyMatch2Mapping - Class in uk.ac.starlink.ttools.join
Match2Mapping subclass specific to sky matching.
SkyMatch2Mapping(SkyMatchEngine, String, String, String, String, JoinType, boolean, JoinFixAction, JoinFixAction, ProgressIndicator) - Constructor for class uk.ac.starlink.ttools.join.SkyMatch2Mapping
Constructor.
SkySystem - Class in uk.ac.starlink.ttools.convert
Represents a sky coordinate system.
SkySystem(String, String, String, String, String, String) - Constructor for class uk.ac.starlink.ttools.convert.SkySystem
Constructor.
SkyTiling - Interface in uk.ac.starlink.ttools.cone
Defines a pixellation scheme which maps sky positions to long integers.
SkyUnits - Class in uk.ac.starlink.ttools.convert
Class defining units used for a two-coordinate sky coordinate system.
SkyUnits(String) - Constructor for class uk.ac.starlink.ttools.convert.SkyUnits
Constructor.
SortFilter - Class in uk.ac.starlink.ttools.filter
Processing filter which sorts on one or more JEL expressions.
SortFilter() - Constructor for class uk.ac.starlink.ttools.filter.SortFilter
 
SortHeadFilter - Class in uk.ac.starlink.ttools.filter
Filter for returning the first (or last) few rows of a sorted table.
SortHeadFilter() - Constructor for class uk.ac.starlink.ttools.filter.SortHeadFilter
 
SPEED_OF_LIGHT - Static variable in class uk.ac.starlink.ttools.func.Distances
Speed of light in m/s.
SphericalPlot3D - Class in uk.ac.starlink.ttools.plot
Plot3D which works with spherical polar coordinates.
SphericalPlot3D() - Constructor for class uk.ac.starlink.ttools.plot.SphericalPlot3D
Constructor.
SphericalPlotState - Class in uk.ac.starlink.ttools.plot
PlotState specific to spherical 3D plots.
SphericalPlotState() - Constructor for class uk.ac.starlink.ttools.plot.SphericalPlotState
 
spikes(String, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws a 1-d spike for each subset.
spots(String, int) - Static method in class uk.ac.starlink.ttools.plot.MarkStyles
Returns a style set which gives filled circles of a given size in a variety of colours.
SqlClient - Class in uk.ac.starlink.ttools.task
SQL command-line client.
SqlClient() - Constructor for class uk.ac.starlink.ttools.task.SqlClient
Constructor.
SqlCone - Class in uk.ac.starlink.ttools.task
Multiple cone match task which works by doing SQL queries using JDBC.
SqlCone() - Constructor for class uk.ac.starlink.ttools.task.SqlCone
 
SqlUpdate - Class in uk.ac.starlink.ttools.task
JDBC table column writer task.
SqlUpdate() - Constructor for class uk.ac.starlink.ttools.task.SqlUpdate
Constructor.
sqrt(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Square root.
start() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
 
start() - Method in class uk.ac.starlink.ttools.plot.Drawing
 
start() - Method in interface uk.ac.starlink.ttools.plot.Pixellator
Makes this object ready to iterate.
start() - Method in class uk.ac.starlink.ttools.plot.PointArrayPixellator
 
start() - Method in class uk.ac.starlink.ttools.plot.TranslatedPixellator
 
StarTableJELRowReader - Class in uk.ac.starlink.ttools.jel
JELRowReader subclass for access to StarTables.
StarTableJELRowReader(StarTable) - Constructor for class uk.ac.starlink.ttools.jel.StarTableJELRowReader
Constructs a new row reader for a given StarTable.
startCDATA() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startCDATA() - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
startDocument() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startDocument() - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
startDTD(String, String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startDTD(String, String, String) - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
startElement(ElementDeclaration) - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Convenience method to start an element described by an ElementDeclaration.
startElement(ElementDeclaration, String) - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Convenience method to start an element described by an ElementDeclaration with supplied attributes.
startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startElement() - Method in class uk.ac.starlink.ttools.lint.DataHandler
 
startElement() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Called after the attributes have been set and checked.
startElement() - Method in class uk.ac.starlink.ttools.lint.FieldHandler
 
startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
startElement() - Method in class uk.ac.starlink.ttools.lint.StreamHandler
 
startElement() - Method in class uk.ac.starlink.ttools.lint.StreamingHandler
 
startEntity(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startEntity(String) - Method in class uk.ac.starlink.ttools.lint.LintEntityResolver
 
startPrefixMapping(String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
startPrefixMapping(String, String) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
startsWith(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
Determines whether a string starts with a certain substring.
startTable(StarTable) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
 
StatsFilter - Class in uk.ac.starlink.ttools.filter
Filter which can calculate statistical quantities.
StatsFilter() - Constructor for class uk.ac.starlink.ttools.filter.StatsFilter
Constructor.
StatsMode - Class in uk.ac.starlink.ttools.mode
Processing mode for calculating statistics on a table.
StatsMode() - Constructor for class uk.ac.starlink.ttools.mode.StatsMode
 
StepFactory - Class in uk.ac.starlink.ttools.filter
Factory which can create ProcessingStep objects from strings which represent the filter specifications.
stepsValue(Environment) - Method in class uk.ac.starlink.ttools.task.FilterParameter
Returns the value of this parameter as an array of processing steps.
Stilts - Class in uk.ac.starlink.ttools
Top-level class for invoking tasks in the STILTS package.
Stilts() - Constructor for class uk.ac.starlink.ttools.Stilts
 
StiltsContext - Class in uk.ac.starlink.ttools.server
Encapsulates servlet context aspects specific to the STILTS server mode.
StiltsContext(ServletContext) - Constructor for class uk.ac.starlink.ttools.server.StiltsContext
Constructor.
StiltsServer - Class in uk.ac.starlink.ttools.task
Runs STILTS in server mode.
StiltsServer() - Constructor for class uk.ac.starlink.ttools.task.StiltsServer
Constructor.
StreamHandler - Class in uk.ac.starlink.ttools.lint
Handler for STREAM elements.
StreamHandler() - Constructor for class uk.ac.starlink.ttools.lint.StreamHandler
 
StreamingHandler - Class in uk.ac.starlink.ttools.lint
Abstract handler superclass for elements with STREAM children (BINARY or FITS).
StreamingHandler() - Constructor for class uk.ac.starlink.ttools.lint.StreamingHandler
 
Strings - Class in uk.ac.starlink.ttools.func
String manipulation and query functions.
stringsValue(Environment) - Method in class uk.ac.starlink.ttools.task.DefaultMultiParameter
Returns the values of this parameter as an array.
stringsValue(Environment) - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
Returns an array of table locations representing the input tables specified by this parameter.
stripPrefix(String, String) - Static method in class uk.ac.starlink.ttools.jel.JELRowReader
Takes a token and strips a given prefix from it, returning the remainder.
Style - Interface in uk.ac.starlink.ttools.plot
Defines a style for marking a set of data.
StyleFactory - Class in uk.ac.starlink.ttools.plottask
Defines an object which can obtain a Style object from the environment.
StyleFactory(String) - Constructor for class uk.ac.starlink.ttools.plottask.StyleFactory
Constructor.
StyleParameter - Class in uk.ac.starlink.ttools.plottask
ChoiceParameter subclass suitable for use with plotting style configuration.
StyleParameter(String, Object[]) - Constructor for class uk.ac.starlink.ttools.plottask.StyleParameter
Constructs a StyleParameter with a given list of options.
StyleParameter(String) - Constructor for class uk.ac.starlink.ttools.plottask.StyleParameter
Constructs a StyleParameter without initialising any options.
Styles - Class in uk.ac.starlink.ttools.plot
Utility class relating to the StyleSet interface.
Styles() - Constructor for class uk.ac.starlink.ttools.plot.Styles
 
StyleSet - Interface in uk.ac.starlink.ttools.plot
Defines a sequence of styles intended for use within a single plot.
submit(double) - Method in class uk.ac.starlink.ttools.plot.Range
Submits a value to this range.
submitDatum(int, int, double) - Method in class uk.ac.starlink.ttools.plot.BinGrid
Adds a data point to this histogram.
submitDatum(double, double, boolean[]) - Method in interface uk.ac.starlink.ttools.plot.BinnedData
Submits a value for inclusion in this BinnedData object.
submitDatum(double, double, boolean[]) - Method in class uk.ac.starlink.ttools.plot.MapBinnedData
 
submitDatum(double, double, boolean[]) - Method in class uk.ac.starlink.ttools.plot.NormalisedBinnedData
 
SUBSET_VARIABLE - Static variable in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Symbolic suffix representing a subset in per-subset parameter names.
SubsetSelectionPlotData - Class in uk.ac.starlink.ttools.plot
PlotData wrapper implementation which rearranges subset indexes.
SubsetSelectionPlotData(PlotData, int[]) - Constructor for class uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
Constructor.
substring(String, int) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns the last part of a given string.
substring(String, int, int) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns a substring of a given string.
sum(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
Returns the sum of all the non-blank elements in the array.
supportsDimensionality(int) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
Reports whether this form can be used on a given error dimensionality.
SurfacePlot - Class in uk.ac.starlink.ttools.plot
Abstract superclass for plot components which display on a PlotSurface.
SurfacePlot() - Constructor for class uk.ac.starlink.ttools.plot.SurfacePlot
Constructor.
SYMMETRIC - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
The same error value in both directions.

T

TABLE_VARIABLE - Static variable in class uk.ac.starlink.ttools.plottask.PlotStateFactory
Symbolic suffix representing a table in per-table parameter names.
TableCat - Class in uk.ac.starlink.ttools.task
Concatenates multiple homogeneous tables top-to-bottom.
TableCat() - Constructor for class uk.ac.starlink.ttools.task.TableCat
 
TableCat2 - Class in uk.ac.starlink.ttools.task
Concatenates two tables top to bottom.
TableCat2() - Constructor for class uk.ac.starlink.ttools.task.TableCat2
 
TableCatN - Class in uk.ac.starlink.ttools.task
Concatenates N tables top to bottom.
TableCatN() - Constructor for class uk.ac.starlink.ttools.task.TableCatN
 
TableConsumer - Interface in uk.ac.starlink.ttools
Disposes of a table.
TableConsumerParameter - Interface in uk.ac.starlink.ttools.task
Defines an object (probably a parameter) which can return a TableConsumer.
TableCopy - Class in uk.ac.starlink.ttools.task
Task which copies a single table from input to output.
TableCopy() - Constructor for class uk.ac.starlink.ttools.task.TableCopy
 
TableCube - Class in uk.ac.starlink.ttools.task
Task implementation for the histogram array creation task.
TableCube() - Constructor for class uk.ac.starlink.ttools.task.TableCube
 
TableEnvironment - Interface in uk.ac.starlink.ttools.task
Environment subinterface which provides additional functionality required for table-aware tasks.
TABLEFACTORY_PARAM - Static variable in class uk.ac.starlink.ttools.server.StiltsContext
Name of a Servlet initialisation parameter which can be used to customise table location.
TableFactoryParameter - Class in uk.ac.starlink.ttools.task
Parameter whose value is a StarTableFactory.
TableFactoryParameter(String) - Constructor for class uk.ac.starlink.ttools.task.TableFactoryParameter
Constructor.
TableHandler - Class in uk.ac.starlink.ttools.lint
ElementHandler for TABLE elements.
TableHandler() - Constructor for class uk.ac.starlink.ttools.lint.TableHandler
 
TableHandler.NrowsChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker which checks a TABLE's nrows attribute.
TableHandler.NrowsChecker() - Constructor for class uk.ac.starlink.ttools.lint.TableHandler.NrowsChecker
 
TableHistogram - Class in uk.ac.starlink.ttools.task
Task for performing a 1D histogram.
TableHistogram() - Constructor for class uk.ac.starlink.ttools.task.TableHistogram
 
TableJoinN - Class in uk.ac.starlink.ttools.task
Joins N tables side-to-side.
TableJoinN() - Constructor for class uk.ac.starlink.ttools.task.TableJoinN
 
TableLocator - Interface in uk.ac.starlink.ttools.task
Interface which describes turning a string into a StarTable object.
TableMapper - Interface in uk.ac.starlink.ttools.task
Interface for an operation which takes zero or more tables as input and produces one table as output.
TableMapping - Interface in uk.ac.starlink.ttools.task
Defines an operation which maps zero or more tables on input to a table on output.
TableMatch1 - Class in uk.ac.starlink.ttools.task
Performs an internal (single-table) crossmatch.
TableMatch1() - Constructor for class uk.ac.starlink.ttools.task.TableMatch1
Constructor.
TableMatch2 - Class in uk.ac.starlink.ttools.task
Task implementation for generic pair matching task.
TableMatch2() - Constructor for class uk.ac.starlink.ttools.task.TableMatch2
 
TableMatchN - Class in uk.ac.starlink.ttools.task
Permforms a multi-table crossmatch.
TableMatchN() - Constructor for class uk.ac.starlink.ttools.task.TableMatchN
 
TablePipe - Class in uk.ac.starlink.ttools.task
TableMapper which does the work for the tpipe command.
TablePipe() - Constructor for class uk.ac.starlink.ttools.task.TablePipe
 
TablePlot - Class in uk.ac.starlink.ttools.plot
Superclass for all components which draw plots from table data.
TablePlot() - Constructor for class uk.ac.starlink.ttools.plot.TablePlot
Constructor.
TablePlot2D - Class in uk.ac.starlink.ttools.task
Task for performing a 2D scatter plot.
TablePlot2D() - Constructor for class uk.ac.starlink.ttools.task.TablePlot2D
 
TablePlot3D - Class in uk.ac.starlink.ttools.task
Task for performing a 3D scatter plot.
TablePlot3D() - Constructor for class uk.ac.starlink.ttools.task.TablePlot3D
 
TablePlotData - Class in uk.ac.starlink.ttools.plottask
Abstract superclass for PlotData implementation representing the data from a single table with associated expressions describing coordinate selections etc.
TablePlotData(StarTable, String[], String[], Style[], String) - Constructor for class uk.ac.starlink.ttools.plottask.TablePlotData
Constructor.
TablePointSequence - Class in uk.ac.starlink.ttools.plottask
PointSequence abstract superclass implementation for getting sequential plot data from a table.
TablePointSequence(SequentialJELRowReader, String, String[]) - Constructor for class uk.ac.starlink.ttools.plottask.TablePointSequence
Constructor.
TableProducer - Interface in uk.ac.starlink.ttools.task
Provides a table.
tablesValue(Environment) - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
Returns the array of tables specified by this parameter.
tableValue(Environment) - Method in class uk.ac.starlink.ttools.task.InputTableParameter
Returns the input table which has been selected by this parameter.
TailFilter - Class in uk.ac.starlink.ttools.filter
Filter for picking only the last few rows of a table.
TailFilter() - Constructor for class uk.ac.starlink.ttools.filter.TailFilter
 
TailTable - Class in uk.ac.starlink.ttools.filter
Wrapper table implementation which only contains the last N rows of its base table.
TailTable(StarTable, long) - Constructor for class uk.ac.starlink.ttools.filter.TailTable
Constructor.
tan(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Tangent of an angle.
TANGENT - Static variable in class uk.ac.starlink.ttools.plot.ErrorRenderer
Error renderer suitable for displaying 2D tangential errors.
tanh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
Hyperbolic tangent.
targetStyle() - Static method in class uk.ac.starlink.ttools.plot.MarkStyle
Returns a style which looks like a target.
TASKBASE_PARAM - Static variable in class uk.ac.starlink.ttools.server.StiltsContext
Name of the Servlet initialisation parameter which defines the base URL on the server at which the TaskServlet runs.
TASKLIST_PARAM - Static variable in class uk.ac.starlink.ttools.server.StiltsContext
Name of the Servlet initialisation parameter which defines the tasks which this servlet will provide over HTTP.
TaskServlet - Class in uk.ac.starlink.ttools.server
Servlet implementation which allows STILTS commands to be executed server-side.
TaskServlet() - Constructor for class uk.ac.starlink.ttools.server.TaskServlet
 
TdHandler - Class in uk.ac.starlink.ttools.lint
Element handler for TD elements.
TdHandler() - Constructor for class uk.ac.starlink.ttools.lint.TdHandler
 
textFor(Object) - Method in class uk.ac.starlink.ttools.gui.MethodBrowser
Returns the string to get used for representing a node in the tree.
TilingParameter - Class in uk.ac.starlink.ttools.cone
Parameter for specifying SkyTiling values.
TilingParameter(String) - Constructor for class uk.ac.starlink.ttools.cone.TilingParameter
Constructor.
Tilings - Class in uk.ac.starlink.ttools.func
Pixel tiling functions for the celestial sphere.
tilingValue(Environment) - Method in class uk.ac.starlink.ttools.cone.TilingParameter
Returns the value of this parameter as a SkyTiling object.
Times - Class in uk.ac.starlink.ttools.func
Functions for conversion of time values between various forms.
toByte(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to convert the numeric argument to a byte (8-bit signed integer) result.
toDegrees() - Method in class uk.ac.starlink.ttools.cone.SkyBox
Converts the units of this SkyBox from radians to degrees.
toDouble(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Converts the numeric argument to a double (64-bit signed integer) result.
toFK5(double, double, double) - Method in class uk.ac.starlink.ttools.convert.SkySystem
Converts to FK5 J2000.0 from this system.
toFloat(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to convert the numeric argument to a float (32-bit floating point) result.
toHex(long) - Static method in class uk.ac.starlink.ttools.func.Conversions
Converts the integer argument to hexadecimal form.
toInteger(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to convert the numeric argument to an int (32-bit signed integer) result.
tokenizeLines(String) - Static method in class uk.ac.starlink.ttools.Tokenizer
Splits a string up into lines, separated by semicolons or newlines.
Tokenizer - Class in uk.ac.starlink.ttools
Utility class to help with tokenizing strings.
tokenizeWords(String) - Static method in class uk.ac.starlink.ttools.Tokenizer
Chops up a line of text into tokens.
toLong(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to convert the numeric argument to a long (64-bit signed integer) result.
toLowerCase(String) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns an uppercased version of a string.
toMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Converts from this converter's public date value to Modified Julian Date.
toMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601ToDecimalYear
 
toMjd(double) - Method in class uk.ac.starlink.ttools.convert.Iso8601ToJulian
 
top() - Method in class uk.ac.starlink.ttools.lint.HandlerStack
Returns the handler at the top of the list without removing it.
TopcatMode - Class in uk.ac.starlink.ttools.mode
Processing mode for displaying the streamed table in TOPCAT.
TopcatMode() - Constructor for class uk.ac.starlink.ttools.mode.TopcatMode
 
tops(String, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
Returns a new style set which draws only the tops of bars.
toRadians() - Method in class uk.ac.starlink.ttools.cone.SkyBox
Converts the units of this SkyBox from degrees to radians.
toShort(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Attempts to convert the numeric argument to a short (16-bit signed integer) result.
toString() - Method in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
Returns this object's name.
toString() - Method in class uk.ac.starlink.ttools.cone.HtmTiling
 
toString() - Method in class uk.ac.starlink.ttools.convert.Iso8601ToDecimalYear
 
toString() - Method in class uk.ac.starlink.ttools.convert.Iso8601ToJulian
 
toString() - Method in class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
toString() - Method in class uk.ac.starlink.ttools.convert.SkySystem
 
toString() - Method in class uk.ac.starlink.ttools.convert.SkyUnits
 
toString(double) - Static method in class uk.ac.starlink.ttools.func.Conversions
Turns a numeric value into a string.
toString() - Method in class uk.ac.starlink.ttools.lint.ElementHandler
 
toString() - Method in class uk.ac.starlink.ttools.lint.ElementRef
 
toString() - Method in class uk.ac.starlink.ttools.plot.AxisLabels
 
toString() - Method in class uk.ac.starlink.ttools.plot.BarStyle.Form
 
toString() - Method in class uk.ac.starlink.ttools.plot.BarStyle.Placement
 
toString() - Method in class uk.ac.starlink.ttools.plot.Corner
 
toString() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
 
toString() - Method in class uk.ac.starlink.ttools.plot.DensityStyle.Channel
Returns channel name.
toString() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
 
toString() - Method in class uk.ac.starlink.ttools.plot.ErrorMode
 
toString() - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
 
toString() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
 
toString() - Method in class uk.ac.starlink.ttools.plot.GraphSurface
 
toString() - Method in class uk.ac.starlink.ttools.plot.MarkShape
 
toString() - Method in class uk.ac.starlink.ttools.plot.MarkStyle.Line
 
toString(double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Returns a string giving the contents of an arbitrary length vector.
toString() - Method in class uk.ac.starlink.ttools.plot.Range
 
toString(Object) - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
 
toString(Object) - Method in class uk.ac.starlink.ttools.plottask.DashParameter
 
toString(Object) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
Translates a possible option value of this parameter into a string which represents it as a string value.
toString() - Method in class uk.ac.starlink.ttools.plottask.PaintMode
 
toUpperCase(String) - Static method in class uk.ac.starlink.ttools.func.Strings
Returns an uppercased version of a string.
transformErrors(Plot3D.Transformer3D, Plot3D.RangeChecker, boolean[], double[][], double[], double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Plot3D
Transforms errors from the form they assume in input data (offsets to a central data point in data space) to a set of absolute coordinates of points in the transformed graphics space.
transformErrors(Point, double[], double[][], PlotSurface, int[], int[]) - Static method in class uk.ac.starlink.ttools.plot.ScatterPlot
Transforms error bounds from data space to graphics space.
translate(String) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
Turns a value specification into a constant object which can be used at evaluation time to reference a particular quantity to evaluate.
TranslatedPixellator - Class in uk.ac.starlink.ttools.plot
Pixellator which modifies the behaviour of a base Pixellator by translating it on the XY plane.
TranslatedPixellator(Pixellator, int, int) - Constructor for class uk.ac.starlink.ttools.plot.TranslatedPixellator
Constructor.
TRANSPARENCY - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Scales alpha channel by parameter value.
TransposeFilter - Class in uk.ac.starlink.ttools.filter
Processing filter which transposes a table.
TransposeFilter() - Constructor for class uk.ac.starlink.ttools.filter.TransposeFilter
Constructor.
TrHandler - Class in uk.ac.starlink.ttools.lint
Element handler for TR element.
TrHandler() - Constructor for class uk.ac.starlink.ttools.lint.TrHandler
 
trim(String) - Static method in class uk.ac.starlink.ttools.func.Strings
Trims whitespace from both ends of a string.
truncateDescription() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
Truncates this parameter's description to its first sentence.
tweakColor(Color) - Method in interface uk.ac.starlink.ttools.plot.ColorTweaker
Returns a tweaked version of the submitted colour.
tweakColor(float[]) - Method in interface uk.ac.starlink.ttools.plot.ColorTweaker
Adjusts in place an array representing the sRGB components of a colour.
tweakColor(float[]) - Method in class uk.ac.starlink.ttools.plot.ShaderTweaker
 
tweakColor(Color) - Method in class uk.ac.starlink.ttools.plot.ShaderTweaker
 
typeValue(Environment) - Method in class uk.ac.starlink.ttools.join.Match1TypeParameter
Returns the value of this parameter as a Match1Type object.

U

UCD_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
UCD_PREFIX - Static variable in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
A string to prefix to a UCD string to indicate the column/parameter with that UCD.
UCDDESC_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
uk.ac.starlink.ttools - package uk.ac.starlink.ttools
Command-line tools for table manipulation.
uk.ac.starlink.ttools.cea - package uk.ac.starlink.ttools.cea
Classes for autogeneration of CEA app-description file(s).
uk.ac.starlink.ttools.cone - package uk.ac.starlink.ttools.cone
 
uk.ac.starlink.ttools.convert - package uk.ac.starlink.ttools.convert
 
uk.ac.starlink.ttools.copy - package uk.ac.starlink.ttools.copy
Implementation classes for VOTable copying tool (votcopy).
uk.ac.starlink.ttools.filter - package uk.ac.starlink.ttools.filter
 
uk.ac.starlink.ttools.func - package uk.ac.starlink.ttools.func
Classes containing static public members designed for use in JEL expresssions entered by the user at runtime.
uk.ac.starlink.ttools.gui - package uk.ac.starlink.ttools.gui
 
uk.ac.starlink.ttools.jel - package uk.ac.starlink.ttools.jel
 
uk.ac.starlink.ttools.join - package uk.ac.starlink.ttools.join
 
uk.ac.starlink.ttools.lint - package uk.ac.starlink.ttools.lint
Implementation classes for VOTable linter tool (votlint).
uk.ac.starlink.ttools.mode - package uk.ac.starlink.ttools.mode
 
uk.ac.starlink.ttools.plot - package uk.ac.starlink.ttools.plot
 
uk.ac.starlink.ttools.plottask - package uk.ac.starlink.ttools.plottask
 
uk.ac.starlink.ttools.server - package uk.ac.starlink.ttools.server
 
uk.ac.starlink.ttools.task - package uk.ac.starlink.ttools.task
 
unconvert(Object) - Method in class uk.ac.starlink.ttools.convert.Iso8601Converter
 
unconvert(Object) - Method in class uk.ac.starlink.ttools.convert.SexagesimalToDegrees
 
unconvert(Object) - Method in interface uk.ac.starlink.ttools.convert.ValueConverter
Performs a reverse conversion, from the output type to the input type.
UniqueFilter - Class in uk.ac.starlink.ttools.filter
Filters out rows which are identical in some or all columns.
UniqueFilter() - Constructor for class uk.ac.starlink.ttools.filter.UniqueFilter
 
unit(int) - Static method in class uk.ac.starlink.ttools.plot.Matrices
Returns a unit vector along an indicated axis.
UNIT_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
 
UnivariateStats - Class in uk.ac.starlink.ttools.filter
Calculates univariate statistics for a variable.
UnivariateStats() - Constructor for class uk.ac.starlink.ttools.filter.UnivariateStats
 
unixMillisToMjd(long) - Static method in class uk.ac.starlink.ttools.convert.Iso8601Converter
Converts from milliseconds since the Unix epoch (1970-01-01T00:00:00) to a modified Julian date value
unixMillisToMjd(long) - Static method in class uk.ac.starlink.ttools.func.Times
Converts from milliseconds since the Unix epoch (1970-01-01T00:00:00) to a modified Julian date value
unpackRgba(int, float[]) - Static method in class uk.ac.starlink.ttools.plot.PlotVolume
Utility method to convert an RGBA integer into a float[] array.
UPPER - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Upper error bound only.
UPPER_EXTENT - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
Extent describing errors only higher than the point value.
UTYPE_PREFIX - Static variable in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
A string to prefix to a Utype string to indicate the column/parameter with that Utype.

V

V10 - Static variable in class uk.ac.starlink.ttools.lint.LintContext
VOTABLE element version attribute value representing version 1.0.
V11 - Static variable in class uk.ac.starlink.ttools.lint.LintContext
VOTABLE element version attribute value representing version 1.1.
ValueConverter - Interface in uk.ac.starlink.ttools.convert
Defines a conversion from one data type to another.
ValueInfoMapGroupTable - Class in uk.ac.starlink.ttools.filter
StarTable implementation built on a MapGroup whose keys are ValueInfo objects representing columns of the table.
ValueParser - Class in uk.ac.starlink.ttools.lint
Object which knows how to interpret the values associated with a FIELD or PARAM object.
ValueParser() - Constructor for class uk.ac.starlink.ttools.lint.ValueParser
 
VariableMapperTask - Class in uk.ac.starlink.ttools.task
MapperTask which allows a variable number of input tables, fixed at runtime using an integer parameter.
VariableMapperTask(String, ProcessingMode, boolean, TableMapper, boolean) - Constructor for class uk.ac.starlink.ttools.task.VariableMapperTask
Constructor.
VectorSortPlotVolume - Class in uk.ac.starlink.ttools.plot
PlotVolume implementation which accumulates all points to plot and then plots them by drawing, suitable for a vector-like context.
VectorSortPlotVolume(Component, Graphics, MarkStyle[], double, int[], double, DataColorTweaker) - Constructor for class uk.ac.starlink.ttools.plot.VectorSortPlotVolume
Constructor.
VEGA_AB_H - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Vega (as in 2MASS) and AB magnitudes in H band.
VEGA_AB_J - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Vega (as in 2MASS) and AB magnitudes in J band.
VEGA_AB_K - Static variable in class uk.ac.starlink.ttools.func.Fluxes
Approximate offset between Vega (as in 2MASS) and AB magnitudes in K band.
VERSION_RESOURCE - Static variable in class uk.ac.starlink.ttools.Stilts
 
VersionChecker - Class in uk.ac.starlink.ttools.lint
Attribute checker for the VOTABLE element's version attribute.
VersionChecker() - Constructor for class uk.ac.starlink.ttools.lint.VersionChecker
 
VOT_VERSIONS - Static variable in class uk.ac.starlink.ttools.lint.LintContext
VOTable element version values representing known versions.
VotCopy - Class in uk.ac.starlink.ttools.task
Task which Copies a VOTable XML document intact but with control over the DATA encoding type.
VotCopy() - Constructor for class uk.ac.starlink.ttools.task.VotCopy
Constructor.
VotCopyHandler - Class in uk.ac.starlink.ttools.copy
SAX content handler which takes SAX events and converts them to an output stream in a VOTable-sensitive way.
VotCopyHandler(boolean, DataFormat, boolean, String, boolean, StoragePolicy) - Constructor for class uk.ac.starlink.ttools.copy.VotCopyHandler
Constructor.
VotLint - Class in uk.ac.starlink.ttools.task
Task which performs VOTable checking.
VotLint() - Constructor for class uk.ac.starlink.ttools.task.VotLint
 

W

waitForIdFromName(String, long) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
Blocks until a client with a given name is regstered, and then returns its client ID.
waitForResponse(String) - Method in class uk.ac.starlink.ttools.mode.ClientRegWatcher
Blocks until a response with a given tag is received, then returns that response.
warning(String) - Method in class uk.ac.starlink.ttools.lint.ElementHandler
Writes a warning message through the context.
warning(SAXParseException) - Method in class uk.ac.starlink.ttools.lint.LintContentHandler
 
warning(String) - Method in class uk.ac.starlink.ttools.lint.LintContext
Write a warning message to the user.
warning(String) - Method in class uk.ac.starlink.ttools.lint.ValueParser
Writes a warning mesage to the user.
WHITE_BLACK - Static variable in class uk.ac.starlink.ttools.plot.Shaders
Interpolates between white (0) and black (1).
WordParser - Interface in uk.ac.starlink.ttools.task
Defines a parser which can turn a string into some other value.
WordsParameter - Class in uk.ac.starlink.ttools.task
Parameter which can split its value up into an array of words.
WordsParameter(String) - Constructor for class uk.ac.starlink.ttools.task.WordsParameter
Constructor.
wordsValue(Environment) - Method in class uk.ac.starlink.ttools.task.WordsParameter
Returns the value of this parameter as an array of words.
wrap(StarTable) - Method in class uk.ac.starlink.ttools.filter.CacheFilter
 
wrap(StarTable) - Method in class uk.ac.starlink.ttools.filter.CheckFilter
 
wrap(StarTable) - Method in interface uk.ac.starlink.ttools.filter.ProcessingStep
Performs a table filtering step.
wrap(StarTable) - Method in class uk.ac.starlink.ttools.filter.ProgressFilter
 
wrap(StarTable) - Method in class uk.ac.starlink.ttools.filter.RandomFilter
 
wrap(StarTable) - Method in class uk.ac.starlink.ttools.filter.SequentialFilter
 
WrapperPlotData - Class in uk.ac.starlink.ttools.plot
PlotData implementation based on an existing PlotData object.
WrapperPlotData(PlotData) - Constructor for class uk.ac.starlink.ttools.plot.WrapperPlotData
Constructor.
WrapperPointSequence - Class in uk.ac.starlink.ttools.plot
PointSequence implementation based on an existing PointSequence object.
WrapperPointSequence(PointSequence) - Constructor for class uk.ac.starlink.ttools.plot.WrapperPointSequence
Constructor.
writeContent() - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Performs the implementation-specific output of XML elements.
writeContent() - Method in class uk.ac.starlink.ttools.cea.ImplementationCeaWriter
 
writeContent() - Method in class uk.ac.starlink.ttools.cea.ServiceCeaWriter
 
writeDataElement(StarTable) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
Outputs a DATA element representing a table to the destination stream according to the current settings.
writeDocument() - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Writes the configuration XML document.
writeInterfaces() - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Writes an Interfaces element suitable for use with CEA.
writeParameters() - Method in class uk.ac.starlink.ttools.cea.CeaWriter
Writes a Parameters element suitable for use with CEA.

X

X - Static variable in class uk.ac.starlink.ttools.plot.AxisLabeller
Tick style suitable for X axis labels.
XmlEncodingParameter - Class in uk.ac.starlink.ttools.task
Parameter which describes one of the available XML encodings (UTF-8 etc).
XmlEncodingParameter(String) - Constructor for class uk.ac.starlink.ttools.task.XmlEncodingParameter
 
XYStats - Class in uk.ac.starlink.ttools.plot
Calculates X-Y correlation statistics.
XYStats(boolean, boolean) - Constructor for class uk.ac.starlink.ttools.plot.XYStats
Constructs a new correlation statistics calculator.

Y

Y - Static variable in class uk.ac.starlink.ttools.plot.AxisLabeller
Tick style suitable for Y axis labels.

Z

ZBufferPlotVolume - Class in uk.ac.starlink.ttools.plot
PlotVolume which uses a Z-buffer to keep track of which pixels are in front.
ZBufferPlotVolume(Component, Graphics, MarkStyle[], double, int[], double, boolean, DataColorTweaker, ZBufferPlotVolume.Workspace) - Constructor for class uk.ac.starlink.ttools.plot.ZBufferPlotVolume
Constructs a new plot volume.
ZBufferPlotVolume.Workspace - Class in uk.ac.starlink.ttools.plot
Opaque workspace object for use with ZBufferPlotVolume instances.
ZBufferPlotVolume.Workspace() - Constructor for class uk.ac.starlink.ttools.plot.ZBufferPlotVolume.Workspace
 
zToAge(double) - Static method in class uk.ac.starlink.ttools.func.Distances
Quick and dirty function for converting from redshift to time.
zToDist(double) - Static method in class uk.ac.starlink.ttools.func.Distances
Quick and dirty function for converting from redshift to distance.

_

_zoom(int, int) - Method in class uk.ac.starlink.ttools.plot.PtPlotSurface
 

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 _

Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.