Class KmlLineStyle

java.lang.Object
uk.m0nom.adifproc.kml.KmlColour
uk.m0nom.adifproc.kml.KmlLineStyle

public class KmlLineStyle extends KmlColour
  • Constructor Details

    • KmlLineStyle

      public KmlLineStyle(String name, int red, int green, int blue, int transparency, int width)
    • KmlLineStyle

      public KmlLineStyle(KmlColour colour, int width)