Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_SCALING
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_SCALING
native declaration : gplot.h:30
enum values
enum values
- 
Field SummaryFields Modifier and Type Field Description static intGPLOT_LINEAR_SCALEdefault
 native declaration : gplot.h:26static intGPLOT_LOG_SCALE_Xnative declaration : gplot.h:27static intGPLOT_LOG_SCALE_X_Ynative declaration : gplot.h:29static intGPLOT_LOG_SCALE_Ynative declaration : gplot.h:28
- 
Field Details- 
GPLOT_LINEAR_SCALEstatic final int GPLOT_LINEAR_SCALEdefault
 native declaration : gplot.h:26- See Also:
- Constant Field Values
 
- 
GPLOT_LOG_SCALE_Xstatic final int GPLOT_LOG_SCALE_Xnative declaration : gplot.h:27- See Also:
- Constant Field Values
 
- 
GPLOT_LOG_SCALE_Ystatic final int GPLOT_LOG_SCALE_Ynative declaration : gplot.h:28- See Also:
- Constant Field Values
 
- 
GPLOT_LOG_SCALE_X_Ystatic final int GPLOT_LOG_SCALE_X_Ynative declaration : gplot.h:29- See Also:
- Constant Field Values
 
 
-