| Interface | Description |
|---|---|
| IRenderingElement |
Widget toolkit-independent, abstract definition of something to be drawn.
|
| IRenderingVisitor |
An
IRenderingVisitor is responsible of converting an abstract
chemical drawing into a widget set specific drawing. |
| Class | Description |
|---|---|
| ArrowElement |
IRenderingElement for linear arrows. |
| AtomMassSymbolElement |
Rendering element that shows the
IAtom mass number information. |
| AtomSymbolElement |
A text element with added information.
|
| Bounds |
Defines a bounding box element which the renderer can use to determine the true
drawing limits.
|
| ElementGroup |
A group of rendering elements, of any type.
|
| GeneralPath |
A path of rendering elements from the elements.path package.
|
| LineElement |
A line between two points.
|
| MarkedElement |
A marked element adds meta-data (id and tags) to a CDK rendering
element (or group of elements).
|
| OvalElement |
An oval element (should) have both a width and a height.
|
| PathElement |
A path composed of points.
|
| RectangleElement |
A rectangle, with width and height.
|
| RingElement |
A ring is just a circle - in other words, an oval whose width and height are
the same.
|
| TextElement |
Text element as used in the chemical drawing.
|
| TextGroupElement |
A group of text elements, particularly the element symbol (eg: "C")
surrounded by other annotations such as mass number, charge, etc.
|
| WedgeLineElement |
A 'wedge' is a triangle aligned along a bond that indicates stereochemistry.
|
| Enum | Description |
|---|---|
| LineElement.LineType |
The type of the line.
|
| TextGroupElement.Position |
Compass-point positions for text element annotation children.
|
| WedgeLineElement.Direction |
'toFirst' means that the wedge gets thicker in the direction of the first
point in the line.
|
| WedgeLineElement.TYPE |
If the bond is dashed ,wedged, or "up_or_down", i.e., not defined.
|
Copyright © 2021. All rights reserved.