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

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

Uses of ArrowStyle in org.opengis.go.display
 

Methods in org.opengis.go.display that return ArrowStyle
 ArrowStyle[] DisplayCapabilities.getSupportedArrowStyles()
          Returns an array of ArrowStyle objects that indicates the arrow styles that are supported by a given implementation.
 

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

Fields in org.opengis.go.display.style declared as ArrowStyle
static ArrowStyle ArrowStyle.BROAD_ARROW
          Double line with large arrowhead.
static ArrowStyle LineSymbolizer.DEFAULT_STROKE_BEGIN_ARROW_STYLE
          Default begin arrow style value.
static ArrowStyle PointSymbolizer.DEFAULT_STROKE_BEGIN_ARROW_STYLE
          Default begin arrow style value.
static ArrowStyle LineSymbolizer.DEFAULT_STROKE_END_ARROW_STYLE
          Default end arrow style value.
static ArrowStyle PointSymbolizer.DEFAULT_STROKE_END_ARROW_STYLE
          Default end arrow style value.
static ArrowStyle ArrowStyle.NONE
          Solid line with an no arrowhead.
static ArrowStyle ArrowStyle.OPEN_ARROW
          Solid line with an open arrowhead on one end in the foreground color.
static ArrowStyle ArrowStyle.SOLID_ARROW
          Solid line with a filled arrowhead on one end.
 

Methods in org.opengis.go.display.style that return ArrowStyle
 ArrowStyle Stroke.getBeginArrowStyle()
          Returns the stroke begin arrow style value.
 ArrowStyle Stroke.getEndArrowStyle()
          Returns the stroke end arrow style value.
 ArrowStyle LineSymbolizer.getStrokeBeginArrowStyle()
          Returns the stroke begin arrow style value.
 ArrowStyle PointSymbolizer.getStrokeBeginArrowStyle()
          Returns the stroke begin arrow style value.
 ArrowStyle LineSymbolizer.getStrokeEndArrowStyle()
          Returns the stroke end arrow style value.
 ArrowStyle PointSymbolizer.getStrokeEndArrowStyle()
          Returns the stroke end arrow style value.
static ArrowStyle[] ArrowStyle.values()
          Returns the list of ArrowStyles.
 

Methods in org.opengis.go.display.style with parameters of type ArrowStyle
 void Stroke.setBeginArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke begin arrow style value.
 void Stroke.setEndArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke end arrow style value.
 void LineSymbolizer.setStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke begin arrow style value.
 void PointSymbolizer.setStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke begin arrow style value.
 void LineSymbolizer.setStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke end arrow style value.
 void PointSymbolizer.setStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)
          Sets the stroke end arrow style value.
 



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