Class/Object

com.highmaps.config

MapNavigationButtonOptions

Related Docs: object MapNavigationButtonOptions | package config

Permalink

class MapNavigationButtonOptions extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: mapNavigation-buttonOptions

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapNavigationButtonOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapNavigationButtonOptions()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val align: UndefOr[String]

    Permalink

    The alignment of the navigation buttons.

  5. val alignTo: UndefOr[String]

    Permalink

    What box to align the buttons to.

    What box to align the buttons to. Possible values are plotBox and spacingBox.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. val height: UndefOr[Double]

    Permalink

    The pixel height of the map navigation buttons.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. val style: UndefOr[Object]

    Permalink

    Text styles for the map navigation buttons.

    Text styles for the map navigation buttons. Defaults to

    {
       fontSize: '15px',
       fontWeight: 'bold',
       textAlign: 'center'
    }
    

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. val theme: UndefOr[Object]

    Permalink

    A configuration object for the button theme.

    A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.

  24. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  27. val verticalAlign: UndefOr[String]

    Permalink

    The vertical alignment of the buttons.

    The vertical alignment of the buttons. Individual alignment can be adjusted by each button's y offset.

  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val width: UndefOr[Double]

    Permalink

    The width of the map navigation buttons.

  32. val x: UndefOr[Double]

    Permalink

    The X offset of the buttons relative to its align setting.

    The X offset of the buttons relative to its align setting.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped