Class TracePlotter.TraceStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.TracePlotter.TraceStyle
- All Implemented Interfaces:
Style
- Enclosing class:
- TracePlotter
Style for trace plot.
-
Constructor Summary
ConstructorsConstructorDescriptionTraceStyle(Color color, boolean isHorizontal, int thickness, double qlo, double qhi, Kernel1dShape kernelShape, BinSizer smoothSizer, TracePlotter.QJoin join) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns an icon suitable for displaying in a legend for this style.inthashCode()
-
Constructor Details
-
TraceStyle
public TraceStyle(Color color, boolean isHorizontal, int thickness, double qlo, double qhi, Kernel1dShape kernelShape, BinSizer smoothSizer, TracePlotter.QJoin join) Constructor.- Parameters:
color- colourisHorizontal- true for horizontal fill, false for verticalthickness- line thicknessqlo- target lower quantile in range 0..1qhi- target upper quantile in range 0..1kernelShape- smoothing kernelsmoothSizer- smoothing extent controljoin- join type
-
-
Method Details