org.openstreetmap.josm.gui.mappaint.xml
Class LinePrototype
java.lang.Object
org.openstreetmap.josm.gui.mappaint.xml.Prototype
org.openstreetmap.josm.gui.mappaint.xml.LinePrototype
- Direct Known Subclasses:
- LinemodPrototype
public class LinePrototype
- extends Prototype
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
protected int width
realWidth
public java.lang.Integer realWidth
color
public java.awt.Color color
dashed
protected java.util.List<java.lang.Float> dashed
dashedColor
public java.awt.Color dashedColor
LinePrototype
public LinePrototype(LinePrototype s,
Range range)
LinePrototype
public LinePrototype()
init
public void init()
getDashed
public java.util.List<java.lang.Float> getDashed()
setDashed
public void setDashed(java.util.List<java.lang.Float> dashed)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
JOSM