public class CompareOptions extends Object
| Constructor and Description | 
|---|
| CompareOptions()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Color | getColor()Gets the color used for the CompareOptions when converting the PDF
 content. | 
| String | getLayerName()Gets the layer name used for the CompareOptions. | 
| double | getRotation()Returns the rotation value used for positioning the PDF content. | 
| double | getScaleX()Returns the X scale value used for positioning the PDF content. | 
| double | getScaleY()Returns the Y scale value used for positioning the PDF content. | 
| double | getX()Returns the X translate coordinate used for positioning the PDF content. | 
| double | getY()Returns the Y translate coordinate used for positioning the PDF content. | 
| void | setColor(Color color)Sets the color for the CompareOptions to be used when converting the PDF
 content. | 
| void | setLayerName(String layerName)Sets the layer name of the CompareOptions. | 
| void | setRotation(double rotation)Sets the rotation value used to position the PDF content. | 
| void | setScaleX(double scaleX)Sets the X scale value used to position the PDF content. | 
| void | setScaleY(double scaleY)Sets the Y scale value used to position the PDF content. | 
| void | setX(double x)Sets the X translate coordinate used to position the PDF content. | 
| void | setY(double y)Sets the Y translate coordinate used to position the PDF content. | 
public CompareOptions()
public String getLayerName()
setLayerName(java.lang.String)public void setLayerName(String layerName)
layerName - the string for the layer name for the CompareOptionsgetLayerName()public Color getColor()
setColor(java.awt.Color)public void setColor(Color color)
color - the color for the CompareOptionsgetLayerName()public double getX()
setX(double)public void setX(double x)
x - getX()public double getY()
setY(double)public void setY(double y)
y - getY()public double getScaleX()
setScaleX(double)public void setScaleX(double scaleX)
scaleX - getScaleX()public double getScaleY()
setScaleY(double)public void setScaleY(double scaleY)
scaleY - getScaleY()public double getRotation()
setRotation(double)public void setRotation(double rotation)
rotation - getRotation()