org.geotools.styling.builder
Class HaloBuilder<P>

Object
  extended by HaloBuilder<P>
All Implemented Interfaces:
Builder<Halo>

public class HaloBuilder<P>
extends Object
implements Builder<Halo>


Constructor Summary
HaloBuilder()
           
HaloBuilder(P parent)
           
 
Method Summary
 Halo build()
          Created object, may be null if unset()
 FillBuilder<HaloBuilder<P>> fill()
           
 HaloBuilder<P> fill(Object color)
           
 ExpressionBuilder radius()
           
 HaloBuilder<P> radius(Object radius)
           
 HaloBuilder<P> reset()
          Set the HaloBuilder to produce a default Halo.
 HaloBuilder<P> reset(Halo halo)
          Set the HaloBuilder to produce the provided Halo.
 HaloBuilder<P> unset()
          Set the HaloBuilder to produce node
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HaloBuilder

public HaloBuilder()

HaloBuilder

public HaloBuilder(P parent)
Method Detail

unset

public HaloBuilder<P> unset()
Set the HaloBuilder

to produce node

Specified by:
unset in interface Builder<Halo>
Returns:
current HaloBuilder

for chaining operations


reset

public HaloBuilder<P> reset()
Set the HaloBuilder

to produce a default Halo.

Specified by:
reset in interface Builder<Halo>
Returns:
current HaloBuilder

for chaining operations


reset

public HaloBuilder<P> reset(Halo halo)
Set the HaloBuilder

to produce the provided Halo.

Specified by:
reset in interface Builder<Halo>
Parameters:
halo - Halo under construction; if null HaloBuilder

will be unset()

Returns:
current HaloBuilder

for chaining operations


radius

public HaloBuilder<P> radius(Object radius)

radius

public ExpressionBuilder radius()

fill

public HaloBuilder<P> fill(Object color)

fill

public FillBuilder<HaloBuilder<P>> fill()

build

public Halo build()
Description copied from interface: Builder
Created object, may be null if unset()

Specified by:
build in interface Builder<Halo>
Returns:
Created object may be null if unset()


Copyright © 1996-2009 Geotools. All Rights Reserved.