com.steema.teechart.styles
Class Map.SwapPolygon

java.lang.Object
  extended by com.steema.teechart.styles.Map.SwapPolygon
All Implemented Interfaces:
Swapper
Enclosing class:
Map

protected class Map.SwapPolygon
extends java.lang.Object
implements Swapper


Constructor Summary
protected Map.SwapPolygon()
           
 
Method Summary
 void swap(int a, int b)
          Swaps two elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Map.SwapPolygon

protected Map.SwapPolygon()
Method Detail

swap

public final void swap(int a,
                       int b)
Description copied from interface: Swapper
Swaps two elements

Specified by:
swap in interface Swapper
Parameters:
a - the index of first element to be swapped.
b - the index of second element to be swapped.