Package 

Class LegendEntry

    • Constructor Detail

      • LegendEntry

        LegendEntry()
      • LegendEntry

        LegendEntry(String label, Legend.LegendForm form, float formSize, float formLineWidth, DashPathEffect formLineDashEffect, int formColor)
        Parameters:
        label - The legend entry text.
        form - The form to draw for this entry.
        formSize - Set to NaN to use the legend's default.
        formLineWidth - Set to NaN to use the legend's default.
        formLineDashEffect - Set to nil to use the legend's default.
        formColor - The color for drawing the form.