|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.builder.ChannelSelectionBuilder<P>
public class ChannelSelectionBuilder<P>
Constructor Summary | |
---|---|
ChannelSelectionBuilder()
|
|
ChannelSelectionBuilder(AnchorPoint anchorPoint)
|
Method Summary | |
---|---|
AnchorPoint |
build()
Created object, may be null if unset() |
P |
end()
|
ChannelSelectionBuilder<P> |
reset()
Configure the Builder to produce a default result. |
ChannelSelectionBuilder<P> |
reset(AnchorPoint original)
Configure the Builder to produce a copy of the provided original. |
ChannelSelectionBuilder<P> |
unset()
Configure the Builder to produce null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelSelectionBuilder()
public ChannelSelectionBuilder(AnchorPoint anchorPoint)
Method Detail |
---|
public AnchorPoint build()
Builder
build
in interface Builder<AnchorPoint>
public P end()
public ChannelSelectionBuilder<P> reset()
Builder
reset
in interface Builder<AnchorPoint>
public ChannelSelectionBuilder<P> reset(AnchorPoint original)
Builder
reset
in interface Builder<AnchorPoint>
public ChannelSelectionBuilder<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<AnchorPoint>
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |