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

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

Uses of FillStyle in org.opengis.go.display
 

Methods in org.opengis.go.display that return FillStyle
 FillStyle[] DisplayCapabilities.getSupportedFillStyles()
          Returns an array of FillStyle objects that indicates the fill styles supported by a given implementation.
 

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

Fields in org.opengis.go.display.style declared as FillStyle
static FillStyle TextSymbolizer.DEFAULT_FILL_STYLE
          Default fill style value.
static FillStyle PointSymbolizer.DEFAULT_FILL_STYLE
          Default fill style value.
static FillStyle PolygonSymbolizer.DEFAULT_FILL_STYLE
          Default fill style value.
static FillStyle LineSymbolizer.DEFAULT_STROKE_FILL_STYLE
          Default fill style value.
static FillStyle PointSymbolizer.DEFAULT_STROKE_FILL_STYLE
          Default fill style value.
static FillStyle FillStyle.EMPTY
          This constant indicates that an object should not be filled at all.
static FillStyle FillStyle.GRADIENT
          This constant indicates that an object should be filled with a gradient.
static FillStyle FillStyle.OPAQUE_STIPPLED
          This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle.
static FillStyle FillStyle.SOLID
          This constant indicates that an object should be completely filled with the color.
static FillStyle FillStyle.STIPPLED
          This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle.
 

Methods in org.opengis.go.display.style that return FillStyle
 FillStyle TextSymbolizer.getFillStyle()
          Returns the fill style value.
 FillStyle Fill.getFillStyle()
          Returns the fill style value.
 FillStyle PointSymbolizer.getFillStyle()
          Returns the fill style value.
 FillStyle PolygonSymbolizer.getFillStyle()
          Returns the fill style value.
 FillStyle LineSymbolizer.getStrokeFillStyle()
          Returns the fill style value.
 FillStyle PointSymbolizer.getStrokeFillStyle()
          Returns the fill style value.
static FillStyle[] FillStyle.values()
          Returns the list of FillStyles.
 

Methods in org.opengis.go.display.style with parameters of type FillStyle
 void TextSymbolizer.setFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 void Fill.setFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 void PointSymbolizer.setFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 void PolygonSymbolizer.setFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 void LineSymbolizer.setStrokeFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 void PointSymbolizer.setStrokeFillStyle(FillStyle fillStyle)
          Sets the fill style value.
 



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