public class AuxLineStyle extends LineStyle
Constructor and Description |
---|
AuxLineStyle(Color color,
Stroke stroke,
boolean antialias,
Shader shader,
Scaling scaling,
Subrange dataclip,
Color nullColor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Subrange |
getDataClip()
Returns the adjustment for the input data scale.
|
Color |
getNullColor()
Returns the colour to use for null aux values.
|
Scaling |
getScaling()
Returns the colour scaling.
|
Shader |
getShader()
Returns the shader.
|
int |
hashCode() |
createLineTracer, getAntialias, getColor, getLegendIcon, getStroke
public AuxLineStyle(Color color, Stroke stroke, boolean antialias, Shader shader, Scaling scaling, Subrange dataclip, Color nullColor)
color
- line colourstroke
- line strokeantialias
- whether line is to be antialiased
(only likely to make a difference on bitmapped paper)shader
- colour rampscaling
- colour ramp metricdataclip
- colour ramp input data subrangenullColor
- colour to use for null aux values;
if null, such segments are not plottedpublic Shader getShader()
public Scaling getScaling()
public Subrange getDataClip()
public Color getNullColor()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.