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, width
code, 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, setWidth
public boolean over
public LinemodPrototype.WidthMode widthMode
public LinemodPrototype(LinemodPrototype s, Range range)
public LinemodPrototype()
public final void init()
init
in class LinePrototype
public float getWidth(float ref)
public int getWidth()
getWidth
in class LinePrototype
public int compareTo(LinemodPrototype s)
compareTo
in interface java.lang.Comparable<LinemodPrototype>