| Package | Description |
|---|---|
| com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| com.groupdocs.viewer.results |
The package provides classes and interfaces that represent document rendering results.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
CacheableFactory.newLayer(String name)
Creates an implementation of the
Layer interface with the specified name. |
Layer |
CacheableFactory.newLayer(String name,
boolean visible)
Creates an implementation of the
Layer interface with the specified name and visibility. |
| 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<Layer> |
CadOptions.getLayers()
Gets the CAD drawing layers to render.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadOptions.setLayers(List<Layer> value)
Gets the CAD drawing layers to render.
|
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
CadViewInfo.getLayers()
Retrieves the list of layers in the CAD drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadViewInfo.setLayers(List<Layer> layers)
Sets the list of layers in the CAD drawing.
|
Copyright © 2025. All rights reserved.