public class CadViewInfo extends ViewInfo
Represents view information for CAD drawing.
Constructor and Description |
---|
CadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Initializes new instance of
CadViewInfo class. |
Modifier and Type | Method and Description |
---|---|
List<Layer> |
getLayers() |
List<Layout> |
getLayouts() |
getFileType, getPages, toString
public CadViewInfo(FileType fileType, List<Page> pages, List<Layer> layers, List<Layout> layouts)
Initializes new instance of CadViewInfo
class.
fileType
- The type of the file.pages
- The list of pages to view.layers
- The list of layers contained by the CAD drawing.layouts
- The list of layers contained by the CAD drawing.IllegalArgumentException
- Thrown when pages
is null.IllegalArgumentException
- Thrown when layers
is null.IllegalArgumentException
- Thrown when layouts
is null.Copyright © 2020. All rights reserved.