public interface MapNavigationButtonsZoomOutOptions extends Any
onclick
, text
and
y
options are individual.Modifier and Type | Interface and Description |
---|---|
static class |
MapNavigationButtonsZoomOutOptions.Align |
static class |
MapNavigationButtonsZoomOutOptions.AlignTo |
static interface |
MapNavigationButtonsZoomOutOptions.Onclick |
static class |
MapNavigationButtonsZoomOutOptions.VerticalAlign |
Modifier and Type | Method and Description |
---|---|
MapNavigationButtonsZoomOutOptions.Align |
getAlign()
(Highmaps) The alignment of the navigation buttons.
|
MapNavigationButtonsZoomOutOptions.AlignTo |
getAlignTo()
(Highmaps) What box to align the buttons to.
|
double |
getHeight()
(Highmaps) The pixel height of the map navigation buttons.
|
MapNavigationButtonsZoomOutOptions.Onclick |
getOnclick()
(Highmaps) Click handler for the button.
|
double |
getPadding()
(Highmaps) Padding for the navigation buttons.
|
CSSObject |
getStyle()
(Highmaps) Text styles for the map navigation buttons.
|
String |
getText()
(Highmaps) The text for the button.
|
SVGAttributes |
getTheme()
(Highmaps) A configuration object for the button theme.
|
MapNavigationButtonsZoomOutOptions.VerticalAlign |
getVerticalAlign()
(Highmaps) The vertical alignment of the buttons.
|
double |
getWidth()
(Highmaps) The width of the map navigation buttons.
|
double |
getX()
(Highmaps) The X offset of the buttons relative to its
align setting. |
double |
getY()
(Highmaps) The position of the zoomOut button relative to the vertical
alignment.
|
void |
setAlign(MapNavigationButtonsZoomOutOptions.Align value)
(Highmaps) The alignment of the navigation buttons.
|
void |
setAlignTo(MapNavigationButtonsZoomOutOptions.AlignTo value)
(Highmaps) What box to align the buttons to.
|
void |
setHeight(double value)
(Highmaps) The pixel height of the map navigation buttons.
|
void |
setOnclick(MapNavigationButtonsZoomOutOptions.Onclick value)
(Highmaps) Click handler for the button.
|
void |
setPadding(double value)
(Highmaps) Padding for the navigation buttons.
|
void |
setStyle(CSSObject value)
(Highmaps) Text styles for the map navigation buttons.
|
void |
setText(String value)
(Highmaps) The text for the button.
|
void |
setTheme(SVGAttributes value)
(Highmaps) A configuration object for the button theme.
|
void |
setVerticalAlign(MapNavigationButtonsZoomOutOptions.VerticalAlign value)
(Highmaps) The vertical alignment of the buttons.
|
void |
setWidth(double value)
(Highmaps) The width of the map navigation buttons.
|
void |
setX(double value)
(Highmaps) The X offset of the buttons relative to its
align setting. |
void |
setY(double value)
(Highmaps) The position of the zoomOut button relative to the vertical
alignment.
|
@Nullable MapNavigationButtonsZoomOutOptions.Align getAlign()
void setAlign(MapNavigationButtonsZoomOutOptions.Align value)
@Nullable MapNavigationButtonsZoomOutOptions.AlignTo getAlignTo()
plotBox
and spacingBox
.void setAlignTo(MapNavigationButtonsZoomOutOptions.AlignTo value)
plotBox
and spacingBox
.double getHeight()
void setHeight(double value)
@Nullable MapNavigationButtonsZoomOutOptions.Onclick getOnclick()
void setOnclick(MapNavigationButtonsZoomOutOptions.Onclick value)
double getPadding()
void setPadding(double value)
void setStyle(CSSObject value)
@Nullable String getText()
void setText(String value)
@Nullable SVGAttributes getTheme()
stroke-width
, stroke
and fill
.
Tri-state button styles are supported by the states.hover
and
states.select
objects.void setTheme(SVGAttributes value)
stroke-width
, stroke
and fill
.
Tri-state button styles are supported by the states.hover
and
states.select
objects.@Nullable MapNavigationButtonsZoomOutOptions.VerticalAlign getVerticalAlign()
y
offset.void setVerticalAlign(MapNavigationButtonsZoomOutOptions.VerticalAlign value)
y
offset.double getWidth()
void setWidth(double value)
double getX()
align
setting.void setX(double value)
align
setting.double getY()
void setY(double value)
Copyright © 2020. All rights reserved.