public class CadOptions
extends java.lang.Object
Constructor | Description |
---|---|
CadOptions() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.lang.Integer |
getHeight() |
Height of the output result in pixels
|
java.lang.Double |
getScaleFactor() |
Scale factor allows to change the size of the output document.
|
java.lang.Integer |
getWidth() |
Width of the output result in pixels
|
int |
hashCode() |
|
CadOptions |
height(java.lang.Integer height) |
|
CadOptions |
scaleFactor(java.lang.Double scaleFactor) |
|
void |
setHeight(java.lang.Integer height) |
|
void |
setScaleFactor(java.lang.Double scaleFactor) |
|
void |
setWidth(java.lang.Integer width) |
|
java.lang.String |
toString() |
|
CadOptions |
width(java.lang.Integer width) |
public CadOptions scaleFactor(java.lang.Double scaleFactor)
public java.lang.Double getScaleFactor()
public void setScaleFactor(java.lang.Double scaleFactor)
public CadOptions width(java.lang.Integer width)
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
public CadOptions height(java.lang.Integer height)
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019. All rights reserved.