|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.style.styling.components.Stroke
public class Stroke
Stroke
Nested Class Summary | |
---|---|
static class |
Stroke.LineCap
LineCap |
static class |
Stroke.LineJoin
LineJoin |
Field Summary | |
---|---|
Color |
color
Default is gray (#808080). |
double[] |
dasharray
Default is null. |
double |
dashoffset
Default is 0. |
Graphic |
fill
Default is null. |
Stroke.LineCap |
linecap
Default is backend specific. |
Stroke.LineJoin |
linejoin
Default is backend specific. |
double |
positionPercentage
Default is -1 == not to use it. |
Graphic |
stroke
Default is null. |
double |
strokeGap
Default is 0. |
double |
strokeInitialGap
Default is 0. |
double |
width
Default is 1. |
Constructor Summary | |
---|---|
Stroke()
|
Method Summary | |
---|---|
Stroke |
copy()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Color color
public double width
public Stroke.LineJoin linejoin
public Stroke.LineCap linecap
public double[] dasharray
public double dashoffset
public Graphic stroke
public double strokeGap
public double strokeInitialGap
public double positionPercentage
public Graphic fill
Constructor Detail |
---|
public Stroke()
Method Detail |
---|
public Stroke copy()
copy
in interface Copyable<Stroke>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |