public class LinePrototype extends Prototype
Modifier and Type | Field and Description |
---|---|
java.awt.Color |
color |
protected java.util.List<java.lang.Float> |
dashed |
java.awt.Color |
dashedColor |
java.lang.Integer |
realWidth |
protected int |
width |
code, conditions, priority, range
Constructor and Description |
---|
LinePrototype()
Constructs a new
LinePrototype . |
LinePrototype(LinePrototype s,
Range range) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Float> |
getDashed() |
int |
getWidth() |
void |
init() |
void |
setDashed(java.util.List<java.lang.Float> dashed) |
void |
setWidth(int width) |
protected int width
public java.lang.Integer realWidth
public java.awt.Color color
protected java.util.List<java.lang.Float> dashed
public java.awt.Color dashedColor
public LinePrototype(LinePrototype s, Range range)
public LinePrototype()
LinePrototype
.