public interface AreaNode extends javax.swing.tree.TreeNode, java.lang.Iterable<AreaNode>
Iterable
interface to provide an iterator over the child nodes.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAreaName()
Provides a name suitable for display purposes, but specifically intended
to be match the axsl-area-tree DTD.
|
AreaNode |
getChildAt(int childIndex) |
Galley |
getGalley()
Returns the ancestor Galley instance.
|
void |
render(RenderVisitor visitor)
Uses the Visitor pattern to allow a Renderer to render this node with
proper casting.
|
AreaNode getChildAt(int childIndex)
getChildAt
in interface javax.swing.tree.TreeNode
java.lang.String getAreaName()
void render(RenderVisitor visitor) throws GalleyVisitorException
visitor
- The RenderVisitor that is rendering this node.GalleyVisitorException
- For errors during rendering.Galley getGalley()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.