Class SphereGridPlotter.GridStyle

  • All Implemented Interfaces:
    Style
    Enclosing class:
    SphereGridPlotter

    public static class SphereGridPlotter.GridStyle
    extends java.lang.Object
    implements Style
    Style class for sphere grid plotter.
    • Constructor Summary

      Constructors 
      Constructor Description
      GridStyle​(java.awt.Color color, double radius, int thick, int pixgap, int nlon, int nlat, double bgFade)
      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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridStyle

        public GridStyle​(java.awt.Color color,
                         double radius,
                         int thick,
                         int pixgap,
                         int nlon,
                         int nlat,
                         double bgFade)
        Constructor.
        Parameters:
        color - basic grid colour
        radius - radius of sphere in data units
        thick - line thickness
        pixgap - pixel gap for dotted lines
        nlon - number of longitude lines
        nlat - number of latitude lines per hemisphere
        bgFade - fading amount to generate background colour
    • 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 interface Style
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object