Interface ILeptonica.GPLOT_SCALING

Enclosing interface:
ILeptonica

public static interface ILeptonica.GPLOT_SCALING
native declaration : gplot.h:30
enum values
  • Field Details

    • GPLOT_LINEAR_SCALE

      static final int GPLOT_LINEAR_SCALE
      default
      native declaration : gplot.h:26
      See Also:
      Constant Field Values
    • GPLOT_LOG_SCALE_X

      static final int GPLOT_LOG_SCALE_X
      native declaration : gplot.h:27
      See Also:
      Constant Field Values
    • GPLOT_LOG_SCALE_Y

      static final int GPLOT_LOG_SCALE_Y
      native declaration : gplot.h:28
      See Also:
      Constant Field Values
    • GPLOT_LOG_SCALE_X_Y

      static final int GPLOT_LOG_SCALE_X_Y
      native declaration : gplot.h:29
      See Also:
      Constant Field Values