Uses of Class
org.opengis.go.display.style.DashArray

Packages that use DashArray
org.opengis.go.display.style   
 

Uses of DashArray in org.opengis.go.display.style
 

Fields in org.opengis.go.display.style declared as DashArray
static DashArray LineSymbolizer.DEFAULT_STROKE_DASH_ARRAY
          Default dash array value.
static DashArray PointSymbolizer.DEFAULT_STROKE_DASH_ARRAY
          Default dash array value.
static DashArray DashArray.NO_DASH
          The line should be drawn with no dash array.
static DashArray DashArray.NONE
          Deprecated. Renamed as NO_DASH.
 

Methods in org.opengis.go.display.style that return DashArray
 DashArray Stroke.getDashArray()
          Returns the stroke dash array value.
 DashArray LineSymbolizer.getStrokeDashArray()
          Returns the stroke dash array value.
 DashArray PointSymbolizer.getStrokeDashArray()
          Returns the stroke dash array value.
 

Methods in org.opengis.go.display.style with parameters of type DashArray
 void Stroke.setDashArray(DashArray strokeDashArray)
          Sets the stroke dash array value.
 void LineSymbolizer.setStrokeDashArray(DashArray strokeDashArray)
          Sets the stroke dash array value.
 void PointSymbolizer.setStrokeDashArray(DashArray strokeDashArray)
          Sets the stroke dash array value.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.