public static class LinePlotter.LinesStyle extends AuxLineStyle
Constructor and Description |
---|
LinesStyle(Color color,
Stroke stroke,
boolean antialias,
Shader shader,
Scaling scaling,
Subrange dataclip,
Color nullColor,
AxisOpt sortaxis)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getDataClip, getNullColor, getScaling, getShader
createLineTracer, getAntialias, getColor, getLegendIcon, getStroke
public LinesStyle(Color color, Stroke stroke, boolean antialias, Shader shader, Scaling scaling, Subrange dataclip, Color nullColor, AxisOpt sortaxis)
color
- default 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 range adjustmentnullColor
- colour to use for null aux values;
if null, such segments are not plottedpublic boolean equals(Object o)
equals
in class AuxLineStyle
public int hashCode()
hashCode
in class AuxLineStyle
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.