-
public class LegendEntry
-
-
Field Summary
Fields Modifier and Type Field Description public Stringlabelpublic Legend.LegendFormformpublic floatformSizepublic floatformLineWidthpublic DashPathEffectformLineDashEffectpublic intformColor
-
Constructor Summary
Constructors Constructor Description LegendEntry()LegendEntry(String label, Legend.LegendForm form, float formSize, float formLineWidth, DashPathEffect formLineDashEffect, int formColor)
-
-
-
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.
-
-