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

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

Uses of LineJoin in org.opengis.go.display
 

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

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

Fields in org.opengis.go.display.style declared as LineJoin
static LineJoin LineJoin.BEVEL
          This constant indicates that lines should be joined by connecting the outer corners of the lines with a straight line segment.
static LineJoin LineSymbolizer.DEFAULT_STROKE_LINE_JOIN
          Default line join value.
static LineJoin PointSymbolizer.DEFAULT_STROKE_LINE_JOIN
          Default line join value.
static LineJoin LineJoin.MITER
          This constant indicates that lines should be joined at intersections by extending their outside edges until they meet.
static LineJoin LineJoin.ROUND
          This constant indicates that lines should be joined by a circular arc of radius equal to half the line width.
 

Methods in org.opengis.go.display.style that return LineJoin
 LineJoin Stroke.getLineJoin()
          Returns the stroke line join value.
 LineJoin LineSymbolizer.getStrokeLineJoin()
          Returns the stroke line join value.
 LineJoin PointSymbolizer.getStrokeLineJoin()
          Returns the stroke line join value.
static LineJoin[] LineJoin.values()
          Returns the list of LineJoins.
 

Methods in org.opengis.go.display.style with parameters of type LineJoin
 void Stroke.setLineJoin(LineJoin strokeLineJoin)
          Sets the stroke line join value.
 void LineSymbolizer.setStrokeLineJoin(LineJoin strokeLineJoin)
          Sets the stroke line join value.
 void PointSymbolizer.setStrokeLineJoin(LineJoin strokeLineJoin)
          Sets the stroke line join value.
 



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