Uses of Interface
org.opengis.go.display.style.GraphicStyle

Packages that use GraphicStyle
org.opengis.go.display   
org.opengis.go.display.primitive   
org.opengis.go.display.style   
org.opengis.go.display.style.event   
org.opengis.layer Basic unit of geographic information that may be requested as a map from a server. 
 

Uses of GraphicStyle in org.opengis.go.display
 

Methods in org.opengis.go.display that return GraphicStyle
 GraphicStyle DisplayFactory.createGraphicStyle(Class implementsGraphicStyle)
          Creates a new GraphicStyle.
 GraphicStyle DisplayCapabilities.getDefaultGraphicStyle()
          Returns an GraphicStyle object, configured to the defaults for the DisplayFactory for this Capabilities instance.
 

Uses of GraphicStyle in org.opengis.go.display.primitive
 

Methods in org.opengis.go.display.primitive that return GraphicStyle
 GraphicStyle Graphic.getGraphicStyle()
          Returns the GraphicStyle for this Graphic.
 

Methods in org.opengis.go.display.primitive with parameters of type GraphicStyle
 void Graphic.setGraphicStyle(GraphicStyle style)
          Sets the GraphicStyle for this Graphic.
 

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

Subinterfaces of GraphicStyle in org.opengis.go.display.style
 interface LineSymbolizer
          Encapsulates the style data applicable to Graphics that are of type Line in the sense of SLD (OGC 02-070).
 interface PointSymbolizer
          Encapsulates the point and mark attributes that can be applied to any point Graphic.
 interface PolygonSymbolizer
          Encapsulates the style data applicable to Graphics that are of type Polygon in the sense of SLD (OGC 02-070).
 interface TextSymbolizer
          Encapsulates the style data applicable to Graphics that are of type Text in the sense of SLD (OGC 02-070).
 

Methods in org.opengis.go.display.style with parameters of type GraphicStyle
 void GraphicStyle.setPropertiesFrom(GraphicStyle style)
          Sets the properties of this GraphicStyle from the properties of the specified GraphicStyle.
 

Uses of GraphicStyle in org.opengis.go.display.style.event
 

Methods in org.opengis.go.display.style.event that return GraphicStyle
 GraphicStyle GraphicStyleEvent.getGraphicStyle()
          Returns the style whose property or properties changed.
 

Uses of GraphicStyle in org.opengis.layer
 

Methods in org.opengis.layer that return types with arguments of type GraphicStyle
 List<GraphicStyle> Style.getGraphicStyles()
          Gets the GraphicStyles used to style the Graphics used by a Layer using this Style.
 



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