org.openstreetmap.josm.gui.mappaint.xml
Class LinePrototype

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.xml.Prototype
      extended by org.openstreetmap.josm.gui.mappaint.xml.LinePrototype
Direct Known Subclasses:
LinemodPrototype

public class LinePrototype
extends Prototype


Field Summary
 java.awt.Color color
           
protected  java.util.List<java.lang.Float> dashed
           
 java.awt.Color dashedColor
           
 java.lang.Integer realWidth
           
protected  int width
           
 
Fields inherited from class org.openstreetmap.josm.gui.mappaint.xml.Prototype
code, conditions, priority, range
 
Constructor Summary
LinePrototype()
           
LinePrototype(LinePrototype s, Range range)
           
 
Method Summary
 java.util.List<java.lang.Float> getDashed()
           
 int getWidth()
           
 void init()
           
 void setDashed(java.util.List<java.lang.Float> dashed)
           
 void setWidth(int width)
           
 
Methods inherited from class org.openstreetmap.josm.gui.mappaint.xml.Prototype
check, getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LinePrototype

public LinePrototype(LinePrototype s,
                     Range range)

LinePrototype

public LinePrototype()
Method Detail

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