|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.gantt.GanttPrinter
public class GanttPrinter
The GanttPrinter generates Formatting Objects (FO) XML for the Gantt Chart. The FO can then be used to generated PDF output.
Constructor Summary | |
---|---|
GanttPrinter(UIGantt gantt)
Constructs an instance of the GanttPrinter. |
Method Summary | |
---|---|
void |
print(java.io.OutputStream out)
Generates FO for the gantt object used for initializing this object. |
void |
setColumnVisible(int index,
boolean isVisible)
Specifies the column visibility. |
void |
setEndTime(java.util.Date end)
Specifies the end time for this ganttPrint object. |
void |
setMargin(int top,
int bottom,
int left,
int right)
Specifies the top, bottom, left, and right margin in CSS point unit. |
void |
setPageSize(int height,
int width)
Specifies the page height and width in CSS point unit. |
void |
setStartTime(java.util.Date start)
Specifies the start time for this ganttPrint object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GanttPrinter(UIGantt gantt)
gantt
- The UIGantt object.Method Detail |
---|
public void print(java.io.OutputStream out)
out
- Write FO to this output stream.public void setMargin(int top, int bottom, int left, int right)
top
- The top margin.bottom
- The bottom margin.left
- The left margin.right
- The right margin.public void setPageSize(int height, int width)
height
- The page heightwidth
- The page widthpublic void setStartTime(java.util.Date start)
start
- The start time for this ganttPrint object.public void setEndTime(java.util.Date end)
end
- The end time for this ganttPrint object.public void setColumnVisible(int index, boolean isVisible)
index
- The column index.isVisible
- The visibility flag.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |