Uses of Class
org.geotools.styling.GraphicImpl

Packages that use GraphicImpl
org.geotools.styling Allows for symbolization of geospatial data. 
 

Uses of GraphicImpl in org.geotools.styling
 

Methods in org.geotools.styling that return GraphicImpl
 GraphicImpl PointSymbolizerImpl.getGraphic()
          Provides the graphical-symbolization parameter to use for the point geometry.
 GraphicImpl StrokeImpl.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 GraphicImpl StrokeImpl.getGraphicStroke()
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 GraphicImpl StyleFactoryImpl2.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 GraphicImpl StyleFactoryImpl2.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicImpl StyleFactoryImpl2.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicImpl StyleFactoryImpl2.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.