[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[birt-news] Report Layout
|
- From: "Prateek Sharma" <prateek3.14@xxxxxxxxx>
- Date: Fri, 14 Nov 2008 12:15:07 +0530
- Delivered-to: birt-news@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=NningmGqEOClkbb9VEC7DUb9AXkCxqPUYp0QjhP595M=; b=GK6dBdArzw5F/hebMcZJRsh0gr2zZQQqMH0D2b69cgDdxMDbvBxLPf4NiM4uJOMQIb kT0cDViXzINU+SQWTV1qmk3Nm4KBGqmnC8WxBsZTB2rGgQa6NVb/tspwk/Qh3i4BtOPa 0EiR5BpOa3B3afnhcsqZyVtnHdF6n4BfRxY10=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=RQFtX6T7kZjVOdx/VeWFE3fhKKrUWS7Vl9EYGkpk3xp5TtAtcxJqFROZWs3SQ6WaiK RykmIu5l31bRYPmBbERNJrlt/r0sEi90GmAby41ogdlNT7Sa/w2i9qjSnmSX/EAdoZAM rLu3rxmEPr2rnaj9nbwBKBZZKWLrFL2qt2OkM=
Hi all,
Ive been writing a BIRT emitter by implementing the IContentEmitter interface.
However now i need to improve the layout. Problem is that all the
Icontent.getX() type methods all are returning for all the report
elements.
How do i get the layout information? Looking at the PDF and HTML
emitter, seems they have some layout engine etc but since im not
getting the layout info, i cant do any sophisticated layouts.
Implementing IAreaVisitor doesnt help, as the methods never get called
from the emitter methods.
How do i ensure that the emitter and the layoutemitter are 'tied' ?
Thanks so much!