com.devexpress.drawing Package
Contains drawing-related types.
Declaration
package com.devexpress.drawing
Classes
| Name | Description |
|---|---|
| DXAdjustableArrowCap | An adjustable arrow cap. |
| DXBitmap | A bitmap image. |
| DXBlend | Blend factors and positions. |
| DXBrush | Base class for brush types. |
| DXBrushes | A collection of predefined brushes. |
| DXColorBlend | Color and position data for blending. |
| DXCustomLineCap | A custom line cap. |
| DXCustomLineCapBase | Base class for custom line cap objects. |
| DXFont | A font. |
| DXFontAdditionalProperty | An additional font property. |
| DXFontData | Stores font file metadata. |
| DXFontLayoutMetrics | Font layout metrics. |
| DXFontMetrics | Stores font metrics. |
| DXFontRepository | Stores registered fonts. |
| DXFontStyle | Enumerates font style values. |
| DXGraphics | A graphics surface. |
| DXGraphicsPath | A graphics path. |
| DXGraphicsPathData | Graphics path data. |
| DXGraphicsUnitConverter | Graphics unit conversion utilities. |
| DXHatchBrush | A hatch pattern brush. |
| DXImage | Serves as the base class for image objects. |
| DXImageFormat | An image format. |
| DXLinearGradientBrush | A linear gradient brush. |
| DXMargins | Margin values. |
| DXMatrix | A transformation matrix. |
| DXMetafile | A metafile image. |
| DXPathGradientBrush | A path gradient brush. |
| DXPathPointType | Path point types. |
| DXPen | A pen. |
| DXPens | A collection of pens with predefined colors. |
| DXRegion | A region. |
| DXRotateFlipType | Rotation and flip values. |
| DXSolidBrush | A solid color brush. |
| DXStringFormat | Enumerates string formatting settings. |
| DXStringFormatFlags | Enumerates string format flags. |
| DXSvgImage | An SVG image. |
| DXTextureBrush | An image brush. |
| DXTilingBrush | Base class for tiling brush objects. |
| NotFoundFontEventArgs | Event data for a font lookup failure. |
| ResFinder | A drawing resource lookup utility. |
| Settings | Stores global drawing settings. |
Interfaces
| Name | Description |
|---|---|
| IDXFontAdditionalPropertyCollection | A collection of DXFontAdditionalProperty objects. |
Enums
| Name | Description |
|---|---|
| DrawingEngine | Lists values that identify the drawing engine. |
| DXClipCombineMode | Specifies clipping region combination modes. |
| DXCompositingMode | Specifies compositing modes. |
| DXDashCap | Lists dash cap values. |
| DXDashStyle | Specifies dash style values. |
| DXFillMode | Specifies fill mode values. |
| DXGraphicsUnit | Specifies graphics units. |
| DXHatchStyle | Specifies hatch style values. |
| DXHotkeyPrefix | Lists values that specify how to display hotkey prefixes. |
| DXInterpolationMode | Lists values that specify an interpolation mode. |
| DXLinearGradientMode | Specifies linear gradient directions. |
| DXLineCap | Lists values that specify a line cap style. |
| DXLineJoin | Lists values that specify how connected line segments join. |
| DXMatrixOrder | Lists values that specify the order of matrix operations. |
| DXPenAlignment | Specifies pen alignment values. |
| DXPenType | Specifies pen type values. |
| DXSmoothingMode | Specifies smoothing modes. |
| DXStringAlignment | Specifies string alignment values. |
| DXStringTrimming | Specifies string trimming modes. |
| DXTextRenderingHint | Specifies text rendering modes. |
| DXWrapMode | Lists values that specify how a texture or gradient repeats. |