Class DynmapStyle

java.lang.Object
dev.kitteh.factions.integration.dynmap.DynmapStyle

public class DynmapStyle extends Object
  • Field Details

  • Constructor Details

    • DynmapStyle

      public DynmapStyle()
  • Method Details

    • getDefault

      public static DynmapStyle getDefault()
    • getEmpty

      public static DynmapStyle getEmpty()
    • getLineColor

      public int getLineColor()
    • setLineColor

      public DynmapStyle setLineColor(String strokeColor)
    • getLineOpacity

      public double getLineOpacity()
    • setLineOpacity

      public DynmapStyle setLineOpacity(Double strokeOpacity)
    • getLineWeight

      public int getLineWeight()
    • setLineWeight

      public DynmapStyle setLineWeight(Integer strokeWeight)
    • getFillColor

      public int getFillColor()
    • setFillColor

      public DynmapStyle setFillColor(String fillColor)
    • getFillOpacity

      public double getFillOpacity()
    • setFillOpacity

      public DynmapStyle setFillOpacity(Double fillOpacity)
    • getHomeMarker

      public String getHomeMarker()
    • setHomeMarker

      public DynmapStyle setHomeMarker(String homeMarker)
    • getWarpMarker

      public String getWarpMarker()
    • setWarpMarker

      public DynmapStyle setWarpMarker(String warpMarker)
    • getBoost

      public boolean getBoost()
    • setBoost

      public DynmapStyle setBoost(Boolean boost)
    • getColor

      public static int getColor(String string)