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

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

Uses of LinePattern in org.opengis.go.display
 

Methods in org.opengis.go.display that return LinePattern
 LinePattern[] DisplayCapabilities.getSupportedLinePatterns()
          Returns an array of LinePattern objects that indicates the line patterns that are supported by a given implementation.
 

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

Subclasses of LinePattern in org.opengis.go.display.style
 class DashArray
          Indicates the various enumerations of drawing a pattern line.
 

Fields in org.opengis.go.display.style declared as LinePattern
static LinePattern LinePattern.DASHED
          The line should be drawn dashed.
static LinePattern LineSymbolizer.DEFAULT_STROKE_LINE_PATTERN
          Default stroke line pattern value.
static LinePattern PointSymbolizer.DEFAULT_STROKE_LINE_PATTERN
           
static LinePattern LinePattern.DOT_DASHED
          The line should be drawn dot dashed.
static LinePattern LinePattern.DOTTED
          The line should be drawn dotted.
static LinePattern LinePattern.LONG_DASHED
          The line should be drawn long dashed.
static LinePattern LinePattern.LONG_DOT_DASHED
          The line should be drawn long dot dashed.
static LinePattern LinePattern.NONE
          The line should be drawn with no pattern.
 

Methods in org.opengis.go.display.style that return LinePattern
 LinePattern LineSymbolizer.getStrokeLinePattern()
          Returns the stroke line pattern value.
 LinePattern PointSymbolizer.getStrokeLinePattern()
          Returns the stroke line pattern value.
static LinePattern[] DashArray.values()
          Returns the list of DashArrays.
static LinePattern[] LinePattern.values()
          Returns the list of LinePatterns.
 

Methods in org.opengis.go.display.style with parameters of type LinePattern
 void LineSymbolizer.setStrokeLinePattern(LinePattern strokeLinePattern)
          Sets the stroke line pattern value.
 void PointSymbolizer.setStrokeLinePattern(LinePattern strokeLinePattern)
          Sets the stroke line pattern value.
 



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