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

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

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

Methods in com.steema.teechart.styles that return Map.Polygon
 Map.Polygon Map.PolygonSeries.getPolygon()
           
 Map.Polygon Map.getPolygon(int index)
          Default array property in Map series to make it easier to obtain a Map polygon object:
 Map.Polygon Map.PolygonList.getPolygon(int index)
           
 Map.Polygon Map.PolygonList.getPolygon(java.lang.String name)
           
 

Methods in com.steema.teechart.styles with parameters of type Map.Polygon
 int Map.PolygonList.add(Map.Polygon value)
           
 void Map.PolygonList.setPolygon(int index, Map.Polygon value)