|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcwi.GraphXML.Elements.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.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |