uk.ac.starlink.ttools.plot2.layer
Class FunctionPlotter.FunctionStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.LineStyle
uk.ac.starlink.ttools.plot2.layer.FunctionPlotter.FunctionStyle
- All Implemented Interfaces:
- Style
- Enclosing class:
- FunctionPlotter
public static class FunctionPlotter.FunctionStyle
- extends LineStyle
Style class associated with this plotter.
The style includes the actual function definitions as well as
the usual things like colour, line thickness etc.
FunctionPlotter.FunctionStyle
public FunctionPlotter.FunctionStyle(Color color,
Stroke stroke,
boolean antialias,
JELFunction function,
FunctionPlotter.FuncAxis axis)
- Constructor.
- Parameters:
color
- line colourstroke
- line strokeantialias
- true to draw line antialiasedfunction
- analytic function definitionaxis
- axis geometry
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class LineStyle
hashCode
public int hashCode()
- Overrides:
hashCode
in class LineStyle
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.