Class LinePlotter.LinesStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.LineStyle
uk.ac.starlink.ttools.plot2.layer.AuxLineStyle
uk.ac.starlink.ttools.plot2.layer.LinePlotter.LinesStyle
- All Implemented Interfaces:
Style
- Enclosing class:
- LinePlotter
Style for line plotter.
This decorates the LineStyle with a sort axis.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.AuxLineStyle
getDataClip, getNullColor, getScaling, getShader
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.LineStyle
createLineTracer, getAntialias, getColor, getLegendIcon, getStroke
-
Constructor Details
-
LinesStyle
public LinesStyle(Color color, Stroke stroke, boolean antialias, Shader shader, Scaling scaling, Subrange dataclip, Color nullColor, AxisOpt sortaxis) Constructor.- Parameters:
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 plotted
-
-
Method Details
-
equals
- Overrides:
equals
in classAuxLineStyle
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuxLineStyle
-