Uses of Enum Class
org.openscience.cdk.renderer.elements.TextGroupElement.Position
Packages that use TextGroupElement.Position
-
Uses of TextGroupElement.Position in org.openscience.cdk.renderer.elements
Fields in org.openscience.cdk.renderer.elements declared as TextGroupElement.PositionModifier and TypeFieldDescriptionTextGroupElement.Child.position
The position of the child relative to the parent.Methods in org.openscience.cdk.renderer.elements that return TextGroupElement.PositionModifier and TypeMethodDescriptionstatic TextGroupElement.Position
Returns the enum constant of this class with the specified name.static TextGroupElement.Position[]
TextGroupElement.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.renderer.elements with parameters of type TextGroupElement.PositionModifier and TypeMethodDescriptionvoid
TextGroupElement.addChild
(String text, String subscript, TextGroupElement.Position position) Add a child text element with a subscript.void
TextGroupElement.addChild
(String text, TextGroupElement.Position position) Add a child text element.Constructors in org.openscience.cdk.renderer.elements with parameters of type TextGroupElement.PositionModifierConstructorDescriptionChild
(String text, String subscript, TextGroupElement.Position position) Make a child element with the specified text, subscript, and position.Child
(String text, TextGroupElement.Position position) Make a child element with the specified text and position.