Some features described here are available in Ultimate edition only.
General
| Item | Description |
|---|
| Id | Stands for <render-kit-id>.
Represents an identifier for the RenderKit represented by the parent "render-kit" element.
|
| Class | Stands for <render-kit-class>.
Represents the fully qualified class name of a concrete RenderKit implementation class.
|
| Display Name | <display-name>: a short name describing the entity associated with the render kit.
|
| Description | <description>: contains textual description of the render kit. |
| Small icon / Large Icon | <small-icon> / <large-icon>.
Contains the resource path to an (16x16)/(32x32) icon image. The image may be in either GIF or JPG format.
|
Renderers
The renderer element represents a concrete Renderer implementation class that should be registered under
the specified type identifier, in the RenderKit associated with the parent render-kit element.
Renderer types must be unique within the RenderKit associated with the parent render-kit element.
| Item | Description |
|---|
| Component Family | Stands for <component-family>.
Represents the component family for which the Renderer represented by the parent renderer element will be used.
|
| Type | Stands for <renderer-type>.
Represents an identifier for the Renderer represented by the parent renderer element.
|
| Class | Stands for <renderer-class>.
Represents the fully qualified class name of a concrete Renderer implementation class.
|