|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.data.dataviewer.HTMLWriter
| Constructor Summary | |
HTMLWriter(HTMLView htmlView)
|
|
| Method Summary | |
void |
finishHTML()
|
int |
getMinPageHeight()
Returns the minimum HTML page height |
int |
getMinPageWidth()
Returns the minimum HTML page width |
int |
getPageHeight()
Returns the HTML page height |
int |
getPageWidth()
Returns the HTML page width |
void |
pageSetup()
Displays the HTML page setup dialog |
void |
pageSetup(java.awt.Frame frame)
Displays the HTML page setup dialog |
void |
printHTML(java.awt.Container parent,
int width,
int height)
|
void |
printHTML(java.awt.Container parent,
int width,
int height,
int[] grids)
|
void |
setPageSize(int width,
int height)
Sets the HTML page size |
void |
startHTML()
|
void |
startHTML(java.awt.Color borderColor,
int borderWidth)
|
protected void |
validatePageSize(int width,
int height)
Validates the specified page size |
void |
writeHTML(java.io.OutputStream out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTMLWriter(HTMLView htmlView)
| Method Detail |
public void pageSetup()
public void pageSetup(java.awt.Frame frame)
frame - The frame on to which this HTML page setup dialog is added
if frame is null then new Frame created internally
public void setPageSize(int width,
int height)
width - The width of the HTML pageheight - The height of the HTML pagepublic int getPageWidth()
public int getPageHeight()
public int getMinPageWidth()
public int getMinPageHeight()
protected void validatePageSize(int width,
int height)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public void printHTML(java.awt.Container parent,
int width,
int height)
public void printHTML(java.awt.Container parent,
int width,
int height,
int[] grids)
public void writeHTML(java.io.OutputStream out)
throws java.lang.IllegalArgumentException,
java.io.IOException
java.lang.IllegalArgumentException
java.io.IOExceptionpublic void startHTML()
public void startHTML(java.awt.Color borderColor,
int borderWidth)
public void finishHTML()
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||