org.boehn.kmlframework.kml
Class LineStyle

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.ColorStyle
          extended by org.boehn.kmlframework.kml.LineStyle

public class LineStyle
extends ColorStyle


Constructor Summary
LineStyle()
           
LineStyle(java.lang.String color, ColorModeEnum colorMode, java.lang.Double width)
           
 
Method Summary
 java.lang.Double getWidth()
           
 void setWidth(java.lang.Double width)
           
 void write(Kml kml)
           
 void writeDelete(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.ColorStyle
getColor, getColorMode, setColor, setColorMode, writeInner
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineStyle

public LineStyle()

LineStyle

public LineStyle(java.lang.String color,
                 ColorModeEnum colorMode,
                 java.lang.Double width)
Method Detail

getWidth

public java.lang.Double getWidth()

setWidth

public void setWidth(java.lang.Double width)

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class KmlObject
Throws:
KmlException

writeDelete

public void writeDelete(Kml kml)
                 throws KmlException
Specified by:
writeDelete in class KmlObject
Throws:
KmlException