case class SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[SimpleStyleProperties] with Product with Serializable
Simple styles to customize how map features are displayed.
See also Style GeoJSON Visualization
- Alphabetic
- By Inheritance
- SimpleStyleProperties
- Serializable
- Product
- Equals
- RootProperties
- Properties
- Entries
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(that: Properties): SimpleStyleProperties
- Definition Classes
- RootProperties → Properties
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(entries: (String, Any)*): SimpleStyleProperties
- Definition Classes
- Entries
- def add(name: String, value: Any): SimpleStyleProperties
- Definition Classes
- Entries
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(properties: ListMap[String, Any]): SimpleStyleProperties
- Attributes
- protected
- Definition Classes
- SimpleStyleProperties → Entries
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def description(description: String): SimpleStyleProperties
A tooltip description.
A tooltip description. Can contain HTML.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fill(color: Color): SimpleStyleProperties
The color of a "Polygon/MultiPolygon".
- def fillOpacity(opacity: Double): SimpleStyleProperties
The opacity of the interior of "Polygon/MultiPolygon".
The opacity of the interior of "Polygon/MultiPolygon".
- opacity
must be a floating point number greater than or equal to zero and less than or equal to one.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def markerColor(color: Color): SimpleStyleProperties
The color of a marker for a "Point/MultiPoint".
- def markerSize(size: String): SimpleStyleProperties
The size of a marker for a "Point/MultiPoint".
The size of a marker for a "Point/MultiPoint".
- size
must be one of: "small", "medium", "large".
- def markerSymbol(symbol: String): SimpleStyleProperties
A short name of a marker image for a "Point/MultiPoint".
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def stroke(color: Color): SimpleStyleProperties
A color for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.
- def strokeOpacity(opacity: Double): SimpleStyleProperties
The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.
The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.
- opacity
must be a floating point number greater than or equal to zero and less than or equal to one.
- def strokeWidth(width: Double): SimpleStyleProperties
The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.
The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.
- width
must be a floating point number greater than or equal to zero.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title(title: String): SimpleStyleProperties
A tooltip title.
- def union(that: Properties): SimpleStyleProperties
- Definition Classes
- RootProperties → Properties
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)