| Package | Description |
|---|---|
| com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
| com.groupdocs.viewer.results |
The package provides classes and interfaces that represent document rendering results.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
CacheableFactory.newLayout(String name,
double width,
double height)
Creates an implementation of the
Layout interface with the specified name, width, and height. |
| Modifier and Type | Method and Description |
|---|---|
CadViewInfo |
CacheableFactory.newCadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Creates an implementation of the
CadViewInfo interface with the specified file type, pages, layers, and layouts. |
| Modifier and Type | Method and Description |
|---|---|
List<Layout> |
CadViewInfo.getLayouts()
Retrieves the list of layouts contained within the CAD drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadViewInfo.setLayouts(List<Layout> layouts)
Sets the list of layouts contained within the CAD drawing.
|
Copyright © 2025. All rights reserved.