|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.builder.FillBuilder<P>
public class FillBuilder<P>
Constructor Summary | |
---|---|
FillBuilder()
Create a FillBuilder on its own; not part of a larger data structure. |
|
FillBuilder(P parent)
|
Method Summary | |
---|---|
Fill |
build()
Build Fill as defined; FillBuilder will be reset after this use. |
ChildExpressionBuilder<FillBuilder<P>> |
color()
|
FillBuilder<P> |
color(java.lang.Object color)
|
P |
end()
|
GraphicBuilder |
graphicFill()
|
ChildExpressionBuilder<FillBuilder<P>> |
opacity()
|
FillBuilder<P> |
opacity(java.lang.Object opacity)
|
FillBuilder<P> |
reset()
Reset to produce the default Fill. |
FillBuilder<P> |
reset(org.opengis.style.Fill original)
Configure the Builder to produce a copy of the provided original. |
FillBuilder<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 FillBuilder()
public FillBuilder(P parent)
Method Detail |
---|
public FillBuilder<P> color(java.lang.Object color)
public FillBuilder<P> opacity(java.lang.Object opacity)
public ChildExpressionBuilder<FillBuilder<P>> opacity()
public GraphicBuilder graphicFill()
public ChildExpressionBuilder<FillBuilder<P>> color()
public Fill build()
build
in interface Builder<org.opengis.style.Fill>
public P end()
public FillBuilder<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<org.opengis.style.Fill>
null
public FillBuilder<P> reset()
reset
in interface Builder<org.opengis.style.Fill>
public FillBuilder<P> reset(org.opengis.style.Fill original)
Builder
reset
in interface Builder<org.opengis.style.Fill>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |