| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetHeight
()
Get method for attribute "Height" The height of the drawing. |
| SheetOrientation | GetOrientation
()
Get method for attribute "Orientation" The orientation (portrait or landscape). |
| PlotPaperSize | GetSheetSize
()
Get method for attribute "SheetSize" The size of the sheet. |
| LengthUnits | GetUnits
()
Get method for attribute "Units" The units used in the drawing. |
| int | GetWidth
()
Get method for attribute "Width" The width of the drawing. |
| void | SetHeight
(int value)
Set method for attribute "Height" The height of the drawing. |
| void | SetOrientation
(SheetOrientation value)
Set method for attribute "Orientation" The orientation (portrait or landscape). |
| void | SetSheetSize
(PlotPaperSize value)
Set method for attribute "SheetSize" The size of the sheet. |
| void | SetUnits
(LengthUnits value)
Set method for attribute "Units" The units used in the drawing. |
| void | SetWidth
(int value)
Set method for attribute "Width" The width of the drawing. |
| Method Detail |
|---|
| GetSheetSize/SetSheetSize |
|---|
| PlotPaperSize | GetSheetSize | () |
| void | SetSheetSize | (PlotPaperSize value) |
| The size of the sheet. |
| GetHeight/SetHeight |
|---|
| int | GetHeight | () |
| void | SetHeight | (int value) |
| The height of the drawing. |
| GetWidth/SetWidth |
|---|
| int | GetWidth | () |
| void | SetWidth | (int value) |
| The width of the drawing. |
| GetOrientation/SetOrientation |
|---|
| SheetOrientation | GetOrientation | () |
| void | SetOrientation | (SheetOrientation value) |
| The orientation (portrait or landscape). |
| GetUnits/SetUnits |
|---|
| LengthUnits | GetUnits | () |
| void | SetUnits | (LengthUnits value) |
| The units used in the drawing. |