Constructor and Description |
---|
MarkerBuilder() |
Modifier and Type | Method and Description |
---|---|
Marker.MarkerBuilder |
autoColorScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker |
build() |
Marker.MarkerBuilder |
cAuto(boolean b)
Has an effect only if `marker.color` is set to a numerical array and `cmin`, `cmax` are also set.
|
Marker.MarkerBuilder |
cMinAndMax(double min,
double max)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
color(String color)
Sets the marker color to a single value
|
Marker.MarkerBuilder |
colorScale(Marker.Palette palette)
Sets the colorscale and only has an effect if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
opacity(double opacity)
Sets the opacity.
|
Marker.MarkerBuilder |
reverseScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
showScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
size(double... size) |
Marker.MarkerBuilder |
size(NumberColumn size) |
Marker.MarkerBuilder |
symbol(Symbol symbol)
Sets the symbol for the marker
|
public Marker.MarkerBuilder size(double... size)
public Marker.MarkerBuilder size(NumberColumn size)
public Marker.MarkerBuilder cAuto(boolean b)
public Marker.MarkerBuilder reverseScale(boolean b)
public Marker.MarkerBuilder autoColorScale(boolean b)
public Marker.MarkerBuilder cMinAndMax(double min, double max)
public Marker.MarkerBuilder showScale(boolean b)
public Marker.MarkerBuilder colorScale(Marker.Palette palette)
public Marker.MarkerBuilder opacity(double opacity)
public Marker.MarkerBuilder color(String color)
public Marker.MarkerBuilder symbol(Symbol symbol)
public Marker build()
Copyright © 2018. All rights reserved.