Package | Description |
---|---|
com.xalys.xgl.browser.dom.html.svg | |
com.xalys.xgl.svg | |
com.xalys.xgl.svg.pencil |
Modifier and Type | Method and Description |
---|---|
void |
SVGRectElement.setStroke(Stroke stroke) |
void |
SVGEllipseElement.setStroke(Stroke stroke) |
void |
SVGCircleElement.setStroke(Stroke stroke) |
void |
SVGPathElement.setStroke(Stroke stroke) |
void |
SVGLineElement.setStroke(Stroke stroke) |
void |
SVGTextElement.setStroke(Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
Stroke |
Path.getStroke() |
Stroke |
Rect.getStroke() |
Stroke |
Circle.getStroke() |
Stroke |
HasStroke.getStroke() |
Stroke |
Ellipse.getStroke() |
Stroke |
Text.getStroke() |
Modifier and Type | Method and Description |
---|---|
Path |
Path.setStroke(Stroke stroke) |
Rect |
Rect.setStroke(Stroke stroke) |
Circle |
Circle.setStroke(Stroke stroke) |
T |
HasStroke.setStroke(Stroke stroke) |
Ellipse |
Ellipse.setStroke(Stroke stroke) |
Text |
Text.setStroke(Stroke stroke) |
Modifier and Type | Field and Description |
---|---|
static Stroke |
Stroke.NONE |
Modifier and Type | Method and Description |
---|---|
Stroke |
Stroke.setColor(Color color) |
Stroke |
Stroke.setDashArray(DashArray dashArray) |
Stroke |
Stroke.setDashArray(DashArray dashArray,
Double dashOffset) |
Stroke |
Stroke.setDashOffset(Double dashOffset) |
Stroke |
Stroke.setLineCap(LineCap lineCap) |
Stroke |
Stroke.setLineJoin(LineJoin lineJoin) |
Stroke |
Stroke.setMiterLimit(Double miterLimit) |
Stroke |
Stroke.setOpacity(Double opacity) |
Stroke |
Stroke.setWidth(Double width) |
Copyright © 2018 Xalys. All rights reserved.