|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.axis.factory.FixedAxisFactory1D
public class FixedAxisFactory1D
An AxisFactory1D which provides unlinked axis copies which are set to an explicit min and max value.
Constructor Summary | |
---|---|
FixedAxisFactory1D(double min,
double max)
|
Method Summary | |
---|---|
Axis1D |
newAxis(GlimpseTargetStack stack,
Axis1D axis)
Creates a copy of the provided axis which is valid for the given GlimpseTargetStack. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedAxisFactory1D(double min, double max)
Method Detail |
---|
public Axis1D newAxis(GlimpseTargetStack stack, Axis1D axis)
AxisFactory1D
Normally, this method simply calls Axis1D.clone( ) which returns a copied axis linked to the original. However, other implementations of AxisFactory may have different behavior (perhaps not linking the original and copy, or setting the copy to a fixed size).
The GlimpseTargetStack argument may be used if the axis which is created should be different depending on where the axis is being used. Most normal implementations can ignore this.
newAxis
in interface AxisFactory1D
stack
- the context in which the axis is being usedaxis
- the original/parent axis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |