|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graphic | |
---|---|
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.renderer.style | Styling to be applied on org.geotools.renderer.geom.Geometry objects at rendering time. |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.geotools.styling.visitor |
Uses of Graphic in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type Graphic | |
---|---|
BufferedImage |
GlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height)
|
BufferedImage |
CustomGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height)
djb -- addd "height" which is ignored as per API change |
void |
MetaBufferEstimator.visit(Graphic gr)
|
Uses of Graphic in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Graphic | |
---|---|
void |
StyleVisitorAdapter.visit(Graphic gr)
|
Uses of Graphic in org.geotools.renderer.style |
---|
Methods in org.geotools.renderer.style with parameters of type Graphic | |
---|---|
TexturePaint |
SLDStyleFactory.getTexturePaint(Graphic gr,
Object feature)
DOCUMENT ME! |
Uses of Graphic in org.geotools.styling |
---|
Fields in org.geotools.styling declared as Graphic | |
---|---|
static Graphic |
Graphic.DEFAULT
A default Graphic instance. |
static Graphic |
Graphic.NULL
Indicates an absense of graphic. |
Methods in org.geotools.styling that return Graphic | |
---|---|
Graphic |
StyleFactoryImpl.createDefaultGraphic()
|
Graphic |
StyleFactory.createDefaultGraphic()
|
Graphic |
StyleBuilder.createGraphic()
Creates the default graphic object |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object |
Graphic |
StyleFactoryImpl.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 |
StyleFactory.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 |
Graphic |
StyleFactoryImpl.getDefaultGraphic()
|
abstract Graphic |
AbstractStyleFactory.getDefaultGraphic()
|
Graphic |
StyleFactory.getDefaultGraphic()
|
Graphic |
TextSymbolizerImpl.getGraphic()
|
Graphic |
TextSymbolizer2.getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. |
Graphic |
PointSymbolizer.getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry. |
Graphic |
FillImpl.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use. |
Graphic |
Stroke.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use. |
Graphic |
Fill.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use. |
Graphic |
Stroke.getGraphicStroke()
This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use. |
Graphic[] |
RuleImpl.getLegendGraphic()
|
Graphic[] |
Rule.getLegendGraphic()
Deprecated. Please use getLegend |
Graphic |
StyleFactoryImpl.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp)
|
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp)
|
static Graphic |
SLD.graphic(PointSymbolizer sym)
|
Graphic |
StyleFactoryImpl.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement)
|
Graphic |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement)
|
Graphic |
StyleFactoryImpl.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap)
|
Graphic |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap)
|
protected Graphic |
SLDParser.parseGraphic(Node root)
Internal parse method - made protected for unit testing |
Methods in org.geotools.styling with parameters of type Graphic | |
---|---|
void |
RuleImpl.addLegendGraphic(Graphic graphic)
Deprecated. |
Fill |
StyleBuilder.createFill(Color color,
Color backgroundColor,
double opacity,
Graphic fill)
create a fill with color, background color and opacity supplied and uses the graphic supplied for the fill |
Fill |
StyleFactoryImpl.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill)
|
Fill |
StyleBuilder.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic fill)
create a fill with color, background color and opacity supplied and uses the graphic supplied for the fill |
abstract Fill |
AbstractStyleFactory.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill)
|
Fill |
StyleFactory.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill)
|
PointSymbolizer |
StyleBuilder.createPointSymbolizer(Graphic graphic)
create a point symbolizer |
PointSymbolizer |
StyleFactoryImpl.createPointSymbolizer(Graphic graphic,
String geometryPropertyName)
|
PointSymbolizer |
StyleBuilder.createPointSymbolizer(Graphic graphic,
String geometryPropertyName)
create a point symbolizer |
abstract PointSymbolizer |
AbstractStyleFactory.createPointSymbolizer(Graphic graphic,
String geometryPropertyName)
|
PointSymbolizer |
StyleFactory.createPointSymbolizer(Graphic graphic,
String geometryPropertyName)
|
Rule |
StyleFactoryImpl.createRule(Symbolizer[] symbolizers,
Description desc,
Graphic[] legends,
String name,
Filter filter,
boolean isElseFilter,
double maxScale,
double minScale)
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
|
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1 |
static Mark |
SLD.mark(Graphic graphic)
Retrieves the first Mark object from the given Graphic object. |
void |
TextSymbolizerImpl.setGraphic(Graphic graphic)
|
void |
TextSymbolizer2.setGraphic(Graphic graphic)
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. |
void |
RuleImpl.setLegendGraphic(Graphic[] graphics)
Deprecated. |
void |
Rule.setLegendGraphic(Graphic[] graphics)
Deprecated. Please use setLegend |
void |
StyleAttributeExtractor.visit(Graphic gr)
|
void |
StyleVisitor.visit(Graphic gr)
Called when accept is called on a graphic |
Constructors in org.geotools.styling with parameters of type Graphic | |
---|---|
PointSymbolizerImpl(Graphic graphic,
Unit<Length> uom,
String geom,
String name,
Description desc)
|
|
RuleImpl(Symbolizer[] symbolizers,
Description desc,
Graphic[] legends,
String name,
Filter filter,
boolean isElseFilter,
double maxScale,
double minScale)
|
Uses of Graphic in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return Graphic | |
---|---|
Graphic |
GraphicBuilder.build()
|
Uses of Graphic in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Graphic | |
---|---|
protected Graphic |
DuplicatingStyleVisitor.copy(Graphic graphic)
Null safe graphic copy |
Methods in org.geotools.styling.visitor with parameters of type Graphic | |
---|---|
protected Graphic |
DuplicatingStyleVisitor.copy(Graphic graphic)
Null safe graphic copy |
void |
RescaleStyleVisitor.visit(Graphic gr)
Make graphics (such as used with PointSymbolizer) bigger |
void |
DuplicatingStyleVisitor.visit(Graphic gr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |