public class LineStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
color
color as int: 0xAARRGGBB or 0x00RRGGBB
|
FillStyle |
fillStyle |
int |
flags |
int |
miterLimit |
int |
width |
| Constructor and Description |
|---|
LineStyle() |
LineStyle(int color,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
hasFillStyle() |
boolean |
hasMiterJoint() |
public int width
public int color
public int flags
public int miterLimit
public FillStyle fillStyle
Copyright © 2018 The Apache Software Foundation. All rights reserved.