public abstract class TextAnnotations extends AbstractXmlBuilder implements TypedData
Modifier and Type | Field and Description |
---|---|
static String |
CHAR_HEIGHT |
static String |
CHAR_WIDTH |
Constructor and Description |
---|
TextAnnotations() |
TextAnnotations(double charHeight,
double charWidth) |
Modifier and Type | Method and Description |
---|---|
Object |
build(XmlElement elt,
String type)
Given an XmlElement, create and return an internal representtion
of it.
|
boolean |
equals(Object o) |
XmlElement |
generate(Object in)
Unable to generate XML by default.
|
double |
getCharHeight() |
double |
getCharWidth() |
void |
setCharHeight(double charHeight) |
void |
setCharWidth(double charWidth) |
String |
toString() |
getDelegate, setDelegate
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setDelegate
public static final String CHAR_HEIGHT
public static final String CHAR_WIDTH
public TextAnnotations()
public TextAnnotations(double charHeight, double charWidth)
public XmlElement generate(Object in) throws Exception
AbstractXmlBuilder
generate
in interface XmlBuilder
generate
in class AbstractXmlBuilder
Exception
public Object build(XmlElement elt, String type) throws Exception
AbstractXmlBuilder
public Graph build (XmlELement elt, String type);
build
in interface XmlBuilder
build
in class AbstractXmlBuilder
Exception
public double getCharHeight()
public double getCharWidth()
public void setCharHeight(double charHeight)
public void setCharWidth(double charWidth)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.