public class CadLoadOptions extends LoadOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CadLoadOptions.DrawTypeEnum |
A type of drawing.
|
| Constructor | Description |
|---|---|
CadLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
CadLoadOptions |
addLayoutNamesItem(String layoutNamesItem) |
|
CadLoadOptions |
backgroundColor(String backgroundColor) |
|
CadLoadOptions |
drawColor(String drawColor) |
|
CadLoadOptions |
drawType(CadLoadOptions.DrawTypeEnum drawType) |
|
boolean |
equals(Object o) |
|
String |
getBackgroundColor() |
A background color.
|
String |
getDrawColor() |
A foreground color.
|
CadLoadOptions.DrawTypeEnum |
getDrawType() |
A type of drawing.
|
List<String> |
getLayoutNames() |
Render specific CAD layouts
|
int |
hashCode() |
|
CadLoadOptions |
layoutNames(List<String> layoutNames) |
|
void |
setBackgroundColor(String backgroundColor) |
|
void |
setDrawColor(String drawColor) |
|
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 drawType(CadLoadOptions.DrawTypeEnum drawType)
public CadLoadOptions.DrawTypeEnum getDrawType()
public void setDrawType(CadLoadOptions.DrawTypeEnum drawType)
public CadLoadOptions drawColor(String drawColor)
public String getDrawColor()
public void setDrawColor(String drawColor)
public CadLoadOptions backgroundColor(String backgroundColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
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.