public class ShadeAxisKit extends Object
Constructor and Description |
---|
ShadeAxisKit()
Constructs a ShadeAxisKit with null members.
|
ShadeAxisKit(ShadeAxisFactory axisFact,
Span fixSpan,
Subrange subrange)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ShadeAxisFactory |
getAxisFactory()
Returns the shade axis factory which determines most of the
characteristics of the axis and its scaling.
|
Span |
getFixSpan()
Returns an object supplying one or both data bounds for the axis
if provided (typically user-supplied).
|
Subrange |
getSubrange()
Returns a subrange to be applied to the fixed or
automatically-determined data range.
|
public ShadeAxisKit(ShadeAxisFactory axisFact, Span fixSpan, Subrange subrange)
axisFact
- shade axis factoryfixSpan
- fixed (typically user-supplied) values bounding
the axis range; one or both bounds may be NaN or the
value itself may be null for full/partial auto-rangingsubrange
- subrange to be applied to the specified or automatic
data range; may be null for default behaviourpublic ShadeAxisKit()
public ShadeAxisFactory getAxisFactory()
public Span getFixSpan()
public Subrange getSubrange()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.