Class pmr.cml.FIGURENode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.cml.FIGURENode

java.lang.Object
   |
   +----pmr.sgml.SGMLNode
           |
           +----pmr.sgml.DrawableSGMLNode
                   |
                   +----pmr.cml.DrawableX_Node
                           |
                           +----pmr.cml.FIGURENode

public class FIGURENode
extends DrawableX_Node
represents a Figure (e.g. a GIF). Not yet implemented
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o FIGURENode(String, SGMLTree)

Method Index

 o mayContain(SGMLNode)
can this node contain others.
 o showHelp()
display Help

Constructors

 o FIGURENode
  public FIGURENode(String giName,
                    SGMLTree tree)

Methods

 o showHelp
  public void showHelp()
display Help
Overrides:
showHelp in class DrawableX_Node
 o mayContain
  public boolean mayContain(SGMLNode n)
can this node contain others.
Overrides:
mayContain in class DrawableX_Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index