Class TempAreaMarker


  • public class TempAreaMarker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TempAreaMarker()  
    • Method Summary

      Modifier and Type Method Description
      org.dynmap.markers.AreaMarker create​(org.dynmap.markers.MarkerSet markerset, java.lang.String markerId)  
      static boolean equals​(org.dynmap.markers.AreaMarker marker, double[] x, double[] z)  
      void update​(org.dynmap.markers.AreaMarker marker)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • label

        public java.lang.String label
      • world

        public java.lang.String world
      • x

        public double[] x
      • z

        public double[] z
      • description

        public java.lang.String description
      • lineColor

        public int lineColor
      • lineOpacity

        public double lineOpacity
      • lineWeight

        public int lineWeight
      • fillColor

        public int fillColor
      • fillOpacity

        public double fillOpacity
      • boost

        public boolean boost
    • Constructor Detail

      • TempAreaMarker

        public TempAreaMarker()
    • Method Detail

      • equals

        public static boolean equals​(org.dynmap.markers.AreaMarker marker,
                                     double[] x,
                                     double[] z)
      • create

        public org.dynmap.markers.AreaMarker create​(org.dynmap.markers.MarkerSet markerset,
                                                    java.lang.String markerId)
      • update

        public void update​(org.dynmap.markers.AreaMarker marker)