public class CadOptions extends Object
| Constructor | Description |
|---|---|
CadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
CadOptions |
addLayersItem(String layersItem) |
|
CadOptions |
addTilesItem(Tile tilesItem) |
|
boolean |
equals(Object o) |
|
Integer |
getHeight() |
Height of the output result in pixels
|
List<String> |
getLayers() |
The CAD drawing layers to render By default all layers are rendered; Layer names are case-sensitive
|
String |
getLayoutName() |
The name of the specific layout to render.
|
Boolean |
getRenderLayouts() |
Indicates whether layouts from CAD document should be rendered
|
Double |
getScaleFactor() |
Scale factor allows to change the size of the output document.
|
List<Tile> |
getTiles() |
The drawing regions to render This option supported only for DWG and DWT file types The RenderLayouts and LayoutName options are ignored when rendering by tiles
|
Integer |
getWidth() |
Width of the output result in pixels
|
int |
hashCode() |
|
CadOptions |
height(Integer height) |
|
CadOptions |
layers(List<String> layers) |
|
CadOptions |
layoutName(String layoutName) |
|
CadOptions |
renderLayouts(Boolean renderLayouts) |
|
CadOptions |
scaleFactor(Double scaleFactor) |
|
void |
setHeight(Integer height) |
|
void |
setLayers(List<String> layers) |
|
void |
setLayoutName(String layoutName) |
|
void |
setRenderLayouts(Boolean renderLayouts) |
|
void |
setScaleFactor(Double scaleFactor) |
|
void |
setTiles(List<Tile> tiles) |
|
void |
setWidth(Integer width) |
|
CadOptions |
tiles(List<Tile> tiles) |
|
String |
toString() |
|
CadOptions |
width(Integer width) |
public CadOptions scaleFactor(Double scaleFactor)
public Double getScaleFactor()
public void setScaleFactor(Double scaleFactor)
public CadOptions width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public CadOptions height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public CadOptions tiles(List<Tile> tiles)
public CadOptions addTilesItem(Tile tilesItem)
public List<Tile> getTiles()
public CadOptions renderLayouts(Boolean renderLayouts)
public Boolean getRenderLayouts()
public void setRenderLayouts(Boolean renderLayouts)
public CadOptions layoutName(String layoutName)
public String getLayoutName()
public void setLayoutName(String layoutName)
public CadOptions layers(List<String> layers)
public CadOptions addLayersItem(String layersItem)
public List<String> getLayers()
Copyright © 2025. All rights reserved.