Class SkyGridPlotter.GridStyle
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.SkyGridPlotter.GridStyle
-
- All Implemented Interfaces:
Style
- Enclosing class:
- SkyGridPlotter
public static class SkyGridPlotter.GridStyle extends java.lang.Object implements Style
Style for configuring the grid plot.
-
-
Constructor Summary
Constructors Constructor Description GridStyle(Rotation rotation, java.awt.Color color, SkyAxisLabeller labeller, Captioner captioner, boolean sexagesimal, double loncrowd, double latcrowd, boolean antialias)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
javax.swing.Icon
getLegendIcon()
Returns an icon suitable for displaying in a legend for this style.int
hashCode()
-
-
-
Constructor Detail
-
GridStyle
public GridStyle(Rotation rotation, java.awt.Color color, SkyAxisLabeller labeller, Captioner captioner, 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 captionersexagesimal
- 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 Detail
-
getLegendIcon
public javax.swing.Icon getLegendIcon()
Description copied from interface:Style
Returns an icon suitable for displaying in a legend for this style.- Specified by:
getLegendIcon
in interfaceStyle
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-