org.sbml.jsbml.ext.render.test
public class TextTest extends java.lang.Object
Constructor and Description |
---|
TextTest() |
Text.getFontFamily()
.Text.getFontSize()
.Text.getTextAnchor()
.Text.getVTextAnchor()
.Text.getX()
.Text.getY()
.Text.getZ()
.Text.isSetAbsoluteX()
.Text.isSetAbsoluteY()
.Text.isSetAbsoluteZ()
.Text.isSetFontFamily()
.Text.isSetFontSize()
.Text.isSetFontStyleItalic()
.Text.isSetFontWeightBold()
.Text.isSetTextAnchor()
.Text.isSetVTextAnchor()
.Text.isSetX()
.Text.isSetY()
.Text.isSetZ()
.Text.setAbsoluteX(java.lang.Boolean)
.Text.setAbsoluteY(java.lang.Boolean)
.Text.setAbsoluteZ(java.lang.Boolean)
.Text.setFontFamily(org.sbml.jsbml.ext.render.FontFamily)
.Text.setFontSize(short)
.Text.setFontStyleItalic(boolean)
.Text.setFontWeightBold(boolean)
.Text.setTextAnchor(org.sbml.jsbml.ext.render.TextAnchor)
.Text.setVTextAnchor(org.sbml.jsbml.ext.render.VTextAnchor)
.Text.setX(java.lang.Double)
.Text.setY(java.lang.Double)
.Text.setZ(java.lang.Double)
.