|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcwi.GraphXML.Elements.Size
public class Size
Size information
Reference
,
Serialized FormConstructor Summary | |
---|---|
Size()
|
Method Summary | |
---|---|
static Size |
create(org.w3c.dom.Node node,
ParserError parserError)
Retrieve the representation of a size from a node, and returns a corresponding class instance. |
double |
getDepth()
|
double |
getHeight()
|
double |
getWidth()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Size()
Method Detail |
---|
public double getWidth()
public double getHeight()
public double getDepth()
public static Size create(org.w3c.dom.Node node, ParserError parserError)
node
- The node containing the reference.parser
- the parser in charge; used to generate error messages
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |