public class LinemodPrototype extends LinePrototype implements java.lang.Comparable<LinemodPrototype>
| Modifier and Type | Class and Description |
|---|---|
static class |
LinemodPrototype.WidthMode |
| Modifier and Type | Field and Description |
|---|---|
boolean |
over |
LinemodPrototype.WidthMode |
widthMode |
color, dashed, dashedColor, realWidth, widthcode, conditions, priority, range| Constructor and Description |
|---|
LinemodPrototype() |
LinemodPrototype(LinemodPrototype s,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LinemodPrototype s) |
int |
getWidth() |
float |
getWidth(float ref)
get width for overlays
|
void |
init() |
getDashed, setDashed, setWidthpublic boolean over
public LinemodPrototype.WidthMode widthMode
public LinemodPrototype(LinemodPrototype s, Range range)
public LinemodPrototype()
public final void init()
init in class LinePrototypepublic float getWidth(float ref)
public int getWidth()
getWidth in class LinePrototypepublic int compareTo(LinemodPrototype s)
compareTo in interface java.lang.Comparable<LinemodPrototype>