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 classTickSettings.DisplayRulesControls the display of prefixes, suffixes, and exponents on ticksstatic classTickSettings.ExponentFormatControls the display of prefixes on ticksstatic classTickSettings.MirrorControls the display of prefixes on ticksstatic classTickSettings.TickModeSets the tick mode for this axis.static classTickSettings.TickPlacementDetermines whether and where ticks are drawnstatic classTickSettings.TickSettingsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TickSettings.TickSettingsBuilderbuilder()protected voidupdateContext(Map<String,Object> context)
-
-
-
Method Detail
-
builder
public static TickSettings.TickSettingsBuilder builder()
-
-