Package tech.tablesaw.plotly.components
Class TickSettings
- java.lang.Object
-
- tech.tablesaw.plotly.components.TickSettings
-
public class TickSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TickSettings.DisplayRules
Controls the display of prefixes, suffixes, and exponents on ticksstatic class
TickSettings.ExponentFormat
Controls the display of prefixes on ticksstatic class
TickSettings.Mirror
Controls the display of prefixes on ticksstatic class
TickSettings.TickMode
Sets the tick mode for this axis.static class
TickSettings.TickPlacement
Determines whether and where ticks are drawnstatic class
TickSettings.TickSettingsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TickSettings.TickSettingsBuilder
builder()
protected void
updateContext(Map<String,Object> context)
-
-
-
Method Detail
-
builder
public static TickSettings.TickSettingsBuilder builder()
-
-