public class AxisStepChooser
| Modifier and Type | Class and Description |
|---|---|
static class |
AxisStepChooser.Companion |
| Modifier and Type | Field and Description |
|---|---|
static AxisStepChooser.Companion |
Companion |
| Constructor and Description |
|---|
AxisStepChooser() |
| Modifier and Type | Method and Description |
|---|---|
long |
choose(ValueRepresentationStrategy textStrategy,
kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> minGapStrategy,
Range currentRange,
int availableVisualSpace,
TextSpaceMeasurer measurer) |
public static AxisStepChooser.Companion Companion
public long choose(@NotNull
ValueRepresentationStrategy textStrategy,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> minGapStrategy,
@NotNull
Range currentRange,
int availableVisualSpace,
@NotNull
TextSpaceMeasurer measurer)