Uses of Class
org.openscience.cdk.renderer.elements.TextGroupElement.Position
-
Packages that use TextGroupElement.Position Package Description org.openscience.cdk.renderer.elements -
-
Uses of TextGroupElement.Position in org.openscience.cdk.renderer.elements
Fields in org.openscience.cdk.renderer.elements declared as TextGroupElement.Position Modifier and Type Field Description TextGroupElement.Position
TextGroupElement.Child. position
The position of the child relative to the parent.Methods in org.openscience.cdk.renderer.elements that return TextGroupElement.Position Modifier and Type Method Description static TextGroupElement.Position
TextGroupElement.Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextGroupElement.Position[]
TextGroupElement.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openscience.cdk.renderer.elements with parameters of type TextGroupElement.Position Modifier and Type Method Description void
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.Position Constructor Description Child(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.
-