|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.renderer.shape.OpacityFinder
Searches for symbolizers with opacity.
| Field Summary | |
boolean |
hasOpacity
|
| Constructor Summary | |
OpacityFinder(java.lang.Class[] acceptableTypes)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
DOCUMENT ME! |
void |
visit(AnchorPoint ap)
Called when accept is called on a anchor point |
void |
visit(Displacement dis)
Called when accept is called on a displacement |
void |
visit(ExternalGraphic exgr)
Called when accept is called on a external graphic |
void |
visit(FeatureTypeConstraint ftc)
Called when accept is called on a FeatureTypeConstraint. |
void |
visit(FeatureTypeStyle fts)
Called when accept is called on a fetauretypestyle |
void |
visit(Fill fill)
Called when accept is called on a fill |
void |
visit(Graphic gr)
Called when accept is called on a graphic |
void |
visit(Halo halo)
Called when accept is called on a halo |
void |
visit(LinePlacement lp)
Called when accept is called on a Line Placement |
void |
visit(LineSymbolizer line)
Called when accept is called on a linesymbolizer |
void |
visit(Mark mark)
Called when accept is called on a mark |
void |
visit(NamedLayer layer)
Called when accept is called on a NamedLayer. |
void |
visit(PointPlacement pp)
Called when accept is called on a Point Placement |
void |
visit(PointSymbolizer ps)
Called when accept is called on a pointsymbolizer |
void |
visit(PolygonSymbolizer poly)
Called when accept is called on a polygon symbolizer |
void |
visit(RasterSymbolizer raster)
Called when accept is called on a rastersymbolizer |
void |
visit(Rule rule)
Called when accept is called on a rule |
void |
visit(Stroke stroke)
Called when accept is called on a stroke |
void |
visit(Style style)
Called when accept is called on a Style. |
void |
visit(StyledLayerDescriptor sld)
Called when accept is called on a StyledLayerDescriptor. |
void |
visit(Symbolizer sym)
since it is impossible to create a Symbolizer this method should generate an exception or warning. |
void |
visit(TextSymbolizer text)
Called when accept is called on a textsymbolizer |
void |
visit(UserLayer layer)
Called when accept is called on a UserLayer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean hasOpacity
| Constructor Detail |
public OpacityFinder(java.lang.Class[] acceptableTypes)
| Method Detail |
public void visit(Style style)
StyleVisitor
visit in interface StyleVisitorstyle - The style to visitpublic void visit(Rule rule)
StyleVisitor
visit in interface StyleVisitorrule - the rule to visitpublic void visit(FeatureTypeStyle fts)
StyleVisitor
visit in interface StyleVisitorfts - the feature type styler to visitpublic void visit(Fill fill)
StyleVisitor
visit in interface StyleVisitorfill - the fill to be visitedpublic void visit(Stroke stroke)
StyleVisitor
visit in interface StyleVisitorstroke - the stroke to visitpublic void visit(Symbolizer sym)
StyleVisitor
visit in interface StyleVisitorsym - the symbolizer to visitpublic void visit(PointSymbolizer ps)
StyleVisitor
visit in interface StyleVisitorps - the point symbolizer to visitpublic void visit(LineSymbolizer line)
StyleVisitor
visit in interface StyleVisitorline - the line symbolizer to visitpublic void visit(PolygonSymbolizer poly)
StyleVisitor
visit in interface StyleVisitorpoly - the polygon symbolizer to visitpublic void visit(TextSymbolizer text)
StyleVisitor
visit in interface StyleVisitortext - the text symbolizer to visitpublic void visit(RasterSymbolizer raster)
StyleVisitor
visit in interface StyleVisitorraster - the raster symbolizer to visitpublic void visit(Graphic gr)
StyleVisitor
visit in interface StyleVisitorgr - the graphic to visitpublic void visit(Mark mark)
StyleVisitor
visit in interface StyleVisitormark - the mark to visitpublic void visit(ExternalGraphic exgr)
StyleVisitor
visit in interface StyleVisitorexgr - the external graphic to visitpublic void visit(PointPlacement pp)
StyleVisitor
visit in interface StyleVisitorpp - the point placement to visitpublic void visit(AnchorPoint ap)
StyleVisitor
visit in interface StyleVisitorap - the anchor point to visitpublic void visit(Displacement dis)
StyleVisitor
visit in interface StyleVisitordis - the displacement to visitpublic void visit(LinePlacement lp)
StyleVisitor
visit in interface StyleVisitorlp - the line placement to visitpublic void visit(Halo halo)
StyleVisitor
visit in interface StyleVisitorhalo - the halo to visitpublic static void main(java.lang.String[] args)
args - public void visit(StyledLayerDescriptor sld)
StyleVisitor
visit in interface StyleVisitorsld - The StyledLayerDescriptor to visitpublic void visit(NamedLayer layer)
StyleVisitor
visit in interface StyleVisitorlayer - The NamedLayer to visitpublic void visit(UserLayer layer)
StyleVisitor
visit in interface StyleVisitorlayer - The UserLayer to visitpublic void visit(FeatureTypeConstraint ftc)
StyleVisitor
visit in interface StyleVisitorftc - The FeatureTypeConstraint to visit
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||