Uses of Class
com.steema.teechart.styles.Map.PolygonList

Packages that use Map.PolygonList
com.steema.teechart.styles   
 

Uses of Map.PolygonList in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Map.PolygonList
 Map.PolygonList Map.getShapes()
          A list of Polygon objects.
 

Methods in com.steema.teechart.styles with parameters of type Map.PolygonList
 void Map.PolygonList.assign(Map.PolygonList value)
           
 void Map.setShapes(Map.PolygonList value)
           
 

Constructors in com.steema.teechart.styles with parameters of type Map.PolygonList
Map.Polygon(Map.PolygonList collection, IBaseChart chart)