public class CompareOverlayOptions extends Object
Constructor and Description |
---|
CompareOverlayOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getColorCompare()
Gets the color of the comparison document.
|
Color |
getColorOriginal()
Gets the color of the original document.
|
double |
getRotation()
Gets the rotation of the overlayed document.
|
double |
getScaleX()
Gets the x scale of the overlayed document.
|
double |
getScaleY()
Gets the y scale of the overlayed document.
|
double |
getX()
Get the x offset of the overlayed document.
|
double |
getY()
Get the y offset of the overlayed document.
|
boolean |
isRenderCompare()
Returns true if the comparison document will render.
|
boolean |
isRenderOriginal()
Returns true if the original document will be rendered.
|
void |
setColorCompare(Color color)
Set the color of the comparison document.
|
void |
setColorOriginal(Color color)
Set the color of the the original document.
|
void |
setRenderCompare(boolean render)
Set to true to show the comparison document.
|
void |
setRenderOriginal(boolean render)
Set to true to show the original document.
|
void |
setRotation(double rotation)
Sets the rotation of the overlayed document.
|
void |
setScaleX(double scaleX)
Sets the x scale of the overlayed document.
|
void |
setScaleY(double scaleY)
Sets the y scale of the overlayed document.
|
void |
setX(double x)
Set the x offset of the overlayed document.
|
void |
setY(double y)
Set the y offset of the overlayed document.
|
public boolean isRenderOriginal()
public void setRenderOriginal(boolean render)
render
- Set to true to show the original document.public boolean isRenderCompare()
public void setRenderCompare(boolean render)
render
- Set to true to show the comparison document.public void setColorOriginal(Color color)
color
- The color of the original document.public Color getColorOriginal()
public void setColorCompare(Color color)
color
- The color of the comparison document.public Color getColorCompare()
public double getX()
public void setX(double x)
x
- The x offset of the overlayed document.public double getY()
public void setY(double y)
y
- The y offset of the overlayed document.public double getRotation()
public void setRotation(double rotation)
rotation
- public double getScaleX()
public void setScaleX(double scaleX)
scaleX
- The x scale of the overlayed document.public double getScaleY()
public void setScaleY(double scaleY)
scaleY
- The y scale of the overlayed document.