Uses of Class
de.gsi.chart.axes.LogAxisType
-
Packages that use LogAxisType Package Description de.gsi.chart.axes de.gsi.chart.axes.spi -
-
Uses of LogAxisType in de.gsi.chart.axes
Methods in de.gsi.chart.axes that return LogAxisType Modifier and Type Method Description LogAxisTypeAxis. getLogAxisType()static LogAxisTypeLogAxisType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogAxisType[]LogAxisType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogAxisType in de.gsi.chart.axes.spi
Methods in de.gsi.chart.axes.spi that return LogAxisType Modifier and Type Method Description LogAxisTypeDefaultNumericAxis. getLogAxisType()LogAxisTypeLinearAxis. getLogAxisType()LogAxisTypeLogarithmicAxis. getLogAxisType()LogAxisTypeNumericAxis. getLogAxisType()
-