Uses of Class
com.esri.core.symbol.LineSymbol

Packages that use LineSymbol
com.esri.core.symbol Provides different types of symbols used to represent geometries. 
com.esri.map   
 

Uses of LineSymbol in com.esri.core.symbol
 

Subclasses of LineSymbol in com.esri.core.symbol
 class SimpleLineSymbol
          Used to draw linear features on the graphics layer.
 

Methods in com.esri.core.symbol that return LineSymbol
 LineSymbol FillSymbol.getOutline()
          Returns the outline of the polygon.
 

Methods in com.esri.core.symbol with parameters of type LineSymbol
 void FillSymbol.setOutline(LineSymbol outline)
          Sets the outline of the polygon.
 

Uses of LineSymbol in com.esri.map
 

Methods in com.esri.map with parameters of type LineSymbol
 void GPSLayer.setTrailSymbol(LineSymbol symbol)
          Changes the symbol to indicate the trail.
 



Copyright © 2012. All Rights Reserved.