| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetHeight
()
Get method for attribute "Height" Height of paper. |
| PlotPaperSize | GetPaperSize
()
Get method for attribute "PaperSize" Size of paper. |
| double | GetWidth
()
Get method for attribute "Width" Width of paper. |
| void | SetHeight
(double value)
Set method for attribute "Height" Height of paper. |
| void | SetPaperSize
(PlotPaperSize value)
Set method for attribute "PaperSize" Size of paper. |
| void | SetWidth
(double value)
Set method for attribute "Width" Width of paper. |
| Method Detail |
|---|
| GetPaperSize/SetPaperSize |
|---|
| PlotPaperSize | GetPaperSize | () |
| void | SetPaperSize | (PlotPaperSize value) |
Size of paper.
|
| GetWidth/SetWidth |
|---|
| double | GetWidth | () |
| void | SetWidth | (double value) |
Width of paper.
|
| GetHeight/SetHeight |
|---|
| double | GetHeight | () |
| void | SetHeight | (double value) |
Height of paper.
|