ShadingType Enum
Lists PDF shading types for fills.
Declaration
public enum ShadingType extends Enum<ShadingType> implements IIntEnum
Members
| Name | Description |
|---|---|
AXIAL
|
Axial shading type. Color changes along a line between two points. |
COONS_PATCH_MESH
|
Coons patch mesh shading type. Color varies across patch mesh cells bounded by Bézier curves. |
FREE_FORM_GOURAUD_MESH
|
Free-form Gouraud mesh shading type. Color varies across triangular mesh patches. |
FUNCTION_BASED
|
Function-based shading type. Color defined by a mathematical function. |
LATTICE_FORM_GOURAUD_MESH
|
Lattice-form Gouraud mesh shading type. Color varies across lattice-arranged triangular mesh patches. |
RADIAL
|
Radial shading type. Color changes radially between two circles. |
TENSOR_PRODUCT_PATCH_MESH
|
Tensor product patch mesh shading type. Color varies across tensor product patch mesh cells. |
fromValue(int value)
|
Returns the enum item with the specified integer value. |
getName()
|
Returns the enum item name. |
getValue()
|
Returns the integer value. |
toString()
|
Returns the string representation. |
valueOf(String name)
|
Returns the enum constant with the specified name. |
values()
|
Returns available constants. |