Interface PenCollection
- 
- All Known Implementing Classes:
- PenStyleRenderer
 
 public interface PenCollectionThis 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PengetPen(int idx)intgetPenCount()
 
- 
- 
- 
Method Detail- 
getPenCountint getPenCount() 
 - 
getPenPen getPen(int idx) 
 
- 
 
-