Uses of Enum Class
org.openscience.cdk.renderer.elements.WedgeLineElement.Direction
Packages that use WedgeLineElement.Direction
-
Uses of WedgeLineElement.Direction in org.openscience.cdk.renderer.elements
Fields in org.openscience.cdk.renderer.elements declared as WedgeLineElement.DirectionModifier and TypeFieldDescriptionWedgeLineElement.direction
The direction indicates which way the wedge gets thicker.Methods in org.openscience.cdk.renderer.elements that return WedgeLineElement.DirectionModifier and TypeMethodDescriptionstatic WedgeLineElement.Direction
Returns the enum constant of this class with the specified name.static WedgeLineElement.Direction[]
WedgeLineElement.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openscience.cdk.renderer.elements with parameters of type WedgeLineElement.DirectionModifierConstructorDescriptionWedgeLineElement
(double x1, double y1, double x2, double y2, double width, WedgeLineElement.TYPE type, WedgeLineElement.Direction direction, Color color) Make a wedge between the points (x1, y1) and (x2, y2) with a certain width, direction, dash, and color.WedgeLineElement
(LineElement element, WedgeLineElement.TYPE type, WedgeLineElement.Direction direction, Color color) Make a wedge along the given line element.