- CachedColumn - Interface in uk.ac.starlink.ttools.plot2.data
-
Defines storage for a vector of data.
- CachedColumnFactory - Interface in uk.ac.starlink.ttools.plot2.data
-
Defines a capability for storing vectors of typed data.
- CachedDataStoreFactory - Class in uk.ac.starlink.ttools.plot2.data
-
DataStoreFactory implementation that reads columns and caches them
for later use.
- CachedDataStoreFactory(CachedColumnFactory) - Constructor for class uk.ac.starlink.ttools.plot2.data.CachedDataStoreFactory
-
Constructor.
- CachedReader - Interface in uk.ac.starlink.ttools.plot2.data
-
Accessor for stored values.
- 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
-
- cacheImage(GraphicsConfiguration, Color) - Method in class uk.ac.starlink.ttools.plot.PictureImageIcon
-
Forces creation of a cached image for display.
- CacheRowPipe - Class in uk.ac.starlink.ttools.calc
-
RowPipe implementation which caches the data to provide a random-access
StarTable.
- CacheRowPipe() - Constructor for class uk.ac.starlink.ttools.calc.CacheRowPipe
-
Constructor.
- Calc - Class in uk.ac.starlink.ttools.task
-
Task to do static calculations.
- Calc() - Constructor for class uk.ac.starlink.ttools.task.Calc
-
- calculate(Object[]) - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
Performs the calculations which populate the columns of this table.
- calculateAuxRanges(AuxScale[], PlotLayer[], Surface, Object[], DataStore) - Static method in class uk.ac.starlink.ttools.plot2.AuxScale
-
Fills in range information for a submitted list of AuxScale objects
from the data in a given list of layers.
- calculateBinPlan(Surface, DataGeom, Map<AuxScale, Range>, DataStore, DataSpec, Object[]) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Calculates an opaque object which contains the drawing of this
outliner represented as an array of bins, one per pixel.
- calculateBinPlan(Surface, DataGeom, Map<AuxScale, Range>, DataStore, DataSpec, Object[]) - Method in class uk.ac.starlink.ttools.plot2.layer.PixOutliner
-
- calculateBounds(PlotData, PlotState) - Method in class uk.ac.starlink.ttools.plot.Histogram
-
- 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(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(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.
- calculateColumns(S, StarTable, TableSink) - Method in interface uk.ac.starlink.ttools.calc.ColumnCalculator
-
Performs the calculation.
- calculateColumns(S, StarTable, TableSink) - Method in class uk.ac.starlink.ttools.calc.MultiServiceColumnCalculator
-
- 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.
- calculateDataBounds(Rectangle, Padding, SurfaceFactory<P, A>, P, A, boolean, Icon, float[], String, ShadeAxis) - Static method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Determines the bounds for the data part of a plot given its
external dimensions and other information about it.
- calculateDataInsets(Rectangle, SurfaceFactory<P, A>, P, A, boolean, Icon, float[], String, ShadeAxis, int) - Static method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Determines the required insets for a plot to accommodate
axis annotations etc.
- 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.
- calculateErrorVectors(double, double, double, double[], double[]) - Static method in class uk.ac.starlink.ttools.plot2.layer.PlaneCorrelationCoordSet
-
Calculates the vectors defining an error ellipse from the
errors on each axis and a correlation value.
- calculateLevels(NumberArray, int, double, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.LevelMode
-
Calculates the contour levels for a given data array.
- calculateMedianAbsoluteDeviation(QuantCalc) - Static method in class uk.ac.starlink.ttools.filter.QuantCalc
-
Calculates the median absolute deviation of the statistics
accumulated by a QuantCalc.
- calculatePixelPlan(Object[], Axis, int, DataSpec, DataStore) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Calculates the plan object for this plotter.
- calculatePlan(Object[], DataStore) - Method in interface uk.ac.starlink.ttools.plot2.Drawing
-
Performs preparation for the actual drawing.
- calculatePlan(Object[], DataStore) - Method in class uk.ac.starlink.ttools.plot2.layer.UnplannedDrawing
-
Returns null.
- calculatePointCloudPlan(PointCloud, Surface, DataStore, Object[]) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinPlan
-
Returns a BinPlan instance which reports where on a grid points
in a PointCloud have landed.
- calculateRow(Object[]) - Method in interface uk.ac.starlink.ttools.calc.ServiceOperation
-
Calculates the output tuple for a given input tuple.
- calculateTicks(double[][][], String[], Rectangle) - Method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
Returns a list of ticks for labelling lines produced by a
GridLiner.
- calculateValue(double[]) - Method in interface uk.ac.starlink.ttools.plot2.layer.QuantileCombiner.Quantiler
-
Calculates the output (typically, but not necessarily, quantile)
value from a sorted list of submitted data values.
- Calculator - Class in uk.ac.starlink.ttools.example
-
Minimal example of invoking a stilts task programmatically
using the parameter system.
- Calculator() - Constructor for class uk.ac.starlink.ttools.example.Calculator
-
- CalculatorColumnSupplement - Class in uk.ac.starlink.ttools.filter
-
ColumnSupplement whose columns are derived by calculating values
based on all the columns of another table.
- CalculatorColumnSupplement(ColumnSupplement, ColumnInfo[]) - Constructor for class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
Constructor.
- canBoundMatch() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
-
- canImport(DataFlavor) - Method in class uk.ac.starlink.ttools.example.AllWiseTableBuilder
-
- canImport(DataFlavor) - Method in class uk.ac.starlink.ttools.example.TwoMassPscTableBuilder
-
- CAPABILITIES_URI - Static variable in class uk.ac.starlink.ttools.taplint.IvoaSchemaResolver
-
Namespace URI for VOSI capabilities schema.
- CapabilityHolder - Interface in uk.ac.starlink.ttools.taplint
-
Provides TAP service capability information.
- CapabilityStage - Class in uk.ac.starlink.ttools.taplint
-
Stage for checking content of TAPRegExt capability metadata.
- CapabilityStage() - Constructor for class uk.ac.starlink.ttools.taplint.CapabilityStage
-
- capitalise(String) - Static method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Uppercases the first letter of a string.
- Captioner - Interface in uk.ac.starlink.ttools.plot2
-
Can paint a text string onto a graphics context in horizontal orientation.
- CAPTIONER - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key set for axis and general captioner.
- CAPTIONER_KEYSET - Static variable in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
Config key set for configuring text font.
- CaptionerKeySet - Class in uk.ac.starlink.ttools.plot2.config
-
ConfigKeySet for specifying a captioner.
- CaptionerKeySet() - Constructor for class uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
-
Constructor.
- captionTransform(Rectangle, int) - Method in class uk.ac.starlink.ttools.plot2.Orientation
-
Returns a transformation suitable for writing axis captions.
- CAR1 - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
Cartesian projection.
- CARET - Static variable in class uk.ac.starlink.ttools.task.LineEnder
-
Caret followed by carriage return (DOS CMD).
- CartesianErrorCoordSet - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointCoordSet for bidirectional errors in Cartesian data coordinates.
- CartesianErrorCoordSet(String[], int[]) - Constructor for class uk.ac.starlink.ttools.plot2.layer.CartesianErrorCoordSet
-
Constructor.
- 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.
- CartesianVectorCoordSet - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointCoordSet for vectors in Cartesian data coordinates.
- CartesianVectorCoordSet(String[]) - Constructor for class uk.ac.starlink.ttools.plot2.layer.CartesianVectorCoordSet
-
Constructor.
- cast(Object) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Converts an object to the value type of this key.
- 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
-
- CdsUploadMatcher - Class in uk.ac.starlink.ttools.cone
-
UploadMatcher implementation for the CDS Xmatch service.
- CdsUploadMatcher(URL, String, double, ServiceFindMode, ContentCoding) - Constructor for class uk.ac.starlink.ttools.cone.CdsUploadMatcher
-
Constructor.
- CdsUploadMatcher.VizierMeta - Class in uk.ac.starlink.ttools.cone
-
Metadata provided for Vizier tables by the CDS Xmatch service.
- CdsUploadSkyMatch - Class in uk.ac.starlink.ttools.task
-
Upload matcher that uses CDS's Xmatch service.
- CdsUploadSkyMatch() - Constructor for class uk.ac.starlink.ttools.task.CdsUploadSkyMatch
-
Constructor.
- 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.
- center(Icon, Point) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Utility function to center a symmetric icon at a point.
- center1d(Icon, boolean, Point, Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Utility function to center one of the 1-dimensional zoom icons
about a given point on its axis.
- CGI_MODE - Static variable in class uk.ac.starlink.ttools.plottask.PaintMode
-
Mode used for standard output in CGI form.
- 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.SquashAttributeHandler
-
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Called when character content is found in the element.
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.FudgeNamespaceContentHandler
-
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.StreamHandler
-
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.TdHandler
-
- characters(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- check(String, ElementHandler) - Method in interface uk.ac.starlink.ttools.votlint.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.votlint.DeprecatedAttChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.IDChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.NameChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.ParamHandler.ValueChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.RefChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.TableHandler.NrowsChecker
-
- check(String, ElementHandler) - Method in class uk.ac.starlink.ttools.votlint.VersionChecker
-
- checkCapabilities(Reporter, URL) - Static method in class uk.ac.starlink.ttools.taplint.CapabilityStage
-
Performs validation checks on a TAPRegExt document at a given URL.
- 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(VotLintContext, String, ElementRef, ElementRef) - Method in class uk.ac.starlink.ttools.votlint.RefChecker
-
Checks that an IDREF->ID arc is sensible.
- checkLink(VotLintContext, ElementRef, ElementRef) - Method in class uk.ac.starlink.ttools.votlint.FieldRefChecker
-
- checkStream(InputStream) - Method in class uk.ac.starlink.ttools.votlint.ValueParser
-
Checks the value of a table element which is encoded in a BINARY
stream.
- checkString(String) - Method in class uk.ac.starlink.ttools.votlint.ValueParser
-
Checks the value of a string which contains the value.
- checkType(Reporter, String, URL) - Method in class uk.ac.starlink.ttools.taplint.ContentType
-
Checks a declared Content-Type string against the permitted
values for this object.
- ChoiceConfigKey<T> - Class in uk.ac.starlink.ttools.plot2.config
-
ConfigKey that allows named choices from a given list,
and optionally provides other ways of specifying values
from string descriptions.
- ChoiceConfigKey(ConfigMeta, Class<T>, T, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.config.ChoiceConfigKey
-
Constructor.
- 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.
- ChooserColorSpecifier - Class in uk.ac.starlink.ttools.plot2.config
-
SpecifierPanel subclass that uses a JColorChooser to specify a colour.
- ChooserColorSpecifier(Color) - Constructor for class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
Constructs a specifier based on a given default colour.
- ChooserColorSpecifier(JColorChooser) - Constructor for class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
Constructs a specifier based on a given JColorChooser.
- CLASS_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
-
- classDocFile(File, ClassDoc) - Static method in class uk.ac.starlink.ttools.build.HtmlDoclet
-
Returns the file used to store documentation about a class.
- 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.
- CLASSIC_COLORS - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- 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.
- clear() - Method in interface uk.ac.starlink.ttools.plot2.paper.Compositor.Buffer
-
Clears all samples from this buffer.
- 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
-
- clearPlot() - Method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Clears the current cached plot image, if any, so that regeneration
of the image from the data is forced when the next paint operation
is performed; otherwise it may be copied from a cached image.
- clearValue(Parameter) - Method in class uk.ac.starlink.ttools.task.AddEnvironment
-
- clearValue(Parameter) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
- click(Surface, Point, int, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeNavigator
-
- click(Surface, Point, int, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneNavigator
-
- click(Surface, Point, int, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.SkyNavigator
-
- click(Surface, Point, int, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeNavigator
-
- click(Surface, Point, int, Iterable<double[]>) - Method in interface uk.ac.starlink.ttools.plot2.Navigator
-
Mouse click gesture.
- CLICK_1 - Static variable in class uk.ac.starlink.ttools.plot2.Gesture
-
Click mouse button 1.
- CLICK_2 - Static variable in class uk.ac.starlink.ttools.plot2.Gesture
-
Click mouse button 2.
- CLICK_3 - Static variable in class uk.ac.starlink.ttools.plot2.Gesture
-
Click mouse button 3.
- CLICK1 - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
-
- CLICK2 - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
-
- CLICK3 - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
-
- 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.
- clip(Pixer, Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixers
-
Returns a clipped version of a given pixel iterator whose extent
is not known.
- clip(Pixer, Rectangle, int, int, int, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixers
-
Returns a clipped version of a given pixel iterator whose extent
is known.
- ClippedShader - Interface in uk.ac.starlink.ttools.plot2.config
-
Aggregates a Shader with a Subrange.
- clipRange(Range, Range, Subrange, boolean) - Static method in class uk.ac.starlink.ttools.plot2.AuxScale
-
Amalgamates range requirements for a single scale to return the
actual range to use.
- 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.cone.ServiceConeSearcher
-
- close() - Method in class uk.ac.starlink.ttools.cone.SiaConeSearcher
-
- close() - Method in class uk.ac.starlink.ttools.cone.SsaConeSearcher
-
- 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
-
- codingValue(Environment) - Method in class uk.ac.starlink.ttools.task.ContentCodingParameter
-
Returns the content coding instance indicated by the current
value of this parameter.
- COEFFS_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
Report key for coefficients of linear fit (2 element array (c, m)).
- COLOR - Static variable in class uk.ac.starlink.ttools.plot2.AuxScale
-
AuxRange object used for the standard colour scaling axis.
- COLOR - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for style colour.
- COLOR_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
Config key for grid line colour.
- COLOR_WHEEL - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
-
- ColorComboBox - Class in uk.ac.starlink.ttools.gui
-
Combo box for selecting colours.
- ColorComboBox() - Constructor for class uk.ac.starlink.ttools.gui.ColorComboBox
-
Constructs a colour selector with a default set of colours.
- ColorComboBox(Color[]) - Constructor for class uk.ac.starlink.ttools.gui.ColorComboBox
-
Constructs a colour selector with a given set of colours.
- ColorConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
ConfigKey for selecting colours.
- ColorConfigKey(ConfigMeta, String, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Constructs a config key using the default colour option list.
- ColorConfigKey(ConfigMeta, String, boolean, Map<String, Color>) - Constructor for class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Constructs a config key using a supplied colour option list.
- COLORNAME_BLACK - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Standard colour name for black.
- COLORNAME_GREY - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Standard colour name for grey.
- COLORNAME_LIGHTGREY - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Standard colour name for light grey.
- COLORNAME_RED - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Standard colour name for red.
- 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.
- ColumnCalculator<S> - Interface in uk.ac.starlink.ttools.calc
-
Defines an object which can calculate new columns for a table given
a fixed set of input columns and some additional configuration.
- ColumnCalculatorFilter<S> - Class in uk.ac.starlink.ttools.calc
-
ProcessingFilter implementation superclass which adds to a table
columns produced by a ColumnCalculator.
- ColumnCalculatorFilter(String, String, ColumnCalculator<S>) - Constructor for class uk.ac.starlink.ttools.calc.ColumnCalculatorFilter
-
Constructor.
- ColumnDataSpec - Class in uk.ac.starlink.ttools.plot2.task
-
DataSpec implementation that simply selects columns by index from
an input table.
- ColumnDataSpec(StarTable, Coord[], int[][]) - Constructor for class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
Constructor.
- 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.
- ColumnMetadataStage - Class in uk.ac.starlink.ttools.taplint
-
Validation stage which checks all actual results (SELECT *) against
declared metadata.
- ColumnMetadataStage(TapRunner, MetadataHolder, int) - Constructor for class uk.ac.starlink.ttools.taplint.ColumnMetadataStage
-
Constructor.
- ColumnPlan - Interface in uk.ac.starlink.ttools.cone
-
Describes the arrangement of columns in the output table based on
the columns in the upload and raw result tables.
- 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.
- ColumnSupplement - Interface in uk.ac.starlink.ttools.filter
-
Defines additional column metadata and data for supplementing the
existing columns in a StarTable.
- CombinationConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
Config key that can select zero or more items from a short fixed list.
- CombinationConfigKey(ConfigMeta, boolean[], String[], String) - Constructor for class uk.ac.starlink.ttools.plot2.config.CombinationConfigKey
-
Constructs an instance with a specified default.
- CombinationConfigKey(ConfigMeta, String[]) - Constructor for class uk.ac.starlink.ttools.plot2.config.CombinationConfigKey
-
Constructs an instance where all the default inclusion flags are true
and a null value is not permitted.
- 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.
- Combiner - Class in uk.ac.starlink.ttools.plot2.layer
-
Defines the combination mode for accumulating values into a bin.
- Combiner(String, String, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Constructor.
- COMBINER - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for density map combination.
- COMBINER_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter
-
ConfigKey for degrading combiner.
- Combiner.Container - Interface in uk.ac.starlink.ttools.plot2.layer
-
Defines an object that can be used to accumulate values and
retrieve a result.
- ComboBoxSpecifier<V> - Class in uk.ac.starlink.ttools.plot2.config
-
Typed specifier for selecting options from a combo box.
- ComboBoxSpecifier(Collection<V>) - Constructor for class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
Constructs a specifier selecting from a given collection of options.
- ComboBoxSpecifier(JComboBox) - Constructor for class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
Constructs a specifier with a given combo box and default options.
- ComboBoxSpecifier(JComboBox, boolean, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
Constructs a specifier with a given combo box, and optional custom
labelling and setting restrictions.
- ComboBoxSpecifier(V[]) - Constructor for class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
Constructs a specifier selecting from a given array of options.
- comment(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.SquashAttributeHandler
-
- comment(char[], int, int) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- comment(char[], int, int) - Method in class uk.ac.starlink.ttools.votlint.VotLintEntityResolver
-
- 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.
- compact() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList.Result
-
Returns a Result instance with behaviour the same as this one,
but with implementation optimised for long-term storage.
- 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
.
- CompareMetadataStage - Class in uk.ac.starlink.ttools.taplint
-
Validation stage for checking that two sets of table metadata
(presumably obtained via different routes) are equivalent to each other.
- CompareMetadataStage(String, String, MetadataHolder, MetadataHolder) - Constructor for class uk.ac.starlink.ttools.taplint.CompareMetadataStage
-
Constructor.
- compareTo(Object) - Method in class uk.ac.starlink.ttools.plot.Corner
-
Defines some arbitrary but consistent ordering of corners.
- compatibleDataTypes(String, String) - Static method in class uk.ac.starlink.ttools.taplint.CompareMetadataStage
-
Indicates whether two datatypes are compatible with each other.
- compile(Library, StarTable, String) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
-
Compiles an expression in the context of a given table.
- 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.
- compileQuantity(Library, StarTableJELRowReader, String, Class) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
-
Compiles an expression in the context of a table reader to give
a JELQuantity.
- completionCase(String, String[]) - Static method in class uk.ac.starlink.ttools.build.BashComplete
-
- completionCase(String, Collection) - Static method in class uk.ac.starlink.ttools.build.BashComplete
-
- CompositePaperType2D - Class in uk.ac.starlink.ttools.plot2.paper
-
Bitmapped 2D PaperType which can render any combination of coloured,
opaque and transparent pixels.
- CompositePaperType2D(Compositor) - Constructor for class uk.ac.starlink.ttools.plot2.paper.CompositePaperType2D
-
Constructor.
- Compositor - Class in uk.ac.starlink.ttools.plot2.paper
-
Represents an algorithm for combining multiple RGBA values to produce
a single RGBA value.
- Compositor() - Constructor for class uk.ac.starlink.ttools.plot2.paper.Compositor
-
- Compositor.BoostCompositor - Class in uk.ac.starlink.ttools.plot2.paper
-
Compositor with boosted saturation.
- Compositor.Buffer - Interface in uk.ac.starlink.ttools.plot2.paper
-
Buffer of pixels on which compositing operations can be performed.
- CompositorParameter - Class in uk.ac.starlink.ttools.plot2.task
-
Parameter for selecting a Compositor.
- CompositorParameter(String) - Constructor for class uk.ac.starlink.ttools.plot2.task.CompositorParameter
-
Constructor.
- concat(Object...) - Static method in class uk.ac.starlink.ttools.func.Strings
-
Concatenates multiple values into a string.
- concatLines(String[]) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Concatentates lines, adding a newline character at the end of each.
- condition(boolean[], double, double) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Maps a boolean array to a numeric array by using supplied numeric
values to represent true and false values from the input array.
- 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
-
- 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, ConeErrorPolicy, TableProducer, QuerySequenceFactory, boolean) - Constructor for class uk.ac.starlink.ttools.cone.ConeMatcher
-
Convenience constructor which selects default values for most options.
- ConeMatcher(ConeSearcher, ConeErrorPolicy, TableProducer, QuerySequenceFactory, boolean, Coverage, boolean, boolean, int, String, String, JoinFixAction, JoinFixAction) - Constructor for class uk.ac.starlink.ttools.cone.ConeMatcher
-
Full-functioned constructor.
- ConeMatcher.ConeWorker - Class in uk.ac.starlink.ttools.cone
-
Object which produces the result table.
- ConeQueryCoverage - Class in uk.ac.starlink.ttools.cone
-
Coverage implementation giving the area defined by a sequence of
positional (cone search-like) queries.
- ConeQueryCoverage(ConeQueryRowSequence, double) - Constructor for class uk.ac.starlink.ttools.cone.ConeQueryCoverage
-
Constructor.
- ConeQueryRowSequence - Interface in uk.ac.starlink.ttools.cone
-
RowSequence sub-interface which additionally defines methods for
retrieving RA, Dec search radius and row index 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 or similar.
- 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.
- ConfigException - Exception in uk.ac.starlink.ttools.plot2.config
-
Exception thrown when a configuration input value is not suitable.
- ConfigException(ConfigKey<?>, String, Throwable) - Constructor for exception uk.ac.starlink.ttools.plot2.config.ConfigException
-
Constructor with chained exception.
- ConfigException(ConfigKey, String) - Constructor for exception uk.ac.starlink.ttools.plot2.config.ConfigException
-
Constructor.
- ConfigKey<T> - Class in uk.ac.starlink.ttools.plot2.config
-
Typed key for use in a ConfigMap.
- ConfigKey(ConfigMeta, Class<T>, T) - Constructor for class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Constructor.
- configLimits(ConfigKey<Double>, ConfigKey<Double>, double, double, int) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Utility method to set a minimum/maximum config key pair
to a given pair of minimum/maximum values.
- ConfigMap - Class in uk.ac.starlink.ttools.plot2.config
-
Map containing typed configuration keys.
- ConfigMap() - Constructor for class uk.ac.starlink.ttools.plot2.config.ConfigMap
-
Constructs an empty map.
- ConfigMap(ConfigMap) - Constructor for class uk.ac.starlink.ttools.plot2.config.ConfigMap
-
Copy constructor.
- ConfigMeta - Class in uk.ac.starlink.ttools.plot2.config
-
Contains metadata about configuration items.
- ConfigMeta(String, String) - Constructor for class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Constructor.
- ConfigParameter<T> - Class in uk.ac.starlink.ttools.plot2.task
-
Typed parameter subclass intended to get the value for a ConfigKey.
- ConfigParameter(ConfigKey<T>) - Constructor for class uk.ac.starlink.ttools.plot2.task.ConfigParameter
-
Constructs an un-suffixed config parameter.
- 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, VotLintContext) - Method in class uk.ac.starlink.ttools.votlint.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.
- configureParams(Environment, Parameter) - Method in interface uk.ac.starlink.ttools.cone.Coner
-
Provides this object with a chance to perform custom configuration
on certain general cone search parameters.
- configureParams(Environment, Parameter) - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
-
- configureParams(Environment, Parameter) - Method in class uk.ac.starlink.ttools.cone.JdbcConer
-
- 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.
- CONST_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
Report key for fitted multiplicative constant.
- Constant - Interface in uk.ac.starlink.ttools.jel
-
Defines a typed value.
- CONSTANT_NODE - Static variable in class uk.ac.starlink.ttools.gui.ResourceIcon
-
- 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 class uk.ac.starlink.ttools.mode.SwingMode
-
- 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
-
- consumerValue(Environment) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
-
- 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.
- ContentCodingParameter - Class in uk.ac.starlink.ttools.task
-
Parameter for configuring HTTP-level compression.
- ContentCodingParameter() - Constructor for class uk.ac.starlink.ttools.task.ContentCodingParameter
-
Constructor.
- ContentType - Class in uk.ac.starlink.ttools.taplint
-
Defines a permitted class of MIME types.
- ContentType(String[]) - Constructor for class uk.ac.starlink.ttools.taplint.ContentType
-
Constructor.
- ContourPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter implementation that draws contours for a density map of points.
- ContourPlotter() - Constructor for class uk.ac.starlink.ttools.plot2.layer.ContourPlotter
-
Constructor.
- ContourStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style for contour plots.
- ContourStyle(Color, int, double, int, LevelMode) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Constructor.
- Conversions - Class in uk.ac.starlink.ttools.convert
-
Utility functions for converting between value types.
- Conversions - Class in uk.ac.starlink.ttools.func
-
Functions for converting between strings and numeric values.
- ConversionSpecifier<I,O> - Class in uk.ac.starlink.ttools.plot2.config
-
Specifier implementation that adapts an existing one to dispense
values of a different parameterised type.
- ConversionSpecifier(Specifier<I>) - Constructor for class uk.ac.starlink.ttools.plot2.config.ConversionSpecifier
-
Constructor.
- 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.
- convolve(double[]) - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1d
-
Applies this kernel to a data array.
- Coord - Interface in uk.ac.starlink.ttools.plot2.data
-
Defines a coordinate quantity in terms of both the user's view of it
and its representation for use in plotting.
- CoordGroup - Class in uk.ac.starlink.ttools.plot2.data
-
Expresses the content of a set of coordinates used for a plot layer,
and how to find the values of these coordinates from a corresponding
DataSpec.
- CoordsDegrees - Class in uk.ac.starlink.ttools.func
-
Functions for angle transformations and manipulations, with angles
generally in degrees.
- CoordsRadians - Class in uk.ac.starlink.ttools.func
-
Functions for angle transformations and manipulations, based on
radians rather than degrees.
- CoordValue - Class in uk.ac.starlink.ttools.plot2.task
-
Aggregates a coordinate specification and the expression strings
that give its values.
- CoordValue(Coord, String[]) - Constructor for class uk.ac.starlink.ttools.plot2.task.CoordValue
-
Constructor.
- 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.
- CORRELATION_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
Report key for product moment correlation coefficient.
- cos(double) - Static method in class uk.ac.starlink.ttools.func.Maths
-
Cosine of an angle.
- COS - Static variable in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Cosine kernel shape.
- COS2 - Static variable in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Cosine squared kernel shape.
- cosDeg(double) - Static method in class uk.ac.starlink.ttools.func.TrigDegrees
-
Cosine of an angle.
- cosh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
-
Hyperbolic cosine.
- count(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the number of non-blank elements in the array.
- Count() - Constructor for class uk.ac.starlink.ttools.example.AllWiseTableBuilder.Count
-
No-arg constructor.
- COUNT - Static variable in class uk.ac.starlink.ttools.plot.Corner
-
Number of corners in a cube (8).
- COUNT - Static variable in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Report the number of submitted values.
- countLines(DataSource) - Static method in class uk.ac.starlink.ttools.example.AllWiseTableBuilder
-
Counts the lines in the ASCII file at the given location.
- 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
-
- CountScaler - Class in uk.ac.starlink.ttools.plot2.layer
-
Scales integer count values according to a supplied Scaling object.
- CountScaler(Scaling, int, int) - Constructor for class uk.ac.starlink.ttools.plot2.layer.CountScaler
-
Constructor.
- countTrue(boolean[]) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the number of true elements in an array of boolean values.
- countTrue(boolean...) - Static method in class uk.ac.starlink.ttools.func.Lists
-
Returns the number of true values in a list of boolean arguments.
- Coverage - Class in uk.ac.starlink.ttools.func
-
Functions related to coverage and footprints.
- Coverage - Interface in uk.ac.starlink.ttools.cone
-
Defines coverage of a sky positional search service.
- Coverage.Amount - Enum in uk.ac.starlink.ttools.cone
-
Describes a type of coverage.
- CoverageQuerySequenceFactory - Class in uk.ac.starlink.ttools.cone
-
Wrapper QuerySequenceFactory that filters out elements outside of
a given coverage object.
- CoverageQuerySequenceFactory(QuerySequenceFactory, Coverage) - Constructor for class uk.ac.starlink.ttools.cone.CoverageQuerySequenceFactory
-
Constructor.
- 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.
- create2DPainter(Surface, DataGeom, Map<AuxScale, Range>, PaperType2D) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Creates a ShapePainter object for plotting onto 2-dimensional surfaces.
- create2DPainter(Surface, DataGeom, Map<AuxScale, Range>, PaperType2D) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm.SizeOutliner
-
- create2DPainter(Surface, DataGeom, Map<AuxScale, Range>, PaperType2D) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm.SizeXyOutliner
-
- create2dPanDecoration(CubeSurface, Point) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations3D
-
Returns a decoration suitable for a drag pan operation in the two
facing directions.
- create2dZoomDecoration(CubeSurface, Point, double, double) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations3D
-
Returns a decoration suitable for a drag zoom in the two facing
directions.
- create3DPainter(CubeSurface, DataGeom, Map<AuxScale, Range>, PaperType3D) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Creates a ShapePainter object for plotting onto 3-dimensional surfaces.
- create3DPainter(CubeSurface, DataGeom, Map<AuxScale, Range>, PaperType3D) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm.SizeOutliner
-
- create3DPainter(CubeSurface, DataGeom, Map<AuxScale, Range>, PaperType3D) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm.SizeXyOutliner
-
- createAction(Environment, StringParameter) - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter.Fixer
-
Returns a JoinFixAction corresponding to a given label.
- createAddEnvironment(Environment, Map<String, String>) - Static method in class uk.ac.starlink.ttools.task.AddEnvironment
-
Returns an AddEnvironment based on a supplied base environment and
a map of key-value pairs.
- createAdviceAbortPolicy(String, String) - Static method in class uk.ac.starlink.ttools.cone.ConeErrorPolicy
-
Returns a policy like
ConeErrorPolicy.ABORT
, except that if an error occurs,
the IOException thrown is populated with some custom text.
- createAllAxesErrorCoordSet(String[]) - Static method in class uk.ac.starlink.ttools.plot2.layer.CartesianErrorCoordSet
-
Returns a coord set with errors in all of the dimensions of a
Cartesian space.
- createAlphaSuffixer(String, String, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.Suffixer
-
Returns an instance that generates alphabetic suffixes a, b, c, ...
- createAngledAnchor(double, Anchor) - Static method in class uk.ac.starlink.ttools.plot2.Anchor
-
Returns a new anchor for drawing text at a non-horizontal angle.
- createApproxGang(Rectangle, int) - Method in interface uk.ac.starlink.ttools.plot2.Ganger
-
Constructs an approximate gang instance given only minimal information.
- createApproxGang(Rectangle, int) - Method in class uk.ac.starlink.ttools.plot2.geom.StackGanger
-
- createApproxGang(Rectangle, int) - Method in class uk.ac.starlink.ttools.plot2.SingleGanger
-
- createArrayBinList(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
May be able to create a bin list suitable for non-sparse,
moderate-sized index ranges.
- createArrayBinList(int) - Method in class uk.ac.starlink.ttools.plot2.layer.QuantileCombiner
-
- createArrayPixer(int[], int[], int) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixers
-
Returns a new pixer that iterates over a given list of X,Y coordinates.
- createAsinhScaling(String, double) - Static method in class uk.ac.starlink.ttools.plot2.Scaling
-
Constructs an asinh-based scaling.
- createAspect(boolean, double[], double, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- createAspect(boolean, double[], double, Range[]) - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Creates a SkyAspect from configuration information.
- createAspect(boolean, double[], double, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.SinProjection
-
- createAspect(boolean, double[], double, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
- createAspect(P, ConfigMap, Range[]) - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Creates an aspect from configuration information.
- createAspect(CubeSurfaceFactory.Profile, ConfigMap, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- createAspect(PlaneSurfaceFactory.Profile, ConfigMap, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- createAspect(SkySurfaceFactory.Profile, ConfigMap, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- createAspect(TimeSurfaceFactory.Profile, ConfigMap, Range[]) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- createAspectArray(SurfaceFactory<P, A>, int) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns an empty array suitable (it has the right parameterised type)
for containing elements that are aspects for a given surface factory.
- createAsyncRunner(long, boolean) - Static method in class uk.ac.starlink.ttools.taplint.VotLintTapRunner
-
Returns a new instance which makes asynchronous queries.
- createAttributeCheckers(String) - Method in class uk.ac.starlink.ttools.votlint.VersionDetail
-
Constructs a map of attribute checkers suitable for processing
elements of a given name.
- createAuxCrowdParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for determining crowding on the aux axis.
- createAuxLabelParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for acquiring the aux ramp label.
- createAuxShaders() - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns a list of shaders suitable for aux axis shading.
- createAuxVisibleParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for determining whether the aux colour ramp
is painted for a given plot zone.
- createAuxWidthParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for determining aux colour ramp lateral size
in pixels.
- createAxis(int, int, double, double, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.Axis
-
Factory method to create a linear or logarithmic axis.
- createAxisAnchorKey(String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for determining whether a named axis is
to be anchored at a data value of zero.
- createAxisAnnotation(GridLiner, Captioner) - Method in interface uk.ac.starlink.ttools.plot2.geom.SkyAxisLabeller
-
Returns an axis annotation object for a given grid painter and
captioner.
- createAxisAnnotation(GridLiner, Captioner) - Method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
- createAxisCrowdKey(String) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for determining tickmark crowding on a named axis.
- createAxisFlipKey(String) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for determining whether a named Cartesian axis
is to be reversed.
- createAxisIcon(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns an icon containing a graphical representation of the
shading axis including axis annotations (label and numbers).
- createAxisLabelKey(String) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns an axis labelling config key.
- createAxisLimitKey(String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for fixing a minimum or maximum limit
for a named axis.
- createAxisLogKey(String) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for determining whether a named Cartesian axis
is logarithmic or linear.
- createAxisMeta(String, String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.ShaderConfigKey
-
Creates a key description suitable for a colour map applied to
a named axis.
- createAxisSubMeta(String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
Returns a metadata object to describe a SubrangeConfigKey for use
with a coordinate axis.
- createAxisSubrangeKey(String) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Creates a config key for selecting a subrange on a named Cartesian axis.
- createBandDecoration(Point, Point, boolean, boolean, Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Returns a decoration appropriate for a 2d frame zoom.
- createBasicDocument(String) - Static method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Utility method returning a StyledDocument instance with some
supplied plain text.
- createBinMapper(boolean, double, double) - Static method in class uk.ac.starlink.ttools.plot.MapBinnedData
-
Constructs a new linear or logarithmic BinMapper object.
- createBuffer(int) - Method in class uk.ac.starlink.ttools.plot2.paper.Compositor.BoostCompositor
-
- createBuffer(int) - Method in class uk.ac.starlink.ttools.plot2.paper.Compositor
-
Creates a buffer on which compositing operations can be performed.
- createCalcStep(String[], S) - Method in class uk.ac.starlink.ttools.calc.ColumnCalculatorFilter
-
Creates a processing step given a list of JEL expressions
corresponding to the input tuple values for a table,
and a calculation specification object
- createCenterDecoration(Point) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Returns a simple marker at a point.
- createCenterDragDecoration(CubeSurface, double, boolean[]) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations3D
-
Returns a decoration suitable for a 3d drag zoom centered on the
cube center.
- createCenterWheelDecoration(CubeSurface, double, boolean[]) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations3D
-
Returns a decoration suitable for a wheel zoom centered on the
cube center.
- createClassicColors() - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns the default plotting colours used by TOPCAT, at least in
early versions.
- createCodeFromText(ReportType, String) - Static method in class uk.ac.starlink.ttools.taplint.AdhocCode
-
Uses some hash function to generate a report code from text.
- createColoredIcon(Icon, Shader, float) - Static method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Returns a wrapped icon whose painting is done in the context of
a forground colour got by applying a given shader and shading value.
- createColorMeta(String, String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns a metadata object suitable for use with a ColorConfigKey.
- createColorModel(Shader, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.PixelImage
-
Returns an indexed colour model whose entries range from one end
to the other of a given shader object.
- createColumn(StorageType, long) - Method in interface uk.ac.starlink.ttools.plot2.data.CachedColumnFactory
-
Creates a data storage object capable of storing a vector of
a given type.
- createColumn(StorageType, long) - Method in class uk.ac.starlink.ttools.plot2.data.MemoryColumnFactory
-
- createColumn(StorageType, long) - Method in class uk.ac.starlink.ttools.plot2.data.SmartColumnFactory
-
- createCombinedInfo(ValueInfo) - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Returns a metadata object that describes the result of applying
this combiner to data described by a given metadata object.
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.MultiSpecifierPanel
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
-
Abstract method called lazily during getComponent
to obtain the graphical component used by this specifier.
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.TextFieldSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.ToggleSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.config.UnitRangeSpecifier
-
- createComponent() - Method in class uk.ac.starlink.ttools.plot2.layer.BinSizer.BinSizerSpecifier
-
- createConeWorker() - Method in class uk.ac.starlink.ttools.cone.ConeMatcher
-
Returns an object which can compute the multi-cone result.
- createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CgiMode
-
- createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.CopyMode
-
- 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.MocMode
-
- createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.NullMode
-
- 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.SwingMode
-
- createConsumer(Environment) - Method in class uk.ac.starlink.ttools.mode.TopcatMode
-
- createConsumer(Environment) - Method in class uk.ac.starlink.ttools.task.ChoiceMode
-
- createConsumer(Environment, String, String) - Static method in class uk.ac.starlink.ttools.mode.CopyMode
-
Creates a TableConsumer which writes to a given location.
- createContainer() - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Creates an object which can be used to accumulate values.
- createContainer() - Method in class uk.ac.starlink.ttools.plot2.layer.QuantileCombiner
-
- createCoord(InputMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.data.FloatingArrayCoord
-
Constructs a new FloatingArrayCoord.
- createCoord(InputMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.data.FloatingCoord
-
Factory method to return an instance of this class.
- createCoord(SkyCoord.SkyVariant, boolean) - Static method in class uk.ac.starlink.ttools.plot2.data.SkyCoord
-
Factory method to create an instance of this class.
- createCoordGroup(int, Coord[]) - Static method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns a coord group which contains zero or more positions and
zero or more additional ("extra") coordinates.
- createCoordReader(SkySystem, SkySystem) - Static method in class uk.ac.starlink.ttools.task.PixSample
-
Returns a coordinate reader which converts between a given input
and output coordinate system.
- createCountBinSizer(double) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinSizer
-
Returns a bin sizer instance which divides the axis range up into
an approximately fixed number of equal intervals.
- createCrowdKey(ConfigMeta) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns an axis tick mark crowding config key.
- createDashMeta(String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.DashConfigKey
-
Returns a metadata object suitable for use with a DashConfigKey.
- createDataIcon(Surface, Drawing[], Object[], DataStore, boolean) - Method in class uk.ac.starlink.ttools.plot2.paper.PaintPaperType
-
- createDataIcon(Surface, Drawing[], Object[], DataStore, boolean) - Method in interface uk.ac.starlink.ttools.plot2.paper.PaperType
-
Paints the content of a list of drawing objects onto a given
plot surface, and returns the result as an Icon.
- createDataIcon(Surface, Drawing[], Object[], DataStore, boolean) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType
-
- createDatalessRowReader(StarTable) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
-
Returns a row reader that can be used for expression evaluation,
optionally in the context of the non-data parts of a given context
table.
- createDataParameter(Input, String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for acquiring a column of data.
- createDataPosIterable(Point) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Returns an iterable over a sequence of data space positions,
which may be required to make sense of a click action.
- createDataPosIterable(DataStore) - Method in class uk.ac.starlink.ttools.plot2.PointCloud
-
Returns an iterable over data positions.
- createDecParameter(String, String, String) - Static method in class uk.ac.starlink.ttools.task.SkyCoordParameter
-
Utility method to create a parameter representing Declination.
- createDefaultForm(String, Icon, String, MultiPointCoordSet, MultiPointConfigKey, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
Returns a new MultiPointForm with scaling in one of two default
configurations, depending on the value of the supplied canScale
parameter.
- createDefaultPlotContext(PlotType, GangerFactory) - Static method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
Returns a default plot context for a given PlotType.
- createDescribedValueConstant(DescribedValue) - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
-
Returns a Constant object based on a DescribedValue.
- createDoubleKey(ReportMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Constructs a double-precision-valued key.
- createDoubleMaskResult(BitSet, double[]) - Static method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
Returns a Result implementation based on a bin occupation mask
and an array of bin content values.
- createDoublePair(double, double) - Static method in class uk.ac.starlink.ttools.plottask.CartesianTablePlotData.PairCreator
-
Returns a 2-element array composed from its 2 arguments.
- createDragDecoration(Point, double, double, boolean, boolean, Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Returns a decoration appropriate for a 2d drag zoom.
- createDrawing(Surface, Map<AuxScale, Range>, PaperType) - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Creates a drawing from this layer that can contribute to
a user-visible plot.
- createElementHandler(String) - Method in class uk.ac.starlink.ttools.votlint.VersionDetail
-
Constructs a new element handler for an element with the given
unqualified VOTable tag name.
- createElementHandler(String, VotLintContext) - Method in class uk.ac.starlink.ttools.votlint.VersionDetail
-
Constructs a new ElementHandler for a given local element name.
- createEmptyCoordGroup() - Static method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns a coord group with no coordinates.
- createEngine(String) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
Returns a new, unconfigured match engine given a short naming string.
- createErrorForm(String, MultiPointCoordSet, MultiPointConfigKey) - Static method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
Returns a MultiPointForm for drawing error bars.
- createErrorSelector(ErrorRenderer[], ErrorRenderer, ErrorModeSelection[]) - Static method in class uk.ac.starlink.ttools.gui.MarkStyleSelectors
-
Returns a new JComboBox which will contain ErrorRenderer objects.
- createExecutable(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
- 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.MultiCone
-
- createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.MultiOutputTask
-
- 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.TableCopy
-
- createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.TapLint
-
- createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.VotCopy
-
- createExecutable(Environment) - Method in class uk.ac.starlink.ttools.task.VotLint
-
- createExecutable(StiltsPlot) - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Creates a task Executable based on the state of this PlotSpec.
- createExecutable(OutputReporter, EndpointSet, Set<String>, int) - Method in class uk.ac.starlink.ttools.taplint.TapLinter
-
Creates and returns an executable for TAP validation.
- createExternalFontExporter(URL) - Static method in class uk.ac.starlink.ttools.plot.PdfGraphicExporter
-
Returns an exporter which uses externally stored fonts.
- createExternalTick(String, double[][], Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
Constructs a single tick that sits outside the plot bounding box
for a given grid line.
- createFilterParameter(String, InputTableParameter) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for acquiring a filter applied to the table input
for a given layer.
- createFixedBinSizer(double) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinSizer
-
Returns a bin sizer instance which always returns the same fixed
value.
- createFixedContext(PlotType, DataGeom, GangerFactory) - Static method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Constructs a PlotContext which always uses a fixed given DataGeom.
- 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.
- createFixedWidthKernel(double) - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1dShape
-
Creates a fixed width kernel with a given nominal width.
- createFixedWidthKernel(double) - Method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
- createFlat2dPlotter(ShapeForm) - Static method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
Creates a single ShapePlotter using mode flat.
- createFoggingTweaker(DataColorTweaker) - Method in class uk.ac.starlink.ttools.plot.PlotVolume
-
- createForm() - Static method in class uk.ac.starlink.ttools.plot2.layer.PlaneCorrelationCoordSet
-
Creates a MultiPointForm that can plot ellipses on the plane,
corresponding to this coordset.
- createForm() - Static method in class uk.ac.starlink.ttools.plot2.layer.PlaneEllipseCoordSet
-
Creates a MultiPointForm that can plot ellipses on the plane,
corresponding to this coordset.
- createForm() - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyCorrelationCoordSet
-
Creates a MultiPointForm that can plot ellipses on the sky,
corresponding to this coordset.
- createForm() - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyEllipseCoordSet
-
Creates a MultiPointForm that can plot ellipses on the sky,
corresponding to this coordset.
- createForm() - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyVectorCoordSet
-
Creates a MultiPointform that can plot vectors on the sky,
corresponding to this coordset.
- createFullyCached() - Static method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Returns an instance in which as much as possible is cached between
plot frames.
- createGang(Rectangle[]) - Method in interface uk.ac.starlink.ttools.plot2.Ganger
-
Creates a gang given the graphics coordinates of the individual zones.
- createGang(Rectangle[]) - Method in class uk.ac.starlink.ttools.plot2.geom.StackGanger
-
- createGang(Rectangle[]) - Method in class uk.ac.starlink.ttools.plot2.SingleGanger
-
- createGang(Rectangle, SurfaceFactory<P, A>, int, ZoneContent[], P[], A[], ShadeAxis[], boolean) - Method in interface uk.ac.starlink.ttools.plot2.Ganger
-
Creates a gang given the external bounds for the whole plotting area
and other required information that characterises each zone.
- createGang(Rectangle, SurfaceFactory<P, A>, int, ZoneContent[], P[], A[], ShadeAxis[], boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.StackGanger
-
- createGang(Rectangle, SurfaceFactory<P, A>, int, ZoneContent[], P[], A[], ShadeAxis[], boolean) - Method in class uk.ac.starlink.ttools.plot2.SingleGanger
-
- createGangDisplay(Ganger<P, A>, SurfaceFactory<P, A>, int, ZoneContent[], P[], ConfigMap[], ShadeAxisFactory[], Range[], Navigator<A>, PaperTypeSelector, Compositor, DataStore, PlotCaching) - Static method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Utility method to construct a ganged PlotDisplay, with aspect
obtained from a supplied config map.
- createGanger(Padding) - Method in interface uk.ac.starlink.ttools.plot2.GangerFactory
-
Returns a ganger given user margin preferences.
- createGeom(SkySys, SkySys) - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
Creates a data geom with input user data in one sky system and
output data coordinates in another sky system.
- createGetSyncRunner(boolean) - Static method in class uk.ac.starlink.ttools.taplint.VotLintTapRunner
-
Returns a new instance which uses HTTP GET to make synchronous queries.
- createGlyph(short, short) - Method in class uk.ac.starlink.ttools.plot2.layer.LineXYShape
-
- createGlyph(short, short) - Method in class uk.ac.starlink.ttools.plot2.layer.XYShape
-
Constructs a new glyph with given coordinates.
- createGraphics() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
-
Returns a graphics context which can draw monochrome graphics on
this bitmap.
- createGraphics(PdfContentByte, int, int) - Method in class uk.ac.starlink.ttools.plot.PdfGraphicExporter
-
Returns a graphics context which can be used to write to a given
PDF content object.
- createGreyImage(int, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.GreyImage
-
Factory method to create an instance.
- createGridder(Rotation, boolean, double) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Attempts to construct a GridLiner object to draw grid lines on
this plot.
- createHashBinList(long) - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Creates a generaly purpose bin list, which may be especially
suitable for sparse index ranges.
- createHashBinList(long) - Method in class uk.ac.starlink.ttools.plot2.layer.QuantileCombiner
-
- createHashResult(Map<Long, Double>) - Static method in class uk.ac.starlink.ttools.plot2.layer.HashBinList
-
Returns a new Result instance based on a Map.
- createHeadlessGraphicsConfig(int) - Static method in class uk.ac.starlink.ttools.plot2.paper.PaintPaperType
-
Returns a graphics configuration that does not rely on a display.
- createIcon(boolean) - Method in class uk.ac.starlink.ttools.example.PlotGenerator
-
Returns a static icon that can be used to paint the plot.
- createIcon(int[], Color, Stroke, int) - Method in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Returns an icon representing this fill mode.
- createIcon(XYShape, int, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.XYShape
-
Returns an icon displaying a given shape.
- createImage(Picture, GraphicsConfiguration, Color, Integer) - Static method in class uk.ac.starlink.ttools.plot.PictureImageIcon
-
Creates an image containing the graphic content of this icon,
suitable for caching or painting to a graphics context.
- 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.
- createInstance(ValueInfo, BinList.Result) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinResultColumnData
-
Returns a ColumnData instance for a given metadata object and
bin data set.
- createIntegerKey(ReportMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Constructs an integer-valued key.
- createInternalTick(String, double[][]) - Static method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
Constructs a single tick that sits inside the plot bounding box
for a given grid line.
- createInterpolationShader(String, Color[]) - Static method in class uk.ac.starlink.ttools.plot.Shaders
-
Constructs a shader which interpolates between a sequence of colours.
- 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, String[]) - Static method in class uk.ac.starlink.ttools.jel.JELTable
-
Creates a JELTable from a base table and a list of column expressions.
- createJELTable(StarTable, ValueInfo[], String[]) - Static method in class uk.ac.starlink.ttools.jel.JELTable
-
Convenience factory method.
- createKernel(Axis, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter.KDenseStyle
-
Constructs a smoothing kernel suitable for this style.
- createKernel(Kernel1dShape, Axis, boolean) - Method in interface uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter.KernelFigure
-
Creates a kernel1d smoothing function for use on a given axis.
- createKernel(Kernel1dShape, BinSizer, Axis, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Creates a new kernel from configuration items.
- createKernelFigure(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
Constructs an object for plot-time kernel construction based on
a particular config map.
- createKernelFigure(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.FixedKernelDensityPlotter
-
- createKernelFigure(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.KnnKernelDensityPlotter
-
- createKnnKernel(double, boolean, int, int) - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1dShape
-
Creates an adaptive kernel that uses a K-nearest-neighbours algorithm
to determine local smoothing width, so that the width of the kernel
is determined by the distance (number of 1-pixel bins) within which
the given number k
of samples is found.
- createKnnKernel(double, boolean, int, int) - Method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
- createLabelChars(Object, int) - Static method in class uk.ac.starlink.ttools.taplint.AdhocCode
-
Uses some hash function to generate a fixed-length character string
from a supplied object.
- createLabelParameter(String) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter to get a textual label corresponding to the layer
identified by a given layer suffix.
- createLayer(DataGeom, DataSpec, S) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
The supplied geom
is ignored.
- createLayer(DataGeom, DataSpec, S) - Method in class uk.ac.starlink.ttools.plot2.layer.SimpleDecalPlotter
-
- createLayer(DataGeom, DataSpec, S) - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Creates a PlotLayer based on the given geometry, data and style.
- createLayer(DataGeom, DataSpec, ContourStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.ContourPlotter
-
- createLayer(DataGeom, DataSpec, FillPlotter.FillStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlotter
-
- createLayer(DataGeom, DataSpec, FunctionPlotter.FunctionStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.FunctionPlotter
-
- createLayer(DataGeom, DataSpec, GridPlotter.GridStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- createLayer(DataGeom, DataSpec, HealpixPlotter.HealpixStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter
-
- createLayer(DataGeom, DataSpec, HistogramPlotter.HistoStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
The supplied geom
is ignored.
- createLayer(DataGeom, DataSpec, LabelStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
- createLayer(DataGeom, DataSpec, LineStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
- createLayer(DataGeom, DataSpec, ShapeStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
- createLayer(DataGeom, DataSpec, SkyDensityPlotter.SkyDenseStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- createLayer(DataGeom, DataSpec, SkyGridPlotter.GridStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
- createLayer(DataGeom, DataSpec, SpectrogramPlotter.SpectroStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
The supplied geom
is ignored.
- createLayer(DataGeom, DataSpec, SpotPlotter.SpotStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter
-
- createLayer(DataGeom, DataSpec, Stats1Plotter.StatsStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- createLayer(DataGeom, DataSpec, TracePlotter.TraceStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
- createLayer(ShapePlotter, ShapeForm, DataGeom, DataSpec, Outliner, Stamper) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Creates a plot layer.
- createLayerSuffixedParameter(ConfigKey<T>, String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.ConfigParameter
-
Returns a layer-indexed config parameter with a given layer suffix.
- createLayerTypeParameter(String, PlotContext) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for acquiring a plotter.
- createLegendIcon(MarkShape, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
Returns a legend icon suitable for a single marker.
- createLegendIcon(Outliner) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode.AutoTransparentStamper
-
- createLegendIcon(Outliner) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode.DensityStamper
-
- createLegendIcon(Outliner) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode.FlatStamper
-
- createLegendIcon(Outliner) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode.ShadeStamper
-
- createLegendIcon(Outliner) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode.WeightStamper
-
- createLegendIcon(Outliner) - Method in interface uk.ac.starlink.ttools.plot2.layer.Stamper
-
Returns an icon for use in a legend given an outline shape.
- createLegendPositionParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter to get the legend position for the zone identified
by a given zone suffix.
- createLineTracer(Graphics, Rectangle, int, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.LineStyle
-
Convenience method to return a line tracer that will use this style.
- createMapper(boolean, double, double, double) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinMapper
-
Returns a BinMapper instance.
- createMapperFromResourceList(InputStream) - Static method in class uk.ac.starlink.ttools.plot.ExternalFontMapper
-
Creates a font mapper given a stream of strings giving resource paths,
for resources available on the classpath.
- createMapperFromResourcePaths(String[]) - Static method in class uk.ac.starlink.ttools.plot.ExternalFontMapper
-
Creates a font mapper given a list of font resource paths,
for resources available on the classpath.
- 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.
- createMapping(Environment, int) - Method in class uk.ac.starlink.ttools.task.TapMapper
-
- createMarkForm(int) - Static method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
Factory method to create an instance of this class.
- createMarkGlyph(MarkShape, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
Creates a Glyph representing a marker.
- createMarkOutliner(MarkShape, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
Returns an outliner for use with single points.
- createMaskColorModel(Color) - Static method in class uk.ac.starlink.ttools.plot2.layer.PixelImage
-
Returns a 2-colour indexed colour model.
- createMaskShader(String, float, float, boolean) - Static method in class uk.ac.starlink.ttools.plot.Shaders
-
Creates a shader which for each value either does nothing to a colour
or turns it completely transparent.
- 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.
- createMoc() - Method in class uk.ac.starlink.ttools.cone.ConeQueryCoverage
-
- createMoc() - Method in class uk.ac.starlink.ttools.cone.MocCoverage
-
Constructs the MOC which will define this object's coverage.
- createMoc() - Method in class uk.ac.starlink.ttools.cone.UrlMocCoverage
-
- createMultiMarkOutliner(MarkShape, int, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
Returns an outliner for use with multiple points.
- 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.
- createNavigator(boolean, ConfigMap) - Static method in class uk.ac.starlink.ttools.plot2.geom.CubeNavigator
-
Creates a navigator instance from a config map.
- createNavigator(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- createNavigator(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- createNavigator(ConfigMap) - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyNavigator
-
Creates a navigator instance from a config map.
- createNavigator(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- createNavigator(ConfigMap) - Static method in class uk.ac.starlink.ttools.plot2.geom.TimeNavigator
-
Creates a navigator instance from a config map.
- createNavigator(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- createNavigator(ConfigMap) - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Creates a navigator from configuration information.
- createNullColorKey(String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns a key for acquiring a colour used in place of a shading ramp
colour in case that the input data is null.
- createNumberedModel(int) - Static method in class uk.ac.starlink.ttools.gui.MarkStyleSelectors
-
Convenience method to construct a new ComboBoxModel which
contains Integers numbered from 0 to count-1
.
- 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.
- createNumericSuffixer(String, String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.Suffixer
-
Returns an instance that generates numeric suffixes 1, 2, 3, ...
- createOutliner(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- createOutliner(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- createOutliner(ConfigMap) - Method in interface uk.ac.starlink.ttools.plot2.layer.ShapeForm
-
Returns an object which will do the work of drawing shapes
when supplied with the appropriate style information and data.
- createOutliner(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- createOutliner(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- createPainter(Environment, PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
-
Constructs a new painter object given the state of the environment.
- createPaintModeParameter() - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for specifying a paint mode.
- createPaletteMap() - Static method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
Creates some standard named colour lists.
- createPaper(Graphics, Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.PaintPaperType
-
Creates a paper instance for use with this PaperType.
- createPaper(Graphics, Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.PaintPaperType2D
-
- createPaper(Graphics, Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.SortedPaperType3D
-
- createPaper(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.MonoPaperType
-
- createPaper(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType
-
Creates a paper object for given bounds.
- createPaper(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType2D
-
- createPaper(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType3D
-
- createPaper2D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.CompositePaperType2D
-
- createPaper2D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.OverPaperType2D
-
- createPaper2D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType2D
-
Creates a 2D paper object for given bounds.
- createPaper3D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.PixelStackPaperType3D
-
- createPaper3D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType3D
-
Creates a 3D paper object for given bounds.
- createPaper3D(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.paper.ZBufferPaperType3D
-
- createPaperType(boolean) - Static method in class uk.ac.starlink.ttools.plot2.paper.PaintPaperType2D
-
Constructs an instance of this class.
- createParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.ParameterFinder
-
Concrete subclasses must implement this method to create a
parameter of the right type with an arbitrary suffix.
- createParser(boolean) - Method in class uk.ac.starlink.ttools.votlint.VotLinter
-
Constructs a linting parser.
- createPartialCoordGroup(Coord[], boolean[]) - Static method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns a coord group which contains a single partial position.
- createPartialSubClouds(PlotLayer[], boolean) - Static method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns a collection of subclouds from a list of layers,
but including only those layers whose positions are partial.
- createPicture(String[]) - Method in class uk.ac.starlink.ttools.build.Plot2Example
-
Constructs an object giving this example's plot ready for output.
- 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.
- createPixer() - Method in class uk.ac.starlink.ttools.plot2.layer.GreyImage
-
Returns a pixel iterator that iterates over all the pixels that
have been altered (are non-white) in this image.
- createPixer(Rectangle) - Method in interface uk.ac.starlink.ttools.plot2.Glyph
-
Returns an iterator over pixel offsets for this glyph's shape,
considered to be at the origin.
- createPixer(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.layer.PixellatorPixerFactory
-
Returns a pixel iterator for this factory intersected with a
given clip region.
- createPixSampler(StarTable) - Static method in class uk.ac.starlink.ttools.task.PixSampler
-
Constructs a PixSampler from a given table.
- createPlacement(Rectangle, Padding, SurfaceFactory<P, A>, P, A, boolean, Icon, float[], String, ShadeAxis) - Static method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Convenience method to create a plot placement given various inputs.
- createPlan(Surface, DataSpec, DataGeom, int, DataStore) - Static method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Creates a fill plan object.
- createPlot(PlotSpec, StiltsPlotFormatter) - Static method in class uk.ac.starlink.ttools.plot2.task.StiltsPlot
-
Turns a PlotSpec into an abstract model of a STILTS command line
to regenerate the same plot.
- createPlot2dExamples() - Static method in class uk.ac.starlink.ttools.build.PlotExample
-
Returns a list of examples for the plot2d task.
- createPlot3dExamples() - Static method in class uk.ac.starlink.ttools.build.PlotExample
-
Returns a list of examples for the plot3d task.
- createPlotComponent(StarTable, boolean) - Method in class uk.ac.starlink.ttools.example.ApiPlanePlotter
-
- createPlotComponent(StarTable, boolean) - Method in class uk.ac.starlink.ttools.example.EnvPlanePlotter
-
- createPlotComponent(StarTable, boolean) - Method in interface uk.ac.starlink.ttools.example.SinePlot.PlanePlotter
-
Creates a JComponent holding a plot of the data in the first two
columns of the supplied table.
- createPlotComponent(Environment, boolean) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a graphical component that displays an interactive view of
the plot described by a value-bearing execution environment.
- createPlotComponent(StiltsPlot, boolean) - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Attempts to create a PlotDisplay that re-creates the plot
specified by this object.
- 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.
- createPlotDecorations(Surface, Icon, float[], String, ShadeAxis) - Static method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Returns a list of plot decorations for things like the legend
and shade colour ramp.
- createPlotDisplay(Navigator<A>, boolean, boolean) - Method in class uk.ac.starlink.ttools.example.PlotGenerator
-
Returns a JComponent containing a live plot.
- createPlotDisplay(PlotLayer[], SurfaceFactory<P, A>, ConfigMap, Icon, float[], String, ShadeAxisFactory, Range, PaperTypeSelector, Compositor, Padding, DataStore, boolean, PlotCaching) - Static method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Utility method to construct a single-zoned PlotDisplay,
with profile, aspect and navigator obtained from a supplied config map.
- createPlotHistExamples() - Static method in class uk.ac.starlink.ttools.build.PlotExample
-
Returns a list of examples for the plothist task.
- createPlotIcon(Icon) - Method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Takes an icon containing plot background and layers,
and turns it into one positioned in an external rectangle
with surface foreground (axes) and other decorations.
- createPlotIcon(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns an Icon that paints the plot described
by a value-bearing execution environment.
- createPlotIcon(Ganger<P, A>, SurfaceFactory<P, A>, int, ZoneContent[], P[], A[], ShadeAxisFactory[], Range[], PaperTypeSelector, Compositor, DataStore, int, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Creates an icon which will paint the content of a plot.
- createPlotIcon(PlotPlacement, PlotLayer[], Map<AuxScale, Range>, DataStore, PaperType, boolean, Collection<Object>) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Creates an icon which will paint a surface and the layers on it.
- 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.
- createPostSyncRunner(boolean) - Static method in class uk.ac.starlink.ttools.taplint.VotLintTapRunner
-
Returns a new instance which uses HTTP POST to make synchronous queries.
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.cone.SkyConeMatch2
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.CdsUploadSkyMatch
-
- 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) - Method in class uk.ac.starlink.ttools.task.MapperTask
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.PixFootprint
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.RegQuery
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.SkyDensityMap
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TableCube
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TableLoop
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TableMatch1
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TablePipe
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TapResume
-
- createProducer(Environment) - Method in class uk.ac.starlink.ttools.task.TapUploadSkyMatch
-
- 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.
- createProfile(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- createProfile(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- createProfile(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- createProfile(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- createProfile(ConfigMap) - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Creates a profile that can be used when creating a plot surface.
- createProfileArray(SurfaceFactory<P, ?>, int) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns an empty array suitable (it has the right parameterised type)
for containing elements that are profiles for a given surface factory.
- createProjection(Projecter, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
Factory method that knows shapes for some projections.
- createQuerySequence(StarTable) - Method in class uk.ac.starlink.ttools.cone.CoverageQuerySequenceFactory
-
- createQuerySequence(StarTable) - Method in class uk.ac.starlink.ttools.cone.HealpixSortedQuerySequenceFactory
-
- 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.
- createRangeScaler(Scaling, Range) - Static method in class uk.ac.starlink.ttools.plot2.Scaling
-
Utility method to return a scaler based on a Range object.
- createRaParameter(String, String, String) - Static method in class uk.ac.starlink.ttools.task.SkyCoordParameter
-
Utility method to create a parameter representing Right Ascension.
- createReader() - Method in interface uk.ac.starlink.ttools.plot2.data.CachedColumn
-
Returns an object which is capable of accessing the values that were
added to this object.
- createRecenterDecoration(CubeSurface, Point) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations3D
-
Returns a decoration to indicated recentering from a given screen
position to the surface center.
- createRenderer(SkySurface, Rotation, int) - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyTileRenderer
-
Returns a SkyTileRenderer suitable for use on a given sky surface.
- createResultProducer(Environment, ContentCoding) - Method in class uk.ac.starlink.ttools.task.TapResultReader
-
Returns an object which can acquire a table from a TAP query object.
- 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.
- createRgbImage(int, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.paper.RgbImage
-
Constructs an RgbImage.
- createRotation(SkySys, SkySys) - Static method in class uk.ac.starlink.ttools.plot2.geom.Rotation
-
Returns a rotation instance that can transform between two submitted
sky systems.
- createRowSequence(StarTable) - Method in class uk.ac.starlink.ttools.plot2.data.WrapperDataStoreFactory
-
Creates a row sequence from a given table.
- createRule(double, double, double, int) - Method in class uk.ac.starlink.ttools.plot2.BasicTicker
-
Returns a new rule for labelling an axis in a given range.
- createRule(double, double, double, int) - Method in class uk.ac.starlink.ttools.plot2.PrefixTicker
-
Returns a new rule for labelling an axis in a given range.
- createSampleSupplement(StarTable, PixSampler, PixSampler.StatMode, PixSample.CoordReader, String, String, String) - Static method in class uk.ac.starlink.ttools.task.PixSample
-
Creates a table containing pixel samples corresponding to the rows
of a base table in accordance with supplied parameters.
- createScaler(double, double) - Method in class uk.ac.starlink.ttools.plot2.Scaling
-
Returns a scaler instance that can scale input values in a given range.
- 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.
- createSequence(RowSequence) - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
- createSequence(RowSequence) - Method in interface uk.ac.starlink.ttools.filter.ColumnSupplement
-
Returns a new iterator over the values in the columns defined by
this object.
- createSequence(RowSequence) - Method in class uk.ac.starlink.ttools.filter.JELColumnSupplement
-
- createSequence(RowSequence) - Method in class uk.ac.starlink.ttools.filter.PermutedColumnSupplement
-
- createSequence(RowSequence) - Method in class uk.ac.starlink.ttools.filter.UnitColumnSupplement
-
- createServiceOperation(S) - Method in class uk.ac.starlink.ttools.calc.MultiServiceColumnCalculator
-
Defines the service operation to be invoked for each row.
- createServiceOperation(SchlegelCalculator.Spec) - Method in class uk.ac.starlink.ttools.calc.SchlegelCalculator
-
- createShadeAxis(Range) - Method in interface uk.ac.starlink.ttools.plot2.ShadeAxisFactory
-
Returns a shade axis for a given range.
- createShadeAxisFactory(RampKeySet.Ramp, Captioner, String, double, int) - Static method in class uk.ac.starlink.ttools.plot2.config.RampKeySet
-
Creates a ShadeAxisFactory for a given ramp.
- createShaderClipMeta(String, String) - Static method in class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
Returns a metadaa object to describe a SubrangeConfigKey for use
as a restriction on a colour ramp (Shader).
- createShaderIcon(Shader, boolean, int, int, int, int) - Static method in class uk.ac.starlink.ttools.plot.Shaders
-
Returns an icon which displays a shader in action,
using a default grid shader if required.
- createShaderIcon(Shader, Shader, boolean, int, int, int, int) - Static method in class uk.ac.starlink.ttools.plot.Shaders
-
Returns an icon which displays a shader in action,
using an explicitly provided grid shader.
- createShapeModeParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
Returns the ShapeMode parameter that is required alongside this
LayerType in order to determine the Plotter to use.
- createShapePlotters(ShapeForm[], ShapeMode[]) - Static method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
Creates an array of ShapeModePlotters, using all combinations of the
specified list of ShapeForms and ShapeModes.
- createShapeSelector() - Static method in class uk.ac.starlink.ttools.gui.MarkStyleSelectors
-
Returns a new JComboBox which will contain a standard set of
MarkShape objects.
- createShellDocument(StiltsPlot) - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Returns a Document, suitable for use with a JTextPane,
formatting the given plot specification.
- createSingleAxisErrorCoordSet(int, int, String) - Static method in class uk.ac.starlink.ttools.plot2.layer.CartesianErrorCoordSet
-
Returns a coord set with errors in a single indicated dimension of a
Cartesian space.
- createSinglePositionCoordGroup() - Static method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns a coord group which contains only a single data space position.
- createSingleSelector(PaperType) - Static method in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Returns a selector which always returns a fixed paper type.
- createSizerConfigKey(ConfigMeta, ReportKey<Double>, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.BinSizer
-
Constructs a config key for acquiring BinSizers.
- createSizeSelector() - Static method in class uk.ac.starlink.ttools.gui.MarkStyleSelectors
-
Returns a new JComboBox which will contain a standard set of integers
for specifying marker size (0..MAX_SIZE).
- createSliderKey(ConfigMeta, double, double, double, boolean) - Static method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
Returns a key with a linear or logarithmic slider for a specifier.
- createSliderKey(ConfigMeta, int, double, double, boolean) - Static method in class uk.ac.starlink.ttools.plot2.config.IntegerConfigKey
-
Returns a config key that uses a SliderSpecifier.
- createSpec(String, ProcessingStep[], StarTable) - Static method in class uk.ac.starlink.ttools.task.InputTableSpec
-
Returns an InputTableSpec with a fixed table value.
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.BooleanConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.CombinationConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Constructs a graphical control with which the user can
specify a suitable value for association with this key.
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.DashConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.DoubleArrayConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.HiddenConfigKey
-
Throws UnsupportedOperationException.
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.MultiPointConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.OptionConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.ShaderConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.StringConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.TimeConfigKey
-
- createSpecifier() - Method in class uk.ac.starlink.ttools.plot2.config.ToggleNullConfigKey
-
- createSpinnerKey(ConfigMeta, int, int, int) - Static method in class uk.ac.starlink.ttools.plot2.config.IntegerConfigKey
-
Returns a config key that uses a JSpinner for the specifier.
- createSpinnerPairKey(ConfigMeta, int, int, int, String, String, ReportKey<Integer>, ReportKey<Integer>) - Static method in class uk.ac.starlink.ttools.plot2.config.IntegerConfigKey
-
Returns a config key that uses two JSpinners to specify either
a positive or a negative value.
- createSron5Colors() - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns a group of colours using the second (5-colour) row
of figure 13 in SRON/EPS/TN/09-002.
- createSron7Colors() - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns a group of colours using the fourth (7-colour) row
of figure 13 in SRON/EPS/TN/09-002.
- createSronBrightColors() - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns a group of colours based on the "Alternative Colour Scheme"
on Paul Tol's page, but not in the TechNode.
- createStage(TableMetadataStage, TableMetadataStage) - Static method in class uk.ac.starlink.ttools.taplint.CompareMetadataStage
-
Utility method to construct a CompareMetadataStage instance given
two TableMetadataStage objects.
- createStamper(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Returns an object which will do the work of colouring in shapes
when supplied with the appropriate style information and data.
- createStandardContext(PlotType, GangerFactory) - Static method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Constructs a PlotContext which allows per-layer choice between
those known by a given plot type.
- 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(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.calc.SchlegelFilter
-
- 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.FixNamesFilter
-
- 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 class uk.ac.starlink.ttools.filter.PixSampleFilter
-
- 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.RandomViewFilter
-
- createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.RangeFilter
-
- createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.RepeatFilter
-
- 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.ResolverFilter
-
- createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SelectFilter
-
- createStep(Iterator) - Method in class uk.ac.starlink.ttools.filter.SequentialViewFilter
-
- 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(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.
- createStringKey(ReportMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Constructs a string-valued key.
- createStroke(ConfigMap, int, int) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Obtains a line drawing stroke based on a config map.
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.ContourPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.FunctionPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.LinePlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- createStyle(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
- createStyle(ConfigMap) - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Creates a style that can be used when creating a plot layer.
- 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.
- createSubClouds(DataGeom, DataSpec, int, boolean) - Static method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns a collection of subclouds for a number of positions from
a data spec.
- createSubClouds(PlotLayer[], boolean) - Static method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns an array of subclouds from a list of layers,
with optional deduplication.
- createSuffixes(int) - Method in class uk.ac.starlink.ttools.plot2.task.Suffixer
-
Returns a list of suffixes according to this object's policy.
- 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.
- createSurface(Rectangle, P, A) - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Returns a new plot surface.
- createSurface(Rectangle, CubeAspect, boolean[], boolean[], String[], double[], Captioner, boolean, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
Utility method to create a CubeSurface from available requirements.
- createSurface(Rectangle, CubeSurfaceFactory.Profile, CubeAspect) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- createSurface(Rectangle, PlaneAspect, boolean, boolean, boolean, boolean, String, String, Captioner, double, boolean, double, double, boolean, Color, Color) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
Utility method to create a PlaneSurface from available requirements.
- createSurface(Rectangle, PlaneSurfaceFactory.Profile, PlaneAspect) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- createSurface(Rectangle, SkySurfaceFactory.Profile, SkyAspect) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- createSurface(Rectangle, TimeAspect, boolean, boolean, String, String, Captioner, boolean, TimeFormat, double, double, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
Utility method to create a TimeSurface from available requirements.
- createSurface(Rectangle, TimeSurfaceFactory.Profile, TimeAspect) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- createSymmetricNormalisedKernel(double[], boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Creates a symmetric normalised kernel based on a fixed array of
function values.
- 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.
- createTableKey(ReportMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Constructs a StarTable-valued key.
- createTableParameter(String) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for acquiring a data table.
- createTableSequence(Environment) - Method in class uk.ac.starlink.ttools.task.MultiOutputTask
-
Interrogates the environment to produce a sequence of tables which
will be written as the output of this task.
- createTableSequence(Environment) - Method in class uk.ac.starlink.ttools.task.TableMultiCopy
-
- createTableSequence(InputTableSpec[]) - Static method in class uk.ac.starlink.ttools.task.MultiOutputTask
-
Constructs a table sequence based on an array of input table
specifications.
- 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.
- createTextKey(ConfigMeta) - Static method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
Constructs a key with a text field specifier and default NaN.
- createTextKey(ConfigMeta, double) - Static method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
Constructs a key with a text field specifier and an explicit default.
- createThicknessKey(int) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns a config key for line thickness with a given default value.
- 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.
- createTimeCoord(InputMeta, boolean) - Static method in class uk.ac.starlink.ttools.plot2.data.FloatingCoord
-
Returns a new time coordinate.
- createTitleParameter(String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter to get a plot title for the zone identified
by a given zone suffix.
- createToggleKey(ConfigMeta, double, double) - Static method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
Returns a key with a specifier that only provides a
toggle between two values.
- createTruncatedGaussian(double) - Static method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Returns a kernel shape based on the Gaussian function with
truncation at a given number of standard deviations.
- 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.
- createUncached() - Static method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Returns an instance in which nothing is cached between plot frames.
- createUnprintableKey(ReportMeta, Class<T>) - Static method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Constructs a non-general-interest key with no useful
text serialization.
- createUserDataReader() - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns an object that can be used to read the mask and coordinate
values from a row sequence derived from this object's source table.
- createUserDataReader() - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- createUserDataReader() - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- createValue(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
-
- createValue(ConfigMap) - Method in interface uk.ac.starlink.ttools.plot2.config.KeySet
-
Creates a typed value based on the values in a map corresponding
to this object's keys.
- createValue(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.config.RampKeySet
-
- createVectorForm(String, MultiPointCoordSet, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
Returns a MultiPointForm instance for drawing arrows from the
central position to another position.
- createWheelDecoration(Point, double, double, boolean, boolean, Rectangle) - Static method in class uk.ac.starlink.ttools.plot2.geom.NavDecorations
-
Returns a decoration appropriate for a 2d wheel zoom.
- createZoneParameter(String) - Static method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a parameter for associating a zone identifier with a given
layer.
- createZoneSuffixedParameter(ConfigKey<T>, String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.ConfigParameter
-
Returns a zone-indexed config parameter with a given zone suffix.
- Credibility - Enum in uk.ac.starlink.ttools.task
-
Defines the credibility of a value.
- CredibleString - Class in uk.ac.starlink.ttools.task
-
Aggregates a string value and a credibility assessment.
- CredibleString(String, Credibility) - Constructor for class uk.ac.starlink.ttools.task.CredibleString
-
Constructor.
- cross(double[], double[]) - Static method in class uk.ac.starlink.ttools.plot.Matrices
-
Calculates the vector (cross) product of two vectors.
- CROSS - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
-
Factory for cross-hair markers.
- CROWD_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
Config key to control tick mark crowding.
- CROWD_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
Config key for grid line crowding.
- CROWDLIMIT_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
Config key to control max label count in spacing region.
- CROXX - Static variable in class uk.ac.starlink.ttools.plot.MarkShape
-
Factory for X-shaped markers.
- CSS - Static variable in class uk.ac.starlink.ttools.plot2.config.NamedColorSet
-
Standard CSS/SVG/HTML/JS list of colours (140 entries).
- CSS_DARK - Static variable in class uk.ac.starlink.ttools.plot2.config.NamedColorSet
-
CSS with all the very light colours (except White) removed.
- CubeAspect - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines the data range covered by a CubeSurface.
- CubeAspect(double[], double[], double[], double[], double, double, double) - Constructor for class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Constructor.
- CubeDataGeom - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines positional data coordinates used by a 3-D Cartesian plot.
- CUBEHELIX - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Standard cubehelix shader.
- CUBEHELIX2 - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Enhanced hue cubehelix shader.
- CUBEHELIX3 - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Lurid cubehelix shader.
- 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.
- CubeNavigator - Class in uk.ac.starlink.ttools.plot2.geom
-
Navigator for use with cube plot.
- CubeNavigator(double, boolean[]) - Constructor for class uk.ac.starlink.ttools.plot2.geom.CubeNavigator
-
Constructor.
- CubePlot2Task - Class in uk.ac.starlink.ttools.plot2.task
-
Task for cube-type plots.
- CubePlot2Task() - Constructor for class uk.ac.starlink.ttools.plot2.task.CubePlot2Task
-
Constructor.
- CubePlotType - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines the characteristics of a plot in 3-dimensional
anisotropic space.
- CubeSurface - Class in uk.ac.starlink.ttools.plot2.geom
-
Surface implementation for 3-d plotting.
- CubeSurface(int, int, int, int, double[], double[], boolean[], boolean[], double[], double, double, double, Tick[][], String[], Captioner, boolean, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
Constructor.
- CubeSurfaceFactory - Class in uk.ac.starlink.ttools.plot2.geom
-
Surface factory for 3-d plotting.
- CubeSurfaceFactory(boolean) - Constructor for class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
Constructs an isotropic or non-isotropic cube surface factory.
- CubeSurfaceFactory.Profile - Class in uk.ac.starlink.ttools.plot2.geom
-
Profile class which defines fixed configuration items for
an isotropic or non-isotropic CubeSurface.
- 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.
- CUMULATIVE - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for cumulative histogram flag.
- cursorRotate(double[], Point2D.Double, Point2D.Double) - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- cursorRotate(double[], Point2D.Double, Point2D.Double) - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Attempts to return a rotation matrix corresponding to moving the
cursor between two plane positions.
- cursorRotate(double[], Point2D.Double, Point2D.Double) - Method in class uk.ac.starlink.ttools.plot2.geom.SinProjection
-
- cursorRotate(double[], Point2D.Double, Point2D.Double) - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
Returns null - rotation not implemented.
- CustomCompilationException - Exception in uk.ac.starlink.ttools.jel
-
Specialised subclass of JEL's CompilationException.
- CustomCompilationException(String) - Constructor for exception uk.ac.starlink.ttools.jel.CustomCompilationException
-
Constructor.
- CustomCompilationException(String, CompilationException) - Constructor for exception uk.ac.starlink.ttools.jel.CustomCompilationException
-
Constructor.
- CYAN_MAGENTA - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Interpolates between cyan (0) and magenta (1).
- GALACTIC - Static variable in class uk.ac.starlink.ttools.convert.SkySystem
-
Galactic system.
- GALACTIC - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
IAU 1958 Galactic sky system.
- Gang - Interface in uk.ac.starlink.ttools.plot2
-
Defines how a set of related plot zones is presented together on a
graphics plane.
- Ganger<P,A> - Interface in uk.ac.starlink.ttools.plot2
-
Defines how multiple plots can be presented together
as a gang of non-overlapping plotting zones.
- GangerFactory<P,A> - Interface in uk.ac.starlink.ttools.plot2
-
Generates Ganger instances for a particular purpose,
for instance a particular type of plot,
taking account of supplied user preferences.
- GENERAL - Static variable in class uk.ac.starlink.ttools.build.Heading
-
Heading for general category of functions.
- GENERIC - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
Instance which converts between unspecified, but identical, systems.
- GenericPlot2Task - Class in uk.ac.starlink.ttools.plot2.task
-
Generic plot2 task for STILTS.
- GenericPlot2Task() - Constructor for class uk.ac.starlink.ttools.plot2.task.GenericPlot2Task
-
Constructor.
- Gesture - Class in uk.ac.starlink.ttools.plot2
-
Enumerates mouse gestures used to perform navigation actions.
- Gesture(String, Icon, String) - Constructor for class uk.ac.starlink.ttools.plot2.Gesture
-
Constructor.
- get(int, int) - Method in class uk.ac.starlink.ttools.plot.PixelMask
-
Indicates whether a pixel at given point is set.
- get(Point) - Method in class uk.ac.starlink.ttools.plot.PixelMask
-
Indicates whether a pixel at given point is set.
- get(ConfigKey<T>) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMap
-
Reads the value associated with a given key.
- get(ConfigKey<T>) - Method in class uk.ac.starlink.ttools.plot2.config.LoggingConfigMap
-
- get(ReportKey<T>) - Method in class uk.ac.starlink.ttools.plot2.ReportMap
-
Retrieves an entry.
- 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
-
- getAcceptableClasses() - Static method in class uk.ac.starlink.ttools.plot2.data.FloatingArrayCoord
-
Returns a list of the classes which can be used as single user
coordinate values for floating array coordinates.
- getActionForwarder() - Method in class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
-
Returns a listener which will take ActionEvents and forward them
to any listeners registered with this panel.
- 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).
- getAdql(long) - Method in class uk.ac.starlink.ttools.cone.TapUploadMatcher
-
Returns an ADQL expression to retrieve the raw result table from
the TAP service.
- 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.
- getAlphaColor(ConfigMap, ConfigKey<Color>, ConfigKey<Double>) - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns a colour specified by a basic colour key and a transparency key.
- getAmount() - Method in interface uk.ac.starlink.ttools.cone.Coverage
-
Returns the amount category for coverage.
- getAmount() - Method in class uk.ac.starlink.ttools.cone.MocCoverage
-
- getAncestor(Class) - Method in interface uk.ac.starlink.ttools.votlint.Ancestry
-
Returns the handler's nearest ancestor (excluding itself) of a given
class.
- getAncestry() - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Returns an object containing the family relationships of this
handler.
- getAncestry() - Method in class uk.ac.starlink.ttools.votlint.HandlerStack
-
Returns an ancestry object for the handler at the top of this stack.
- getAnchor() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
Returns the positioning anchor used by this style.
- getAnnotationBounds() - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
-
Returns the bounding box that contains the axis and annotations
drawn that this labeller would like to draw.
- getAntialias() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Determines whether antialiasing is preferred for drawing lines.
- getAntialias() - Method in class uk.ac.starlink.ttools.plot2.layer.LineStyle
-
Indicates whether the line will be antialiased in suitable
(bitmapped) contexts.
- getArrayCoordLength(Tuple, int) - Method in class uk.ac.starlink.ttools.plot2.data.FloatingArrayCoord
-
Returns the length of an array value at an appropriate column
in a given Tuple.
- getAspect() - Method in class uk.ac.starlink.ttools.plot2.NavAction
-
Returns the surface aspect describing the result of the navigation.
- getAspectConfig(Surface) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- getAspectConfig(Surface) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- getAspectConfig(Surface) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- getAspectConfig(Surface) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- getAspectConfig(Surface) - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Returns a ConfigMap that corresponds to the configuration of
the given surface, which must have been created by this factory.
- getAspectKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- getAspectKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- getAspectKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- getAspectKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- getAspectKeys() - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Returns the configuration keys that may be used to configure aspect
for this surface factory.
- getAspects() - Method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Returns the most recently set aspects.
- 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.MocMode
-
- getAssociatedParameters() - Method in class uk.ac.starlink.ttools.mode.NullMode
-
- 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.SwingMode
-
- 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.
- getAssociatedParameters(String) - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns a list of zero or more additional parameters associated
with this layer type that may be required to turn it into the
specification of an actual Plotter object.
- getAssociatedParameters(String) - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getAssociatedParameters(String) - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getAttribute(String) - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Returns the value of a named attribute.
- getAttributeCheckers(String) - Method in class uk.ac.starlink.ttools.votlint.VersionDetail
-
Returns a map of attribute checkers suitable for processing
elements of a given name.
- getAutoLabeller(boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyAxisLabellers
-
Returns the axis mode to use if choosing one automatically based
on plot characteristics.
- getAuxRangers() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
This implementation returns a new empty map.
- getAuxRangers() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns a map indicating what additional ranging needs to be done on
the input data before this layer can be drawn.
- getAuxRangers(DataGeom) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Defines what non-axis ranging information is required by this outliner.
- getAuxRangers(DataGeom) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm.SizeOutliner
-
- getAuxRangers(DataGeom) - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm.SizeXyOutliner
-
- getAuxRanges(PlotLayer[], Surface, Range, ShadeAxisFactory, Object[], DataStore) - Static method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Gathers requested ranging information from data.
- getAuxScales(PlotLayer[]) - Static method in class uk.ac.starlink.ttools.plot2.AuxScale
-
Utility method to acquire all the scales that are used in an
array of layers.
- getAuxSpec() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec
-
Returns an object characterising the aux axis colour ramp display
options for this zone.
- getAxes() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the metadata for the plotted axes.
- getAxes() - Method in interface uk.ac.starlink.ttools.plot2.geom.PlanarSurface
-
Returns the axis objects used by this surface.
- getAxes() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getAxes() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getAxisLabels() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the labels to use for annotating axes.
- getAxisName() - Method in interface uk.ac.starlink.ttools.plot2.layer.FunctionPlotter.FuncAxis
-
Returns the name of the geometry type for this object.
- getAxisNavFlags(Surface, Point, boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneNavigator
-
Determines which axes navigation should be performed on.
- getBackground() - Method in class uk.ac.starlink.ttools.plot2.LegendIcon
-
Returns the background colour of this legend.
- getBaseParameter() - Method in class uk.ac.starlink.ttools.task.TapEndpointParams
-
Returns the parameter that supplies the base TAP service URL.
- getBasicParameters() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the list of parameters supplied by the AbstractPlot2Task
implementation.
- getBinBase() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
-
Returns the lower bound for one of the bins.
- getBinCount() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList.Result
-
Returns the number of bins actually populated.
- getBinCounts(Object) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Returns the bin contents for a given bin plan produced by
this object.
- getBinCounts(Object) - Method in class uk.ac.starlink.ttools.plot2.layer.PixOutliner
-
- getBinIndex(double) - Method in class uk.ac.starlink.ttools.plot2.layer.BinMapper
-
Returns the bin index for a given value.
- getBinIndex(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
-
Returns the bin index
(index into this object's bins_
array)
for a given pixel index.
- 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
-
- getBinLimits(int) - Method in class uk.ac.starlink.ttools.plot2.layer.BinMapper
-
Returns the bin limits for a given bin index.
- 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.
- getBinner() - Method in class uk.ac.starlink.ttools.plot2.layer.BinPlan
-
Returns count information.
- getBinner() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns the object containing density map pixel counts.
- getBinResultInt(int) - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
Variant of the getValue
method
that takes a 32-bit index.
- getBins() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
-
Returns the array of pixel-width bins containing the counts
accumulated by this object.
- getBins(Object[]) - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
-
- getBinSizer() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter.HistoStyle
-
Returns the bin sizer.
- getBinValue(long) - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList.Result
-
Returns the value that has been accumulated into the given bin index.
- getBinWidth() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
-
Returns the bin width for the histogram.
- getBinWidth() - Method in class uk.ac.starlink.ttools.plot2.layer.BinBag
-
Returns the bin width used by this histogram model.
- 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
-
- getBooleanColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getBooleanProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- 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.
- getBooleanValue(int) - Method in interface uk.ac.starlink.ttools.plot2.data.Tuple
-
Returns the value of a given column as a boolean.
- getBooleanValue(int) - Method in class uk.ac.starlink.ttools.plot2.data.WrapperTupleSequence
-
- getBooleanValue(long) - Method in interface uk.ac.starlink.ttools.plot2.data.CachedReader
-
Retrieve the current value of this sequence as a boolean value.
- getBooleanValue(Boolean) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getBoost() - Method in class uk.ac.starlink.ttools.plot2.paper.Compositor.BoostCompositor
-
Returns the boost value for this compositor.
- getBottom() - Method in class uk.ac.starlink.ttools.plot2.Padding
-
Returns the required bottom margin.
- getBounds() - Method in class uk.ac.starlink.ttools.plot.BitSetPixellator
-
- getBounds() - Method in class uk.ac.starlink.ttools.plot.Drawing
-
- 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
-
- getBounds() - Method in class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
- getBounds() - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType.RgbPaper
-
Returns the plot bounds.
- getBounds() - Method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Returns the external bounds of this placement.
- 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.
- getBuffer() - Method in class uk.ac.starlink.ttools.plot2.layer.GreyImage
-
Returns the byte array backing the image.
- getBuffer() - Method in class uk.ac.starlink.ttools.plot2.paper.RgbImage
-
Returns the data as a modifiable int array.
- getButtonChangedIndex(MouseEvent) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Determines which mouse button was changed at a given mouse event.
- getButtonDownIndex(MouseEvent) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Determines which single button is depressed at a given mouse event.
- 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
-
- getByteColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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
-
- getCacheImage() - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Returns images caching policy.
- getCapability() - Method in interface uk.ac.starlink.ttools.taplint.CapabilityHolder
-
Returns capabilities of a TAP service.
- getCapability() - Method in class uk.ac.starlink.ttools.taplint.CapabilityStage
-
Returns the TAP capability record obtained by the last run of this stage.
- getCaptionBounds(String) - Method in class uk.ac.starlink.ttools.plot2.BasicCaptioner
-
- getCaptionBounds(String) - Method in interface uk.ac.starlink.ttools.plot2.Captioner
-
- getCaptionBounds(String) - Method in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- getCaptionBounds(String) - Method in class uk.ac.starlink.ttools.plot2.NullCaptioner
-
- getCaptionBounds(String) - Method in class uk.ac.starlink.ttools.plot2.OutlineCaptioner
-
- getCaptionBounds(String, int, int, Captioner) - Method in class uk.ac.starlink.ttools.plot2.Anchor
-
Returns a rectangle within which all of the given label will fall.
- getCaptionBounds(String, int, int, Captioner) - Method in class uk.ac.starlink.ttools.plot2.Anchor.HorizontalAnchor
-
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
Returns the captioner used by this style.
- getCaptioner() - Method in class uk.ac.starlink.ttools.plot2.LegendIcon
-
Returns this legend's captioner.
- getCaptioner() - Method in interface uk.ac.starlink.ttools.plot2.Surface
-
Returns a captioner suitable for drawing general purpose labels
annotating the plot.
- 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(int) - Method in class uk.ac.starlink.ttools.jel.DummyJELRowReader
-
Throws UnsupportedOperationException.
- 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.filter.AddColumnsTable
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
- getCell(long, int) - Method in interface uk.ac.starlink.ttools.filter.ColumnSupplement
-
Random access read of a cell defined by this object.
- 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.JELColumnSupplement
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.PermutedColumnSupplement
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.RepeatTable
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
-
- getCell(long, int) - Method in interface uk.ac.starlink.ttools.filter.SupplementSequence
-
Returns a cell value from the current row of this sequence.
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.TailTable
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.UnitColumnSupplement
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.jel.JELTable
-
- getCell(long, int) - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
-
- getChangeForwarder() - Method in class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
-
Returns a listener which will take ChangeEvents and forward them
to any listeners registered with this panel.
- getChannelBounds(int, double[]) - Method in interface uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter.ChannelGrid
-
Reports the upper and lower Y (spectral) bounds for a given channel.
- getChannelCount() - Method in interface uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter.ChannelGrid
-
Returns the number of channels if known.
- getChannelRange(double, double) - Method in interface uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter.ChannelGrid
-
Returns the range of channel indices which are completely or
partially covered in a given range of Y (spectral) values.
- getChar() - Method in enum uk.ac.starlink.ttools.taplint.ReportType
-
Returns the single-character identifier for this type.
- 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
-
- getCharColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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.votlint.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
-
- getClippedRanges(AuxScale[], Map<AuxScale, Range>, Map<AuxScale, Range>, Map<AuxScale, Subrange>, Map<AuxScale, Boolean>) - Static method in class uk.ac.starlink.ttools.plot2.AuxScale
-
Amalgamates range requirements for a set of scales to return
actual ranges to be used.
- 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.
- getClosestRow(Surface, DataGeom, int, TupleSequence, Point2D) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Scans a tuple sequence to identify the data point which is
plotted closest to a given graphics position.
- getClosestRows() - Method in class uk.ac.starlink.ttools.plot2.task.PointSelectionEvent
-
Returns an array of row indices, one for each plotted layer.
- getColor() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
-
Returns the colour of this style.
- getColor() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Returns contour colour.
- getColor() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
Returns the colour used by this style.
- getColor() - Method in class uk.ac.starlink.ttools.plot2.layer.LineStyle
-
Returns the line colour.
- getColor() - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter.SpotStyle
-
- getColor(int) - Static method in class uk.ac.starlink.ttools.plot.Styles
-
Returns a colour labelled by a given index.
- getColor(String) - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorSet
-
Returns the colour for a given name.
- getColorChooser() - Method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
Returns this specifier's JColorChooser.
- getColorModel() - Method in class uk.ac.starlink.ttools.plot2.layer.PixelImage
-
Returns the colour model.
- 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
-
- getColumnClass(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getColumnCount() - Method in class uk.ac.starlink.ttools.cone.UploadConeTable
-
- getColumnCount() - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
-
- getColumnCount() - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
- getColumnCount() - Method in interface uk.ac.starlink.ttools.filter.ColumnSupplement
-
Returns the number of columns defined by this object.
- getColumnCount() - Method in class uk.ac.starlink.ttools.filter.JELColumnSupplement
-
- getColumnCount() - Method in class uk.ac.starlink.ttools.filter.PermutedColumnSupplement
-
- getColumnCount() - Method in class uk.ac.starlink.ttools.filter.UnitColumnSupplement
-
- 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.votlint.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
-
- getColumnIndexByName(String) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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.cone.UploadConeTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
- getColumnInfo(int) - Method in interface uk.ac.starlink.ttools.filter.ColumnSupplement
-
Returns the column metadata object for a given column.
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.JELColumnSupplement
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.PermutedColumnSupplement
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.UnitColumnSupplement
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.ttools.jel.JELTable
-
- getColumnPlan(ColumnInfo[], ColumnInfo[]) - Method in class uk.ac.starlink.ttools.cone.CdsUploadMatcher
-
- getColumnPlan(ColumnInfo[], ColumnInfo[]) - Method in class uk.ac.starlink.ttools.cone.TapUploadMatcher
-
- getColumnPlan(ColumnInfo[], ColumnInfo[]) - Method in interface uk.ac.starlink.ttools.cone.UploadMatcher
-
Returns an object that understands what columns are where in an
output table generated from the raw result produced by this matcher.
- getColumnsParameter() - Method in class uk.ac.starlink.ttools.task.ColumnSelectionMapper
-
Returns the parameter which specifies the column IDs for use.
- getCombiner() - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
- getCombiner() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList
-
Returns the combination method used for bins.
- getCombiner() - Method in class uk.ac.starlink.ttools.plot2.layer.HashBinList
-
- getComboBox() - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
Returns this specifier's combo box.
- getComparator(boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.Point3D
-
Returns a comparator which can be used to sort Point3D objects.
- getCompiledExpression() - Method in interface uk.ac.starlink.ttools.jel.JELQuantity
-
Returns the compiled expression from which this quantity can be
evaluated.
- 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
-
- getComponent() - Method in class uk.ac.starlink.ttools.plot2.config.ConversionSpecifier
-
- getComponent() - Method in interface uk.ac.starlink.ttools.plot2.config.Specifier
-
Returns the graphical component that the user can interact with
to supply a value.
- getComponent() - Method in class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
-
- 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() - 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
-
- getConeResult(ConeSearcher, ConeErrorPolicy, boolean, 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.
- getConfig() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns this layer's configuration options.
- getConfig() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec
-
Returns per-zone configuration options for this zone.
- getConfigKey() - Method in exception uk.ac.starlink.ttools.plot2.config.ConfigException
-
Returns the key whose value this exception applies to.
- getConfigKeyDescription() - Static method in class uk.ac.starlink.ttools.plot2.layer.BinSizer
-
Returns an XML string describing in general terms how to operate
the BinSizer config key.
- getConfigKeys() - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyNavigator
-
Returns the config keys for use with this navigator.
- getConfigKeys() - Static method in class uk.ac.starlink.ttools.plot2.geom.TimeNavigator
-
Returns the config keys for use with this navigator.
- getConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getConfigKeys() - Method in interface uk.ac.starlink.ttools.plot2.layer.ShapeForm
-
Returns style configuration keys specific to this form.
- getConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Returns style configuration keys associated with this mode.
- getConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getConfigKeys(boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.CubeNavigator
-
Returns the config keys for use with this navigator.
- getConfigParamDefault(Environment, ConfigKey<T>, String[]) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
May provide a default value for a given config parameter that is
sensitive to the content of the execution environment.
- getConfigParamDefault(Environment, ConfigKey<T>, String[]) - Method in class uk.ac.starlink.ttools.plot2.task.GenericPlot2Task
-
- getConfigParamDefault(Environment, ConfigKey<T>, String[]) - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
- getConfigUsage(MatchEngine, Parameter, DescribedValue[]) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
Returns a string giving the usage for a parameter with configuration
subparameters.
- getConsistentTable(StarTable) - Method in class uk.ac.starlink.ttools.cone.DalConeSearcher
-
Takes a table which is the result of a query to the service handled
by this searcher, and returns a table which has compatible column
structure to any tables returned by previous calls to this method.
- 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
-
- getConstantByName(String) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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.votlint.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.votlint.ElementHandler
-
Returns this handler's context.
- getContext() - Method in class uk.ac.starlink.ttools.votlint.ValueParser
-
Returns this parser's context.
- getContextParameters(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
- getContextParameters(Environment) - Method in interface uk.ac.starlink.ttools.task.DynamicTask
-
Returns the parameters for this task in the context of a given
execution environment.
- getConverters() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the array of numeric converter objects, one for each axis.
- getCoord() - Method in class uk.ac.starlink.ttools.plot2.task.CoordValue
-
Returns the coordinate definition.
- getCoord(int) - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns the coord reader that can read the data for one of this
object's output columns.
- getCoord(int) - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getCoord(int) - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- getCoordCount() - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns the number of columns that this object produces.
- getCoordCount() - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getCoordCount() - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- getCoordExpressions(int) - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
Returns the user input strings used to supply the value for a given
coordinate in this DataSpec.
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- getCoordGroup() - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- getCoordGroup() - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Returns an object describing which data coordinates are used for
this plotter and how they are arranged in supplied DataSpec objects.
- getCoordId(int) - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns an identifier for one of the the columns produced by this object.
- getCoordId(int) - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getCoordId(int) - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- 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.
- getCoordIndex() - Method in interface uk.ac.starlink.ttools.plot2.AuxReader
-
Returns the DataSpec index for the coordinate whose value is used
by this reader.
- getCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.layer.FloatingCoordAuxReader
-
- getCoordMap() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns the name-value map for coordinate values used by this layer;
values are strings to be evaluated in the context of the table.
- getCoordPair(ValueInfo[]) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
Tries to guess at a pair of columns from a given selection that
represent the longitude, latitude coordinates in this sky system.
- getCoordParams(Coord[], String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
Gets parameters used for specifying coordinate values for a plot.
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.CartesianErrorCoordSet
-
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.CartesianVectorCoordSet
-
- getCoords() - Method in interface uk.ac.starlink.ttools.plot2.layer.MultiPointCoordSet
-
Returns the coordinate definitions.
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.PlaneCorrelationCoordSet
-
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.PlaneEllipseCoordSet
-
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyCorrelationCoordSet
-
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyEllipseCoordSet
-
- getCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyVectorCoordSet
-
- getCoords(double, double) - Method in interface uk.ac.starlink.ttools.task.PixSample.CoordReader
-
Gets sampling lon/lat coordinates given some input coordinates.
- getCoordUnitText() - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyMultiPointForm
-
Returns a sentence of XML text describing the units of a scaled
coordinate are specified.
- 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.
- getCount(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Binner
-
Returns the count in a given bin.
- getCountParam() - Method in class uk.ac.starlink.ttools.task.VariableTablesInput
-
Returns the parameter which contains the number of input tables that
the user wants to use.
- getCoverage(Environment) - Method in interface uk.ac.starlink.ttools.cone.Coner
-
Returns a coverage object suitable for use with the cone search
service configured by this object's parameters.
- getCoverage(Environment) - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
-
- getCoverage(Environment) - Method in class uk.ac.starlink.ttools.cone.JdbcConer
-
- getCpXhi() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns the closest point to the upper X boundary
that falls outside the grid.
- getCpXlo() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns closest point to the lower X boundary
that falls outside the grid.
- getCpYhi() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns the closest point to the upper Y boundary
that falls outside the grid.
- getCpYlo() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns the closest point to the lower Y boundary
that falls outside the grid.
- getCredibility() - Method in class uk.ac.starlink.ttools.task.CredibleString
-
Returns the credibility.
- getCredibility() - Method in class uk.ac.starlink.ttools.task.Setting
-
Returns the credibility of this setting.
- getCrowding() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns the crowding factor for this axis.
- getCrowding() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec.RampSpec
-
Returns axis tick crowding factor.
- getCrowdLimit() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
Returns the number of labels allowed within spacing pixels.
- 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
-
- 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.
- getDataBins(Pixel1dPlotter.BinArray, Axis, Kernel1d, Normalisation, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns an array of data coordinate values, one for each bin
accumulated by the bin array (X pixel value).
- getDataBounds() - Method in class uk.ac.starlink.ttools.plot.AuxLegend
-
Returns the bounds of the region of this component containing the
legend.
- getDataDimCount() - Method in interface uk.ac.starlink.ttools.plot2.DataGeom
-
Returns the dimensionality of the plot surface's plot space.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeDataGeom
-
Returns 3.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
Returns 3.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneDataGeom
-
Returns 2.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
Returns 2.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
Returns 3.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns 3.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.SliceDataGeom
-
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.SphereDataGeom
-
Returns 3.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeDataGeom
-
Returns 2.
- getDataDimCount() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
Returns 2.
- getDataDimCount() - Method in interface uk.ac.starlink.ttools.plot2.Surface
-
Returns the dimensionality of the data space used by this plot surface.
- getDataGeom() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
- getDataGeom() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns the data geometry used by this layer.
- getDataGeom() - Method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns the data geom for this subcloud.
- getDataHigh() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns the maximum data value represented on this axis.
- getDataLimits() - Method in class uk.ac.starlink.ttools.plot2.Axis
-
Returns the axis data bounds.
- getDataLimits() - Method in interface uk.ac.starlink.ttools.plot2.geom.PlanarSurface
-
Returns the limits in data coordinates of the plot region.
- getDataLimits() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getDataLimits() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getDataLow() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns the minimum data value represented on this axis.
- getDataSpec() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
- getDataSpec() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns the data spec that defines the data used by this layer.
- getDataSpec() - Method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns the data spec for this subcloud.
- 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
-
- getDec() - Method in class uk.ac.starlink.ttools.cone.WrapperQuerySequence
-
- 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
-
- getDecIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.ServiceConeSearcher
-
- getDecIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.SiaConeSearcher
-
- getDecIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.SsaConeSearcher
-
- getDecoration() - Method in class uk.ac.starlink.ttools.plot2.NavAction
-
Returns a surface decoration giving a visual indication of
the nature of the navigation action in progress.
- getDecorations() - Method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Returns a list of decorations to be painted over the finished plot.
- 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.
- getDefaultForCaching(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.DataStoreParameter
-
Returns the default value for this parameter based on whether
caching is believed to be a good idea.
- getDefaultHealpixImpl() - Static method in class uk.ac.starlink.ttools.cone.UrlMocCoverage
-
Returns the HEALPix implementation used for MOC service queries.
- getDefaultScalingDescription(String) - Static method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
Returns XML text suitable for inclusion in a MultiPointForm description
explaining how the scaling of marker sizes is controlled.
- getDefaultTextAntialiasing() - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Indicates whether antialiasing of text is turned on or off by
default.
- getDefaultValue() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Returns the default value associated with this key.
- 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.build.Heading
-
Returns HTML description string.
- 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.cone.CdsUploadMatcher.VizierMeta
-
Returns a table 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.MocMode
-
- getDescription() - Method in class uk.ac.starlink.ttools.mode.NullMode
-
- 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.SwingMode
-
- getDescription() - Method in class uk.ac.starlink.ttools.mode.TopcatMode
-
- getDescription() - Method in class uk.ac.starlink.ttools.plot.GraphicExporter
-
Returns a minimal description of this exporter.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.Sin2
-
Get a description of the component
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj
-
Get a description of the component
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.Gesture
-
Returns a description for this gesture.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Returns a short textual description of this combiner.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Returns a short description for this mode.
- getDescription() - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1dShape
-
Returns a short description for this shape.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.LevelMode
-
Returns a short description of this mode.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.Normalisation
-
Returns a short description of this mode.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Returns a short description for this shape.
- getDescription() - Method in class uk.ac.starlink.ttools.plot2.Scaling
-
Returns a short description of this scaling.
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.CapabilityStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.ColumnMetadataStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.CompareMetadataStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.ExampleStage
-
- getDescription() - Method in enum uk.ac.starlink.ttools.taplint.FixedCode
-
Returns a short textual description of the use of this code.
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.JobStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.ObsTapStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.QueryStage
-
- getDescription() - Method in enum uk.ac.starlink.ttools.taplint.ReportType
-
Returns the description text for this type.
- getDescription() - Method in interface uk.ac.starlink.ttools.taplint.Stage
-
Returns a short one-line description of this stage.
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.TableMetadataStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.TapRunner
-
Returns a short description.
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.UploadStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.taplint.XsdStage
-
- getDescription() - Method in class uk.ac.starlink.ttools.task.ChoiceMode
-
- getDescription() - Method in class uk.ac.starlink.ttools.task.JoinFixActionParameter.Fixer
-
Returns a short description of the function of this object.
- getDescription(PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
-
Returns a short XML description (no enclosing tag) of this mode's
behaviour.
- getDescriptionLines() - Method in class uk.ac.starlink.ttools.calc.SchlegelFilter
-
- 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.FixNamesFilter
-
- 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.PixSampleFilter
-
- 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.RandomViewFilter
-
- getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.RangeFilter
-
- getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.RepeatFilter
-
- 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.ResolverFilter
-
- getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SelectFilter
-
- getDescriptionLines() - Method in class uk.ac.starlink.ttools.filter.SequentialViewFilter
-
- 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.
- getDisplayName() - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorChooserPanel
-
- getDisplayName() - Method in class uk.ac.starlink.ttools.plot2.config.PaletteColorChooserPanel
-
- getDisplayValue() - Method in class uk.ac.starlink.ttools.plot2.config.TextDisplaySlider
-
Returns the text to display.
- getDistance() - Method in class uk.ac.starlink.ttools.plot2.IndicatedRow
-
Returns the distance from the reference position.
- getDocSuffix() - Method in class uk.ac.starlink.ttools.build.Heading
-
Returns unique text suitable for forming a filename.
- getDocumentUrl(EndpointSet) - Method in class uk.ac.starlink.ttools.taplint.XsdStage
-
Returns the URL of the document to validate, given the service URL
for the TAP service.
- getDomain() - Method in class uk.ac.starlink.ttools.plot2.data.Input
-
Returns the common value domain in which this user coordinate
will be used.
- getDouble(Object) - Static method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
Utility method to turn an Object into a floating point value.
- 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
-
- getDoubleColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getDoubleProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getDoubleProperty(String) - Method in class uk.ac.starlink.ttools.jel.JELFunction.XResolver
-
- getDoubleValue(int) - Method in interface uk.ac.starlink.ttools.plot2.data.Tuple
-
Returns the value of a given column as a double.
- getDoubleValue(int) - Method in class uk.ac.starlink.ttools.plot2.data.WrapperTupleSequence
-
- getDoubleValue(long) - Method in interface uk.ac.starlink.ttools.plot2.data.CachedReader
-
Retrieve the current value of this sequence as a floating point number.
- getDoubleValue(Double) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getEffectiveExtent(Kernel1d) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns the range of a given kernel over which it will be evaluated
for the purposes of this plotter.
- getElementAttributes() - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
-
Returns the element attribute list.
- getElementCount() - Method in class uk.ac.starlink.ttools.votlint.ValueParser
-
- getElementName() - Method in class uk.ac.starlink.ttools.cea.ElementDeclaration
-
Returns the element name.
- getEndOfLine() - Method in class uk.ac.starlink.ttools.task.LineEnder
-
Returns the end of line text.
- getEndPadding() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns a nominal number of pixels required at the top and bottom
of the ramp icon to accommodated possible axis labels.
- getEndpointSet(Environment) - Method in class uk.ac.starlink.ttools.task.TapEndpointParams
-
Acquires an EndpointSet instance from the environment using the
parameters managed by this object.
- getErrorLines() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
Returns the error output written by the task so far, in an array one line
per element.
- getErrorMode() - Method in interface uk.ac.starlink.ttools.plot.ErrorModeSelection
-
Returns an error mode associated with this object.
- getErrorModes() - Method in class uk.ac.starlink.ttools.plot2.config.MultiPointConfigKey
-
Returns the error mode array used which combines with a renderer to
work out how to paint an icon.
- 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.task.AddEnvironment
-
- getErrorStream() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
- getErrorText() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
Returns a string which contains all the error output written by the task
so far.
- getExampleGeoms() - Method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Returns a list of one or more DataGeom objects to be used for
example purposes.
- 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.
- getExamplesXml() - Static method in class uk.ac.starlink.ttools.build.Plot2Example
-
Returns a map from the names of the known examples to
their XML invocation text.
- 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.
- getExpression() - Method in class uk.ac.starlink.ttools.jel.JELFunction
-
Returns the text of the function expression.
- getExpression() - Method in interface uk.ac.starlink.ttools.jel.JELQuantity
-
Returns the string expression from which this quantity was created.
- getExpressions() - Method in class uk.ac.starlink.ttools.plot2.task.CoordValue
-
Returns the user-supplied expressions for the coordinate's values.
- getExpressionType(Library, StarTable, String) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
-
Gives the return type of an expression.
- getExtent() - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1d
-
Returns the number of pixels in each direction over which the
central point will be smoothed.
- getExtentCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
Returns the coordinate index for the time extent coordinate.
- getExtents() - Method in class uk.ac.starlink.ttools.plot.ErrorMode
-
Returns the extent objects which characterise this mode.
- getExtraCoordIndex(int, DataGeom) - Method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns the coordinate index in a DataSpec at which
a given one of the non-positional coordinates represented
by this coord group will appear.
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getExtraCoords() - Method in interface uk.ac.starlink.ttools.plot2.layer.ShapeForm
-
Returns data coordinates additional to the basic position which
are required to plot a point.
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Returns the additional coordinates associated with this mode.
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getExtraCoords() - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns a list of any non-positional coordinates associated
with this layer.
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getExtraCoords() - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
- getExtraUsage(TableEnvironment) - Method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
- 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.MultiOutputFormatParameter
-
- 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
-
- getExtSize() - Method in class uk.ac.starlink.ttools.plot2.task.PlotSpec
-
Returns the external plot size supplied at construction time.
- getFatalCount() - Method in class uk.ac.starlink.ttools.taplint.ReporterErrorHandler
-
Returns the number of fatal SAX errors encountered.
- getField(int) - Method in class uk.ac.starlink.ttools.votlint.DataHandler
-
Returns the FieldHandler object for a given column.
- getFields() - Method in class uk.ac.starlink.ttools.votlint.StreamingHandler
-
Returns the fields used for this stream.
- getFields() - Method in class uk.ac.starlink.ttools.votlint.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.
- getFillAlpha() - Method in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Returns the alpha value for filling the area.
- getFilterFactory() - Method in class uk.ac.starlink.ttools.filter.StepFactory
-
Returns the factory which can create filters 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.
- getFlipFlags() - Method in interface uk.ac.starlink.ttools.plot2.geom.PlanarSurface
-
Indicates which axes are reversed.
- getFlipFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getFlipFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- 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
-
- getFloatColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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.
- getForm() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter
-
Returns the form of this plotter.
- getForm() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter.ShapeModePlotter
-
- getFormatDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeFormat
-
Returns a short description of this format.
- 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.
- getFormatName() - Method in class uk.ac.starlink.ttools.example.AllWiseTableBuilder
-
- getFormatName() - Method in class uk.ac.starlink.ttools.example.TwoMassPscTableBuilder
-
- getFormatName() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeFormat
-
Returns the name of this format.
- 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
-
- getFormDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
- getFormDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getFormDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getFormDescription() - Method in interface uk.ac.starlink.ttools.plot2.layer.ShapeForm
-
Returns a description of this mode as an XML string.
- getFormDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getFormDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getFormIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
- getFormIcon() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter.Form
-
Returns an icon to identify this form in the GUI.
- getFormIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getFormIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getFormIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getFormIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getFormName() - Method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
- getFormName() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter.Form
-
Returns the user-directed name for this form.
- getFormName() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getFormName() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getFormName() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getFormName() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getFov(SkySurface) - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- getFov(SkySurface) - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Returns the field of view represented by this aspect.
- getFov(SkySurface) - Method in class uk.ac.starlink.ttools.plot2.geom.SinProjection
-
- getFov(SkySurface) - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
- getFullName() - Method in enum uk.ac.starlink.ttools.plot2.layer.AngleUnit
-
Returns the full-text name of this unit.
- getFunctionStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.FunctionPlotter
-
Returns the subset of the style keys which defines the function
itself.
- getGangBounds(Gang) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Determines the union of the data bounds of zones in a gang.
- getGangerFactory() - Method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Returns the ganger factory used by this context.
- getGeom(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Returns the DataGeom to use for a given layer in the context of a
given execution environment.
- getGeomParameters(String) - Method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Returns an array of parameters associated with a particular layer
required for determining DataGeom at runtime.
- getGlyph(short, short) - Method in class uk.ac.starlink.ttools.plot2.layer.XYShape
-
Obtains a glyph characterised by a given pair of values.
- 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.
- getGraphicsCoord(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
-
Returns the pixel index for a given bin index.
- getGraphicsLimits() - Method in class uk.ac.starlink.ttools.plot2.Axis
-
Returns the axis graphics bounds.
- 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.
- getGridder() - Method in class uk.ac.starlink.ttools.plot2.layer.BinPlan
-
Returns grid geometry.
- getGridder() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns the object encapsulating grid geometry.
- getGroups() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlot
-
Returns an array of objects that together contain all the parameter
settings required to specify this task to stilts.
- getHandler() - Method in class uk.ac.starlink.ttools.votlint.ElementRef
-
Returns the element handler to which this ref refers.
- getHasAux() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec
-
Indicates whether this zone (any of the layers in it) is going to
use a global colour ramp.
- getHeight() - Method in class uk.ac.starlink.ttools.plot.GraphicsBitmap
-
Returns the height of this bitmap.
- getHeight() - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns grid height.
- 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.
- getHigh() - Method in class uk.ac.starlink.ttools.plot2.Subrange
-
Returns upper limit.
- getHighBound() - Method in interface uk.ac.starlink.ttools.plot.BinnedData.Bin
-
Returns the highest value which will fall into this bin.
- getHiPad() - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
-
Returns the number of pixels above npix available for drawing on.
- getIcon() - Method in class uk.ac.starlink.ttools.plot2.Decoration
-
Returns this decoration's icon.
- getIcon() - Method in class uk.ac.starlink.ttools.plot2.Gesture
-
Returns a small icon for this gesture.
- getIcon() - Method in class uk.ac.starlink.ttools.plot2.LegendEntry
-
Returns the icon associated with this entry.
- getIcon(int, int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns an icon that draws this MarkStyle.
- getIcon(BarStyle.Form) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
-
Generates an icon based on a BarStlye.Form object.
- getIcon(StyleSet) - Static method in class uk.ac.starlink.ttools.plot.BarStyles
-
Generates an icon based on a StyleSet which displensed BarStyles.
- 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.PictureImageIcon
-
- getIconHeight() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPosIcon
-
- getIconHeight() - Method in class uk.ac.starlink.ttools.plot2.LegendIcon
-
- 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.PictureImageIcon
-
- getIconWidth() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPosIcon
-
- getIconWidth() - Method in class uk.ac.starlink.ttools.plot2.LegendIcon
-
- getIdClass() - Method in interface uk.ac.starlink.ttools.cone.RowMapper
-
Returns the type of object used for representing row indices.
- 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.
- getImage() - Method in class uk.ac.starlink.ttools.plot2.layer.GreyImage
-
Returns the greyscale image.
- getImage() - Method in class uk.ac.starlink.ttools.plot2.paper.RgbImage
-
Returns the data as a BufferedImage.
- getIncludedPointCount() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
-
Returns the number of points included in subsets which were
selected for plotting.
- getInconsistentEmptyAdvice() - Method in class uk.ac.starlink.ttools.cone.DalConeSearcher
-
Returns implementation-specific advice to the user about how to
swich off trusting the metadata of zero-row tables.
- getIndent(int) - Method in class uk.ac.starlink.ttools.taplint.JsonWriter
-
Returns prepended whitespace.
- getIndex() - Method in class uk.ac.starlink.ttools.cone.ColumnQueryRowSequence
-
- getIndex() - Method in interface uk.ac.starlink.ttools.cone.ConeQueryRowSequence
-
Get the index in the underlying table to which the current row relates.
- getIndex() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
-
- getIndex() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
-
- getIndex() - Method in class uk.ac.starlink.ttools.cone.WrapperQuerySequence
-
- getIndex() - Method in class uk.ac.starlink.ttools.plot.PointIterator
-
Returns the most recently read point index.
- getIndex() - Method in class uk.ac.starlink.ttools.plot2.IndicatedRow
-
Returns the row index.
- getIndex(double[]) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyPixer
-
Returns the sky pixel index corresponding to a given position
on the unit sphere.
- getIndex(int, int) - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns the 1-d index corresponding to a given x,y position.
- getIndexedShader() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
-
Returns the shader to be used for shading pixels in
indexed (non-RGB) mode.
- getIndexInfo() - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
-
- getIndexInfo() - Method in interface uk.ac.starlink.ttools.cone.SkyTiling
-
Returns a metadata item suitable for describing the pixel index
used by this tiling.
- getIndexSuffix(int) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns a suffix to append to one of a set of similar coordinate
names for disambiguation.
- getInfoUsage(ValueInfo) - Static method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
Returns a usage fragment appropriate to specifying a value on the
command line in accordance with the metadata given in a
ValueInfo object.
- getInput() - Method in class uk.ac.starlink.ttools.plot2.data.SingleCoord
-
Returns the single user data input object.
- 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.
- getInputParams(String) - Static method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
Gets parameters used for specifying a table with
input data for a plot.
- getInputs() - Method in interface uk.ac.starlink.ttools.plot2.data.Coord
-
Returns specifications of the one or more input values the user
supplies to provide the data values for this coord.
- getInputs() - Method in class uk.ac.starlink.ttools.plot2.data.SingleCoord
-
- getInputs() - Method in class uk.ac.starlink.ttools.plot2.data.SkyCoord
-
- getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.FixedTablesInput
-
- getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.HomogeneousTablesInput
-
- getInputSpecs(Environment) - Method in interface uk.ac.starlink.ttools.task.TablesInput
-
Returns an array of InputTableSpec objects describing the input tables
used by this task.
- getInputSpecs(Environment) - Method in class uk.ac.starlink.ttools.task.VariableTablesInput
-
- getInputTable() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
-
Returns input table.
- getInstance() - Static method in class uk.ac.starlink.ttools.cone.PixtoolsHealpix
-
Returns the sole instance of this singleton class.
- getInstance() - Static method in class uk.ac.starlink.ttools.filter.StepFactory
-
Returns the singleton instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.geom.CubePlotType
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.geom.PlanePlotType
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyPlotType
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.geom.SpherePlotType
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.geom.TimePlotType
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.layer.LineXYShape
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
Returns the singleton instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
Returns the sole instance of this class.
- getInstance() - Static method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
Returns the sole instance of this class.
- getInstance(VotLintContext) - Static method in class uk.ac.starlink.ttools.votlint.VersionDetail
-
Returns a VersionDetail instance suitable for use with the given
context.
- getInstances() - Static method in class uk.ac.starlink.ttools.task.UserFindMode
-
Returns a list of all the useful instances 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
-
- getIntColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- 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(int) - Method in interface uk.ac.starlink.ttools.plot2.data.Tuple
-
Returns the value of a given column as an integer.
- getIntValue(int) - Method in class uk.ac.starlink.ttools.plot2.data.WrapperTupleSequence
-
- getIntValue(long) - Method in interface uk.ac.starlink.ttools.plot2.data.CachedReader
-
Retrieve the current value of this sequence as an integer.
- getIntValue(Integer) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getInvocation() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Returns the invocation used to introduce the STILTS command.
- getIvorn() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
-
Returns the application ID.
- getJdbcAuthenticator() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a JDBC authenticator suitable for use in this 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.
- getJdbcAuthenticator(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a suitable JDBC authenticator for a given environment.
- getJoinFixAction(Environment, StringParameter) - 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.
- getKernelConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
Returns a list of keys that specify how the smoothing kernel
will be configured.
- getKernelConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.FixedKernelDensityPlotter
-
- getKernelConfigKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.KnnKernelDensityPlotter
-
- getKey() - Method in class uk.ac.starlink.ttools.task.Setting
-
Returns this setting's parameter name.
- getKey(double) - Method in interface uk.ac.starlink.ttools.plot.MapBinnedData.BinMapper
-
Returns the key to use for a given value.
- getKeys() - Method in class uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
-
- getKeys() - Method in interface uk.ac.starlink.ttools.plot2.config.KeySet
-
The config keys used to specify an object.
- getKeys() - Method in class uk.ac.starlink.ttools.plot2.config.RampKeySet
-
- getKit() - Static method in class uk.ac.starlink.ttools.convert.Iso8601Converter
-
Returns a date kit private to the calling thread.
- getKnownCombiners() - Static method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Returns a list of the known general purpose instances of this class.
- getKnownExporters(PdfGraphicExporter) - Static method in class uk.ac.starlink.ttools.plot.GraphicExporter
-
Returns a standard list of available GraphicExporter objects.
- getKnownFormats() - Static method in class uk.ac.starlink.ttools.plot2.geom.TimeFormat
-
Returns a list of all the known implementations of this class.
- getKnownLabellers() - Static method in class uk.ac.starlink.ttools.plot2.geom.SkyAxisLabellers
-
Returns a list of the known SkyAxisLabeller instances.
- getKnownModes(GraphicExporter[]) - Static method in class uk.ac.starlink.ttools.plottask.PaintMode
-
Returns a list of all available paint modes, given a list of
available GraphicExporter objects.
- getKnownResult() - Method in enum uk.ac.starlink.ttools.cone.Coverage.Amount
-
Returns the single fixed answer to all coverage queries.
- getKnownStages() - Method in class uk.ac.starlink.ttools.taplint.TapLinter
-
Returns an ordered map of the validation stages defined by this class.
- getKnownSystems() - Static method in class uk.ac.starlink.ttools.convert.SkySystem
-
Returns an array of all the systems known.
- getKnownSystems(boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
Returns the list of known sky system instances.
- getKnownUnits() - Static method in class uk.ac.starlink.ttools.convert.SkyUnits
-
Returns a list of all the available instances of this class.
- getKnownValues() - Static method in class uk.ac.starlink.ttools.plot2.layer.Normalisation
-
Returns the Normalisation instances defined by this class.
- getLabel() - Method in class uk.ac.starlink.ttools.build.Plot2Example
-
Returns this example's name.
- 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.plot2.LegendEntry
-
Returns the text label associated with this entry.
- getLabel() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns the text label for this axis.
- getLabel() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec.RampSpec
-
Returns axis text label.
- getLabel() - Method in class uk.ac.starlink.ttools.plot2.Tick
-
Returns this tick's text label.
- getLabel() - Method in class uk.ac.starlink.ttools.plottask.TablePointSequence
-
- getLabel() - Method in class uk.ac.starlink.ttools.taplint.AdhocCode
-
- getLabel() - Method in enum uk.ac.starlink.ttools.taplint.FixedCode
-
- getLabel() - Method in interface uk.ac.starlink.ttools.taplint.ReportCode
-
Returns the 4-character label of this code.
- getLabel(int) - Method in class uk.ac.starlink.ttools.plot.AxisLabels
-
Returns the label for one of the tick marks.
- getLabelBounds(Tick[], String, Captioner, Orientation, boolean) - Method in class uk.ac.starlink.ttools.plot2.Axis
-
Determines the bounds for axis and tickmark annotations.
- getLabelColor() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns the colour to use for drawing labels.
- getLabellerDescription() - Method in interface uk.ac.starlink.ttools.plot2.geom.SkyAxisLabeller
-
Returns a description for this mode.
- getLabellerDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
- getLabellerName() - Method in interface uk.ac.starlink.ttools.plot2.geom.SkyAxisLabeller
-
Returns a name for this axis labelling mode.
- getLabellerName() - Method in class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller
-
- 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.
- getLabels() - Method in class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
Get the labels for the lines
- getLargeDisplayIcon() - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorChooserPanel
-
Returns null.
- getLargeDisplayIcon() - Method in class uk.ac.starlink.ttools.plot2.config.PaletteColorChooserPanel
-
Returns null.
- getLatDeg() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyFov
-
Returns central latitude in degrees.
- getLayerConfigParams(ConfigKey[], String, boolean) - Static method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
Gets parameters used for speciyfing ConfigKey-based values
for a plot.
- getLayerOpt(S) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns the LayerOpt suitable for a given style for this plotter.
- getLayerOpt(S) - Method in class uk.ac.starlink.ttools.plot2.layer.SimpleDecalPlotter
-
Indicates the layer optimisation options that apply to a given style.
- getLayerOpt(AbstractKernelDensityPlotter.KDenseStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
- getLayerOpt(DensogramPlotter.DensoStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- getLayerOpt(LineStyle) - Method in class uk.ac.starlink.ttools.plot2.layer.LinePlotter
-
- getLayers() - Method in class uk.ac.starlink.ttools.plot2.ZoneContent
-
Returns plot layers.
- getLayerSpecs() - Method in class uk.ac.starlink.ttools.plot2.task.PlotSpec
-
Returns the layer specification array supplied at construction time.
- getLayerSuffixer() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Returns the policy for selecting per-layer parameter suffixes.
- getLayerTypes(Plotter[]) - Static method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
Returns the list of LayerTypes represented by a given list of Plotters.
- getLayerTypes(TypedPlot2Task[]) - Static method in class uk.ac.starlink.ttools.build.LayerTypeDoc
-
Returns a map (keyed by name) of all the LayerTypes used by a given
list of tasks.
- getLeft() - Method in class uk.ac.starlink.ttools.plot2.Padding
-
Returns the required left margin.
- getLegend() - Method in class uk.ac.starlink.ttools.plot2.ZoneContent
-
Returns legend icon.
- getLegendBorderParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for indicating whether the legend border will
be visible.
- 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() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Draws a legend icon for this style without error rendering.
- getLegendIcon() - Method in interface uk.ac.starlink.ttools.plot.Style
-
Returns an icon suitable for displaying in a legend for this style.
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter.KDenseStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter.DensoStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlotter.FillStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter.GridStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter.HealpixStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter.HistoStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.LineStyle
-
- getLegendIcon() - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Returns an icon suitable for identifying points painted by this
object in a plot legend.
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm.SizeOutliner
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm.SizeXyOutliner
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter.SkyDenseStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter.GridStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter.SpectroStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter.SpotStyle
-
- getLegendIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.TracePlotter.TraceStyle
-
- getLegendIcon(ErrorMode[]) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Draws a legend icon for this style given certain error modes.
- 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.
- getLegendLabel() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns the legend label associated with this layer.
- getLegendOpaqueParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for indicating whether the legend background
will be opaque.
- getLegendParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for indicating whether the legend will be visible.
- getLegendPosition() - Method in class uk.ac.starlink.ttools.plot2.ZoneContent
-
Returns legend position if internal legend is required.
- getLegendSequenceParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for determining the sequence and inclusion
of layers in the legend.
- getLegendSpec() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec
-
Returns an object characterising the legend display options
for this zone.
- getLength() - Method in class uk.ac.starlink.ttools.plot2.layer.Binner
-
Returns the number of bins.
- getLength() - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns the number of points in the grid and array.
- getLength() - Method in interface uk.ac.starlink.ttools.plot2.layer.NumberArray
-
Returns array length.
- getLevel() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyPixer
-
Returns the HEALPix level for this pixellisation scheme.
- getLevel() - Method in class uk.ac.starlink.ttools.task.SettingGroup
-
Returns the grouping level.
- getLevelCount() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Returns requested number of contours.
- getLevelMode() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Returns level determination algorithm.
- getLibrary(JELRowReader) - Static method in class uk.ac.starlink.ttools.jel.JELUtils
-
Returns a JEL Library suitable for expression evaluation.
- getLimits() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Returns 3D data bounds.
- getLimits(double, double, Subrange, boolean, Range) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Utility method to determine actual axis limits based on
requested high/low values and a subrange.
- getLimits(ConfigMap, ConfigKey<Double>, ConfigKey<Double>, ConfigKey<Subrange>, boolean, Range) - Static method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Utility method to interrogate axis range configuration variables
and work out the actual range to use on a given Cartesian axis.
- getLine() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns the line type for this style.
- getLineAlpha() - Method in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Returns the alpha value for drawing a line.
- getLinearCoefficients() - Method in class uk.ac.starlink.ttools.plot.XYStats
-
Returns the polynomial coefficients of a linear regression line
for the submitted data.
- getLines() - Method in class uk.ac.starlink.ttools.build.Plot2Example
-
Returns the lines representing the stilts command you would type
to execute this example.
- getLines() - Method in class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
Get the line points
- getLineWidth() - Method in class uk.ac.starlink.ttools.plot.DefaultStyle
-
Returns the line width associated with this style.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class uk.ac.starlink.ttools.gui.ShaderListCellRenderer
-
- getLocation() - Method in class uk.ac.starlink.ttools.task.InputTableSpec
-
Returns input table location as specified in the parameter value.
- getLocationFormList(InputFormatParameter) - Static method in class uk.ac.starlink.ttools.task.AbstractInputTableParameter
-
Returns an XML list element enumerating the forms in which a
single table may be specified.
- getLocator() - Method in class uk.ac.starlink.ttools.votlint.VotLintContext
-
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.
- getLogFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory.Profile
-
Returns a 3-element array giving X, Y and Z log flags.
- getLogFlags() - Method in interface uk.ac.starlink.ttools.plot2.geom.PlanarSurface
-
Indicates the scaling along the two axes.
- getLogFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getLogFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory.Profile
-
Returns a 2-element array giving X and Y log flags.
- getLogFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- 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.
- getLonDeg() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyFov
-
Returns central longitude in degrees.
- getLongArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- 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
-
- getLongColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getLongName() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
-
Returns the long name of the application.
- getLongName() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Returns a potentially more descriptive name suitable for use in a GUI.
- getLongName() - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Returns a potentially more descriptive name suitable for use in a GUI.
- getLongName() - Method in class uk.ac.starlink.ttools.plot2.ReportMeta
-
Returns a potentially more descriptive name for use in a GUI.
- getLongProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getLongValue(Long) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getLoPad() - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
-
Returns the number of pixels below 0 available for drawing on.
- getLow() - Method in class uk.ac.starlink.ttools.plot2.Subrange
-
Returns lower limit.
- getLowBound() - Method in interface uk.ac.starlink.ttools.plot.BinnedData.Bin
-
Returns the lowest value which will fall into this bin.
- getLowerSum(boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
-
Returns the sum of all the counts at one end of the axis
not captured by this object's bins array.
- getMainNdim() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the number of non-auxiliary axes represented by this state.
- getMajorTicks(BasicTicker.Rule, double, double) - Static method in class uk.ac.starlink.ttools.plot2.BasicTicker
-
Use a given rule to generate major ticks in a given range of
coordinates.
- getManualName() - Method in class uk.ac.starlink.ttools.Formatter
-
Returns the text used to refer in formatted output to the STILTS manual.
- getMap() - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorSet
-
Returns the colour map on which this named set is based.
- getMap() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
Returns the map object that contains the data for this environment.
- 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.
- getMaskFlag(RowSequence, long) - Method in interface uk.ac.starlink.ttools.plot2.data.UserDataReader
-
Returns the mask flag for the current position in a row sequence.
- getMaskId() - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns an identifier for the row mask for this object.
- getMaskId() - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getMaskId() - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- getMatchBounds(NdRange[], int) - 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
-
- getMatrix() - Method in class uk.ac.starlink.ttools.plot2.geom.Rotation
-
Returns the 9-element matrix defining this rotation.
- 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.
- getMaxParallelism() - Static method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
-
Returns the maximum parallelism value which should permitted in this JVM.
- 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
-
- getMeta() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Returns metadata about this key.
- getMeta() - Method in class uk.ac.starlink.ttools.plot2.data.Input
-
Returns user-directed metadata describing this input.
- getMeta() - Method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Returns this key's metadata.
- 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.
- getMinors(long) - Method in interface uk.ac.starlink.ttools.plot2.BasicTicker.Rule
-
Returns the axis values for minor tickmarks that fall between the
a given major tick mark and the next one.
- getMinorTicks(BasicTicker.Rule, double, double) - Static method in class uk.ac.starlink.ttools.plot2.BasicTicker
-
Use a given rule to generate minor ticks in a given range of
coordinates.
- 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.
- getMissingScales(AuxScale[], Map<AuxScale, Range>, Map<AuxScale, Range>) - Static method in class uk.ac.starlink.ttools.plot2.AuxScale
-
Returns a list of scale objects for which calculations are required.
- getMnemonic() - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorChooserPanel
-
- getMnemonic() - Method in class uk.ac.starlink.ttools.plot2.config.PaletteColorChooserPanel
-
- getMoc() - Method in class uk.ac.starlink.ttools.cone.MocCoverage
-
Returns the MOC object associated with this footprint.
- getMode() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter
-
Returns the mode of this plotter.
- getMode() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter.ShapeModePlotter
-
- getModeCoordsIndex(DataGeom) - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
Returns the index into a dataspec used by this plotter at which the
first of its ShapeMode's "extra" coordinates is found.
- getModeDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Returns a description of this mode as an XML string.
- getModeDescription(PairMode) - Static method in class uk.ac.starlink.ttools.join.FindModeParameter
-
Returns additional description for each given pair matching mode.
- getModeFactory() - Static method in class uk.ac.starlink.ttools.Stilts
-
Returns the factory which can create any of the known output modes.
- getModeIcon() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter.Mode
-
Returns an icon to identify this mode in the GUI.
- getModeIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
- getModeName() - Method in interface uk.ac.starlink.ttools.plot2.layer.ModePlotter.Mode
-
Returns the user-directed name for this mode.
- getModeName() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
- getModeUsage(String, int) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
-
Returns a usage message for a given processing mode.
- getModeUsage(PaintModeParameter) - Method in class uk.ac.starlink.ttools.plottask.PaintMode
-
Returns a short text usage message describing usage of associated
parameters, if any.
- getMultiParameter() - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
-
Returns the parameter which determines whether just the first or all
tables in a multi-table container file will be used.
- 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.cone.CdsUploadMatcher.VizierMeta
-
Returns the canonical VizieR table ID.
- 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.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.plot2.AuxScale
-
Returns the scale name.
- getName() - Method in class uk.ac.starlink.ttools.plot2.geom.Sin2
-
Get the name of the component
- getName() - Method in class uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj
-
Get the name of the component
- getName() - Method in class uk.ac.starlink.ttools.plot2.Gesture
-
Returns a short name for this gesture.
- getName() - Method in enum uk.ac.starlink.ttools.plot2.layer.AngleUnit
-
Returns the canonical name of this unit.
- getName() - Method in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Returns this combiner's name.
- getName() - Method in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Returns the name for this mode.
- getName() - Method in interface uk.ac.starlink.ttools.plot2.layer.Kernel1dShape
-
Returns a one-word name for this shape.
- getName() - Method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Returns a one-word name for this shape.
- getName() - Method in class uk.ac.starlink.ttools.plot2.layer.XYShape
-
Returns the name of this shape.
- getName() - Method in class uk.ac.starlink.ttools.plot2.Scaling
-
Returns the name of this scaling.
- getName() - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns the name of this layer type.
- getName() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getName() - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getName() - Method in class uk.ac.starlink.ttools.plottask.PaintMode
-
Returns this mode's name.
- getName() - Method in enum uk.ac.starlink.ttools.taplint.ReportType
-
Returns the human-readable name.
- getName() - Method in class uk.ac.starlink.ttools.task.UserFindMode
-
Returns the one-word name for this mode.
- getName() - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Returns the localName for this element.
- getName() - Method in class uk.ac.starlink.ttools.votlint.ElementRef
-
Returns the element name.
- getName(Object) - Method in class uk.ac.starlink.ttools.plottask.ShaderParameter
-
- getNamedUnit(String) - Static method in enum uk.ac.starlink.ttools.plot2.layer.AngleUnit
-
Returns the AngleUnit instance that corresponds to
a user-specified unit name.
- 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 enum uk.ac.starlink.ttools.taplint.ReportType
-
Returns plural of human-readable name.
- getNames() - Method in class uk.ac.starlink.ttools.task.AddEnvironment
-
- getNames() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
- getNamespaceMap() - Method in class uk.ac.starlink.ttools.votlint.VotLintContext
-
Returns prefix->namespaceURI map for the xmlns namespaces currently
in scope.
- getNavigationZoneIndex(Point) - Method in interface uk.ac.starlink.ttools.plot2.Gang
-
Returns the zone index for the zone to which navigation gestures
referenced at a particular graphics position should be delegated.
- getNavigator(int) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Returns a navigator which is used to convert mouse gestures into
navigation actions.
- getNavigatorKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- getNavigatorKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- getNavigatorKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- getNavigatorKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- getNavigatorKeys() - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Returns the configuration keys that may be used to configure
a navigator for use with this surface factory.
- getNavOptions(boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot2.geom.TimeNavigator
-
Returns a description of available navigator options for a time plot,
given X/Y zoom flags.
- getNavOptions(Surface, Point) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeNavigator
-
- getNavOptions(Surface, Point) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneNavigator
-
- getNavOptions(Surface, Point) - Method in class uk.ac.starlink.ttools.plot2.geom.SkyNavigator
-
- getNavOptions(Surface, Point) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeNavigator
-
- getNavOptions(Surface, Point) - Method in interface uk.ac.starlink.ttools.plot2.Navigator
-
Returns a description of the available navigation gestures and the
behaviour they cause when the mouse is positioned at a particular point.
- getNcoord() - Method in interface uk.ac.starlink.ttools.plot.DataColorTweaker
-
- 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
-
- getNormalisation() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter.KDenseStyle
-
Returns normalisation mode.
- getNormalisation() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter.HistoStyle
-
Returns normalisation mode.
- getNormalised() - Method in class uk.ac.starlink.ttools.plot.HistogramPlotState
-
Determines whether the histogram is normlalised to a total value of
unity.
- getNormalisedExtent() - Method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Returns the extent of a kernel with this shape of unit nominal width.
- 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
-
- getObjectColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getObjectProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getObjectValue() - Method in class uk.ac.starlink.ttools.task.Setting
-
Returns the typed value for this setting, if known.
- getObjectValue(int) - Method in interface uk.ac.starlink.ttools.plot2.data.Tuple
-
Returns the value of a given column as an object.
- getObjectValue(int) - Method in class uk.ac.starlink.ttools.plot2.data.WrapperTupleSequence
-
- getObjectValue(long) - Method in interface uk.ac.starlink.ttools.plot2.data.CachedReader
-
Retrieve the value at a given index as an object.
- getOffset() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Returns the offset of the first contour from zero.
- getOffset(Rectangle, int) - Method in class uk.ac.starlink.ttools.plot2.Anchor.HorizontalAnchor
-
Returns the positional offset from the reference point to
position the graphics context at before calling drawCaption.
- getOffsetX() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Return graphics X offset.
- getOffsetX() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyAspect
-
Returns the offset in the graphical X direction of the centre of
the sky drawing from the centre of the available plotting region.
- getOffsetX() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the dimensionless X offset of the plot centre from the
plot bounds centre.
- getOffsetY() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Return graphics Y offset.
- getOffsetY() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyAspect
-
Returns the offset in the graphical Y direction of the centre of
the sky drawingn from the centre of the available plotting region.
- getOffsetY() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the dimensionless Y offset of the plot centre from the
plot bounds centre.
- getOpaqueLimit() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns the opacity limit for this style.
- getOpt() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
- getOpt() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns an object that describes some facts about how this layer
draws itself used for rendering.
- 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.
- getOptionMap() - Method in class uk.ac.starlink.ttools.plot2.config.ChoiceConfigKey
-
Returns a mutable map giving the currently available known options
and their string values.
- 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.plot2.config.OptionConfigKey
-
Returns the available options for this key.
- getOptions() - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
-
Returns the option objects for all the named options known for this
parameter.
- getOptions1d() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Returns an array of ErrorRenderers which can render 1-dimensional
(vertical) errors.
- 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.
- getOptionsEllipse() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Returns an array of ErrorRenderers which is suitable for 2d
ellipse-like applications.
- getOptionsGeneral() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Returns an array of ErrorRenderers which can render errors of arbitrary
dimensionality.
- getOptionsSizeXY() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Returns an array of ErrorRenderers which is suitable for
applications that plot a shape with independently variable
horizontal and vertical extents.
- 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.
- getOptionsVector() - Static method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Returns an array of ErrorRenderers which is suitable for
vector-like applications.
- getOptionsXml() - Method in class uk.ac.starlink.ttools.plot2.config.OptionConfigKey
-
Returns an XML list of the available options for this config key.
- getOpts(PlotLayer[]) - Static method in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Returns an array of layer options corresponding to an array of layers.
- 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.
- getOtherParameters() - Method in class uk.ac.starlink.ttools.task.TapEndpointParams
-
Returns a list of other parameters managed by this object
that specify endpoints for TAP-related services.
- getOutliner() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeStyle
-
Returns the outline shape of this style.
- getOutput() - Method in class uk.ac.starlink.ttools.votlint.VotLintContext
-
Returns the output stream to which messages will be written.
- getOutputColumnCount() - Method in interface uk.ac.starlink.ttools.cone.ColumnPlan
-
Returns the number of columns in the output table.
- getOutputColumnLocation(int) - Method in interface uk.ac.starlink.ttools.cone.ColumnPlan
-
Returns a coded value indicating where to find the column
corresponding to a given output column.
- 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.task.AddEnvironment
-
- 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.
- getPad() - Method in class uk.ac.starlink.ttools.plot2.BasicCaptioner
-
- getPad() - Method in interface uk.ac.starlink.ttools.plot2.Captioner
-
Returns a suitable padding value for separating captions from
the reference position or other graphical elements.
- getPad() - Method in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- getPad() - Method in class uk.ac.starlink.ttools.plot2.NullCaptioner
-
- getPad() - Method in class uk.ac.starlink.ttools.plot2.OutlineCaptioner
-
- getPadding() - Method in class uk.ac.starlink.ttools.plot2.task.PlotSpec
-
Returns the external padding supplied at construction time.
- getPadding(boolean) - Method in interface uk.ac.starlink.ttools.plot2.geom.AxisAnnotation
-
Returns the padding insets around the edge of a plot bounds rectangle
required to accommodate the labels painted by this object.
- getPadding(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneAxisAnnotation
-
- 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
-
- getPaddingParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for assigning the plot external padding.
- getPaperType() - Method in class uk.ac.starlink.ttools.plot2.layer.GlyphPaper
-
Returns a partial PaperType implementation to use with this object.
- getPaperType() - Method in interface uk.ac.starlink.ttools.plot2.paper.Paper
-
Returns the PaperType which generated and can write to this paper.
- getPaperType() - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType.RgbPaper
-
- getPaperTypeSelector() - Method in class uk.ac.starlink.ttools.plot2.geom.CubePlotType
-
- getPaperTypeSelector() - Method in class uk.ac.starlink.ttools.plot2.geom.PlanePlotType
-
- getPaperTypeSelector() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyPlotType
-
- getPaperTypeSelector() - Method in class uk.ac.starlink.ttools.plot2.geom.SpherePlotType
-
- getPaperTypeSelector() - Method in class uk.ac.starlink.ttools.plot2.geom.TimePlotType
-
- getPaperTypeSelector() - Method in interface uk.ac.starlink.ttools.plot2.PlotType
-
Returns an object which can provide graphics rendering functionality
based on the required plot layers for this plot type.
- getParameter(String) - Method in class uk.ac.starlink.ttools.cea.CeaTask
-
Returns a named parameter of this task.
- getParameter(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.ParameterFinder
-
- getParameterByName(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
- getParameterByName(Environment, String) - Method in interface uk.ac.starlink.ttools.task.DynamicTask
-
Attempts to find a parameter with a given name that might be used
by this task in the content of the given environment.
- 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.
- getParameterList() - Method in class uk.ac.starlink.ttools.task.MultiOutputTask
-
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() - Method in class uk.ac.starlink.ttools.plot2.task.GenericPlot2Task
-
- getParameters() - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
- getParameters() - Method in class uk.ac.starlink.ttools.plottask.HistogramPlotStateFactory
-
- 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() - 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.FixedTablesInput
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.HomogeneousTablesInput
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.JoinMapper
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.MultiOutputTask
-
- 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.TableCopy
-
- getParameters() - Method in interface uk.ac.starlink.ttools.task.TableMapper
-
Returns the parameters defined by this mapper.
- getParameters() - Method in interface uk.ac.starlink.ttools.task.TablesInput
-
Returns the parameters associated with this object.
- getParameters() - Method in class uk.ac.starlink.ttools.task.TapLint
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.TapMapper
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.TapResultReader
-
Returns the parameters associated with this object.
- getParameters() - Method in class uk.ac.starlink.ttools.task.VariableTablesInput
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.VotCopy
-
- getParameters() - Method in class uk.ac.starlink.ttools.task.VotLint
-
- getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.BarStyleFactory
-
- getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.MarkStyleFactory
-
- getParameters(String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
-
Returns the parameters used by this factory.
- getParametersElement() - Method in class uk.ac.starlink.ttools.cea.CeaConfig
-
Returns declaration to use for the Parameters element.
- getParamHelp(Parameter) - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
- 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.
- getParent() - Method in interface uk.ac.starlink.ttools.votlint.Ancestry
-
Returns the handler's parent.
- getParser() - Method in class uk.ac.starlink.ttools.votlint.ParamHandler
-
Returns a parser which knows how to check values associated with
this element.
- getPictureHeight() - Method in interface uk.ac.starlink.ttools.plot.Picture
-
Get vertical extent.
- getPictureWidth() - Method in interface uk.ac.starlink.ttools.plot.Picture
-
Get horizontal extent.
- getPixel1dReport(Pixel1dPlotter.Pixel1dPlan, S, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns information associated with the plot.
- getPixel1dReport(Pixel1dPlotter.Pixel1dPlan, AbstractKernelDensityPlotter.KDenseStyle, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
- getPixel1dReport(Pixel1dPlotter.Pixel1dPlan, DensogramPlotter.DensoStyle, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- getPixelCount() - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
-
- getPixelCount() - Method in interface uk.ac.starlink.ttools.cone.SkyTiling
-
Returns the total number of tiles in this tiling.
- getPixelCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyPixer
-
Returns the number of pixels used by this pixellisation scheme.
- getPixelIndex(int, int, Pixer) - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType.RgbPaper
-
Returns the index into the RGB image buffer corresponding to
the current state of a pixel iterator and an X/Y offset.
- getPixelLevel(SkySurface) - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
Calculates the HEALPix level whose pixels are of approximately
the same size as the screen pixels for a given SkySurface.
- 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.
- getPixelPadding(S, PlanarSurface) - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns the padding required at both ends of the array of
pixel bins for calculations.
- getPixelPadding(AbstractKernelDensityPlotter.KDenseStyle, PlanarSurface) - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
- getPixelPadding(DensogramPlotter.DensoStyle, PlanarSurface) - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- getPixelPaperType(LayerOpt[], Compositor, Component) - Method in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Supplies a PaperType appropriate for rendering to a bitmap
(pixellated) output medium.
- getPixels() - Method in class uk.ac.starlink.ttools.plot2.layer.PixelImage
-
Returns the pixel array.
- 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.
- getPixelWidth(BinSizer, Axis, boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Calculates the width in pixel coordinates represented by a
bin sizer applied to a given axis.
- getPlacement() - Method in class uk.ac.starlink.ttools.plot.BarStyle
-
Returns the placement of this style.
- getPlot2Tasks() - Static method in class uk.ac.starlink.ttools.build.LayerTypeDoc
-
Returns a list of all the TypedPlot2Tasks known to Stilts.
- 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.
- getPlotBounds() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
- getPlotBounds() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getPlotBounds() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
- getPlotBounds() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getPlotBounds() - Method in interface uk.ac.starlink.ttools.plot2.Surface
-
Returns the rectangle within which all of the plot data will appear.
- getPlotContext() - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
Returns the fixed plot context for this task.
- getPlotContext(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Concrete subclasses must implement this method to provide
the PlotType and other information from the environment
that may not be available at construction time.
- getPlotContext(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.GenericPlot2Task
-
- getPlotContext(Environment) - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
- getPlotData() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the plot data object for this state.
- getPlotInsets(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
- getPlotInsets(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getPlotInsets(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
- getPlotInsets(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getPlotInsets(boolean) - Method in interface uk.ac.starlink.ttools.plot2.Surface
-
Returns the insets that this surface would like to reserve outside
the plot bounds.
- 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.
- getPlotter() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
- getPlotter() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns the plotter that generated this layer.
- getPlotter() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns this layer's plotter.
- getPlotter(Environment, String) - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Acquires a Plotter for this layer type.
- getPlotter(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getPlotter(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.FixedKernelDensityPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.FunctionPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.KnnKernelDensityPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.LinePlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- getPlotterDescription() - Method in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
- getPlotterDescription() - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Returns an XML description of this plotter.
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- getPlotterIcon() - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- getPlotterIcon() - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Returns an icon for this plotter for use in user interface.
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- getPlotterName() - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- getPlotterName() - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Returns the name of this plotter for use in user interface.
- getPlotters() - Method in class uk.ac.starlink.ttools.plot2.geom.CubePlotType
-
- getPlotters() - Method in class uk.ac.starlink.ttools.plot2.geom.PlanePlotType
-
- getPlotters() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyPlotType
-
- getPlotters() - Method in class uk.ac.starlink.ttools.plot2.geom.SpherePlotType
-
- getPlotters() - Method in class uk.ac.starlink.ttools.plot2.geom.TimePlotType
-
- getPlotters() - Method in interface uk.ac.starlink.ttools.plot2.PlotType
-
Returns a list of plotters that can be used to paint
data on the surface.
- getPlottingColors() - Static method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
Returns an array of the colour options suitable for plotting
normal markers.
- getPlotType() - Method in class uk.ac.starlink.ttools.plot2.task.PlotContext
-
Returns the plot type.
- getPlotType() - Method in class uk.ac.starlink.ttools.plot2.task.PlotSpec
-
Returns the plot type supplied at construction time.
- getPlotType() - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
Returns the plot type.
- 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
-
- getPoint() - Method in class uk.ac.starlink.ttools.plot2.task.PointSelectionEvent
-
Returns the point indicated by the user.
- getPointCount() - Method in class uk.ac.starlink.ttools.plot.DataBounds
-
Returns the number of points in the data set.
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.CartesianErrorCoordSet
-
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.CartesianVectorCoordSet
-
- getPointCount() - Method in interface uk.ac.starlink.ttools.plot2.layer.MultiPointCoordSet
-
Returns the number of (non-central) data positions defined by this
coord set.
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.PlaneCorrelationCoordSet
-
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.PlaneEllipseCoordSet
-
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyCorrelationCoordSet
-
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyEllipseCoordSet
-
- getPointCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyVectorCoordSet
-
- getPointCount(Object) - Method in interface uk.ac.starlink.ttools.plot2.layer.Outliner
-
Returns the number of data positions which contributed to
a BinPlan generated by this object.
- getPointCount(Object) - Method in class uk.ac.starlink.ttools.plot2.layer.PixOutliner
-
- getPointCounts() - Method in class uk.ac.starlink.ttools.plot.DataBounds
-
Returns an array giving the number of points per subset in the
data set.
- getPointDataGeoms() - Method in class uk.ac.starlink.ttools.plot2.geom.CubePlotType
-
- getPointDataGeoms() - Method in class uk.ac.starlink.ttools.plot2.geom.PlanePlotType
-
- getPointDataGeoms() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyPlotType
-
- getPointDataGeoms() - Method in class uk.ac.starlink.ttools.plot2.geom.SpherePlotType
-
- getPointDataGeoms() - Method in class uk.ac.starlink.ttools.plot2.geom.TimePlotType
-
- getPointDataGeoms() - Method in interface uk.ac.starlink.ttools.plot2.PlotType
-
Returns a list of one or more geometry variants which describe
how user-supplied point coordinates map to the data space.
- 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.
- getPosCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.SubCloud
-
Returns the index of the data spec coordinate at which the
position information starts for this subcloud.
- getPosCoordIndex(int, DataGeom) - Method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns the starting coordinate index in a DataSpec at which
a given one of the positional coordinates represented
by this coord group will appear.
- getPosCoords() - Method in interface uk.ac.starlink.ttools.plot2.DataGeom
-
Returns the definitions for the user-supplied coordinates
that indicate plot positions.
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeDataGeom
-
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneDataGeom
-
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.SliceDataGeom
-
Returns an array of the non-null coords.
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.SphereDataGeom
-
- getPosCoords() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeDataGeom
-
- getPosition() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec.LegendSpec
-
Returns fractional legend position.
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns the number of data positions per tuple used by this plotter.
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.layer.PairLinkForm
-
- getPositionCount() - Method in interface uk.ac.starlink.ttools.plot2.layer.ShapeForm
-
Returns the number of data positions per tuple used by this form.
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeForm
-
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.layer.SizeXyForm
-
- getPositionCount() - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns the number of coordinate positions associated with this layer.
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getPositionCount() - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getPositionTile(double, double) - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
-
- 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.
- getPosX() - Method in class uk.ac.starlink.ttools.plot2.Decoration
-
Returns this decoration's X position.
- getPosY() - Method in class uk.ac.starlink.ttools.plot2.Decoration
-
Returns this decoration's Y position.
- 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
-
- getPrefixedParameterUsage(Parameter[], String) - Static method in class uk.ac.starlink.ttools.task.LineInvoker
-
Returns a usage string for a set of parameters,
prefixed by a given string.
- getPrettyName() - Method in class uk.ac.starlink.ttools.cone.CdsUploadMatcher.VizierMeta
-
Returns a table alias, if available.
- getProfileKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
- getProfileKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
- getProfileKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- getProfileKeys() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
- getProfileKeys() - Method in interface uk.ac.starlink.ttools.plot2.SurfaceFactory
-
Returns the configuration keys used to configure profile for this
surface factory.
- getProgressParameter() - Method in class uk.ac.starlink.ttools.task.TapResultReader
-
Returns the parameter which indicates whether progress should be
logged to the user.
- getProjection() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the projection used by this sky surface.
- getProjection() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory.Profile
-
Returns the sky projection used by this profile.
- getProjectionDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- getProjectionDescription() - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Returns a short description of the projection.
- getProjectionDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.SinProjection
-
- getProjectionDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
- getProjectionName() - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- getProjectionName() - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Returns the projection name.
- getProjectionName() - Method in class uk.ac.starlink.ttools.plot2.geom.SinProjection
-
- getProjectionName() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
- getProjectionShape() - Method in class uk.ac.starlink.ttools.plot2.geom.HemisphereProjection
-
- getProjectionShape() - Method in interface uk.ac.starlink.ttools.plot2.geom.Projection
-
Returns the shape which encloses all the plane positions to which
legal sky coordinates can be projected.
- getProjectionShape() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
- getPurpose() - Method in class uk.ac.starlink.ttools.cea.CeaTask
-
Returns task purpose.
- getPurpose() - Method in class uk.ac.starlink.ttools.plot2.task.GenericPlot2Task
-
- getPurpose() - Method in class uk.ac.starlink.ttools.plot2.task.TypedPlot2Task
-
- 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.MultiOutputTask
-
- 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.TableCopy
-
- getPurpose() - Method in class uk.ac.starlink.ttools.task.TapLint
-
- 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
-
- getRa() - Method in class uk.ac.starlink.ttools.cone.WrapperQuerySequence
-
- 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
-
- getRadius() - Method in class uk.ac.starlink.ttools.cone.WrapperQuerySequence
-
- getRadiusDeg() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyFov
-
Returns field of view radius in degrees.
- 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
-
- getRaIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.ServiceConeSearcher
-
- getRaIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.SiaConeSearcher
-
- getRaIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.SsaConeSearcher
-
- getRampInsets(Rectangle) - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Returns the insets that the bounds icon would like to have for
annotating the axis given the dimensions of the actual scale ramp
graphic.
- getRampWidth() - Method in class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Preferred number of pixels in the lateral direction for the axis
colour ramp.
- getRangeCoordIndices(DataGeom) - Method in class uk.ac.starlink.ttools.plot2.data.CoordGroup
-
Returns a list of the coordinate indices in a DataSpec of
those coordinates whose change should trigger a re-range of
the plot surface.
- 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.
- getRawUsage() - Method in class uk.ac.starlink.ttools.build.MatcherUsage
-
- getRef() - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Returns a reference for this element.
- getRefUrl() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
-
Returns the URL for reference documentation.
- getRendererIcon(Object) - Method in class uk.ac.starlink.ttools.gui.ColorComboBox
-
- getRendererIcon(Object) - Method in class uk.ac.starlink.ttools.gui.DashComboBox
-
- getRendererIcon(Object) - Method in class uk.ac.starlink.ttools.gui.ThicknessComboBox
-
- getRendererText(Object) - Method in class uk.ac.starlink.ttools.gui.ColorComboBox
-
- getRendererText(Object) - Method in class uk.ac.starlink.ttools.gui.DashComboBox
-
- getReport(Object) - Method in interface uk.ac.starlink.ttools.plot2.Drawing
-
Obtains information associated with the plot.
- getReport(Object) - Method in class uk.ac.starlink.ttools.plot2.layer.UnplannedDrawing
-
- getReporterParameters() - Method in class uk.ac.starlink.ttools.task.OutputReporterParameter
-
Returns an array of parameters associated with this one.
- getReportMap(boolean, double, double) - Method in interface uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter.KernelFigure
-
Returns report items specific to the way this kernel has operated.
- getRequiredTableNames() - Method in class uk.ac.starlink.ttools.build.Plot2Example
-
Returns the names of table files that must be in place for this
example to run.
- getRequiredWordCount() - Method in class uk.ac.starlink.ttools.task.WordsParameter
-
Returns the number of words required from this parameter.
- getResolvedCount() - Method in class uk.ac.starlink.ttools.taplint.IvoaSchemaResolver
-
Returns the number of schemas that this resolver has so far been
asked to resolve, and has successfully resolved to known local URLs.
- getResult() - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
- getResult() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList
-
Returns an object containing the result values accumulated into
the bins so far.
- getResult() - Method in interface uk.ac.starlink.ttools.plot2.layer.Combiner.Container
-
Returns the combined result of all the values submitted so far.
- getResult() - Method in class uk.ac.starlink.ttools.plot2.layer.HashBinList
-
- getResult() - Method in class uk.ac.starlink.ttools.taplint.XsdStage
-
Returns a token giving the result status last time this stage was run.
- getResult(Object[]) - Method in interface uk.ac.starlink.ttools.task.PixSampler.StatMode
-
Returns the result of some statistical operation on a set of
supplied values.
- getResultConnection(Reporter, TapQuery) - Method in class uk.ac.starlink.ttools.taplint.VotLintTapRunner
-
Execute a TAP query and return a URL connection giving its result.
- getResultIdColumnIndex() - Method in interface uk.ac.starlink.ttools.cone.ColumnPlan
-
Returns the index of the row identifier column in the result table.
- getResultInfo(ColumnInfo) - Method in interface uk.ac.starlink.ttools.task.PixSampler.StatMode
-
Provides a column metadata object describing the output of this
mode, given the metadata of the input.
- getResultInfos() - Method in class uk.ac.starlink.ttools.calc.SchlegelCalculator.Spec
-
- getResultMetadata() - Method in interface uk.ac.starlink.ttools.calc.ServiceOperation
-
Returns the metadata-only table describing the rows which will
be returned by this operation.
- getResultScoreColumnIndex() - Method in interface uk.ac.starlink.ttools.cone.ColumnPlan
-
Returns the index of the match score column in the result table.
- getResultsResourceElement(Reporter, VODocument) - Method in class uk.ac.starlink.ttools.taplint.VotLintTapRunner
-
Returns the RESOURCE element marked with type="results" from a given
VODocument, or the best guess at it.
- getResultTable(Reporter, TapQuery) - Method in class uk.ac.starlink.ttools.taplint.TapRunner
-
Executes a TAP query and returns the result table, or null if the
query failed for some reason.
- getReuseRanges() - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Returns the aux range caching policy.
- getRgb() - Method in class uk.ac.starlink.ttools.plot.DensityPlotState
-
Determines whether the plot will be coloured.
- getRgbImage() - Method in class uk.ac.starlink.ttools.plot2.paper.RgbPaperType.RgbPaper
-
Returns the RGB image that stores the state of this paper.
- getRight() - Method in class uk.ac.starlink.ttools.plot2.Padding
-
Returns the required right margin.
- 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.
- getRotation() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Returns rotation matrix.
- getRotation() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyAspect
-
Returns rotation matrix.
- getRotation() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the rotation matrix corresponding to this view of the sky.
- getRotation(ConfigMap) - Static method in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
Reads the intended rotation matrix from a configuration map.
- getRounder(boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.Rounding
-
Returns a rounder object for linear/logarithmic rounding.
- getRounding(boolean) - Static method in class uk.ac.starlink.ttools.plot2.layer.Rounding
-
Returns a suitable implementation for an axis that either is or is
not a time axis.
- getRow() - Method in class uk.ac.starlink.ttools.cone.ParallelResultRowSequence
-
- getRow() - Method in class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
-
- getRow() - Method in class uk.ac.starlink.ttools.jel.SequentialJELRowReader
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.CalculatorColumnSupplement
-
- getRow(long) - Method in interface uk.ac.starlink.ttools.filter.ColumnSupplement
-
Random access read of a row defined by this object.
- 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.JELColumnSupplement
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.PermutedColumnSupplement
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.RepeatTable
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.ReplaceValueTable
-
- getRow(long) - Method in interface uk.ac.starlink.ttools.filter.SupplementSequence
-
Returns an array of cell values giving the current row of this sequence.
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.TailTable
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.UnitColumnSupplement
-
- getRow(long) - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
-
- getRow(long) - Method in class uk.ac.starlink.ttools.jel.JELTable
-
- getRow(long) - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
-
- getRowCount() - Method in class uk.ac.starlink.ttools.cone.CdsUploadMatcher.VizierMeta
-
Returns table row count.
- getRowCount() - Method in class uk.ac.starlink.ttools.cone.UploadConeTable
-
- 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.RepeatTable
-
- getRowCount() - Method in class uk.ac.starlink.ttools.filter.TailTable
-
- getRowCount() - Method in class uk.ac.starlink.ttools.filter.ValueInfoMapGroupTable
-
- getRowCount() - Method in interface uk.ac.starlink.ttools.plot2.data.CachedColumn
-
Returns the number of values added so far.
- getRowCount() - Method in class uk.ac.starlink.ttools.task.LoopStarTable
-
- getRowCount() - Method in class uk.ac.starlink.ttools.task.SeqConcatStarTable
-
- getRowIndex() - Method in interface uk.ac.starlink.ttools.plot2.data.Tuple
-
Returns the row index for the underlying data set.
- getRowIndex() - Method in class uk.ac.starlink.ttools.plot2.data.WrapperTupleSequence
-
- getRowSequence() - Method in class uk.ac.starlink.ttools.cone.UploadConeTable
-
- getRowSequence() - Method in class uk.ac.starlink.ttools.filter.AddColumnsTable
-
- 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.RepeatTable
-
- 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
-
- getRule(double, double, Captioner, Orientation, int, double) - Method in class uk.ac.starlink.ttools.plot2.BasicTicker
-
Returns a Rule suitable for a given axis labelling job.
- 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.
- getScaleFactor(double, double, double, boolean) - Method in class uk.ac.starlink.ttools.plot2.layer.Normalisation
-
Returns the value by which all bins should be scaled to achieve
normalisation for a given data set.
- getScaleFactor(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.MultiPointForm
-
Returns a fixed constant by which to scale all (autoscaled or not
autoscaled) offset values before plotting.
- getScaleFactor(ConfigMap) - Method in class uk.ac.starlink.ttools.plot2.layer.SkyMultiPointForm
-
- getScaling() - Method in interface uk.ac.starlink.ttools.plot2.config.RampKeySet.Ramp
-
Returns the scaling function used to map data values to
the shader range.
- getScalingDescription(FloatingCoord[], String) - Static method in class uk.ac.starlink.ttools.plot2.layer.SkyMultiPointForm
-
Returns XML text suitable for inclusion in a MultiPointForm description
explaining how the scaling of marker sizes is controlled.
- 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.
- getScoreScale() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
-
- getScreenDirections() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
Identifies which data space axes are closest to the screen
horizontal, vertical and normal directions in the current state
of rotation.
- getSectionCode() - Method in class uk.ac.starlink.ttools.taplint.JsonOutputReporter
-
- getSectionCode() - Method in interface uk.ac.starlink.ttools.taplint.OutputReporter
-
Returns the section code for the most recently-started section.
- getSectionCode() - Method in class uk.ac.starlink.ttools.taplint.TextOutputReporter
-
- getSelectedColor() - Method in class uk.ac.starlink.ttools.gui.ColorComboBox
-
Returns the currently selected colour.
- getSelectedDash() - Method in class uk.ac.starlink.ttools.gui.DashComboBox
-
Returns the currently selected dash pattern.
- getSelectedThickness() - Method in class uk.ac.starlink.ttools.gui.ThicknessComboBox
-
Returns the currently selected thickness.
- getSelectExpr() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns an expression that indicates row inclusion for the table.
- getSelf() - Method in interface uk.ac.starlink.ttools.votlint.Ancestry
-
Returns the handler itself.
- getSequenceParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for determining the sequence of layers
appearing in the plot.
- getServiceMoc(URL, int) - Static method in class uk.ac.starlink.ttools.cone.UrlMocCoverage
-
Returns an instance which gives coverage for a data service
with a given access URL.
- getServiceMode() - Method in class uk.ac.starlink.ttools.task.UserFindMode
-
Returns the service mode associated with this user mode.
- 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
-
- getSettings() - Method in class uk.ac.starlink.ttools.task.SettingGroup
-
Returns the grouped settings.
- getShader() - Method in class uk.ac.starlink.ttools.plot.DensityStyle
-
Returns the shader to use in indexed (non-RGB) mode.
- getShader() - Method in interface uk.ac.starlink.ttools.plot2.config.ClippedShader
-
Returns the shader.
- getShader() - Method in interface uk.ac.starlink.ttools.plot2.config.RampKeySet.Ramp
-
Returns this ramp's shader.
- getShaders() - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Returns the shader objects for using auxiliary axis data.
- getShapeForm() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
Returns the fixed form associated with this layer type.
- getShapeId() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns this style's shape id.
- getShapeModePlotters() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
Returns the family of plotters associated with this layer type.
- getShapeModes() - Static method in class uk.ac.starlink.ttools.build.ShapeModeDoc
-
Returns a map (keyed by name) of all the ShapeModes known to Stilts.
- 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
-
- getShortColumnValue(int) - Method in class uk.ac.starlink.ttools.jel.TablelessJELRowReader
-
- getShortDescription() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Returns a short description string.
- getShortDescription() - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Returns a short description string.
- getShortName() - Method in class uk.ac.starlink.ttools.cea.CeaMetadata
-
Returns the short name of the application.
- getShortName() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Returns the basic one-word name, not case-sensitive, for use in
command-line interfaces.
- getShortName() - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Returns the basic one-word name, not case-sensitive, for use in
command-line interfaces.
- getShortName() - Method in class uk.ac.starlink.ttools.plot2.ReportMeta
-
Returns the basic one-word name, not case-sensitive, for use in
command-line interfaces.
- 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.votlint.Ancestry
-
Returns the index of this child in the list of its parent's children.
- getSingleColor() - Method in class uk.ac.starlink.ttools.plot2.LayerOpt
-
Returns a colour if the only painting done by this layer is
in a single colour.
- getSize() - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Returns the nominal size of this style.
- getSize() - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
- getSize() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList
-
Returns the maximum number of bins.
- getSize() - Method in class uk.ac.starlink.ttools.plot2.layer.HashBinList
-
- getSize() - Method in class uk.ac.starlink.ttools.plot2.layer.PixelImage
-
Returns the dimensions of this image.
- 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.
- getSkyCenter() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the screen position corresponding to the center of the
projection used by this surface.
- getSkyShape() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns a shape that gives the boundary of the sky projection
in graphics coordinates.
- 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.
- getSkyviewProjecter() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
Returns the projecter object used by this SkyviewProjection.
- getSlider() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Returns the slider component used by this specifier.
- getSliderValue() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Returns the value currently represented by the slider,
regardless of whether the slider or text field is currently active.
- getSmallDisplayIcon() - Method in class uk.ac.starlink.ttools.plot2.config.NamedColorChooserPanel
-
Returns null.
- getSmallDisplayIcon() - Method in class uk.ac.starlink.ttools.plot2.config.PaletteColorChooserPanel
-
Returns null.
- getSmoothing() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourStyle
-
Returns smoothing kernel width.
- getSource() - Method in class uk.ac.starlink.ttools.plot.PlotEvent
-
Returns the component in which the plot was done.
- getSourceDescription() - Method in class uk.ac.starlink.ttools.taplint.TableMetadataStage
-
Returns a short text description of table metadata source.
- getSourceTable() - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns the table object from which this data spec's data is obtained.
- getSourceTable() - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getSourceTable() - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- getSpacing() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelStyle
-
Returns the minimum pixel spacing permitted between labels.
- 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", "index" or "$index" gives the (1-based) row number
"$ncol" gives the number of columns in the table
"$nrow" gives the number of rows in the table (null if unknown)
"RANDOM" returns a double random number, always the same for a
given row
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.ConversionSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.MultiSpecifierPanel
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
- getSpecifiedValue() - Method in interface uk.ac.starlink.ttools.plot2.config.Specifier
-
Returns the typed value currently specified by the graphical component.
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.TextFieldSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.ToggleSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.config.UnitRangeSpecifier
-
- getSpecifiedValue() - Method in class uk.ac.starlink.ttools.plot2.layer.BinSizer.BinSizerSpecifier
-
- getSpectrumCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
Returns the coordinate index for the spectral coordinate.
- getStackSummary(Throwable) - Static method in class uk.ac.starlink.ttools.task.LineInvoker
-
Returns a truncated version of a stack trace for user consumption.
- getStamper() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapeStyle
-
Returns the colouring for this style.
- getStandardOptions() - Static method in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Returns an array of the generally recommended kernel shape options.
- getStarjavaRevision() - Static method in class uk.ac.starlink.ttools.Stilts
-
Returns the revision string for the starjava repository, if available.
- 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.
- getStiltsOptions(Document) - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getStiltsSynopsis() - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getStiltsTasks(String[]) - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getStoragePolicy(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a suitable storage policy for a given environment.
- getStorageType() - Method in interface uk.ac.starlink.ttools.plot2.data.Coord
-
Returns a code indicating how the quantity defined by this
object is stored internally and presented to the plotting classes.
- getStorageType() - Method in class uk.ac.starlink.ttools.plot2.data.SingleCoord
-
- getStorageType() - Method in class uk.ac.starlink.ttools.plot2.data.SkyCoord
-
- 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.votlint.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.
- getStretchOptions() - Static method in class uk.ac.starlink.ttools.plot2.Scaling
-
Returns a list of standard options for colour map stretch.
- getStringArrayProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getStringDefault() - Method in class uk.ac.starlink.ttools.task.Setting
-
Returns the string representation of the default value for
this setting.
- getStringProperty(int) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
- getStringUsage() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Returns a usage string which should some clue how to specify this
key from a string.
- getStringValue() - Method in class uk.ac.starlink.ttools.task.Setting
-
Returns the string representation of this setting's value.
- getStroke() - Method in class uk.ac.starlink.ttools.plot2.layer.LineStyle
-
Returns the object used to stroke the line.
- 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.
- getStrokeKeys() - Static method in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Returns a list of config keys for configuring a line-drawing stroke.
- getStyle() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractPlotLayer
-
- getStyle() - Method in interface uk.ac.starlink.ttools.plot2.PlotLayer
-
Returns the plot style used by this layer.
- getStyle(int) - Method in class uk.ac.starlink.ttools.plot.ErrorMarkStyleSet
-
- getStyle(int) - Method in interface uk.ac.starlink.ttools.plot.StyleSet
-
Returns a marker style corresponding to a particular index.
- 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(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.BarStyleFactory
-
- getStyle(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.MarkStyleFactory
-
- getStyle(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
-
Obtains a Style object from the environment by examining parameters.
- getStyle(MarkShape, int, Color, int, boolean, ErrorRenderer, MarkStyle.Line, int, float[], ErrorModeSelection[]) - Static method in class uk.ac.starlink.ttools.gui.MarkStyleSelectors
-
Returns a MarkStyle described by its attributes.
- getStyleIndex(String) - Method in class uk.ac.starlink.ttools.plottask.StyleFactory
-
Returns a zero-based index associated with a given suffix for this
factory.
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.AbstractKernelDensityPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.ContourPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.DensogramPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.FunctionPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.HealpixPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.LinearFitPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.LinePlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.SpotPlotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
- getStyleKeys() - Method in interface uk.ac.starlink.ttools.plot2.Plotter
-
Returns the configuration keys used to configure style for this plotter.
- getStyleKeys() - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns the style keys associated with this layer type.
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getStyleKeys() - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getStyles() - Method in class uk.ac.starlink.ttools.plot.PlotVolume
-
Returns the array of styles whose markers can be plotted on this volume.
- getSubClouds() - Method in class uk.ac.starlink.ttools.plot2.PointCloud
-
Returns an array of the subclouds in this point cloud.
- getSubrange() - Method in interface uk.ac.starlink.ttools.plot2.config.ClippedShader
-
Returns the default subrange to use with the shader in a default
context.
- 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() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
-
Returns the total sum of values accumulated into this bin array.
- 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.
- getSummary() - Method in class uk.ac.starlink.ttools.taplint.ReporterErrorHandler
-
Returns a short summary of the errors encountered during the parse.
- getSummary() - Method in class uk.ac.starlink.ttools.task.UserFindMode
-
Returns a short text summary of the meaning of this mode.
- getSums() - Method in class uk.ac.starlink.ttools.plot.BinGrid
-
Returns the raw histogram data held by this grid.
- getSupportedServiceModes() - Static method in class uk.ac.starlink.ttools.cone.TapUploadMatcher
-
Returns service modes supported by this class.
- getSurface() - Method in class uk.ac.starlink.ttools.plot.SurfacePlot
-
Returns the plotting surface on which this component displays.
- getSurface() - Method in class uk.ac.starlink.ttools.plot2.PlotPlacement
-
Returns the plot surface.
- getSurface(int) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Returns the current plotting surface corresponding to a given
numeric label.
- getSurfaceFactory() - Method in class uk.ac.starlink.ttools.plot2.geom.CubePlotType
-
- getSurfaceFactory() - Method in class uk.ac.starlink.ttools.plot2.geom.PlanePlotType
-
- getSurfaceFactory() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyPlotType
-
- getSurfaceFactory() - Method in class uk.ac.starlink.ttools.plot2.geom.SpherePlotType
-
- getSurfaceFactory() - Method in class uk.ac.starlink.ttools.plot2.geom.TimePlotType
-
- getSurfaceFactory() - Method in interface uk.ac.starlink.ttools.plot2.PlotType
-
Returns an object that can construct the plot surface including
axis painting and geometry information.
- getSurfaceIndex() - Method in class uk.ac.starlink.ttools.plot2.task.PointSelectionEvent
-
Returns the index of the surface to which this event applies.
- getSurfaceIndex(Point) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Return an index labelling the plotting surface which provides
the context for navigation actions referenced at a given point.
- getSurfaces() - Method in class uk.ac.starlink.ttools.plot.LinesPlot
-
- getSurfaces() - Method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Returns the current plot surfaces.
- getSysDescription() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
Returns the description for this system.
- getSysName() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
Returns the name for this system.
- 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.ConeWorker
-
Returns the result table.
- getTable() - Method in class uk.ac.starlink.ttools.jel.StarTableJELRowReader
-
Returns the table associated with this reader.
- getTable() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns the table supplying this layer's data.
- getTable() - Method in interface uk.ac.starlink.ttools.task.TableProducer
-
Provides a table.
- getTable(String) - Method in interface uk.ac.starlink.ttools.task.TableLocator
-
Returns a new or used table which is named by a given location.
- getTableFactory() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a table factory suitable for use in this 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.
- getTableFactory(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a suitable table factory for a given environment.
- getTableFormat(StarTable) - Method in interface uk.ac.starlink.ttools.task.TableNamer
-
Returns a table input handler for the given table, if known.
- getTableMetadata() - Method in interface uk.ac.starlink.ttools.taplint.MetadataHolder
-
Returns the table metadata which will be used to frame example
ADQL queries.
- getTableMetadata() - Method in class uk.ac.starlink.ttools.taplint.TableMetadataStage
-
Returns the table metadata obtained by the last run of this stage.
- getTableMetadata() - Method in class uk.ac.starlink.ttools.taplint.TapSchemaMetadataHolder
-
- getTableNamer() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Returns the file naming policy.
- getTableOutput() - Method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a table output marshaller suitable for use in this 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.
- getTableOutput(Environment) - Static method in class uk.ac.starlink.ttools.task.LineTableEnvironment
-
Returns a suitable table output marshaller for a given environment.
- getTableRef() - Method in class uk.ac.starlink.ttools.votlint.FieldHandler
-
Returns the table to which this field belongs.
- getTablesInput() - Method in class uk.ac.starlink.ttools.task.MapperTask
-
Returns the object used for acquiring input tables from the environment.
- getTargetRectangle() - Method in class uk.ac.starlink.ttools.plot2.geom.BandDecoration
-
Returns the target rectangle for this object.
- getTask() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlot
-
Returns the plot task corresponding to this object.
- getTaskDescription(String, Document) - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getTaskFactory() - Static method in class uk.ac.starlink.ttools.Stilts
-
Returns the factory which can create any of the known tasks.
- getTaskName() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlot
-
Returns the name of this object's plot task, as used by the
stilts command line.
- getTaskOptions(Task) - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getTaskSynopsis(String, Task) - Static method in class uk.ac.starlink.ttools.build.UsageWriterMan
-
- getTextField() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Returns the text entry component used by this specifier.
- getTextValue() - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Returns the value currently entered in the text field, regardless
of whether the text field or slider is currently active.
- getTick(int) - Method in class uk.ac.starlink.ttools.plot.AxisLabels
-
Returns the axis position of one of the tick marks.
- getTicker() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeFormat
-
Returns an object for generating ticks to label the time axis.
- getTicks(double, double, boolean, Captioner, Orientation, int, double) - Method in class uk.ac.starlink.ttools.plot2.BasicTicker
-
- getTicks(double, double, boolean, Captioner, Orientation, int, double) - Method in class uk.ac.starlink.ttools.plot2.PrefixTicker
-
- getTicks(double, double, boolean, Captioner, Orientation, int, double) - Method in interface uk.ac.starlink.ttools.plot2.Ticker
-
Generates tick marks for labelling a plot axis.
- getTileRange(double, double, double) - Method in class uk.ac.starlink.ttools.cone.HealpixTiling
-
- 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.
- getTileShape(long) - Method in class uk.ac.starlink.ttools.plot2.layer.SkySurfaceTiler
-
Returns the shape of the given tile on the sky surface.
- getTimeFlags() - Method in interface uk.ac.starlink.ttools.plot2.geom.PlanarSurface
-
Indicates which axes represent time values.
- getTimeFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- getTimeFlags() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- getTitle() - Method in class uk.ac.starlink.ttools.plot2.task.ZoneSpec
-
Returns a title for this zone.
- getTitle() - Method in class uk.ac.starlink.ttools.plot2.ZoneContent
-
Returns plot title if required.
- getTMax() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeAspect
-
Returns time data coordinate upper bound.
- getTMin() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeAspect
-
Returns time data coordinate lower bound.
- getTop() - Method in class uk.ac.starlink.ttools.plot2.Padding
-
Returns the required top margin.
- getTotal() - Method in class uk.ac.starlink.ttools.plot2.layer.Binner
-
Returns the total number of increments made to this binner.
- 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.
- getTuningParameters() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
-
- getTuningParametersParameter() - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
Returns the associated parameter which is used for specifying
optional tuning parameters for the engine supplied by this parameter.
- getTupleInfos() - Method in interface uk.ac.starlink.ttools.calc.ColumnCalculator
-
Returns an array describing the columns of the input table.
- getTupleInfos() - Method in class uk.ac.starlink.ttools.calc.SchlegelCalculator
-
- getTupleInfos() - Method in class uk.ac.starlink.ttools.join.HumanMatchEngine
-
- getTupleSequence(DataSpec) - Method in interface uk.ac.starlink.ttools.plot2.data.DataStore
-
Returns the data described by a given DataSpec as a sequence of
tuples.
- getTupleSequence(DataSpec) - Method in class uk.ac.starlink.ttools.plot2.data.SimpleDataStoreFactory
-
- getTupleSequence(DataSpec) - Method in class uk.ac.starlink.ttools.plot2.data.StepDataStore
-
- getType() - Method in class uk.ac.starlink.ttools.cea.CeaParameter
-
Returns the CEA type (CmdLineParameterDef/type) of this parameter.
- getType() - Method in class uk.ac.starlink.ttools.taplint.AdhocCode
-
- getType() - Method in enum uk.ac.starlink.ttools.taplint.FixedCode
-
- getType() - Method in interface uk.ac.starlink.ttools.taplint.ReportCode
-
Returns the type of this code.
- getTypeName(String) - Method in class uk.ac.starlink.ttools.jel.JELFunction.XResolver
-
- 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.
- getUcd1DecIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.DalConeSearcher
-
Returns the column index for a column in a given table identified
with the UCD POS_EQ_DEC_MAIN.
- getUcd1RaIndex(StarTable) - Method in class uk.ac.starlink.ttools.cone.DalConeSearcher
-
Returns the column index for a column in a given table identified
with the UCD POS_EQ_RA_MAIN.
- 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.
- getUnused() - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
Returns an array containing any words of the input argument list
which were never queried by the application to find their value.
- getUnusedWarning(String[]) - Static method in class uk.ac.starlink.ttools.task.LineInvoker
-
Returns a warning string appropriate for the case when one or more
words on the command line are never used by a task.
- 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
-
- getUsePlans() - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Returns the plan caching policy.
- getUserCoordInfos(int) - Method in interface uk.ac.starlink.ttools.plot2.data.DataSpec
-
Returns the metadata, if known, for the values supplied by the user
to provide data for one of this object's output columns.
- getUserCoordInfos(int) - Method in class uk.ac.starlink.ttools.plot2.task.ColumnDataSpec
-
- getUserCoordInfos(int) - Method in class uk.ac.starlink.ttools.plot2.task.JELDataSpec
-
- getUserCoordMappers(DataSpec, int) - Static method in class uk.ac.starlink.ttools.plot2.data.SimpleDataStoreFactory
-
Utility method to work out the domain mappers for a given
coordinate of a DataSpec.
- getUserCoordValues(RowSequence, long, int) - Method in interface uk.ac.starlink.ttools.plot2.data.UserDataReader
-
Returns a user coordinate value array for a given coordinate at
the current position in a row sequence.
- getUserString() - Method in class uk.ac.starlink.ttools.build.Heading
-
Returns heading text.
- 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
-
- getValue() - Method in class uk.ac.starlink.ttools.plot2.Tick
-
Returns this tick's numeric value.
- getValue() - Method in class uk.ac.starlink.ttools.task.CredibleString
-
Returns the value.
- getValue(int) - Method in interface uk.ac.starlink.ttools.plot2.layer.NumberArray
-
Returns a value for a given index.
- getValueClass() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Returns the type of value described by this key.
- getValueClass() - Method in class uk.ac.starlink.ttools.plot2.data.Input
-
Returns the data (super-)type of values described by this input.
- getValueClass() - Method in class uk.ac.starlink.ttools.plot2.ReportKey
-
Returns the type of object identified by this key.
- getValueCount() - Method in class uk.ac.starlink.ttools.filter.QuantCalc
-
Returns the number of non-blank values accumulated by this calculator.
- getValueInDegrees() - Method in enum uk.ac.starlink.ttools.plot2.layer.AngleUnit
-
Returns the value of this unit in degrees.
- getValueInfo() - Method in interface uk.ac.starlink.ttools.jel.JELQuantity
-
Returns a metadata object that describes this quantity.
- getValueInfos(PixSampler.StatMode) - Method in class uk.ac.starlink.ttools.task.PixSampler
-
Returns the metadata for the columns output by the sampler.
- getValueIterator() - Method in class uk.ac.starlink.ttools.filter.QuantCalc
-
Returns an iterator over all the non-blank values
accumulated by this calculator.
- getValueSeparator() - Method in class uk.ac.starlink.ttools.task.FilterParameter
-
- getValueSeparator() - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
-
- getValueSeparator() - Method in class uk.ac.starlink.ttools.task.StringMultiParameter
-
- getValuesUsage(MatchEngine, int) - 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.
- getValueUsage() - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Returns a a short usage fragment that describes the form of the
data values represented by this coordinate.
- 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.
- getVariantName() - Method in interface uk.ac.starlink.ttools.plot2.DataGeom
-
Returns a label for this DataGeom.
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeDataGeom
-
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneDataGeom
-
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.SliceDataGeom
-
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.SphereDataGeom
-
- getVariantName() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeDataGeom
-
- getVectorPaperType(LayerOpt[]) - Method in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Supplies a PaperType appropriate for rendering to a vector
(non-pixellated) output medium.
- getVersion() - Static method in class uk.ac.starlink.ttools.Stilts
-
Returns the version number for the STILTS package.
- getVersion() - Method in class uk.ac.starlink.ttools.votlint.VotLintContext
-
Returns the version of VOTable this context is parsing.
- getVersionString(BufferedInputStream) - Static method in class uk.ac.starlink.ttools.votlint.VersionDetector
-
Determines the reported version of a VOTable document contained
in an input stream.
- getViewSystem() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory.Profile
-
Returns the sky system into which coordinates are projected.
- 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.
- getVizierMoc(String, int) - Static method in class uk.ac.starlink.ttools.cone.UrlMocCoverage
-
Returns an instance which gives coverage for a named Vizier table.
- getVotableVersion() - Method in class uk.ac.starlink.ttools.votlint.DoctypeInterpolator
-
Returns the value of the version attribute of the top-level
VOTABLE element, if there was one and it was encountered.
- getWeightCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.layer.HistogramPlotter
-
Returns the DataSpec coord index used for the weighting data
for this plotter.
- getWeightCoordIndex() - Method in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Returns the DataSpec coord index used for the weighting data
for this plotter.
- 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.
- getWidth() - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns grid width.
- getWidth(boolean, double, double, Rounding) - Method in class uk.ac.starlink.ttools.plot2.layer.BinSizer
-
Provides a bin width value for a given axis data range.
- 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
-
- getX() - Method in class uk.ac.starlink.ttools.plot2.layer.ShortPair
-
Returns X value.
- getX() - Method in interface uk.ac.starlink.ttools.plot2.Pixer
-
Returns the X coordinate of the current point.
- getX(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns the X index corresponding to a pixel index.
- getXhis() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns array of bins containing all points below each pixel column.
- getXLimits(A) - Method in class uk.ac.starlink.ttools.plot2.geom.StackGanger
-
Returns the data limits of the horizontal axis defined by a given aspect.
- getXLimits(TimeAspect) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeStackGanger
-
- getXlos() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns array of bins containing all points above each pixel column.
- getXMax() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneAspect
-
Returns X data coordinate upper bound.
- getXMax() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinBag.Bin
-
Returns the upper bound of this bin.
- getXMin() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneAspect
-
Returns X data coordinate lower bound.
- getXMin() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinBag.Bin
-
Returns the lower bound of this bin.
- getXml() - Method in class uk.ac.starlink.ttools.build.LayersWriter
-
Returns XML text describing available layers for this writer's task.
- getXml() - Method in class uk.ac.starlink.ttools.build.Plot2Example
-
Returns XML text representing the stilts command you would type
to execute this example.
- getXmlDescription() - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Returns an XML string suitable for insertion into a user document.
- getXmlDescription() - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Returns an XML string suitable for insertion into a user document.
- getXmlDescription() - Method in interface uk.ac.starlink.ttools.plot2.task.LayerType
-
Returns an XML description of this layer type.
- getXmlDescription() - Method in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
- getXmlDescription() - Method in class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
- getXmlDescription(T) - Method in class uk.ac.starlink.ttools.plot2.config.OptionConfigKey
-
Returns a description in XML of the given option value.
- getXmlDescription(ErrorRenderer) - Method in class uk.ac.starlink.ttools.plot2.config.MultiPointConfigKey
-
- getXmlDescription(SkySys) - Method in class uk.ac.starlink.ttools.plot2.config.SkySysConfigKey
-
- getXmlDoc(ShapeMode) - Method in class uk.ac.starlink.ttools.build.ShapeModeDoc
-
Returns XML element giving full user documentation for a given
shading mode.
- getXmlDoc(LayerType) - Method in class uk.ac.starlink.ttools.build.LayerTypeDoc
-
Returns an XML element giving full user documentation for a given
layer type.
- getXMLUsage() - Method in class uk.ac.starlink.ttools.build.MatcherUsage
-
- getXpixParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for assigning the external horizontal
extent of the plot.
- 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.
- getXValues(Surface) - Method in interface uk.ac.starlink.ttools.plot2.layer.FunctionPlotter.FuncAxis
-
Returns the values of the independent variable at which the
function must be evaluated for a given plot surface.
- getXVarName() - Method in class uk.ac.starlink.ttools.jel.JELFunction
-
Returns the name of the independent variable.
- getXY(double[]) - Method in interface uk.ac.starlink.ttools.plot.PointPlacer
-
Maps a point in data space to the screen.
- getXYShapes() - Static method in class uk.ac.starlink.ttools.plot2.layer.XYShapes
-
Returns an array of XY shapes suitable for plotting markers
with variable X and Y extents.
- 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
-
- getY() - Method in interface uk.ac.starlink.ttools.plot2.layer.BinBag.Bin
-
Returns the value so far accumulated into this bin.
- getY() - Method in class uk.ac.starlink.ttools.plot2.layer.ShortPair
-
Returns Y value.
- getY() - Method in interface uk.ac.starlink.ttools.plot2.Pixer
-
Returns the Y coordinate of the current point.
- getY(int) - Method in class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Returns the Y index corresponding to a pixel index.
- 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).
- getYhis() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns array of bins containing all points to right of each pixel row.
- getYInfo(boolean, boolean) - Static method in class uk.ac.starlink.ttools.plot.Histogram
-
Returns a metadata object describing the values on the vertical axis.
- getYLog() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory.Profile
-
Indicates whether Y axis is logarithmic.
- getYLogFlags() - Method in class uk.ac.starlink.ttools.plot.LinesPlotState
-
Returns flags for which Y axes will be plotted logarithmically
(one for each graph).
- getYlos() - Method in class uk.ac.starlink.ttools.plot2.layer.FillPlan
-
Returns array of bins containing all points to left of each pixel row.
- getYMax() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneAspect
-
Returns Y data coordinate upper bound.
- getYMax() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeAspect
-
Returns Y data coordinate upper bound.
- getYMin() - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneAspect
-
Returns Y data coordinate lower bound.
- getYMin() - Method in class uk.ac.starlink.ttools.plot2.geom.TimeAspect
-
Returns Y data coordinate lower bound.
- getYpixParameter() - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns the parameter for assigning the external vertical
extent of the plot.
- 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.
- getZoneCount() - Method in interface uk.ac.starlink.ttools.plot2.Gang
-
Returns the number of zones in this gang.
- getZoneIndex() - Method in class uk.ac.starlink.ttools.plot2.task.LayerSpec
-
Returns the index of the zone in which this layer is placed.
- getZoneKeyParams(ConfigKey[]) - Method in class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task
-
Returns a list of parameters suffixed by zone based on a list of
ConfigKeys.
- getZonePlotBounds(int) - Method in interface uk.ac.starlink.ttools.plot2.Gang
-
Returns the data bounds for a given zone.
- getZoneSpecs() - Method in class uk.ac.starlink.ttools.plot2.task.PlotSpec
-
Returns the zone specification array supplied at construction time.
- getZoneSuffixer() - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Returns the policy for selecting per-zone parameter suffixes.
- getZoom() - Method in class uk.ac.starlink.ttools.plot2.geom.CubeAspect
-
Returns zoom factor.
- getZoom() - Method in class uk.ac.starlink.ttools.plot2.geom.SkyAspect
-
Returns zoom factor.
- getZoom() - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the zoom factor; 1 means the sky is approximately the
same size as the plot bounds.
- 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.
- Glyph - Interface in uk.ac.starlink.ttools.plot2
-
Represents an uncoloured shape to be drawn, typically a small point marker.
- GLYPH_TEXT - Static variable in class uk.ac.starlink.ttools.plot.PdfGraphicExporter
-
Exporter which writes text as shapes not using fonts.
- GlyphPaper - Class in uk.ac.starlink.ttools.plot2.layer
-
Translates Glyph paint operations into pixel iterators.
- GlyphPaper(Rectangle) - Constructor for class uk.ac.starlink.ttools.plot2.layer.GlyphPaper
-
Constructor.
- glyphPixels(Pixer) - Method in class uk.ac.starlink.ttools.plot2.layer.GlyphPaper
-
For each glyph painted on this paper, a pixer will be passed to
this method that iterates over all the pixels within this paper's bounds.
- GraphicExporter - Class in uk.ac.starlink.ttools.plot
-
Exports painted graphics to an output file in some graphics format.
- GraphicExporter(String, String, boolean, 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(double) - Method in class uk.ac.starlink.ttools.plot2.Axis
-
Converts a graphics position on this axis to a data coordinate.
- 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
-
- graphicsToData(Point2D, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.CubeSurface
-
Only works if a point iterator is supplied, because of degeneracy
in mapping a cube to a plane.
- graphicsToData(Point2D, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.PlaneSurface
-
- graphicsToData(Point2D, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
- graphicsToData(Point2D, Iterable<double[]>) - Method in class uk.ac.starlink.ttools.plot2.geom.TimeSurface
-
- graphicsToData(Point2D, Iterable<double[]>) - Method in interface uk.ac.starlink.ttools.plot2.Surface
-
Attempst to turn a graphics position into a data position.
- 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.
- GreyImage - Class in uk.ac.starlink.ttools.plot2.layer
-
A greyscale image backed by a a byte buffer.
- grid() - Method in class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
- GRID_ANTIALIAS - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for axis grid antialiasing.
- GRID_COLOR - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for axis grid colour.
- GRID_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.PlaneSurfaceFactory
-
Config key to determine if grid lines are drawn.
- GRID_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
Config key to determine whether grid lines are drawn.
- GRID_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.TimeSurfaceFactory
-
Config key to determine if grid lines are drawn.
- Gridder - Class in uk.ac.starlink.ttools.plot2.layer
-
Maps positions on a 2-d grid to a 1-d index.
- Gridder(int, int) - Constructor for class uk.ac.starlink.ttools.plot2.layer.Gridder
-
Constructor.
- GridLiner - Class in uk.ac.starlink.ttools.plot2.geom
-
This class is used to lines and text to draw coordinate grid
grid overlays.
- GridLiner(Rectangle, Rotater, Projecter, Scaler, boolean, double, double) - Constructor for class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
Create a new GridLiner object.
- GridPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter that plots a genuine density map (2-d histogram) on a regular grid.
- GridPlotter(boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.GridPlotter
-
Constructor.
- GridPlotter.GridStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style for configuring the grid plot.
- GridStyle(Rotation, Color, SkyAxisLabeller, Captioner, boolean, double, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter.GridStyle
-
Constructor.
- GridStyle(BinSizer, BinSizer, double, double, Scaling, Shader, Combiner) - Constructor for class uk.ac.starlink.ttools.plot2.layer.GridPlotter.GridStyle
-
Constructor.
- GRIDSYS_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
Config key for grid sky system.
- guessDecDegreesExpression(StarTable) - Static method in class uk.ac.starlink.ttools.task.SkyCoordParameter
-
Looks at table columns and makes a guess at a JEL expression which
will give Declination in degrees.
- guessRaDegreesExpression(StarTable) - Static method in class uk.ac.starlink.ttools.task.SkyCoordParameter
-
Looks at table columns and makes a guess at a JEL expression which
will give Right Ascension in degrees.
- S - Static variable in class uk.ac.starlink.ttools.plot2.Anchor
-
South - reference point is below center of horizontal text.
- S_COLS - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_FLGO - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_FLGS - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_QNUM - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_QTIM - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_SUMM - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_VALI - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_XNUM - uk.ac.starlink.ttools.taplint.FixedCode
-
- S_XVAL - uk.ac.starlink.ttools.taplint.FixedCode
-
- SAMPLE_STDEV - Static variable in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Calculate the sample standard deviation of all submitted values.
- sampleValue(int, double, double, double, PixSampler.StatMode) - Method in class uk.ac.starlink.ttools.task.PixSampler
-
Samples a single value from a given sky position.
- sampleValues(double, double, double, PixSampler.StatMode) - Method in class uk.ac.starlink.ttools.task.PixSampler
-
Samples values from all columns in given table at a given sky position.
- 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.
- SATURATION - Static variable in class uk.ac.starlink.ttools.plot2.paper.Compositor
-
Implementation which adds colours until the alpha is saturated
and then makes no further updates to colour.
- 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 - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for scaling of markers in data space.
- 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_H - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Scales H in HSV colour space.
- SCALE_INTENSITY - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Shader which scales intensity.
- SCALE_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.CubeSurfaceFactory
-
Config key for cube edge length (isotropic only).
- SCALE_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.SkyMultiPointForm
-
Config key for angular extent scaling.
- SCALE_PIX - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for scaling of markers in pixel space.
- SCALE_RED - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Scales red level by parameter value.
- SCALE_S - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Scales S in HSV colour space.
- SCALE_V - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Scales V in HSV colour space.
- SCALE_Y - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Scales Y in YUV colour space.
- scaleAlpha(float) - Method in class uk.ac.starlink.ttools.plot2.paper.Compositor.BoostCompositor
-
- scaleAlpha(float) - Method in class uk.ac.starlink.ttools.plot2.paper.Compositor
-
Adjusts an alpha value in accordance with this compositor's policy.
- scaleCount(int) - Method in class uk.ac.starlink.ttools.plot2.layer.CountScaler
-
Scales in input whole number to an output whole number.
- Scaler - Interface in uk.ac.starlink.ttools.plot2
-
Defines the mapping of an input value to the range 0..1.
- scaleRange(double, double, Subrange, boolean) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns a range determined by a fixed range and a subrange within it.
- scaleValue(double) - Method in interface uk.ac.starlink.ttools.plot2.Scaler
-
Scales an input value to the interval 0..1.
- scaleValue(double, double, double, boolean) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns a value determined by a fixed range and a fractional scale point
within it.
- Scaling - Class in uk.ac.starlink.ttools.plot2
-
Defines a policy for scaling values to a fixed interval.
- Scaling(String, String, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.Scaling
-
Constructor.
- 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
-
- SchlegelCalculator - Class in uk.ac.starlink.ttools.calc
-
Column calculator which interrogates the IPAC Dust Extinction map service.
- SchlegelCalculator() - Constructor for class uk.ac.starlink.ttools.calc.SchlegelCalculator
-
- SchlegelCalculator.ResultType - Enum in uk.ac.starlink.ttools.calc
-
Enumerates physical values available from the IPAC dust service.
- SchlegelCalculator.Spec - Class in uk.ac.starlink.ttools.calc
-
Specifies the dust query to be made.
- SchlegelCalculator.Statistic - Enum in uk.ac.starlink.ttools.calc
-
Enumerates statistics available from the IPAC dust service.
- SchlegelFilter - Class in uk.ac.starlink.ttools.calc
-
Filter that applies the SchlegelCalculator.
- SchlegelFilter() - Constructor for class uk.ac.starlink.ttools.calc.SchlegelFilter
-
Constructor.
- screenDistanceRadians(Point2D, Point2D) - Method in class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Returns the distance along a great circle in radians between two
graphics positions.
- SEC_PER_YEAR - Static variable in class uk.ac.starlink.ttools.func.Distances
-
Number of seconds in a year.
- SECONDS - Static variable in class uk.ac.starlink.ttools.plot2.layer.Rounding
-
Policy suitable for time axes with data units of seconds.
- 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
-
- SELECTOR_2D - Static variable in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Default selector for 2d output.
- SELECTOR_3D - Static variable in class uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector
-
Default selector for 3d output.
- 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.
- SEMI - Static variable in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Solid boundary, fill area coloured in with transparency.
- 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.
- 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, ConeErrorPolicy, Coverage, boolean, boolean, String) - Constructor for class uk.ac.starlink.ttools.cone.SequentialResultRowSequence
-
Constructor.
- SequentialViewFilter - Class in uk.ac.starlink.ttools.filter
-
Processing filter that makes sure any table filtered by it does not
have random access.
- SequentialViewFilter() - Constructor for class uk.ac.starlink.ttools.filter.SequentialViewFilter
-
- SERVICE_URL - Static variable in class uk.ac.starlink.ttools.calc.SchlegelCalculator
-
Base URL for IPAC Dust Extinction map service.
- 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.
- ServiceConeSearcher - Class in uk.ac.starlink.ttools.cone
-
ConeSearcher implementation using a VO
Cone Search service.
- ServiceConeSearcher(ConeSearch, int, boolean, StarTableFactory) - Constructor for class uk.ac.starlink.ttools.cone.ServiceConeSearcher
-
Constructor.
- ServiceFindMode - Enum in uk.ac.starlink.ttools.cone
-
Enumeration of ways to submit an upload match to a service.
- ServiceOperation - Interface in uk.ac.starlink.ttools.calc
-
Defines an operation which turns an input tuple into an output tuple.
- set(int, int) - Method in class uk.ac.starlink.ttools.plot.PixelMask
-
Sets the pixel at the given coordinates.
- set(Point) - Method in class uk.ac.starlink.ttools.plot.PixelMask
-
Sets the pixel at the given coordinates.
- set(Rectangle) - Method in class uk.ac.starlink.ttools.plot.PixelMask
-
Sets all the pixels in the given rectangle.
- setAncestry(Ancestry) - Method in class uk.ac.starlink.ttools.votlint.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.
- setAspect(int, A) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Receives a new aspect requested by user interface actions in
conjunction with this object.
- setAspects(A[]) - Method in class uk.ac.starlink.ttools.plot2.task.PlotDisplay
-
Sets the aspects of the plot zones.
- 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.votlint.ElementHandler
-
Sets this handler's attributes.
- setAttributes(Map) - Method in class uk.ac.starlink.ttools.votlint.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(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.
- setBounds(Rectangle) - Method in class uk.ac.starlink.ttools.plot.GraphSurface
-
Sets the rectangle within which data points may be plotted.
- setCacheImage(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Sets image caching policy.
- setCaseSensitive(boolean) - Method in class uk.ac.starlink.ttools.jel.ColumnIdentifier
-
Sets whether case is significant in column names.
- setChecked(HealpixMoc, boolean) - Static method in class uk.ac.starlink.ttools.mode.MocMode
-
Sets the continuous checking flag for the MOC object.
- 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(VotLintContext) - Method in class uk.ac.starlink.ttools.votlint.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
-
- 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.
- setCredibility(Credibility) - Method in class uk.ac.starlink.ttools.task.Setting
-
Sets the credibility of this setting.
- 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.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.
- setDecoration(Decoration) - Method in class uk.ac.starlink.ttools.plot2.NavigationListener
-
Sets a decoration to display over the plot to indicate navigation
actions in progress.
- setDefaultCaching(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.DataStoreParameter
-
Sets whether caching generally is or is not advised.
- setDefaultColor(Color) - Method in class uk.ac.starlink.ttools.plottask.ColorParameter
-
Sets the default value of this parameter to a given color object.
- setDefaultHealpixImpl(HealpixImpl) - Static method in class uk.ac.starlink.ttools.cone.UrlMocCoverage
-
Sets the HEALPix implementation used for MOC service queries.
- setDefaultOption(T) - Method in class uk.ac.starlink.ttools.plot2.task.ConfigParameter
-
Sets the typed default value for this parameter.
- setDefaultOption(T) - 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.votlint.FudgeNamespaceContentHandler
-
- setDocumentLocator(Locator) - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- setDrawText(boolean) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
-
Sets whether textual labels should be drawn on the axis.
- setError(IOException) - Method in class uk.ac.starlink.ttools.calc.CacheRowPipe
-
- 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.
- setFailOnNull(boolean) - Method in class uk.ac.starlink.ttools.jel.JELRowReader
-
Configures the behaviour when a primitive integer or boolean
value passed as an argument to a function for evaluation
is represented by a null value in the column.
- 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
-
- setForceError(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Sets whether the generated stilts commands will be made to
produce a gratuitous error.
- 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.
- setHealpixNestDefault(int) - Method in class uk.ac.starlink.ttools.cone.TilingParameter
-
Sets the default value of this parameter to a HEALPix NEST instance
of a given order.
- 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.votlint.VotLintContext
-
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.
- setMaxTestTables(int) - Method in class uk.ac.starlink.ttools.taplint.ColumnMetadataStage
-
Resets the limit on the number of tables to test.
- 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.
- setNside(int) - Method in class uk.ac.starlink.ttools.cone.ConeSearchConer
-
Sets the NSIDE parameter for MOC coverage maps.
- setObjectValue(Object) - Method in class uk.ac.starlink.ttools.task.Setting
-
Sets the typed value associated with this setting.
- setOpaqueLimit(int) - Method in class uk.ac.starlink.ttools.plot.MarkStyle
-
Sets the opacity limit for this style.
- setOptionUsage() - Method in class uk.ac.starlink.ttools.plot2.config.OptionConfigKey
-
Sets the usage string based on the currently configured options.
- 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.
- 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
-
- setReporter(Reporter) - Method in class uk.ac.starlink.ttools.taplint.TapSchemaMetadataHolder
-
Sets the reporter for this object.
- 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.
- setReuseRanges(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Sets aux range caching policy.
- 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.
- setSelectedColor(Color) - Method in class uk.ac.starlink.ttools.gui.ColorComboBox
-
Sets the currently selected colour.
- setSelectedDash(float[]) - Method in class uk.ac.starlink.ttools.gui.DashComboBox
-
Sets the selected dash array.
- setSelectedThickness(int) - Method in class uk.ac.starlink.ttools.gui.ThicknessComboBox
-
Sets the currently selected thickness
- setSexigesimal(boolean) - Method in class uk.ac.starlink.ttools.plot2.geom.GridLiner
-
Set whether you want sexagesimal labels
- 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.
- setShortDescription(String) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Sets a short description string.
- setShortDescription(String) - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Sets a short description string.
- setSliderActive(boolean) - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Configures programmatically whether the slider or the text field is
the currently selected input component.
- setSliderActive(boolean) - Method in class uk.ac.starlink.ttools.plot2.config.UnitRangeSpecifier
-
Sets the GUI to use the slider rather than the text fields
to acquire values.
- setSpecifiedValue(Color) - Method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
- setSpecifiedValue(Double) - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
- setSpecifiedValue(O) - Method in class uk.ac.starlink.ttools.plot2.config.ConversionSpecifier
-
- setSpecifiedValue(T) - Method in class uk.ac.starlink.ttools.plot2.config.MultiSpecifierPanel
-
- setSpecifiedValue(T) - Method in class uk.ac.starlink.ttools.plot2.config.ToggleSpecifier
-
- setSpecifiedValue(BinSizer) - Method in class uk.ac.starlink.ttools.plot2.layer.BinSizer.BinSizerSpecifier
-
- setSpecifiedValue(Subrange) - Method in class uk.ac.starlink.ttools.plot2.config.UnitRangeSpecifier
-
- setSpecifiedValue(V) - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
- setSpecifiedValue(V) - Method in interface uk.ac.starlink.ttools.plot2.config.Specifier
-
Sets the typed value represented by the graphical component.
- setSpecifiedValue(V) - Method in class uk.ac.starlink.ttools.plot2.config.TextFieldSpecifier
-
- 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
-
- 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.
- setStringUsage(String) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Sets a usage string which should give some clue how to specify this
key from a string.
- 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.
- setTableDescription(String) - Method in class uk.ac.starlink.ttools.task.AbstractInputTableParameter
-
Sets the wording used to refer to the input table in parameter
descriptions.
- setTableDescription(String, AbstractInputTableParameter) - Method in class uk.ac.starlink.ttools.task.InputFormatParameter
-
Sets the wording used to refer to the input table in parameter
descriptions.
- setTableDescription(String, AbstractInputTableParameter, Boolean) - Method in class uk.ac.starlink.ttools.task.FilterParameter
-
Sets the wording used to refer to the target table for the filters
this parameter acquires.
- setTickStyle(AxisLabeller.TickStyle) - Method in class uk.ac.starlink.ttools.plot.AxisLabeller
-
Sets the tick mark style to one of the predefined settings.
- Setting - Class in uk.ac.starlink.ttools.task
-
Defines a key-value pair for use in a stilts command line.
- Setting(String, String, String) - Constructor for class uk.ac.starlink.ttools.task.Setting
-
Constructs a setting.
- SettingGroup - Class in uk.ac.starlink.ttools.task
-
Represents a set of parameter-value pairs to be grouped together
for display purposes.
- SettingGroup(int, Setting[]) - Constructor for class uk.ac.starlink.ttools.task.SettingGroup
-
Constructor.
- setTruncationAdvice(String) - Method in class uk.ac.starlink.ttools.cone.BlockUploader
-
Sets a string that can be issued to the user as additional advice
if there are truncations in block results.
- setUsage(String) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
-
- setUsage(String) - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
-
- setUsePlans(boolean) - Method in class uk.ac.starlink.ttools.plot2.task.PlotCaching
-
Sets plan caching policy.
- setValid(boolean) - Method in class uk.ac.starlink.ttools.plot.PlotState
-
Sets whether this state should be used to attempt a successful plot.
- setValue(String, Object) - Method in class uk.ac.starlink.ttools.task.MapEnvironment
-
Sets the value of a parameter.
- setValueFromConsumer(Environment, TableConsumer) - Method in class uk.ac.starlink.ttools.task.OutputModeParameter
-
Sets the value directly from a given TableConsumer.
- setValueFromConsumer(Environment, TableConsumer) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
-
- setValueFromConsumer(Environment, TableConsumer) - Method in interface uk.ac.starlink.ttools.task.TableConsumerParameter
-
Sets the value of this parameter directly from a TableConsumer.
- setValueFromPainter(Environment, Painter) - Method in class uk.ac.starlink.ttools.plottask.PaintModeParameter
-
Sets the value for this parameter directly from a painter object.
- setValueUsage(String) - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Sets a usage string which should give some clue how to specify this
key from a string.
- 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.
- setXmlDescription(String) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Sets a documentation string.
- setXmlDescription(String) - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Sets a documentation string.
- setXmlDescription(String[]) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigMeta
-
Convenience method to set the XML description from an array of text
lines.
- setXmlDescription(String[]) - Method in class uk.ac.starlink.ttools.plot2.data.InputMeta
-
Convenience method to set the XML description from an array of text
lines.
- 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.
- SEX_KEY - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
Config key to determine whether sexagesimal coordinates are used.
- 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
-
- SHADE_HIGH - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for aux shader upper limit.
- SHADE_LOW - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for aux shader lower limit.
- SHADE_SUBRANGE - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for aux shader subrange.
- ShadeAxis - Class in uk.ac.starlink.ttools.plot2
-
Graphical representation of aux shading range which can be placed
near the plot.
- ShadeAxis(Shader, Scaling, double, double, String, Captioner, double, int) - Constructor for class uk.ac.starlink.ttools.plot2.ShadeAxis
-
Constructor.
- ShadeAxisFactory - Interface in uk.ac.starlink.ttools.plot2
-
Defines how to get a ShadeAxis for a shader range.
- Shader - Interface in uk.ac.starlink.ttools.plot
-
Defines an object which can modify an sRGB colour as defined by a scalar
parameter.
- ShaderConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
ConfigKey for selecting shader objects.
- ShaderConfigKey(ConfigMeta, Shader[], Shader) - Constructor for class uk.ac.starlink.ttools.plot2.config.ShaderConfigKey
-
Constructor.
- ShaderListCellRenderer - Class in uk.ac.starlink.ttools.gui
-
ListCellRenderer suitable for a combo box containing
Shader
s.
- ShaderListCellRenderer(JComboBox) - Constructor for class uk.ac.starlink.ttools.gui.ShaderListCellRenderer
-
Constructs a renderer suitable for use with a combo box containing
shaders.
- 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.
- ShadeStamper(Shader, Scaling, Color, Color, float) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShapeMode.ShadeStamper
-
Constructor.
- SHADING_PREFIX - Static variable in class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
Base name of associated Shading parameter.
- SHAPE_INFO - Static variable in class uk.ac.starlink.ttools.filter.MetadataFilter
-
- ShapeFamilyLayerType - Class in uk.ac.starlink.ttools.plot2.task
-
LayerType that represents a family of ShapeModePlotters.
- ShapeFamilyLayerType(ShapeForm, List<ShapePlotter.ShapeModePlotter>) - Constructor for class uk.ac.starlink.ttools.plot2.task.ShapeFamilyLayerType
-
Constructor.
- ShapeForm - Interface in uk.ac.starlink.ttools.plot2.layer
-
Plotter Form sub-interface for use with ShapeMode.
- ShapeMode - Class in uk.ac.starlink.ttools.plot2.layer
-
Defines how outlines defined by a ShapeForm are coloured in a plot.
- ShapeMode(String, Icon, Coord[], boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShapeMode
-
Constructor.
- ShapeMode.AutoTransparentStamper - Class in uk.ac.starlink.ttools.plot2.layer
-
Stamper implementation for auto transparency.
- ShapeMode.DensityStamper - Class in uk.ac.starlink.ttools.plot2.layer
-
Stamper implementation for density mode.
- ShapeMode.FlatStamper - Class in uk.ac.starlink.ttools.plot2.layer
-
Stamper implementation for flat colouring.
- ShapeMode.ShadeStamper - Class in uk.ac.starlink.ttools.plot2.layer
-
Stamper implementation for use with AuxShadingMode.
- ShapeMode.WeightStamper - Class in uk.ac.starlink.ttools.plot2.layer
-
Stamper implementation for use with WeightedShadingMode.
- ShapeModeDoc - Class in uk.ac.starlink.ttools.build
-
Writes XML text documenting known plot2 ShapeModes (shading modes).
- ShapeModeDoc(boolean) - Constructor for class uk.ac.starlink.ttools.build.ShapeModeDoc
-
Constructor.
- ShapeModePlotter(String, ShapeForm, ShapeMode) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShapePlotter.ShapeModePlotter
-
Constructor.
- ShapePainter - Interface in uk.ac.starlink.ttools.plot2.layer
-
Interface to define the actual shape drawing done by an Outliner.
- ShapePlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter that plots shapes at each data point.
- ShapePlotter(String, ShapeForm, ShapeMode) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
Constructor.
- ShapePlotter.ShapeModePlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
ShapePlotter subclass which additionally implements the ModePlotter
interface.
- ShapeStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style that combines information from a ShapeForm and a ShapeMode.
- ShapeStyle(Outliner, Stamper) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShapeStyle
-
Constructor.
- SHORT - uk.ac.starlink.ttools.plot2.data.IntegerCoord.IntType
-
16-bit signed integer.
- SHORT - uk.ac.starlink.ttools.plot2.data.StorageType
-
Short integer type.
- ShortPair - Class in uk.ac.starlink.ttools.plot2.layer
-
Aggregates two short integer values.
- ShortPair(short, short) - Constructor for class uk.ac.starlink.ttools.plot2.layer.ShortPair
-
Constructor.
- SHOW_LABEL - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for legend inclusion flag.
- ShowFunctions - Class in uk.ac.starlink.ttools.task
-
Task for browsing available algebraic functions.
- ShowFunctions() - Constructor for class uk.ac.starlink.ttools.task.ShowFunctions
-
- SHOWMEAN_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
Config key to display a line at the mean value.
- 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.
- SiaConeSearcher - Class in uk.ac.starlink.ttools.cone
-
- SiaConeSearcher(String, String, boolean, StarTableFactory, ContentCoding) - Constructor for class uk.ac.starlink.ttools.cone.SiaConeSearcher
-
Constructor.
- 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).
- SIMBAD_NAME - Static variable in class uk.ac.starlink.ttools.cone.CdsUploadMatcher
-
Alias for Simbad flat view table.
- SIMPLE - Static variable in class uk.ac.starlink.ttools.plot2.task.DataStoreParameter
-
Simple storage: data is read on demand from table every time.
- SimpleDataStoreFactory - Class in uk.ac.starlink.ttools.plot2.data
-
DataStoreFactory implementation that does no caching.
- SimpleDataStoreFactory() - Constructor for class uk.ac.starlink.ttools.plot2.data.SimpleDataStoreFactory
-
- SimpleDecalPlotter<S extends Style> - Class in uk.ac.starlink.ttools.plot2.layer
-
Abstract Plotter implementation that does all its painting using a Decal,
no Glyphs.
- SimpleDecalPlotter(String, Icon, CoordGroup, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SimpleDecalPlotter
-
Constructor.
- SimpleLayerType - Class in uk.ac.starlink.ttools.plot2.task
-
LayerType representing a single Plotter.
- SimpleLayerType(Plotter) - Constructor for class uk.ac.starlink.ttools.plot2.task.SimpleLayerType
-
Constructor.
- SimpleValueInfo(ValueInfo) - Constructor for class uk.ac.starlink.ttools.plot.PlotState.SimpleValueInfo
-
- sin(double) - Static method in class uk.ac.starlink.ttools.func.Maths
-
Sine of an angle.
- Sin2 - Class in uk.ac.starlink.ttools.plot2.geom
-
Sine (Orthographic) projecter implementation.
- Sin2() - Constructor for class uk.ac.starlink.ttools.plot2.geom.Sin2
-
- Sin2.Sin2Deproj - Class in uk.ac.starlink.ttools.plot2.geom
-
- Sin2Deproj() - Constructor for class uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj
-
- sinDeg(double) - Static method in class uk.ac.starlink.ttools.func.TrigDegrees
-
Sine of an angle.
- SinePlot - Class in uk.ac.starlink.ttools.example
-
Example programmatic use of stilts plot2 classes.
- SinePlot(SinePlot.PlanePlotter, int) - Constructor for class uk.ac.starlink.ttools.example.SinePlot
-
Constructor.
- SinePlot.PlanePlotter - Interface in uk.ac.starlink.ttools.example
-
Abstracts the way that the table is turned into a 2d plot component.
- SINGLE - Static variable in class uk.ac.starlink.ttools.plot2.layer.MarkForm
-
MarkForm instance for a single point per tuple.
- SingleCoord - Class in uk.ac.starlink.ttools.plot2.data
-
Partial Coord implementation for quantities that are represented
as scalars both to the user and internally.
- SingleCoord(InputMeta, boolean, Class, StorageType, Class<? extends DomainMapper>) - Constructor for class uk.ac.starlink.ttools.plot2.data.SingleCoord
-
Constructor.
- SingleGanger<P,A> - Class in uk.ac.starlink.ttools.plot2
-
Ganger implementation for single-zone gangs.
- SingleGanger() - Constructor for class uk.ac.starlink.ttools.plot2.SingleGanger
-
Constructs a ganger with no specified padding.
- SingleGanger(Padding) - Constructor for class uk.ac.starlink.ttools.plot2.SingleGanger
-
Constructs a ganger with specified padding.
- 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.
- singletonArray(T) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns a single-element array from an object with a parameterised type.
- sinh(double) - Static method in class uk.ac.starlink.ttools.func.Maths
-
Hyperbolic sine.
- SinProjection - Class in uk.ac.starlink.ttools.plot2.geom
-
Sine (orthographic) projection.
- size(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the number of elements in the array.
- SIZE - Static variable in class uk.ac.starlink.ttools.plot2.config.StyleKeys
-
Config key for marker size.
- SizeForm - Class in uk.ac.starlink.ttools.plot2.layer
-
ShapeForm implementation that draws shaped markers of a size
given by an additional data coordinate.
- SizeForm.SizeOutliner - Class in uk.ac.starlink.ttools.plot2.layer
-
Outliner implementation for use with SizeForm.
- SizeOutliner(MarkShape, double, AuxScale, int) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SizeForm.SizeOutliner
-
Constructor.
- sizeToNside(double) - Method in class uk.ac.starlink.ttools.cone.PixtoolsHealpix
-
Returns an Nside value corresponding to a given angular size.
- SizeXyForm - Class in uk.ac.starlink.ttools.plot2.layer
-
ShapeForm implementation that draws shaped markers with their horizontal
and vertical dimensions independently determined by two additional
data coordinates.
- SizeXyForm.SizeXyOutliner - Class in uk.ac.starlink.ttools.plot2.layer
-
Outliner implementation for use with SizeXyForm.
- SizeXyOutliner(XYShape, double, AuxScale, AuxScale, short) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SizeXyForm.SizeXyOutliner
-
Constructor.
- skippedEntity(String) - Method in class uk.ac.starlink.ttools.copy.SquashAttributeHandler
-
- skippedEntity(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- skippedEntity(String) - Method in class uk.ac.starlink.ttools.votlint.FudgeNamespaceContentHandler
-
- skippedEntity(String) - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- SkyAspect - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines the view of a SkySurface.
- SkyAspect(double[], double, double, double) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkyAspect
-
Constructor.
- SkyAxisLabeller - Interface in uk.ac.starlink.ttools.plot2.geom
-
Performs axis labelling for a sky plot.
- SkyAxisLabellers - Class in uk.ac.starlink.ttools.plot2.geom
-
Implementation class containing SkyAxisLabeller implementations.
- 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, int) - Constructor for class uk.ac.starlink.ttools.cone.SkyConeMatch2
-
Constructor.
- SkyCoord - Class in uk.ac.starlink.ttools.plot2.data
-
Coord implementation for sky positions.
- SkyCoord.SkyVariant - Class in uk.ac.starlink.ttools.plot2.data
-
Controls the interpretation of sky vectors, either fixed to the
surface of the unit sphere or not.
- SkyCoordParameter - Class in uk.ac.starlink.ttools.task
-
Utilities for sky coordinate parameters.
- SkyCoordParameter(String, String, String, String) - Constructor for class uk.ac.starlink.ttools.task.SkyCoordParameter
-
Constructor.
- SkyCorrelationCoordSet - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointCoordSet for ellipses on the sky defined by lon/lat errors
and a correlation.
- SkyCorrelationCoordSet(boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyCorrelationCoordSet
-
Constructor.
- SkyDataGeom - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines positional data coordinates used by a sky plot.
- SkyDataGeom(String) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkyDataGeom
-
Constructor.
- SkyDenseStyle(int, Scaling, Shader, Combiner) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter.SkyDenseStyle
-
Constructor.
- SkyDensityMap - Class in uk.ac.starlink.ttools.task
-
Calculates sky density maps and outputs them as tables.
- SkyDensityMap() - Constructor for class uk.ac.starlink.ttools.task.SkyDensityMap
-
Constructor.
- SkyDensityPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter that plots a genuine density map on a SkySurface.
- SkyDensityPlotter(boolean, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyDensityPlotter
-
Constructor.
- SkyDensityPlotter.SkyDenseStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style for configuring with the sky density plot.
- skyDistanceDegrees(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.CoordsDegrees
-
Calculates the separation (distance around a great circle) of
two points on the sky in degrees.
- skyDistanceRadians(double, double, double, double) - Static method in class uk.ac.starlink.ttools.func.CoordsRadians
-
Calculates the separation (distance around a great circle) of
two points on the sky in radians.
- SkyEllipseCoordSet - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointCoordSet for ellipses on a sphere.
- SkyEllipseCoordSet() - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyEllipseCoordSet
-
Constructor.
- SkyFov - Class in uk.ac.starlink.ttools.plot2.geom
-
Characterises a field of view on the sky for presentation to the user.
- SkyFov(double, double, double) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkyFov
-
Constructor.
- SkyGridPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter that can draw a sky axis grid on a sky surface.
- SkyGridPlotter() - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter
-
Constructor.
- SkyGridPlotter.GridStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style for configuring the grid plot.
- 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(FixedSkyMatchEngine, String, String, String, String, JoinType, PairMode, JoinFixAction, JoinFixAction, ProgressIndicator) - Constructor for class uk.ac.starlink.ttools.join.SkyMatch2Mapping
-
Constructor.
- SkyMultiPointForm - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointForm with scaling options that make sense for plotting
markers on the sky with potentially absolute angular extents.
- SkyMultiPointForm(String, Icon, String, MultiPointCoordSet, MultiPointConfigKey) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyMultiPointForm
-
Constructor.
- SkyNavigator - Class in uk.ac.starlink.ttools.plot2.geom
-
Navigator for use with sky plot.
- SkyNavigator(double) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkyNavigator
-
Constructor.
- SkyPixer - Class in uk.ac.starlink.ttools.plot2.layer
-
Maps positions on the unit sphere to pixel indices using a given pixel
scheme.
- SkyPixer(int) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyPixer
-
Constructor.
- SkyPlot2Task - Class in uk.ac.starlink.ttools.plot2.task
-
Task for Sky-type plots.
- SkyPlot2Task() - Constructor for class uk.ac.starlink.ttools.plot2.task.SkyPlot2Task
-
Constructor.
- SkyPlotType - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines the characteristics of a plot on the surface of the
celestial sphere.
- SkySurface - Class in uk.ac.starlink.ttools.plot2.geom
-
Surface implementation for plotting on the celestial sphere.
- SkySurface(Rectangle, Projection, double[], double, double, double, SkySys, SkyAxisLabeller, Color, Color, boolean, double, Captioner, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkySurface
-
Constructor.
- SkySurfaceFactory - Class in uk.ac.starlink.ttools.plot2.geom
-
Surface factory for plotting on the surface of the celestial sphere.
- SkySurfaceFactory() - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory
-
- SkySurfaceFactory.Profile - Class in uk.ac.starlink.ttools.plot2.geom
-
Profile class which defines fixed configuration items for a SkySurface.
- SkySurfaceTiler - Class in uk.ac.starlink.ttools.plot2.layer
-
Understands the geometry of HEALPix tiles on a given SkySurface.
- SkySurfaceTiler(SkySurface, Rotation, int) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkySurfaceTiler
-
Constructor.
- SkySys - Class in uk.ac.starlink.ttools.plot2.geom
-
Sky coordinate system definition.
- SkySysConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
ConfigKey for selecting sky coordinate systems.
- SkySysConfigKey(ConfigMeta, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.config.SkySysConfigKey
-
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.
- SkyTick(String, int, int, Anchor) - Constructor for class uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller.SkyTick
-
Constructor.
- SkyTileRenderer - Class in uk.ac.starlink.ttools.plot2.layer
-
Defines the strategy for rendering HEALPix tiles to a graphics context.
- SkyTileRenderer() - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyTileRenderer
-
- 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.
- SkyVectorCoordSet - Class in uk.ac.starlink.ttools.plot2.layer
-
MultiPointCoordSet for vectors on the sky.
- SkyVectorCoordSet(boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SkyVectorCoordSet
-
Constructor.
- SkyviewProjection - Class in uk.ac.starlink.ttools.plot2.geom
-
Projection implementation based on classes from the Skyview package.
- SkyviewProjection(Projecter, Shape, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SkyviewProjection
-
Constructor.
- SliceDataGeom - Class in uk.ac.starlink.ttools.plot2.geom
-
DataGeom implementation that reads positions corresponding to some,
but not all, orthogonal data position coordinates.
- SliceDataGeom(FloatingCoord[], String) - Constructor for class uk.ac.starlink.ttools.plot2.geom.SliceDataGeom
-
Constructor.
- SliderSpecifier - Class in uk.ac.starlink.ttools.plot2.config
-
Double value specifier that uses a slider to choose a value in the
range betwen two given values.
- SliderSpecifier(double, double, boolean, double) - Constructor for class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Constructs a specifier with minimal options.
- SliderSpecifier(double, double, boolean, double, boolean, SliderSpecifier.TextOption) - Constructor for class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
Constructs a specifier with all options.
- SliderSpecifier.TextOption - Enum in uk.ac.starlink.ttools.plot2.config
-
Specifies whether and how a text display field should appear alongside
the slider for user entry.
- Slow - Annotation Type in uk.ac.starlink.ttools.plot2
-
Indicates that a method may take a non-negligable amount of time.
- slurpStream(InputStream, int, VotLintContext) - Static method in class uk.ac.starlink.ttools.votlint.ValueParser
-
Uncritically reads in a fixed number of bytes from a stream.
- SMART_CACHE - Static variable in class uk.ac.starlink.ttools.plot2.task.DataStoreParameter
-
Smart cached storage: like BASIC_CACHE but tries to spot
non-varying columns etc for more efficient storage.
- SmartColumnFactory - Class in uk.ac.starlink.ttools.plot2.data
-
CachedColumnFactory implementation that is able to spot non-varying
columns and represent them efficiently.
- SmartColumnFactory(CachedColumnFactory) - Constructor for class uk.ac.starlink.ttools.plot2.data.SmartColumnFactory
-
Constructor.
- SMOOTHSIZER_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Config key for smoothing width configuration.
- SMOOTHSIZER_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
Config key for smoothing width configuration.
- SMOOTHWIDTH_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter
-
Report key for smoothing width.
- SMOOTHWIDTH_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.TracePlotter
-
Report key for smoothing width.
- SOLID - Static variable in class uk.ac.starlink.ttools.plot2.layer.FillMode
-
Solid fill area, no boundary.
- SOME_SKY - uk.ac.starlink.ttools.cone.Coverage.Amount
-
Coverage data is known; some, but not all of the sky is covered.
- SortedPaperType3D - Class in uk.ac.starlink.ttools.plot2.paper
-
PaintPaperType for 3-dimensional plots.
- SortedPaperType3D() - Constructor for class uk.ac.starlink.ttools.plot2.paper.SortedPaperType3D
-
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
-
- SPACING_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.LabelPlotter
-
Config key to control minimum pixel label spacing.
- Spec(SchlegelCalculator.ResultType[], SchlegelCalculator.Statistic[]) - Constructor for class uk.ac.starlink.ttools.calc.SchlegelCalculator.Spec
-
Constructor.
- Specifier<V> - Interface in uk.ac.starlink.ttools.plot2.config
-
Can acquire a typed value from the GUI.
- SpecifierPanel<V> - Class in uk.ac.starlink.ttools.plot2.config
-
Partial Specifier implementation.
- SpecifierPanel(boolean) - Constructor for class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
-
Constructor.
- SpectrogramPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter for spectrograms.
- SpectrogramPlotter(FloatingCoord) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter
-
Constructor.
- SpectrogramPlotter.ChannelGrid - Interface in uk.ac.starlink.ttools.plot2.layer
-
Defines the spectrum frequency channels.
- SpectrogramPlotter.SpectroStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style subclass for SpectrogramPlotter.
- SpectroStyle(Shader, Scaling, Color, SpectrogramPlotter.ChannelGrid) - Constructor for class uk.ac.starlink.ttools.plot2.layer.SpectrogramPlotter.SpectroStyle
-
Constructor.
- SPEED_OF_LIGHT - Static variable in class uk.ac.starlink.ttools.func.Distances
-
Speed of light in m/s.
- SphereDataGeom - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines positional data coordinates used by an isotropic spherical
polar 3-D plot.
- SpherePlot2Task - Class in uk.ac.starlink.ttools.plot2.task
-
Task for sphere (isotropic 3D)-type plots.
- SpherePlot2Task() - Constructor for class uk.ac.starlink.ttools.plot2.task.SpherePlot2Task
-
- SpherePlotType - Class in uk.ac.starlink.ttools.plot2.geom
-
Defines the characteristics of plot in 3-dimensional isotropic space.
- 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.
- split(String) - Static method in class uk.ac.starlink.ttools.func.Strings
-
Splits a string into an array of space-separated words.
- split(String, String) - Static method in class uk.ac.starlink.ttools.func.Strings
-
Splits a string into an array of words separated by a given
regular expression.
- SpotPlotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Fairly minimal example plotter implementation.
- SpotPlotter() - Constructor for class uk.ac.starlink.ttools.plot2.layer.SpotPlotter
-
Constructor.
- SpotPlotter.SpotStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style implementation for spots.
- 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.
- SQDEG - Static variable in class uk.ac.starlink.ttools.func.Tilings
-
Solid angle in steradians corresponding to 1 square degree.
- sqdegToSteradians(double) - Static method in class uk.ac.starlink.ttools.func.Tilings
-
Converts a solid angle from square degrees to steradians.
- 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.
- SQRT - Static variable in class uk.ac.starlink.ttools.plot2.Scaling
-
Square root scaling.
- SQUARE - Static variable in class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Rectangular kernel shape.
- SQUARE - Static variable in class uk.ac.starlink.ttools.plot2.Scaling
-
Square scaling.
- SquashAttributeHandler - Class in uk.ac.starlink.ttools.copy
-
SAX content handler which mostly copies events to text,
but eliminates a given attribute from the root element.
- SquashAttributeHandler(Writer, String, boolean) - Constructor for class uk.ac.starlink.ttools.copy.SquashAttributeHandler
-
Constructor.
- srcOverOpaque(int, int) - Static method in class uk.ac.starlink.ttools.plot2.paper.Compositor
-
Returns the result of compositing a possibly transparent source pixel
over an opaque destination pixel.
- SRON_RAINBOW - Static variable in class uk.ac.starlink.ttools.plot.Shaders
-
Rainbow shader copied from SRON technical note SRON/EPS/TN/09-002.
- SRON5_COLORS - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- SRON7_COLORS - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- SRONBRIGHT_COLORS - Static variable in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- SsaConeSearcher - Class in uk.ac.starlink.ttools.cone
-
- SsaConeSearcher(String, String, boolean, StarTableFactory, ContentCoding) - Constructor for class uk.ac.starlink.ttools.cone.SsaConeSearcher
-
Constructor.
- StackGanger<P,A> - Class in uk.ac.starlink.ttools.plot2.geom
-
Ganger implementation for a vertically stacked gang of plots,
all sharing the same horizontal axis.
- StackGanger(boolean, Padding) - Constructor for class uk.ac.starlink.ttools.plot2.geom.StackGanger
-
Constructor.
- Stage - Interface in uk.ac.starlink.ttools.taplint
-
Represents a stage of validator processing.
- Stamper - Interface in uk.ac.starlink.ttools.plot2.layer
-
Performs colouring of an outline.
- StandardKernel1dShape - Class in uk.ac.starlink.ttools.plot2.layer
-
Implementation class for Kernel1dShapes based on evaluating
symmetric functions over a limited extent.
- StandardKernel1dShape(String, String, double, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.layer.StandardKernel1dShape
-
Constructor.
- 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
-
- start(RootDoc) - Static method in class uk.ac.starlink.ttools.build.FullXmlDoclet
-
Begin processing document.
- start(RootDoc) - Static method in class uk.ac.starlink.ttools.build.HtmlDoclet
-
Begin processing document.
- start(String[]) - Method in class uk.ac.starlink.ttools.taplint.JsonOutputReporter
-
- start(String[]) - Method in interface uk.ac.starlink.ttools.taplint.OutputReporter
-
Signals beginning of reporting.
- start(String[]) - Method in class uk.ac.starlink.ttools.taplint.TextOutputReporter
-
- 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.SquashAttributeHandler
-
- startCDATA() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startCDATA() - Method in class uk.ac.starlink.ttools.votlint.VotLintEntityResolver
-
- startClass(ClassDoc) - Method in class uk.ac.starlink.ttools.build.FullXmlDoclet
-
- startClass(ClassDoc) - Method in class uk.ac.starlink.ttools.build.HtmlDoclet
-
- startClass(ClassDoc) - Method in class uk.ac.starlink.ttools.build.MemberDoclet
-
Begin output of documentation for a given class.
- startClass(ClassDoc) - Method in class uk.ac.starlink.ttools.build.XmlDoclet
-
- startDocument() - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startDocument() - Method in class uk.ac.starlink.ttools.votlint.FudgeNamespaceContentHandler
-
- startDocument() - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- startDTD(String, String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startDTD(String, String, String) - Method in class uk.ac.starlink.ttools.votlint.VotLintEntityResolver
-
- startElement() - Method in class uk.ac.starlink.ttools.votlint.DataHandler
-
- startElement() - Method in class uk.ac.starlink.ttools.votlint.ElementHandler
-
Called after the attributes have been set and checked.
- startElement() - Method in class uk.ac.starlink.ttools.votlint.FieldHandler
-
- startElement() - Method in class uk.ac.starlink.ttools.votlint.StreamHandler
-
- startElement() - Method in class uk.ac.starlink.ttools.votlint.StreamingHandler
-
- startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.copy.SquashAttributeHandler
-
- startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.votlint.FudgeNamespaceContentHandler
-
- startElement(String, String, String, Attributes) - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- 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.
- startEntity(String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startEntity(String) - Method in class uk.ac.starlink.ttools.votlint.VotLintEntityResolver
-
- startMember(MemberDoc, String, String) - Method in class uk.ac.starlink.ttools.build.FullXmlDoclet
-
- startMember(MemberDoc, String, String) - Method in class uk.ac.starlink.ttools.build.HtmlDoclet
-
- startMember(MemberDoc, String, String) - Method in class uk.ac.starlink.ttools.build.MemberDoclet
-
Begin output of documentation for a given class member (field or method).
- startMember(MemberDoc, String, String) - Method in class uk.ac.starlink.ttools.build.XmlDoclet
-
- startPrefixMapping(String, String) - Method in class uk.ac.starlink.ttools.copy.VotCopyHandler
-
- startPrefixMapping(String, String) - Method in class uk.ac.starlink.ttools.votlint.FudgeNamespaceContentHandler
-
- startPrefixMapping(String, String) - Method in class uk.ac.starlink.ttools.votlint.VotLintContentHandler
-
- startSection(String, String) - Method in class uk.ac.starlink.ttools.taplint.JsonOutputReporter
-
- startSection(String, String) - Method in interface uk.ac.starlink.ttools.taplint.OutputReporter
-
Begins a reporting section.
- startSection(String, String) - Method in class uk.ac.starlink.ttools.taplint.TextOutputReporter
-
- 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
-
- Stats1Plotter - Class in uk.ac.starlink.ttools.plot2.layer
-
Plotter to calculate and display univariate statistics
of histogram-like data.
- Stats1Plotter(FloatingCoord, boolean, ConfigKey<Normalisation>) - Constructor for class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
Constructor.
- Stats1Plotter.StatsStyle - Class in uk.ac.starlink.ttools.plot2.layer
-
Style class associated with this plotter.
- 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
-
- StatsStyle(Color, Stroke, boolean, boolean, Normalisation, BinSizer) - Constructor for class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter.StatsStyle
-
Constructor.
- STD - uk.ac.starlink.ttools.calc.SchlegelCalculator.Statistic
-
Standard deviation.
- stdev(double...) - Static method in class uk.ac.starlink.ttools.func.Lists
-
Returns the population standard deviation of the non-blank supplied
arguments.
- stdev(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the population standard deviation of all the non-blank elements
in the array.
- STDEV_KEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.Stats1Plotter
-
Report key for fitted standard deviation.
- StepDataStore - Class in uk.ac.starlink.ttools.plot2.data
-
Wrapper data store implementation that dispenses all column data
as evenly spaced subsamples by row.
- StepDataStore(DataStore, int) - Constructor for class uk.ac.starlink.ttools.plot2.data.StepDataStore
-
Constructor.
- 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.
- steradiansToSqdeg(double) - Static method in class uk.ac.starlink.ttools.func.Tilings
-
Converts a solid angle from steradians to square degrees.
- 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
-
- stiltsCompletition(String[]) - Static method in class uk.ac.starlink.ttools.build.BashComplete
-
- StiltsPlot - Class in uk.ac.starlink.ttools.plot2.task
-
Represents an abstract model of a STILTS command line.
- StiltsPlot(AbstractPlot2Task, String, SettingGroup[]) - Constructor for class uk.ac.starlink.ttools.plot2.task.StiltsPlot
-
Constructor.
- StiltsPlotFormatter - Class in uk.ac.starlink.ttools.plot2.task
-
Handles export of StiltsPlot objects to external serialization formats.
- StiltsPlotFormatter(CredibleString, Suffixer, Suffixer, boolean, LineEnder, int, int, TableNamer) - Constructor for class uk.ac.starlink.ttools.plot2.task.StiltsPlotFormatter
-
Constructor.
- StorageType - Enum in uk.ac.starlink.ttools.plot2.data
-
Enumerates the possibilities for internal storage of coordinate data
for presentation to the plotting classes.
- storeFullPrecision() - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Policy for whether to cache full precision coordinates.
- StreamHandler - Class in uk.ac.starlink.ttools.votlint
-
Handler for STREAM elements.
- StreamHandler() - Constructor for class uk.ac.starlink.ttools.votlint.StreamHandler
-
- StreamingHandler - Class in uk.ac.starlink.ttools.votlint
-
Abstract handler superclass for elements with STREAM children
(BINARY or FITS).
- StreamingHandler() - Constructor for class uk.ac.starlink.ttools.votlint.StreamingHandler
-
- streamRawResult(ConeQueryRowSequence, TableSink, RowMapper<?>, long) - Method in class uk.ac.starlink.ttools.cone.CdsUploadMatcher
-
- streamRawResult(ConeQueryRowSequence, TableSink, RowMapper<?>, long) - Method in class uk.ac.starlink.ttools.cone.TapUploadMatcher
-
- streamRawResult(ConeQueryRowSequence, TableSink, RowMapper<?>, long) - Method in interface uk.ac.starlink.ttools.cone.UploadMatcher
-
Scans a sequence of positional queries, uploads it to a remote service,
and writes the returned values to a given sink.
- streamStarTable(InputStream, TableSink, String) - Method in class uk.ac.starlink.ttools.example.AllWiseTableBuilder
-
- streamStarTable(InputStream, TableSink, String) - Method in class uk.ac.starlink.ttools.example.TwoMassPscTableBuilder
-
- stretch(Shader, float, float) - Static method in class uk.ac.starlink.ttools.plot.Shaders
-
Returns a shader which corresponds to a sub-range of a given shader.
- STRING - uk.ac.starlink.ttools.plot2.data.StorageType
-
String type.
- stringArray(String...) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns a String array built from the given arguments.
- StringConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
Config key for use with String values.
- StringConfigKey(ConfigMeta, String) - Constructor for class uk.ac.starlink.ttools.plot2.config.StringConfigKey
-
Constructor.
- StringCoord - Class in uk.ac.starlink.ttools.plot2.data
-
Coord implementation for String values.
- StringCoord(InputMeta, boolean) - Constructor for class uk.ac.starlink.ttools.plot2.data.StringCoord
-
Constructor.
- stringify(V) - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
May be used to turn typed values into text labels for the
combo box.
- stringifyOption(T) - Method in class uk.ac.starlink.ttools.plottask.StyleParameter
-
- stringifyOption(JoinType) - Method in class uk.ac.starlink.ttools.join.JoinTypeParameter
-
- stringifyOption(PairMode) - Method in class uk.ac.starlink.ttools.join.FindModeParameter
-
- stringifyOption(LayerType) - Method in class uk.ac.starlink.ttools.plot2.task.LayerTypeParameter
-
- stringifyValue(float[]) - Method in class uk.ac.starlink.ttools.plot2.config.DashConfigKey
-
- stringifyValue(Color) - Method in class uk.ac.starlink.ttools.plot2.config.ColorConfigKey
-
- stringifyValue(T) - Method in class uk.ac.starlink.ttools.plot2.config.ChoiceConfigKey
-
Takes an object which may be a value of this key,
and attempts to turn it into a string for reporting purposes.
- stringifyValue(Shader) - Method in class uk.ac.starlink.ttools.plot2.config.ShaderConfigKey
-
- StringMultiParameter - Class in uk.ac.starlink.ttools.task
-
Convenience parameter subclass for getting a sequence of string values.
- StringMultiParameter(String, char) - Constructor for class uk.ac.starlink.ttools.task.StringMultiParameter
-
Constructor.
- Strings - Class in uk.ac.starlink.ttools.func
-
String manipulation and query functions.
- stringsValue(Environment) - Method in class uk.ac.starlink.ttools.task.StringMultiParameter
-
Returns the values of this parameter as an array.
- stringToDouble(String, ConfigKey<?>) - Static method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
Interprets the value of a string as a double precision number.
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.cone.ConeErrorPolicyParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.cone.TilingParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.join.Match1TypeParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.join.MatchEngineParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.join.ProgressIndicatorParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.CompositorParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.ConfigParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.plot2.task.PaddingParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.plottask.NamedObjectParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.ConnectionParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.DoubleArrayParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.FilterParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.InputFormatParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.InputTableParameter
-
Returns the input table which has been selected by this parameter.
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.InputTablesParameter
-
The toString
method of the returned elements
can be used to refer to them in user-directed messages.
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.OutputReporterParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.OutputTableParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.StringMultiParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.TableFactoryParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.WordsParameter
-
- stringToObject(Environment, String) - Method in class uk.ac.starlink.ttools.task.XmlEncodingParameter
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.BooleanConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.ChoiceConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.CombinationConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.ConfigKey
-
Decodes a string value to the value type of this key.
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.DoubleArrayConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.DoubleConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.HiddenConfigKey
-
Throws UnsupportedOperationException.
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.IntegerConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.OptionConfigKey
-
Calls valueToString
repeatedly looking for a match.
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.SkySysConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.StringConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.TimeConfigKey
-
- stringToValue(String) - Method in class uk.ac.starlink.ttools.plot2.config.ToggleNullConfigKey
-
- stripAdqlType(String) - Static method in class uk.ac.starlink.ttools.taplint.CompareMetadataStage
-
Takes a string which may be an ADQL type and strips off confusing
parts including any "adql:" prefix and trailing parenthesis.
- 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.
- STYLE_DISPLAY - Static variable in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- STYLE_SCRIPT - Static variable in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- STYLE_SCRIPT_SCRIPT - Static variable in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- STYLE_TEXT - Static variable in class uk.ac.starlink.ttools.plot2.LatexCaptioner
-
- 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.
- StyleKeys - Class in uk.ac.starlink.ttools.plot2.config
-
Contains many common config keys and associated utility methods.
- StyleParameter<T> - Class in uk.ac.starlink.ttools.plottask
-
ChoiceParameter subclass suitable for use with plotting style configuration.
- StyleParameter(String, Class<T>) - Constructor for class uk.ac.starlink.ttools.plottask.StyleParameter
-
Constructs a StyleParameter without initialising any options.
- StyleParameter(String, T[]) - Constructor for class uk.ac.starlink.ttools.plottask.StyleParameter
-
Constructs a StyleParameter with a given list of 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.
- SubCloud - Class in uk.ac.starlink.ttools.plot2
-
Aggregates the DataGeom and the geometry-specific parts of the
DataSpec for a layer.
- SubCloud(DataGeom, DataSpec, int) - Constructor for class uk.ac.starlink.ttools.plot2.SubCloud
-
Constructor.
- submit(double) - Method in class uk.ac.starlink.ttools.plot.Range
-
Submits a value to this range.
- submit(double) - Method in interface uk.ac.starlink.ttools.plot2.layer.Combiner.Container
-
Submits a new numeric value for accumulation to the result.
- 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
-
- submitDatum(int, int, double) - Method in class uk.ac.starlink.ttools.plot.BinGrid
-
Adds a data point to this histogram.
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.ChooserColorSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.ComboBoxSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.ConversionSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.MultiSpecifierPanel
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.SliderSpecifier
-
- submitReport(ReportMap) - Method in interface uk.ac.starlink.ttools.plot2.config.Specifier
-
Accepts information about a completed plot that was drawn with
input from this specifier.
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.TextFieldSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.ToggleSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.config.UnitRangeSpecifier
-
- submitReport(ReportMap) - Method in class uk.ac.starlink.ttools.plot2.layer.BinSizer.BinSizerSpecifier
-
- submitToBin(long, double) - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
- submitToBin(long, double) - Method in interface uk.ac.starlink.ttools.plot2.layer.BinList
-
Adds a given numeric value to the bin at the given index.
- submitToBin(long, double) - Method in class uk.ac.starlink.ttools.plot2.layer.HashBinList
-
- submitToBinInt(int, double) - Method in class uk.ac.starlink.ttools.plot2.layer.ArrayBinList
-
Variant of the addToBin
method
that takes a 32-bit index.
- Subrange - Class in uk.ac.starlink.ttools.plot2
-
Designates a sub-range.
- Subrange() - Constructor for class uk.ac.starlink.ttools.plot2.Subrange
-
Constructs a subrange covering the whole range 0-1.
- Subrange(double, double) - Constructor for class uk.ac.starlink.ttools.plot2.Subrange
-
Constructor.
- SubrangeConfigKey - Class in uk.ac.starlink.ttools.plot2.config
-
Config key that specifies a Subrange.
- SubrangeConfigKey(ConfigMeta) - Constructor for class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
Constructs a key with the usual default.
- SubrangeConfigKey(ConfigMeta, Subrange, double, double) - Constructor for class uk.ac.starlink.ttools.plot2.config.SubrangeConfigKey
-
Constructs a key with a given default.
- subrangeScaling(Scaling, Subrange) - Static method in class uk.ac.starlink.ttools.plot2.Scaling
-
Adjusts a scaling by applying a fractional subrange to the
scaler inputs before scaling is applied,
so that the input range is subranged, rather than the output range.
- 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.
- subtract(Object, Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the result of subtracting one numeric array from the other
element by element.
- subtractInsets(Rectangle, Insets) - Static method in class uk.ac.starlink.ttools.plot2.PlotUtil
-
Returns the rectangle that results from removing the insets from
a given rectangle.
- SUCCESS - uk.ac.starlink.ttools.taplint.XsdStage.Result
-
The validation completed, possibly with some errors or warnings.
- Suffixer - Class in uk.ac.starlink.ttools.plot2.task
-
Object that defines how groups of (parameter) suffixes are constructed.
- Suffixer() - Constructor for class uk.ac.starlink.ttools.plot2.task.Suffixer
-
- sum(double...) - Static method in class uk.ac.starlink.ttools.func.Lists
-
Returns the sum of all the non-blank supplied arguments.
- sum(Object) - Static method in class uk.ac.starlink.ttools.func.Arrays
-
Returns the sum of all the non-blank elements in the array.
- SUM - Static variable in class uk.ac.starlink.ttools.plot2.layer.Combiner
-
Calculate the sum of all submitted values.
- summariseUnreportedMessages(String) - Method in class uk.ac.starlink.ttools.taplint.JsonOutputReporter
-
- summariseUnreportedMessages(String) - Method in interface uk.ac.starlink.ttools.taplint.OutputReporter
-
Writes to the output stream a summary of messages which were
suppressed in a given stage because the maximum repeat count
was exceeded.
- summariseUnreportedMessages(String) - Method in class uk.ac.starlink.ttools.taplint.TextOutputReporter
-
- SUMMARY - uk.ac.starlink.ttools.taplint.ReportType
-
Summary of previous reports.
- SUPERGALACTIC - Static variable in class uk.ac.starlink.ttools.convert.SkySystem
-
Supergalactic system.
- SUPERGALACTIC - Static variable in class uk.ac.starlink.ttools.plot2.geom.SkySys
-
De Vaucouleurs supergalactic system.
- SupplementSequence - Interface in uk.ac.starlink.ttools.filter
-
Iterator over the data supplied by columns in an associated
ColumnSupplement.
- supportsDimensionality(int) - Method in class uk.ac.starlink.ttools.plot.ErrorRenderer
-
Reports whether this form can be used on a given error dimensionality.
- supportsOneToOne() - Method in enum uk.ac.starlink.ttools.cone.ServiceFindMode
-
Indicates whether this mode will allow use in a context where there
is exactly one output row for each input row.
- Surface - Interface in uk.ac.starlink.ttools.plot2
-
Defines the graphical area on which plots are painted.
- SURFACE - Static variable in class uk.ac.starlink.ttools.plot2.data.SkyCoord.SkyVariant
-
No radial coordinate, vectors all on unit sphere surface.
- SurfaceFactory<P,A> - Interface in uk.ac.starlink.ttools.plot2
-
Generates members of a family of Surface objects.
- 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.
- SWING_MODE - Static variable in class uk.ac.starlink.ttools.plottask.PaintMode
-
Mode used for displaying a live plot on the display.
- SwingMode - Class in uk.ac.starlink.ttools.mode
-
Processing mode for displaying the table in a scrollable Swing window.
- SwingMode() - Constructor for class uk.ac.starlink.ttools.mode.SwingMode
-
- SwingPainter - Class in uk.ac.starlink.ttools.plottask
-
Painter subclass which can paint to the screen.
- SwingPainter(String) - Constructor for class uk.ac.starlink.ttools.plottask.SwingPainter
-
Constructor.
- SYMMETRIC - Static variable in class uk.ac.starlink.ttools.plot.ErrorMode
-
The same error value in both directions.
- SYMMETRIC_CKEY - Static variable in class uk.ac.starlink.ttools.plot2.layer.KnnKernelDensityPlotter
-
Config key for determining symmetry of KNN search.