Class SkyGridPlotter.GridStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter.GridStyle
- All Implemented Interfaces:
Style
- Enclosing class:
SkyGridPlotter
Style for configuring the grid plot.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns an icon suitable for displaying in a legend for this style.inthashCode()
-
Constructor Details
-
GridStyle
public GridStyle(Rotation rotation, Color color, SkyAxisLabeller labeller, Captioner captioner, SkySys viewsys, boolean sexagesimal, double loncrowd, double latcrowd, boolean antialias) Constructor.- Parameters:
rotation- rotation from plot basic orientationcolor- grid line colourlabeller- grid line label positionercaptioner- grid line label captionerviewsys- view sky systemsexagesimal- true for sexagesimal, false for decimalloncrowd- longitude grid line crowding, 1 is normallatcrowd- latitude grid line crowding, 1 is normalantialias- true for antialiased lines
-
-
Method Details