Class AuxLineStyle
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.LineStyle
-
- uk.ac.starlink.ttools.plot2.layer.AuxLineStyle
-
-
Constructor Summary
Constructors Constructor Description AuxLineStyle(java.awt.Color color, java.awt.Stroke stroke, boolean antialias, Shader shader, Scaling scaling, java.awt.Color nullColor)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.awt.ColorgetNullColor()Returns the colour to use for null aux values.ScalinggetScaling()Returns the colour scaling.ShadergetShader()Returns the shader.inthashCode()-
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.LineStyle
createLineTracer, getAntialias, getColor, getLegendIcon, getStroke
-
-
-
-
Constructor Detail
-
AuxLineStyle
public AuxLineStyle(java.awt.Color color, java.awt.Stroke stroke, boolean antialias, Shader shader, Scaling scaling, java.awt.Color nullColor)Constructor.- Parameters:
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 metricnullColor- colour to use for null aux values; if null, such segments are not plotted
-
-