All Known Implementing Classes:
PenStyleRenderer

public interface PenCollection
This interface exists just so that we can have one function to create renderers and an instance of this class can resolve the differences between pens as they are found in the chart at runtime and as they are found in the customizer
  • Method Summary

    Modifier and Type
    Method
    Description
    getPen(int idx)
     
    int
     
  • Method Details

    • getPenCount

      int getPenCount()
    • getPen

      Pen getPen(int idx)