public interface TreeLayout extends WWObject, Renderable
Tree
. The layout is responsible for the overall arrangement of the tree.Tree
Modifier and Type | Method and Description |
---|---|
TreeAttributes |
getAttributes()
Get the tree attributes.
|
void |
makeVisible(TreePath path)
Make a node in the tree visible in the rendered tree.
|
void |
render(DrawContext dc)
Render a tree.
|
void |
setAttributes(TreeAttributes attributes)
Set the tree attributes.
|
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
propertyChange
onMessage
TreeAttributes getAttributes()
setAttributes(TreeAttributes)
void makeVisible(TreePath path)
path
- Path to make visible.void render(DrawContext dc)
render
in interface Renderable
dc
- Draw context to draw in.DrawContext
void setAttributes(TreeAttributes attributes)
attributes
- New attributes.getAttributes()