| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| QuickPrintGeneralViewLocation | GetGeneralViewLocation
()
Get method for attribute "GeneralViewLocation" For projected view layout, this is the location of the view being added. This is ignored for manual view layout |
| double | GetScale
()
Get method for attribute "Scale" The view scale to use |
| DrawingViewDisplay | GetViewDisplayStyle
()
Get method for attribute "ViewDisplayStyle" The view display style to use |
| String | GetViewName
()
Get method for attribute "ViewName" Name of the saved model view |
| void | SetGeneralViewLocation
(QuickPrintGeneralViewLocation value)
Set method for attribute "GeneralViewLocation" For projected view layout, this is the location of the view being added. This is ignored for manual view layout |
| void | SetScale
(double value)
Set method for attribute "Scale" The view scale to use |
| void | SetViewDisplayStyle
(DrawingViewDisplay value)
Set method for attribute "ViewDisplayStyle" The view display style to use |
| void | SetViewName
(String value)
Set method for attribute "ViewName" Name of the saved model view |
| Method Detail |
|---|
| GetGeneralViewLocation/SetGeneralViewLocation |
|---|
| QuickPrintGeneralViewLocation | GetGeneralViewLocation | () |
| void | SetGeneralViewLocation | (QuickPrintGeneralViewLocation value) |
For projected view layout, this is the location of the view being added. This is ignored for manual view layout
|
| GetViewName/SetViewName |
|---|
| String | GetViewName | () |
| void | SetViewName | (String value) |
Name of the saved model view
|
| GetScale/SetScale |
|---|
| double | GetScale | () |
| void | SetScale | (double value) |
The view scale to use
|
| GetViewDisplayStyle/SetViewDisplayStyle |
|---|
| DrawingViewDisplay | GetViewDisplayStyle | () |
| void | SetViewDisplayStyle | (DrawingViewDisplay value) |
The view display style to use
|