| Package | Description |
|---|---|
| com.googlecode.leptonica.android |
| Modifier and Type | Method and Description |
|---|---|
static Scale.ScaleType |
Scale.ScaleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale.ScaleType[] |
Scale.ScaleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pix |
Scale.scaleToSize(Pix pixs,
int width,
int height,
Scale.ScaleType type)
Scales the Pix to a specified width and height using a specified scaling
type (fill, stretch, etc.).
|
Copyright © 2014. All rights reserved.