public class Stroke extends Object
Constructor and Description |
---|
Stroke() |
Stroke(Color color) |
Stroke(Double width) |
Stroke(Double width,
Color color) |
Stroke(int width) |
Stroke(int width,
Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
DashArray |
getDashArray() |
Double |
getDashOffset() |
LineCap |
getLineCap() |
LineJoin |
getLineJoin() |
Double |
getMiterLimit() |
Double |
getOpacity() |
Double |
getWidth() |
Stroke |
setColor(Color color) |
Stroke |
setDashArray(DashArray dashArray) |
Stroke |
setDashArray(DashArray dashArray,
Double dashOffset) |
Stroke |
setDashOffset(Double dashOffset) |
Stroke |
setLineCap(LineCap lineCap) |
Stroke |
setLineJoin(LineJoin lineJoin) |
Stroke |
setMiterLimit(Double miterLimit) |
Stroke |
setOpacity(Double opacity) |
Stroke |
setWidth(Double width) |
public static final Stroke NONE
public Stroke()
public Stroke(Double width)
public Stroke(int width)
public Stroke(Color color)
public Stroke(int width, Color color)
public Double getOpacity()
public LineCap getLineCap()
public LineJoin getLineJoin()
public Double getMiterLimit()
public DashArray getDashArray()
public Double getDashOffset()
public Double getWidth()
public Color getColor()
Copyright © 2018 Xalys. All rights reserved.