|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSymbolizerBuilder<P>
public class SymbolizerBuilder<P>
Constructor Summary | |
---|---|
SymbolizerBuilder()
|
|
SymbolizerBuilder(P parent)
|
Method Summary | |
---|---|
Symbolizer |
build()
Created object, may be null if unset() |
LineSymbolizerBuilder<P> |
line()
|
PointSymbolizerBuilder<P> |
point()
|
PolygonSymbolizerBuilder<P> |
polygon()
|
RasterSymbolizerBuilder<P> |
raster()
|
SymbolizerBuilder<P> |
reset()
Configure the Builder to produce a default result. |
SymbolizerBuilder<P> |
reset(Symbolizer symbolizer)
Configure the Builder to produce a copy of the provided original. |
TextSymbolizerBuilder<P> |
text()
|
SymbolizerBuilder<P> |
unset()
Configure the Builder to produce null . |
ExtensionSymbolizerBuilder<P> |
vendor()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SymbolizerBuilder()
public SymbolizerBuilder(P parent)
Method Detail |
---|
public PointSymbolizerBuilder<P> point()
public LineSymbolizerBuilder<P> line()
public PolygonSymbolizerBuilder<P> polygon()
public TextSymbolizerBuilder<P> text()
public RasterSymbolizerBuilder<P> raster()
public ExtensionSymbolizerBuilder<P> vendor()
public SymbolizerBuilder<P> unset()
Builder
null
.
This method allows a Builder to be used as a placeholder; in its
unset state the build() method will produce null
. If
any of the builder methods are used the builder will produce a
result.
unset
in interface Builder<Symbolizer>
null
public SymbolizerBuilder<P> reset()
Builder
reset
in interface Builder<Symbolizer>
public SymbolizerBuilder<P> reset(Symbolizer symbolizer)
Builder
reset
in interface Builder<Symbolizer>
public Symbolizer build()
Builder
build
in interface Builder<Symbolizer>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |