|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Denotes a Graphics object which permits the output of markup-style operations.
Method Summary | |
void |
endCell()
End a cell |
void |
endCell(boolean isHeaderCell)
End a cell |
void |
endRow()
End a row |
void |
endTable()
End a table |
void |
hRule()
Draw a simple horizontal rule |
void |
hRule(double percent)
Draw a horizontal rule |
void |
hRule(double percent,
String hAlignment,
int thickness)
Draw a horizontal rule |
void |
hRule(int pointsWidth)
Draw a horizontal rule |
void |
hRule(int pointsWidth,
String hAlignment,
int thickness)
Draw a horizontal rule |
void |
newLine()
Mark an advance to the next line |
void |
newParagraph()
Mark an advance to a new paragraph |
void |
newParagraph(String hAlignment)
Mark an advance to a new paragraph |
void |
newSection(String hAlignment)
Begin a section (HTML "division") of the body |
boolean |
outputImage(Image image,
int width,
int height,
Color bgcolor,
ImageObserver observer,
String horizontal,
String vertical)
Add an image to the output |
void |
startCell()
Start a table cell |
void |
startCell(int rows,
int columns)
Start a spanned cell of the table |
void |
startCell(String hAlignment,
boolean isHeaderCell)
Start a table cell |
void |
startCell(String hAlignment,
boolean isHeaderCell,
int rows,
int columns)
Span a cell of the table |
void |
startRow()
Start a new table row |
void |
startTable(int columns)
Start a table in the output |
Method Detail |
public void startTable(int columns)
columns
- Number of columns in the tablepublic void startRow()
public void startCell()
public void startCell(String hAlignment, boolean isHeaderCell)
public void startCell(int rows, int columns)
rows
- the number of rows the span overlayscolumns
- the number of columns overlain by the spanned cellpublic void startCell(String hAlignment, boolean isHeaderCell, int rows, int columns)
rows
- the number of rows the span overlayscolumns
- the number of columns overlain by the spanned cellpublic void endCell()
public void endCell(boolean isHeaderCell)
public void endRow()
public void endTable()
public void newLine()
public void newParagraph()
public void newParagraph(String hAlignment)
hAlignment
- Horizontal alignment (left | center | right) to the marginspublic void newSection(String hAlignment)
hAlignment
- Horizontal alignment of the content of this sectionpublic void hRule()
public void hRule(double percent)
percent
- The percentage width of the document to span with the rulepublic void hRule(double percent, String hAlignment, int thickness)
percent
- The percentage width of the document to span with the rulepublic void hRule(int pointsWidth)
pointsWidth
- The width of the rule in pointspublic void hRule(int pointsWidth, String hAlignment, int thickness)
pointsWidth
- The width of the rule in pointspublic boolean outputImage(Image image, int width, int height, Color bgcolor, ImageObserver observer, String horizontal, String vertical)
image
- The image to paintwidth
- The width of the image in pixelsheight
- The height of the image in pixelsbgcolor
- The background colour for the imageobserver
- An ImageObserver to monitor loading of the imagehorizontal
- The horizontal alignment of the image in the framevertical
- The vertical alignment of the image in the line
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |