|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.builder.StrokeBuilder<P>
public class StrokeBuilder<P>
Constructor Summary | |
---|---|
StrokeBuilder()
|
|
StrokeBuilder(P parent)
|
Method Summary | |
---|---|
Stroke |
build()
Created object, may be null if unset() |
ExpressionBuilder |
color()
|
StrokeBuilder<P> |
color(java.awt.Color color)
|
StrokeBuilder<P> |
color(org.opengis.filter.expression.Expression color)
|
StrokeBuilder<P> |
color(java.lang.String color)
|
float[] |
dashArray()
|
StrokeBuilder<P> |
dashArray(float[] dashArray)
|
StrokeBuilder<P> |
dashOffet(double offset)
|
StrokeBuilder<P> |
dashOffet(org.opengis.filter.expression.Expression dashOffet)
|
StrokeBuilder<P> |
dashOffet(int offset)
|
ChildExpressionBuilder<StrokeBuilder<P>> |
dashOffset()
|
GraphicBuilder<StrokeBuilder<P>> |
fillBuilder()
|
GraphicBuilder<StrokeBuilder<P>> |
graphicStroke()
|
ChildExpressionBuilder<StrokeBuilder<P>> |
lineCap()
|
StrokeBuilder<P> |
lineCap(org.opengis.filter.expression.Expression lineCap)
|
ChildExpressionBuilder<StrokeBuilder<P>> |
lineJoin()
|
StrokeBuilder<P> |
lineJoin(org.opengis.filter.expression.Expression lineJoin)
|
ExpressionBuilder |
opacity()
|
StrokeBuilder<P> |
opacity(double opacity)
|
StrokeBuilder<P> |
opacity(org.opengis.filter.expression.Expression opacity)
|
StrokeBuilder<P> |
reset()
Reset stroke to default values. |
StrokeBuilder<P> |
reset(Stroke stroke)
Reset builder to provided original stroke. |
StrokeBuilder<P> |
unset()
Configure the Builder to produce null . |
ChildExpressionBuilder<StrokeBuilder<P>> |
width()
|
StrokeBuilder<P> |
width(double width)
|
StrokeBuilder<P> |
width(org.opengis.filter.expression.Expression width)
|
StrokeBuilder<P> |
width(int width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrokeBuilder()
public StrokeBuilder(P parent)
Method Detail |
---|
public StrokeBuilder<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<Stroke>
null
public StrokeBuilder<P> reset()
reset
in interface Builder<Stroke>
public StrokeBuilder<P> reset(Stroke stroke)
reset
in interface Builder<Stroke>
stroke
-
public StrokeBuilder<P> color(org.opengis.filter.expression.Expression color)
public StrokeBuilder<P> color(java.awt.Color color)
public StrokeBuilder<P> color(java.lang.String color)
public ExpressionBuilder color()
public StrokeBuilder<P> width(org.opengis.filter.expression.Expression width)
public StrokeBuilder<P> width(int width)
public StrokeBuilder<P> width(double width)
public ChildExpressionBuilder<StrokeBuilder<P>> width()
public StrokeBuilder<P> opacity(org.opengis.filter.expression.Expression opacity)
public StrokeBuilder<P> opacity(double opacity)
public ExpressionBuilder opacity()
public StrokeBuilder<P> lineCap(org.opengis.filter.expression.Expression lineCap)
public ChildExpressionBuilder<StrokeBuilder<P>> lineCap()
public StrokeBuilder<P> lineJoin(org.opengis.filter.expression.Expression lineJoin)
public ChildExpressionBuilder<StrokeBuilder<P>> lineJoin()
public StrokeBuilder<P> dashArray(float[] dashArray)
public float[] dashArray()
public StrokeBuilder<P> dashOffet(org.opengis.filter.expression.Expression dashOffet)
public StrokeBuilder<P> dashOffet(int offset)
public StrokeBuilder<P> dashOffet(double offset)
public ChildExpressionBuilder<StrokeBuilder<P>> dashOffset()
public GraphicBuilder<StrokeBuilder<P>> graphicStroke()
public GraphicBuilder<StrokeBuilder<P>> fillBuilder()
public Stroke build()
Builder
build
in interface Builder<Stroke>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |