Package org.primefaces.model.map
Class MarkerLabel
java.lang.Object
org.primefaces.model.map.MarkerLabel
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColor()getText()inthashCode()voidsetClassName(String className) voidvoidsetFontFamily(String fontFamily) voidsetFontSize(String fontSize) voidsetFontWeight(String fontWeight) voidtoString()
-
Constructor Details
-
MarkerLabel
public MarkerLabel()
-
-
Method Details