DgnLoadOptions
, DwfLoadOptions
, DwgLoadOptions
, DxfLoadOptions
, IfcLoadOptions
, IgsLoadOptions
, PltLoadOptions
, StlLoadOptions
public class CadLoadOptions extends LoadOptions
Constructor | Description |
---|---|
CadLoadOptions() |
Modifier and Type | Method | Description |
---|---|---|
CadLoadOptions |
addLayoutNamesItem(String layoutNamesItem) |
|
boolean |
equals(Object o) |
|
Integer |
getHeight() |
Set desired page height for converting CAD document
|
List<String> |
getLayoutNames() |
Render specific CAD layouts
|
Integer |
getWidth() |
Set desired page width for converting CAD document
|
int |
hashCode() |
|
CadLoadOptions |
height(Integer height) |
|
CadLoadOptions |
layoutNames(List<String> layoutNames) |
|
void |
setHeight(Integer height) |
|
void |
setLayoutNames(List<String> layoutNames) |
|
void |
setWidth(Integer width) |
|
String |
toString() |
|
CadLoadOptions |
width(Integer width) |
public CadLoadOptions width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public CadLoadOptions height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public CadLoadOptions layoutNames(List<String> layoutNames)
public CadLoadOptions addLayoutNamesItem(String layoutNamesItem)
public List<String> getLayoutNames()
public boolean equals(Object o)
equals
in class LoadOptions
public int hashCode()
hashCode
in class LoadOptions
public String toString()
toString
in class LoadOptions
Copyright © 2020. All rights reserved.