Class AerisMapsEngine.CellInfo

  • Enclosing class:
    AerisMapsEngine

    public class AerisMapsEngine.CellInfo
    extends Object
    Wrapper class that holds the customization info for a storm cell
    • Field Detail

      • showCone

        public final boolean showCone
      • showLine

        public final boolean showLine
      • coneLineColor

        public final int coneLineColor
      • coneFillColor

        public final int coneFillColor
      • lineColor

        public final int lineColor
    • Constructor Detail

      • CellInfo

        public CellInfo​(boolean showCone,
                        boolean showLine,
                        int coneLineColor,
                        int coneFillColor,
                        int lineColor)
        Initialize with set values.
        Parameters:
        showCone - Whether the cone should be shown for the cell.
        showLine - Whether the forecast line should be shown for the cell.
        coneLineColor - Forecast cone line color
        coneFillColor - Forecast cone fill color
        lineColor - Forecast line color
      • CellInfo

        public CellInfo​(android.content.Context context,
                        String name)
        Initialize with context to pull the cell info from the xml values.
        Parameters:
        context - contex to pull from
        name - name of the type("hail","tornadic","general","rotating")