Package org.jfree.report.structure
Class Node
java.lang.Object
org.jfree.report.structure.Node
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
Element
,StaticText
A node is the most basic unit in a report. It acts as general superclass for
all other elements.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getGroup()
boolean
protected void
void
updateParent
(Node parent) This is an extra method to allow me to track all *illegal* write-accesses to the parent.
-
Constructor Details
-
Node
protected Node()
-
-
Method Details
-
getParent
-
setParent
-
updateParent
This is an extra method to allow me to track all *illegal* write-accesses to the parent.- Parameters:
parent
-
-
getGroup
-
getReport
-
getRootReport
-
getLocale
-
getDisplayCondition
-
isEnabled
public boolean isEnabled() -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-