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

H

HALF_UP_50 - Static variable in class edu.nrao.sss.math.MathUtil
Deprecated. Use MathUtil.MC_FINAL_CALC or MathUtil.MC_INTERM_CALCS Precision of 50, rounding mode of half-up.
handleEndTag(HTML.Tag, int) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
Handles end tags for table, table row, table data, and table header.
handleError(String, int) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
 
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
If the simple tag is inside a table cell, it is added to that cell's unparsed contents, otherwise it is ignored.
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
Handles start tags for table, table row, table data, and table header.
handleText(char[], int) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
If the text is inside a table cell, it is added to that cell's unparsed contents, otherwise it is ignored.
hasCatalog() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Returns true if this group has a non-null catalog.
hashCode() - Method in class edu.nrao.sss.astronomy.EphemerisTable
Returns a hash code value for this table.
hashCode() - Method in class edu.nrao.sss.astronomy.Orbit
Returns a hash code value for this orbit.
hashCode() - Method in class edu.nrao.sss.astronomy.PolynomialPosition
Returns a hash code value for this position.
hashCode() - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Returns a hash code value for this table.
hashCode() - Method in class edu.nrao.sss.astronomy.SimpleSkyPosition
Returns a hash code value for this position.
hashCode() - Method in class edu.nrao.sss.astronomy.SolarSystemBodyPosition
Returns a hash code value for this body.
hashCode() - Method in class edu.nrao.sss.astronomy.SpectralLine
Returns a hash code value for this spectral line.
hashCode() - Method in class edu.nrao.sss.catalog.Catalog
Returns a hash code value for this catalog.
hashCode() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Returns a hash code value for this group.
hashCode() - Method in class edu.nrao.sss.electronics.DigitalSignal
Returns a hash code value for this signal.
hashCode() - Method in class edu.nrao.sss.electronics.LocalOscillator
Returns a hash code value for this signal.
hashCode() - Method in class edu.nrao.sss.electronics.Signal
Returns a hash code value for this signal.
hashCode() - Method in class edu.nrao.sss.geom.EarthPosition
Returns a hash code value for this position.
hashCode() - Method in class edu.nrao.sss.html.HtmlAttribute
 
hashCode() - Method in class edu.nrao.sss.html.HtmlTableCell
Returns a hash code value for this cell.
hashCode() - Method in class edu.nrao.sss.math.Polynomial
Returns a hash code value for this polynomial.
hashCode() - Method in class edu.nrao.sss.math.PolynomialTerm
Returns a hash code value for this term.
hashCode() - Method in class edu.nrao.sss.measure.Angle
Returns a hash code value for this angle.
hashCode() - Method in class edu.nrao.sss.measure.AngularVelocity
Returns a hash code value for this angular velocity.
hashCode() - Method in class edu.nrao.sss.measure.AngularVelocityUnits
Returns a hash code for this units.
hashCode() - Method in class edu.nrao.sss.measure.Distance
Returns a hash code value for this distance.
hashCode() - Method in class edu.nrao.sss.measure.EquatorialArc
Returns a hash code value for this arc.
hashCode() - Method in class edu.nrao.sss.measure.FluxDensity
Returns a hash code value for this flux density.
hashCode() - Method in class edu.nrao.sss.measure.Frequency
Returns a hash code value for this frequency.
hashCode() - Method in class edu.nrao.sss.measure.FrequencyRange
Returns a hash code value for this frequency range.
hashCode() - Method in class edu.nrao.sss.measure.FrequencySpectrum
Returns a hash code value for this spectrum.
hashCode() - Method in class edu.nrao.sss.measure.JulianDate
Returns a hash code value for this Julian date.
hashCode() - Method in class edu.nrao.sss.measure.LinearVelocity
Returns a hash code value for this linear velocity.
hashCode() - Method in class edu.nrao.sss.measure.LinearVelocityUnits
Returns a hash code for this units.
hashCode() - Method in class edu.nrao.sss.measure.LocalSiderealTime
Returns a hash code value for this LST.
hashCode() - Method in class edu.nrao.sss.measure.LongitudeInterval
Returns a hash code value for this interval.
hashCode() - Method in class edu.nrao.sss.measure.TimeDuration
Returns a hash code value for this duration.
hashCode() - Method in class edu.nrao.sss.measure.TimeInterval
Returns a hash code value for this time interval.
hashCode() - Method in class edu.nrao.sss.measure.TimeOfDay
Returns a hash code value for this time of day.
hashCode() - Method in class edu.nrao.sss.measure.TimeOfDayInterval
Returns a hash code value for this interval.
hashCode() - Method in class edu.nrao.sss.util.LookupTable
Returns a hash code value for this table.
hasInputNamed(String) - Method in class edu.nrao.sss.electronics.SignalSwitch
Returns true if this switch has an input with the given name.
hasName() - Method in class edu.nrao.sss.html.HtmlAnchor
Returns true if this anchor has a non-null value for the HTML.Attribute.NAME type.
hasOutputNamed(String) - Method in class edu.nrao.sss.electronics.SignalSwitch
Returns true if this switch has an output with the given name.
hasTerm(int) - Method in class edu.nrao.sss.math.Polynomial
Returns true if this polynomial has a term with the given exponent.
hasUrlText() - Method in class edu.nrao.sss.html.HtmlAnchor
Return true if this anchor has a non-null value for the HTML.Attribute.HREF type.
HeasarcCoordConverter - Class in edu.nrao.sss.astronomy
A celestial coordinate system converter provided by NASA's High Energy Astrophysics Science Archive Research Center (HEASARC).
HeasarcCoordConverter() - Constructor for class edu.nrao.sss.astronomy.HeasarcCoordConverter
 
HtmlAnchor - Class in edu.nrao.sss.html
An HTML anchor (HTML.Tag.A).
HtmlAnchor() - Constructor for class edu.nrao.sss.html.HtmlAnchor
Creates a new, unnamed, empty anchor.
HtmlAnchor(String, String, String) - Constructor for class edu.nrao.sss.html.HtmlAnchor
Creates a new HTML anchor with the given properties.
HtmlAttribute - Class in edu.nrao.sss.html
An attribute (see HTML.Attribute) of an HTML element.
HtmlAttribute(String, String) - Constructor for class edu.nrao.sss.html.HtmlAttribute
Creates a new HTML attribute of the given type and value.
HtmlAttribute(HTML.Attribute, String) - Constructor for class edu.nrao.sss.html.HtmlAttribute
Creates a new HTML attribute of the given type and value.
HtmlAttribute(HTML.Attribute) - Constructor for class edu.nrao.sss.html.HtmlAttribute
Creates a new HTML attribute of the given type and with a value of the empty string ("").
HtmlElement - Class in edu.nrao.sss.html
Parent to other HTML elements.
HtmlTable - Class in edu.nrao.sss.html
An HTML table.
HtmlTable() - Constructor for class edu.nrao.sss.html.HtmlTable
Creates a new empty table.
HtmlTableCell - Class in edu.nrao.sss.html
A cell in an HTML table.
HtmlTableCell() - Constructor for class edu.nrao.sss.html.HtmlTableCell
Creates a new data cell.
HtmlTableCell(String) - Constructor for class edu.nrao.sss.html.HtmlTableCell
Creates a new data cell with the given contents.
HtmlTableCell(HtmlTableCell.Type) - Constructor for class edu.nrao.sss.html.HtmlTableCell
Creates a new cell of the given type.
HtmlTableCell(HtmlTableCell.Type, String) - Constructor for class edu.nrao.sss.html.HtmlTableCell
Creates a new cellType cell with the given contents.
HtmlTableCell.Type - Enum in edu.nrao.sss.html
Types of table cells.
HtmlTableRow - Class in edu.nrao.sss.html
A row in an HTML table.
HtmlTableRow() - Constructor for class edu.nrao.sss.html.HtmlTableRow
Creates a new data row.
HtmlTableRow(HtmlTableRow.Type) - Constructor for class edu.nrao.sss.html.HtmlTableRow
Creates a new row of the given type.
HtmlTableRow.Type - Enum in edu.nrao.sss.html
Types of table rows.
HtmlTableTagHandler - Class in edu.nrao.sss.html
A handler of table-related HTML tags that may be called by subclasses of HTMLEditorKit.Parser.
HtmlTableTagHandler(int, HtmlTable) - Constructor for class edu.nrao.sss.html.HtmlTableTagHandler
Creates a handler that will place the nth occurrence of an HTML table presented to it into destination, where n is tableOccurrenceToRead.
HtmlTableTagHandler(List<HtmlTable>) - Constructor for class edu.nrao.sss.html.HtmlTableTagHandler
Creates a handler that will append all tables parsed to the given list.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009. All Rights Reserved.