Class MarkerLabel

java.lang.Object
org.primefaces.model.map.MarkerLabel
All Implemented Interfaces:
Serializable

public class MarkerLabel extends Object implements Serializable
These options specify the appearance of a marker label. A marker label is a string (often a single character) which will appear inside the marker. If you are using it with a custom marker, you can reposition it with the labelOrigin property in the Icon class.
See Also:
  • Constructor Details

    • MarkerLabel

      public MarkerLabel()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getFontFamily

      public String getFontFamily()
    • setFontFamily

      public void setFontFamily(String fontFamily)
    • getFontSize

      public String getFontSize()
    • setFontSize

      public void setFontSize(String fontSize)
    • getFontWeight

      public String getFontWeight()
    • setFontWeight

      public void setFontWeight(String fontWeight)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object