Uses of Class
tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
Packages that use TickSettings.TickSettingsBuilder
-
Uses of TickSettings.TickSettingsBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return TickSettings.TickSettingsBuilderModifier and TypeMethodDescriptionTickSettings.TickSettingsBuilder.angle(int angle) Sets the angle of the tick labels with respect to the horizontal.TickSettings.TickSettingsBuilder.arrayTicks(double[] tickValues) TickSettings.TickSettingsBuilder.arrayTicks(double[] tickValues, String[] tickText) TickSettings.TickSettingsBuilder.autoMargin(boolean adjust) Determines whether long tick labels automatically grow the figure margins.TickSettings.builder()Sets the tick colorTODO: this is pretty hack-y.TickSettings.TickSettingsBuilder.exponentFormat(TickSettings.ExponentFormat format) If "all", all exponents are shown besides their significands.Sets the tick fontTickSettings.TickSettingsBuilder.length(int tickLength) Sets the tick length (in px).TickSettings.TickSettingsBuilder.mirror(TickSettings.Mirror mirror) Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area.TickSettings.TickSettingsBuilder.nTicks(int nTicks) Specifies the maximum number of ticks for the particular axis.TickSettings.TickSettingsBuilder.placement(TickSettings.TickPlacement placement) TickSettings.TickSettingsBuilder.separateThousands(boolean separate) TickSettings.TickSettingsBuilder.showExponent(TickSettings.DisplayRules showExponent) TickSettings.TickSettingsBuilder.showPrefix(TickSettings.DisplayRules showPrefix) If "all", all tick labels are displayed with a prefix.TickSettings.TickSettingsBuilder.showSuffix(TickSettings.DisplayRules showSuffix) TickSettings.TickSettingsBuilder.showTickLabels(boolean showTickLabels) Determines whether or not the tick labels are drawn.TODO: this is pretty hack-y.TickSettings.TickSettingsBuilder.tickMode(TickSettings.TickMode tickMode) TickSettings.TickSettingsBuilder.width(int tickWidth) Sets the tick width (in px).