|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeRange | |
---|---|
gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
gov.noaa.pmel.sgt.demo | JApplets and applications that demonstrate the use of
sgt. |
gov.noaa.pmel.sgt.swing | Components that use the package javax.swing . |
gov.noaa.pmel.util | Contains date and time facilities and miscellaneous utility classes. |
Uses of TimeRange in gov.noaa.pmel.sgt |
---|
Fields in gov.noaa.pmel.sgt declared as TimeRange | |
---|---|
protected TimeRange |
TimeAxis.tRange_
|
Methods in gov.noaa.pmel.sgt that return TimeRange | |
---|---|
TimeRange |
TimeAxis.getTimeRangeU()
Get the time range of the axis. |
TimeRange |
AxisTransform.getTimeRangeU()
Get the user coordinate range for GeoDate values. |
Methods in gov.noaa.pmel.sgt with parameters of type TimeRange | |
---|---|
GeoDate |
TimeAxisStyle.getStartTime(TimeRange trange)
Returns a beginning time rounded to the nearest minor increment. |
void |
TimeAxis.setRangeU(TimeRange tr)
Set the user range to draw the axis. |
void |
AxisTransform.setRangeU(TimeRange trange)
Set the user coordinate range for TimeRange value. |
Constructors in gov.noaa.pmel.sgt with parameters of type TimeRange | |
---|---|
AxisTransform(Range2D pr,
TimeRange tr)
AxisTransform time constructor. |
|
LinearTransform(Range2D pr,
TimeRange tr)
LinearTransform constructor. |
|
LogTransform(Range2D pr,
TimeRange tr)
|
|
SineTransform(Range2D pr,
TimeRange tr)
|
Uses of TimeRange in gov.noaa.pmel.sgt.demo |
---|
Constructors in gov.noaa.pmel.sgt.demo with parameters of type TimeRange | |
---|---|
TestData(int dir,
Range2D range,
TimeRange trange,
float delta,
int type,
float amp,
float off,
float per)
Create time series test grid data. |
|
TestData(int dir,
TimeRange range,
float delta,
int type,
float amp,
float off,
float per)
Create time series test data. |
Uses of TimeRange in gov.noaa.pmel.sgt.swing |
---|
Methods in gov.noaa.pmel.sgt.swing that return TimeRange | |
---|---|
TimeRange |
JGraphicLayout.findTimeRange(SGTGrid data,
GridAttribute attr)
Find the TimeRange of the SGTGrid object. |
TimeRange |
JGraphicLayout.findTimeRange(SGTLine data)
Find the time range of the SGTLine object. |
Uses of TimeRange in gov.noaa.pmel.util |
---|
Methods in gov.noaa.pmel.util that return TimeRange | |
---|---|
TimeRange |
Domain.getTimeRange()
Get the time range |
Methods in gov.noaa.pmel.util with parameters of type TimeRange | |
---|---|
void |
TimeRange.add(TimeRange trange)
Deprecated. Adds the TimeRange object to this
TimeRange . |
boolean |
TimeRange.equals(TimeRange tr)
Deprecated. Test for equality. |
void |
Domain.setXRange(TimeRange tRange)
Set the x range as time. |
void |
Domain.setYRange(TimeRange tRange)
Set the yrange as time. |
Constructors in gov.noaa.pmel.util with parameters of type TimeRange | |
---|---|
Domain(Range2D xRange,
TimeRange tRange)
|
|
Domain(Range2D xRange,
TimeRange tRange,
boolean xRev,
boolean yRev)
|
|
Domain(TimeRange tRange,
Range2D yRange)
|
|
Domain(TimeRange tRange,
Range2D yRange,
boolean xRev,
boolean yRev)
|
|
SoTRange.GeoDate(TimeRange trange)
Deprecated. use SoTRange |
|
SoTRange.Time(TimeRange trange)
Deprecated. use SoTRange |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |