Cf2LoadOptions, DgnLoadOptions, DwfLoadOptions, DwfxLoadOptions, DwgLoadOptions, DwtLoadOptions, DxfLoadOptions, IfcLoadOptions, IgsLoadOptions, PltLoadOptions, StlLoadOptionspublic class CadLoadOptions extends LoadOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CadLoadOptions.DrawTypeEnum |
Gets or sets type of drawing.
|
| Constructor | Description |
|---|---|
CadLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
CadLoadOptions |
addLayoutNamesItem(String layoutNamesItem) |
|
CadLoadOptions |
backgroundColor(String backgroundColor) |
|
CadLoadOptions |
drawType(CadLoadOptions.DrawTypeEnum drawType) |
|
boolean |
equals(Object o) |
|
String |
getBackgroundColor() |
Gets or sets a background color.
|
CadLoadOptions.DrawTypeEnum |
getDrawType() |
Gets or sets type of drawing.
|
List<String> |
getLayoutNames() |
Render specific CAD layouts
|
int |
hashCode() |
|
CadLoadOptions |
layoutNames(List<String> layoutNames) |
|
void |
setBackgroundColor(String backgroundColor) |
|
void |
setDrawType(CadLoadOptions.DrawTypeEnum drawType) |
|
void |
setLayoutNames(List<String> layoutNames) |
|
String |
toString() |
format, getFormat, setFormatpublic CadLoadOptions layoutNames(List<String> layoutNames)
public CadLoadOptions addLayoutNamesItem(String layoutNamesItem)
public List<String> getLayoutNames()
public CadLoadOptions backgroundColor(String backgroundColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public CadLoadOptions drawType(CadLoadOptions.DrawTypeEnum drawType)
public CadLoadOptions.DrawTypeEnum getDrawType()
public void setDrawType(CadLoadOptions.DrawTypeEnum drawType)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.