Uses of Class
com.stimulsoft.report.maps.enums.StiMapMode

Packages that use StiMapMode
com.stimulsoft.report.maps   
com.stimulsoft.report.maps.enums   
 

Uses of StiMapMode in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that return StiMapMode
 StiMapMode StiMap.getMapMode()
           
 

Methods in com.stimulsoft.report.maps with parameters of type StiMapMode
 void StiMap.setMapMode(StiMapMode mapMode)
           
 

Uses of StiMapMode in com.stimulsoft.report.maps.enums
 

Methods in com.stimulsoft.report.maps.enums that return StiMapMode
static StiMapMode StiMapMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiMapMode[] StiMapMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.