Ganger<TimeSurfaceFactory.Profile,TimeAspect>public class TimeStackGanger extends StackGanger<TimeSurfaceFactory.Profile,TimeAspect>
| Modifier and Type | Field | Description |
|---|---|---|
static GangerFactory |
FACTORY |
GangerFactory instance that returns TimeStackGangers.
|
| Constructor | Description |
|---|---|
TimeStackGanger(Padding padding) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
TimeSurfaceFactory.Profile[] |
adjustProfiles(TimeSurfaceFactory.Profile[] profiles) |
Adjusts plot surface profiles as required for plots appearing
in multiple plots within a gang.
|
TimeAspect |
fixXLimits(TimeAspect aspect,
double xmin,
double xmax) |
Modifies an aspect object to give it fixed data limits on the
horizontal axis.
|
double[] |
getXLimits(TimeAspect aspect) |
Returns the data limits of the horizontal axis defined by a given aspect.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadjustAspects, createApproxGang, createGang, createGangpublic static final GangerFactory FACTORY
public TimeStackGanger(Padding padding)
padding - defines user preferences, if any, for space
reserved outside each plot zonepublic double[] getXLimits(TimeAspect aspect)
StackGangergetXLimits in class StackGanger<TimeSurfaceFactory.Profile,TimeAspect>aspect - surface aspectpublic TimeAspect fixXLimits(TimeAspect aspect, double xmin, double xmax)
StackGangerfixXLimits in class StackGanger<TimeSurfaceFactory.Profile,TimeAspect>aspect - input surface aspectxmin - required lower limit on horizontal axisxmax - required upper limit on horizontal axispublic TimeSurfaceFactory.Profile[] adjustProfiles(TimeSurfaceFactory.Profile[] profiles)
GangeradjustProfiles in interface Ganger<TimeSurfaceFactory.Profile,TimeAspect>adjustProfiles in class StackGanger<TimeSurfaceFactory.Profile,TimeAspect>profiles - unadjusted profilesCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.