org.apache.batik.apps.svgbrowser
protected class DOMViewer.Panel.CharacterPanel extends JPanel
Field Summary | |
---|---|
protected Node | node
Associated node. |
protected JTextArea | textArea
The text area. |
Constructor Summary | |
---|---|
CharacterPanel(BorderLayout layout)
Constructor. |
Method Summary | |
---|---|
Node | getNode()
Gets the node.
|
JTextArea | getTextArea()
Gets the textArea.
|
void | setNode(Node node)
Sets the node.
|
void | setTextArea(JTextArea textArea)
Sets the textArea.
|
Parameters: layout The LayoutManager
Returns: node
Returns: textArea
Parameters: node the node to set
Parameters: textArea the text area to set