| Package | Description | 
|---|---|
| org.geotools.styling | Allows for symbolization of geospatial data. | 
| org.geotools.styling.visitor | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ExternalGraphicHolds a reference to an external graphics file with a URL to its location and its expected MIME
 type. | 
| interface  | MarkA Mark element defines a "shape" which has coloring applied to it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExternalGraphicImplDOCUMENT ME! | 
| class  | MarkImplDefault implementation of Mark. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Symbol[] | Symbol. SYMBOLS_EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| Symbol[] | GraphicImpl. getSymbols()Deprecated.  | 
| Symbol[] | Graphic. getSymbols()Deprecated. 
 Please use graphicalSymbols | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphicImpl. addSymbol(Symbol symbol)Deprecated.  | 
| void | Graphic. addSymbol(Symbol symbol)Deprecated. 
 symbolizers and underneath classes are immutable | 
| Graphic | StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics,
             Mark[] marks,
             Symbol[] symbols,
             double opacity,
             double size,
             double rotation)creates a graphic object | 
| Graphic | StyleFactory. createGraphic(ExternalGraphic[] externalGraphics,
             Mark[] marks,
             Symbol[] symbols,
             Expression opacity,
             Expression size,
             Expression rotation) | 
| Graphic | StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics,
             Mark[] marks,
             Symbol[] symbols,
             Expression opacity,
             Expression size,
             Expression rotation)creates a graphic object | 
| abstract Graphic | AbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics,
             Mark[] marks,
             Symbol[] symbols,
             Expression opacity,
             Expression size,
             Expression rotation) | 
| Graphic | StyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics,
             Mark[] marks,
             Symbol[] symbols,
             Expression opacity,
             Expression size,
             Expression rotation) | 
| Graphic | StyleBuilder. createGraphic(ExternalGraphic externalGraphic,
             Mark mark,
             Symbol symbol)creates a graphic object | 
| Graphic | StyleBuilder. createGraphic(ExternalGraphic externalGraphic,
             Mark mark,
             Symbol symbol,
             double opacity,
             double size,
             double rotation)creates a graphic object | 
| void | GraphicImpl. setSymbols(Symbol[] symbols)Deprecated.  | 
| void | Graphic. setSymbols(Symbol[] symbols)Deprecated. 
 symbolizers and underneath classes will be immutable in 2.6.x | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Symbol | DuplicatingStyleVisitor. copy(Symbol symbol) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Symbol | DuplicatingStyleVisitor. copy(Symbol symbol) | 
Copyright © 1996–2019 Geotools. All rights reserved.