|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quinncurtis.chart2djava.ChartObj
com.quinncurtis.chart2djava.ChartPrint
public class ChartPrint
The ChartPrint class implements the Java Printable interface and will print an ChartView object to the selected printer.
Field Summary |
---|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Constructor Summary | |
---|---|
ChartPrint()
The default ChartPrint constructor. |
|
ChartPrint(ChartView component)
This constructor creates a new ChartPrint object that will print a ChartView object. |
|
ChartPrint(ChartView component,
int nsizemode)
This constructor creates a new ChartPrint object that will print a ChartView object. |
Method Summary | |
---|---|
void |
copy(ChartPrint source)
Copies the source ChartPrint object. |
static void |
DisableDoubleBuffering(java.awt.Component c)
|
static void |
EnableDoubleBuffering(java.awt.Component c)
|
int |
errorCheck(int nerror)
Checks the current plot object for common errors. |
boolean |
getDoubleBuffer()
This method returns the status double buffering. |
boolean |
getPageDialogFlag()
Returns the printer page dialog flag |
boolean |
getPrintBackgroundEnable()
Returns the printer background print mode. |
boolean |
getPrintBorderEnable()
Returns the printer border print mode. |
ChartView |
getPrintChartView()
Returns a reference to the ChartView component that contains the chart that is to be printed. |
boolean |
getPrintComponentsEnable()
Returns the printer component print mode. |
boolean |
getPrintDialogFlag()
Returns the printer dialog flag |
ChartRectangle2D |
getPrintRect()
This methods returns the output rectangle of the printed page, valid only when the PRT_RECT mapping mode is selected |
int |
getPrintSizeMode()
Returns the printer mapping mode. |
boolean |
pageDialog()
This method displays the printer page dialog box and sets the print characteristics of the print job. |
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat pf,
int pageIndex)
This method handles the rendering of the printChartView object to the printer device context, in accordance with the Printable.print method of the Java Printable interface. |
boolean |
printDialog()
This method displays the printer dialog box and sets the print characteristics of the print job. |
void |
setDoubleBuffer(boolean bufferstate)
Sets double buffering to the specified value. |
void |
setPageDialogFlag(boolean pagedialogflag)
Sets the printer page dialog flag. |
void |
setPrintBackgroundEnable(boolean printbackground)
Specifies the printer background print mode. |
void |
setPrintBorderEnable(boolean printborder)
Specifies the printer border print mode. |
void |
setPrintChartView(ChartView component)
Sets the reference to the ChartView component that contains the chart that is to be printed. |
void |
setPrintComponentsEnable(boolean printcomponents)
Enables the printing of non-Chart components added to the ChartView component. |
void |
setPrintDialogFlag(boolean printdialogflag)
Sets the printer dialog flag. |
void |
setPrintRect(ChartRectangle2D rect)
This methods sets the output rectangle of the printed page that is used when the PRT_RECT mapping mode is selected |
void |
setPrintSizeMode(int nsizemode)
Specifies the printer mapping mode. |
void |
startPrint()
This methods starts the printing operation, rendering the charts of the printChartView object to the currently selected printer. |
Methods inherited from class com.quinncurtis.chart2djava.ChartObj |
---|
copy, getChartObjIDCntr, getChartObjType, getThisChartObjID, TypeSafeVectorCopy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartPrint()
public ChartPrint(ChartView component)
component
- Specifies the ChartView object to be printed.public ChartPrint(ChartView component, int nsizemode)
component
- Specifies the ChartView object to be printed.nsizemode
- Specifies the printer mapping mode.
Use one of the mapping mode constants: PRT_EXACT, PRT_MAX, or PRT_RECT.
PRT_EXACT - The view is printed at the same size as the screen, at least as
far as Java maintains a one to one coordespondence in the printing engine.
The aspect ration of the view is maintained.
PRT_MAX - The view is printed so that paper is used maximally.
Text is printed proportionately to other objects, aspect ratio of the graph view is maintained.
PRT_RECT - Print to the specified rectangle, specified using the setPrintRect
method and normalized coordinates. The aspect ratio of the graph view is maintained..Method Detail |
---|
public void copy(ChartPrint source)
source
- The source ChartPrint object.public static void DisableDoubleBuffering(java.awt.Component c)
public static void EnableDoubleBuffering(java.awt.Component c)
public int errorCheck(int nerror)
errorCheck
in class ChartObj
nerror
- Current error state
public boolean getDoubleBuffer()
public boolean getPageDialogFlag()
setPrintDialogFlag(boolean)
public boolean getPrintBackgroundEnable()
public boolean getPrintBorderEnable()
public ChartView getPrintChartView()
public boolean getPrintComponentsEnable()
setPrintComponentsEnable(boolean)
public boolean getPrintDialogFlag()
setPrintDialogFlag(boolean)
public ChartRectangle2D getPrintRect()
public int getPrintSizeMode()
public boolean pageDialog()
public int print(java.awt.Graphics g, java.awt.print.PageFormat pf, int pageIndex)
print
in interface java.awt.print.Printable
g
- The context into which the page is drawnpf
- The size and orientation of the page being drawnpageIndex
- The zero based index of the page to be drawn
public boolean printDialog()
public void setDoubleBuffer(boolean bufferstate)
bufferstate
- Set to True to turn double buffering on.public void setPageDialogFlag(boolean pagedialogflag)
pagedialogflag
- Sets the printer page dialog flag. TRUE
signifies that the print page dialog has already been called. Set
to TRUE internally if printDialog called.public void setPrintBackgroundEnable(boolean printbackground)
printbackground
- Specifies the printer background print mode.public void setPrintBorderEnable(boolean printborder)
printborder
- Specifies the printer border print mode.public void setPrintChartView(ChartView component)
component
- A reference to the ChartView component that the chart object is placed inpublic void setPrintComponentsEnable(boolean printcomponents)
printcomponents
- True enables the printing of non-Chart components added to the ChartView component.public void setPrintDialogFlag(boolean printdialogflag)
printdialogflag
- Sets the printer dialog flag. TRUE
signifies that the print dialog has already been called. Set
to TRUE internally if printDialog called.public void setPrintRect(ChartRectangle2D rect)
rect
- The output rectangle of the printed page, specified in
page normalized coordinates.public void setPrintSizeMode(int nsizemode)
nsizemode
- Specifies the printer mapping mode. Use one of the mapping mode constants:
PRT_EXACT, PRT_MAX or PRT_RECT.
PRT_EXACT - The view is printed at the same size as the screen, at least as
far as Java maintains a one to one coordespondence in the printing engine.
The aspect ration of the view is maintained.
PRT_MAX - The view is printed so that paper is used maximally.
Text is printed proportionately to other objects, aspect ratio of the graph view is maintained.
PRT_RECT - Print to the specified rectangle, specified using the setPrintRect
method and normalized coordinates. The aspect ratio of the graph view is maintained.public void startPrint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |