public final class TransformType extends Object
限定符和类型 | 字段和说明 |
---|---|
static TransformType |
GENERAL |
static String |
GENERAL_STRING |
static TransformType |
ROTATE |
static String |
ROTATE_STRING |
static TransformType |
SCALE |
static String |
SCALE_STRING |
static TransformType |
SHEAR |
static String |
SHEAR_STRING |
static int |
TRANSFORM_GENERAL |
static int |
TRANSFORM_ROTATE |
static int |
TRANSFORM_SCALE |
static int |
TRANSFORM_SHEAR |
static int |
TRANSFORM_TRANSLATE |
static TransformType |
TRANSLATE
TransformType values
|
static String |
TRANSLATE_STRING
Strings describing the elementary transforms
|
public static final int TRANSFORM_TRANSLATE
public static final int TRANSFORM_ROTATE
public static final int TRANSFORM_SCALE
public static final int TRANSFORM_SHEAR
public static final int TRANSFORM_GENERAL
public static final String TRANSLATE_STRING
public static final TransformType TRANSLATE
public static final TransformType ROTATE
public static final TransformType SCALE
public static final TransformType SHEAR
public static final TransformType GENERAL
public int toInt()
switch(transformType.toInt()){ case TransformType.TRANSFORM_TRANSLATE: .... case TransformType.TRANSFORM_ROTATE:
public Object readResolve()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.