Interface PenCollection

  • 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 Detail

      • getPenCount

        int getPenCount()
      • getPen

        Pen getPen​(int idx)