Uses of Enum Class
org.openscience.cdk.renderer.elements.WedgeLineElement.TYPE
Packages that use WedgeLineElement.TYPE
-
Uses of WedgeLineElement.TYPE in org.openscience.cdk.renderer.elements
Fields in org.openscience.cdk.renderer.elements declared as WedgeLineElement.TYPEModifier and TypeFieldDescriptionfinal WedgeLineElement.TYPE
WedgeLineElement.type
The type of the bond (dashed, wedged, not defined).Methods in org.openscience.cdk.renderer.elements that return WedgeLineElement.TYPEModifier and TypeMethodDescriptionstatic WedgeLineElement.TYPE
Returns the enum constant of this class with the specified name.static WedgeLineElement.TYPE[]
WedgeLineElement.TYPE.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.TYPEModifierConstructorDescriptionWedgeLineElement
(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.