| |
|
| java.lang.Object org.jfree.report.Element org.jfree.report.AnchorElement
AnchorElement | public class AnchorElement extends Element (Code) | | The anchor element creates targets for hyperlinks.
author: Thomas Morgner |
Constructor Summary | |
public | AnchorElement() Creates a new anchor element. |
CONTENT_TYPE | final public static String CONTENT_TYPE(Code) | | The content type.
|
AnchorElement | public AnchorElement()(Code) | | Creates a new anchor element.
|
getContentType | public String getContentType()(Code) | | Defines the content-type for this element. The content-type is used as a hint how to
process the contents of this element. An element implementation should restrict
itself to the content-type set here, or the reportprocessing may fail or the element
may not be printed.
An element is not allowed to change its content-type after ther report processing has
started.
If an content-type is unknown to the output-target, the processor should ignore the
content or clearly document its internal reprocessing. Ignoring is preferred.
the content-type as string. |
Fields inherited from org.jfree.report.Element | final public static String ANONYMOUS_ELEMENT_PREFIX(Code)(Java Doc)
|
|
|
|