|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flagstone.transform.fillstyle.FillStyleTypes
public final class FillStyleTypes
FillTypes defines the constants that identify a fill style when it is encoded according to the Flash file format specification.
| Field Summary | |
|---|---|
static int |
CLIPPED_BITMAP
The type identifying a clipped BitmapFill object when it is encoded. |
static int |
FOCAL_GRADIENT
The type identifying a FocalGradientFill object when it is encoded. |
static int |
LINEAR_GRADIENT
The type identifying a linear GradientFill object when it is encoded. |
static int |
RADIAL_GRADIENT
The type identifying a radial GradientFill object when it is encoded. |
static int |
SOLID_COLOR
The type identifying a SolidFill object when it is encoded. |
static int |
TILED_BITMAP
The type identifying a tiled BitmapFill object when it is encoded. |
static int |
UNSMOOTH_CLIPPED
The type identifying a unsmoothed clipped BitmapFill object when it is encoded. |
static int |
UNSMOOTH_TILED
The type identifying a unsmoothed tiled BitmapFill object when it is encoded. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SOLID_COLOR
public static final int LINEAR_GRADIENT
public static final int RADIAL_GRADIENT
public static final int FOCAL_GRADIENT
public static final int TILED_BITMAP
public static final int CLIPPED_BITMAP
public static final int UNSMOOTH_TILED
public static final int UNSMOOTH_CLIPPED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||