|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
object created by report generator. the content of report document.
Field Summary | |
static int |
AUTOTEXT_CONTENT
|
static int |
CELL_CONTENT
|
static int |
CONTAINER_CONTENT
|
static int |
DATA_CONTENT
|
static int |
DOCUMENT_EXTENSION
|
static int |
FOREIGN_CONTENT
|
static int |
GROUP_CONTENT
|
static int |
IMAGE_CONTENT
|
static int |
LABEL_CONTENT
|
static int |
LAYOUT_EXTENSION
|
static int |
LIST_BAND_CONTENT
|
static int |
LIST_CONTENT
|
static int |
LIST_GROUP_CONTENT
|
static int |
PAGE_CONTENT
|
static int |
ROW_CONTENT
|
static int |
SERIALIZE_CONTENT
|
static int |
TABLE_BAND_CONTENT
|
static int |
TABLE_CONTENT
|
static int |
TABLE_GROUP_CONTENT
|
static int |
TEXT_CONTENT
|
Method Summary | |
java.lang.Object |
accept(IContentVisitor visitor,
java.lang.Object value)
use visitor to process the object. |
java.lang.String |
getBookmark()
|
int |
getContentType()
the content type, must be one of the predefines. |
java.lang.Object |
getExtension(int extension)
|
java.lang.Object |
getGenerateBy()
the design object which create this content. |
DimensionType |
getHeight()
sepcified value, the actual height is defined in IBounds |
java.lang.String |
getHelpText()
|
IHyperlinkAction |
getHyperlinkAction()
|
IStyle |
getInlineStyle()
|
InstanceID |
getInstanceID()
get the instance id of the content. |
java.lang.String |
getName()
unique id of the content. |
IReportContent |
getReportContent()
return the report which contains/create this content. |
java.lang.String |
getStyleClass()
|
java.lang.Object |
getTOC()
|
DimensionType |
getWidth()
specified value, the real value is defined in IBounds |
DimensionType |
getX()
specified value, the real value is defined in IBounds |
DimensionType |
getY()
specified value, the real value is defined in IBounds |
void |
readContent(java.io.DataInputStream in)
|
void |
setBookmark(java.lang.String bookmark)
|
void |
setExtension(int extension,
java.lang.Object value)
Set the extension of the content. |
void |
setGenerateBy(java.lang.Object generateBy)
|
void |
setHeight(DimensionType height)
|
void |
setHelpText(java.lang.String help)
|
void |
setHyperlinkAction(IHyperlinkAction hyperlink)
|
void |
setInlineStyle(IStyle style)
|
void |
setInstanceID(InstanceID id)
set the instace id of the content. |
void |
setName(java.lang.String name)
|
void |
setReportContent(IReportContent report)
set the report content. |
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTOC(java.lang.Object toc)
|
void |
setWidth(DimensionType width)
|
void |
setX(DimensionType x)
|
void |
setY(DimensionType y)
|
void |
writeContent(java.io.DataOutputStream out)
|
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement |
getChildren, getParent, setParent |
Field Detail |
public static final int SERIALIZE_CONTENT
public static final int CELL_CONTENT
public static final int CONTAINER_CONTENT
public static final int DATA_CONTENT
public static final int FOREIGN_CONTENT
public static final int IMAGE_CONTENT
public static final int LABEL_CONTENT
public static final int PAGE_CONTENT
public static final int ROW_CONTENT
public static final int TABLE_BAND_CONTENT
public static final int TABLE_CONTENT
public static final int TEXT_CONTENT
public static final int AUTOTEXT_CONTENT
public static final int LIST_CONTENT
public static final int LIST_BAND_CONTENT
public static final int GROUP_CONTENT
public static final int LIST_GROUP_CONTENT
public static final int TABLE_GROUP_CONTENT
public static final int DOCUMENT_EXTENSION
public static final int LAYOUT_EXTENSION
Method Detail |
public int getContentType()
public InstanceID getInstanceID()
public void setInstanceID(InstanceID id)
id
- public java.lang.Object getExtension(int extension)
public void setExtension(int extension, java.lang.Object value)
extension
- extension typevalue
- extension value
java.lang.ArrayIndexOutOfBoundsException
- if index is outof range {0,1}public IReportContent getReportContent()
public void setReportContent(IReportContent report)
report
- public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Object getGenerateBy()
public void setGenerateBy(java.lang.Object generateBy)
public IStyle getInlineStyle()
public void setInlineStyle(IStyle style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
public java.lang.Object accept(IContentVisitor visitor, java.lang.Object value)
visitor
- public java.lang.String getBookmark()
public void setBookmark(java.lang.String bookmark)
public IHyperlinkAction getHyperlinkAction()
public void setHyperlinkAction(IHyperlinkAction hyperlink)
public java.lang.String getHelpText()
public void setHelpText(java.lang.String help)
public DimensionType getHeight()
public void setHeight(DimensionType height)
public DimensionType getWidth()
public void setWidth(DimensionType width)
public DimensionType getX()
public void setX(DimensionType x)
public DimensionType getY()
public void setY(DimensionType y)
public java.lang.Object getTOC()
public void setTOC(java.lang.Object toc)
public void writeContent(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void readContent(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |